org.osm2world.core.math.datastructures
Interface IntersectionTestObject

All Known Subinterfaces:
TerrainBoundaryWorldObject, TerrainElevationCell
All Known Implementing Classes:
AbstractAreaWorldObject, AbstractNetworkWaySegmentWorldObject, JunctionNodeWorldObject, NetworkAreaWorldObject, RailwayModule.RailJunction, RoadModule.Road, RoadModule.RoadArea, RoadModule.RoadCrossingAtConnector, RoadModule.RoadJunction, TunnelModule.TunnelEntrance, VisibleConnectorNodeWorldObject, WaterModule.RiverJunction, WaterModule.Water, WaterModule.Waterway

public interface IntersectionTestObject

object which can be inserted into data structures that speed up intersection tests


Method Summary
 AxisAlignedBoundingBoxXZ getAxisAlignedBoundingBoxXZ()
           
 

Method Detail

getAxisAlignedBoundingBoxXZ

AxisAlignedBoundingBoxXZ getAxisAlignedBoundingBoxXZ()