Package org.oscim.core.osm
Class OsmWay
java.lang.Object
org.oscim.core.osm.OsmElement
org.oscim.core.osm.OsmWay
-
Field Summary
FieldsFields inherited from class org.oscim.core.osm.OsmElement
id, tags -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oscim.core.osm.OsmElement
equals, hashCode
-
Field Details
-
nodes
-
-
Constructor Details
-
OsmWay
-
-
Method Details
-
isClosed
public boolean isClosed() -
toString
Description copied from class:OsmElementreturns the id, plus an one-letter prefix for the element type- Overrides:
toStringin classOsmElement
-
toJts
public org.locationtech.jts.geom.Geometry toJts()- Specified by:
toJtsin classOsmElement
-