| Interface | Description |
|---|---|
| Element | |
| LatLon |
A geo position (without height)
|
| Node | |
| Relation | |
| RelationMember | |
| Way |
| Class | Description |
|---|---|
| BoundingBox |
A rectangle in latitude longitude coordinates.
|
| Fixed1E7 |
Fixed point number math with 7 decimal places.
|
| Fixed1E7LatLon |
A geo position (without height) implemented using two fixed 1E7 integers, meaning that the
maximum precision is limited to 7 decimal points.
|
| LatLons | |
| ModificationAwareList<T> |
A List that registers if it has been changed from its original state.
|
| ModificationAwareMap<K,V> |
A Map that registers if it has been changed from its original state.
|
| OsmElement |
Base class for the osm primitives nodes, ways and relations
|
| OsmLatLon |
A geo position (without height).
|
| OsmNode | |
| OsmRelation | |
| OsmRelationMember | |
| OsmTags |
Represent the tags for any osm element.
|
| OsmWay |
| Enum | Description |
|---|---|
| Element.Type |