Class Way

java.lang.Object
org.oscim.tiling.source.mapfile.Way

public class Way extends Object
An immutable container for all data associated with a single way or area (closed way).
  • Field Details

    • labelPosition

      public final GeoPoint labelPosition
      The position of the area label (may be null).
    • geometryType

      public GeometryBuffer.GeometryType geometryType
      The geometry type.
    • geoPoints

      public final GeoPoint[][] geoPoints
      The geographical coordinates of the way nodes.
    • layer

      public final byte layer
      The layer of this way + 5 (to avoid negative values).
    • tags

      public final List<Tag> tags
      The tags of this way.
  • Constructor Details

  • Method Details