public class Way
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
GeometryBuffer.GeometryType |
geometryType
The geometry type.
|
GeoPoint[][] |
geoPoints
The geographical coordinates of the way nodes.
|
GeoPoint |
labelPosition
The position of the area label (may be null).
|
byte |
layer
The layer of this way + 5 (to avoid negative values).
|
java.util.List<Tag> |
tags
The tags of this way.
|
| Constructor and Description |
|---|
Way(byte layer,
java.util.List<Tag> tags,
GeoPoint[][] geoPoints,
GeoPoint labelPosition) |
Way(byte layer,
java.util.List<Tag> tags,
GeoPoint[][] geoPoints,
GeoPoint labelPosition,
GeometryBuffer.GeometryType geometryType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final GeoPoint labelPosition
public GeometryBuffer.GeometryType geometryType
public final GeoPoint[][] geoPoints
public final byte layer
public final java.util.List<Tag> tags