Package org.oscim.tiling.source.mapfile
Class Way
java.lang.Object
org.oscim.tiling.source.mapfile.Way
An immutable container for all data associated with a single way or area (closed way).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
labelPosition
The position of the area label (may be null). -
geometryType
The geometry type. -
geoPoints
The geographical coordinates of the way nodes. -
layer
public final byte layerThe layer of this way + 5 (to avoid negative values). -
tags
The tags of this way.
-
-
Constructor Details
-
Way
-
Way
public Way(byte layer, List<Tag> tags, GeoPoint[][] geoPoints, GeoPoint labelPosition, GeometryBuffer.GeometryType geometryType)
-
-
Method Details