|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntersectionTestObject | |
---|---|
org.osm2world.core.heightmap.data | |
org.osm2world.core.math | classes for geometric objects that are used throughout OSM2World |
org.osm2world.core.math.datastructures | |
org.osm2world.core.world.data | |
org.osm2world.core.world.modules | |
org.osm2world.core.world.network | functionality used by groups of features that aren't isolated, but form a "network" of nodes, ways and areas |
Uses of IntersectionTestObject in org.osm2world.core.heightmap.data |
---|
Subinterfaces of IntersectionTestObject in org.osm2world.core.heightmap.data | |
---|---|
interface |
TerrainElevationCell
|
Uses of IntersectionTestObject in org.osm2world.core.math |
---|
Methods in org.osm2world.core.math with parameters of type IntersectionTestObject | |
---|---|
boolean |
AxisAlignedBoundingBoxXZ.contains(IntersectionTestObject object)
|
Uses of IntersectionTestObject in org.osm2world.core.math.datastructures |
---|
Methods in org.osm2world.core.math.datastructures that return types with arguments of type IntersectionTestObject | |
---|---|
Iterable<Collection<IntersectionTestObject>> |
IntersectionGrid.getCells()
returns the content object collections for all non-empty cells |
Methods in org.osm2world.core.math.datastructures with parameters of type IntersectionTestObject | |
---|---|
void |
IntersectionGrid.insert(IntersectionTestObject object)
|
Uses of IntersectionTestObject in org.osm2world.core.world.data |
---|
Subinterfaces of IntersectionTestObject in org.osm2world.core.world.data | |
---|---|
interface |
TerrainBoundaryWorldObject
area covered by representations with this interface will not be covered by terrain if the representation is on the ground (according to WorldObject.getGroundState() ). |
Classes in org.osm2world.core.world.data that implement IntersectionTestObject | |
---|---|
class |
AbstractAreaWorldObject
implementation of AreaWorldObject that offers some basic features:
< ul> providing the object outline based on the MapArea
providing bounding geometry for intersection tests
calculating a triangulation of the surface for rendering
|
Uses of IntersectionTestObject in org.osm2world.core.world.modules |
---|
Classes in org.osm2world.core.world.modules that implement IntersectionTestObject | |
---|---|
static class |
RailwayModule.RailJunction
|
static class |
RoadModule.Road
representation of a road |
static class |
RoadModule.RoadArea
|
static class |
RoadModule.RoadCrossingAtConnector
representation for crossings (zebra crossing etc.) on roads |
static class |
RoadModule.RoadJunction
representation for junctions between roads. |
static class |
TunnelModule.TunnelEntrance
|
static class |
WaterModule.RiverJunction
|
static class |
WaterModule.Water
|
static class |
WaterModule.Waterway
|
Uses of IntersectionTestObject in org.osm2world.core.world.network |
---|
Classes in org.osm2world.core.world.network that implement IntersectionTestObject | |
---|---|
class |
AbstractNetworkWaySegmentWorldObject
|
class |
JunctionNodeWorldObject
|
class |
NetworkAreaWorldObject
|
class |
VisibleConnectorNodeWorldObject
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |