org.osm2world.core.map_data.data
public interface MapElement extends IntersectionTestObject
Modifier and Type | Method and Description |
---|---|
int |
getLayer() |
Collection<MapOverlap<? extends MapElement,? extends MapElement>> |
getOverlaps()
returns all overlaps between this
MapElement
and other MapElement s. |
WorldObject |
getPrimaryRepresentation()
returns the primary representation, or null if the object doesn't have any.
|
List<? extends WorldObject> |
getRepresentations()
returns the visual representations of this element.
|
TagGroup |
getTags()
returns the tags of the underlying
OSMElement |
getAxisAlignedBoundingBoxXZ
int getLayer()
List<? extends WorldObject> getRepresentations()
WorldObject getPrimaryRepresentation()
getRepresentations()
Collection<MapOverlap<? extends MapElement,? extends MapElement>> getOverlaps()
MapElement
and other MapElement
s.TagGroup getTags()
OSMElement