|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapElement in org.osm2world.core.map_data.data |
---|
Classes in org.osm2world.core.map_data.data that implement MapElement | |
---|---|
class |
MapArea
|
class |
MapNode
grid representation of an OSM node, references inbound and outbound MapWaySegment s. |
class |
MapWaySegment
line between two nodes in the map data |
Methods in org.osm2world.core.map_data.data that return types with arguments of type MapElement | |
---|---|
List<MapElement> |
MapQuadtree.QuadLeaf.getElements()
|
Iterable<MapElement> |
MapData.getMapElements()
|
Collection<MapOverlap<? extends MapElement,? extends MapElement>> |
MapElement.getOverlaps()
returns all overlaps between this MapElement
and other MapElement s. |
Collection<MapOverlap<? extends MapElement,? extends MapElement>> |
MapElement.getOverlaps()
returns all overlaps between this MapElement
and other MapElement s. |
Uses of MapElement in org.osm2world.core.map_data.data.overlaps |
---|
Classes in org.osm2world.core.map_data.data.overlaps with type parameters of type MapElement | |
---|---|
class |
MapOverlap<T1 extends MapElement,T2 extends MapElement>
supertype for intersections and inclusions between two MapElement s |
class |
MapOverlap<T1 extends MapElement,T2 extends MapElement>
supertype for intersections and inclusions between two MapElement s |
Fields in org.osm2world.core.map_data.data.overlaps declared as MapElement | |
---|---|
T1 |
MapOverlap.e1
|
T2 |
MapOverlap.e2
|
Methods in org.osm2world.core.map_data.data.overlaps that return MapElement | |
---|---|
MapElement |
MapOverlap.getOther(MapElement element)
takes one of the MapWaySegment s that participate
in this overlap and returns the other one |
Methods in org.osm2world.core.map_data.data.overlaps with parameters of type MapElement | |
---|---|
MapElement |
MapOverlap.getOther(MapElement element)
takes one of the MapWaySegment s that participate
in this overlap and returns the other one |
MapWaySegment |
MapIntersectionWW.getOther(MapElement line)
takes one of the intersecting MapWaySegment s
and returns the other one |
MapArea |
MapOverlapAA.getOther(MapElement element)
|
Uses of MapElement in org.osm2world.core.map_elevation.creation |
---|
Methods in org.osm2world.core.map_elevation.creation with parameters of type MapElement | |
---|---|
void |
ElevationCalculator.ElevationDeterminationScenario.addElement(MapElement e)
|
Uses of MapElement in org.osm2world.core.map_elevation.data |
---|
Methods in org.osm2world.core.map_elevation.data that return MapElement | |
---|---|
protected MapElement |
AreaElevationProfile.getElement()
|
protected abstract MapElement |
ElevationProfile.getElement()
|
protected MapElement |
NodeElevationProfile.getElement()
|
protected MapElement |
WaySegmentElevationProfile.getElement()
|
Uses of MapElement in org.osm2world.core.world.modules.common |
---|
Methods in org.osm2world.core.world.modules.common with parameters of type MapElement | |
---|---|
protected void |
AbstractModule.applyToElement(MapElement element)
create WorldObject s for a MapElement . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |