Uses of Class
org.osm2world.core.math.PolygonXYZ

Packages that use PolygonXYZ
org.osm2world.core.heightmap.data   
org.osm2world.core.math classes for geometric objects that are used throughout OSM2World 
org.osm2world.core.terrain.creation   
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 PolygonXYZ in org.osm2world.core.heightmap.data
 

Methods in org.osm2world.core.heightmap.data that return PolygonXYZ
 PolygonXYZ CellularTerrainElevation.getBoundaryPolygon()
          returns the boundary created from the first and last rows and columns of the grid.
 PolygonXYZ AbstractCellularTerrainElevation.getBoundaryPolygon()
           
 PolygonXYZ TerrainElevationCell.getPolygonXYZ()
          returns 3d polygon surrounding this cell.
 

Uses of PolygonXYZ in org.osm2world.core.math
 

Methods in org.osm2world.core.math that return PolygonXYZ
 PolygonXYZ PolygonXYZ.reverse()
          returns a reversed version of this polygon.
 PolygonXYZ PolygonXZ.xyz(double y)
           
 

Uses of PolygonXYZ in org.osm2world.core.terrain.creation
 

Methods in org.osm2world.core.terrain.creation that return PolygonXYZ
 PolygonXYZ TemporaryElevationStorage.restoreElevationForPolygon(SimplePolygonXZ polygon)
           
 

Methods in org.osm2world.core.terrain.creation with parameters of type PolygonXYZ
 void TemporaryElevationStorage.addPolygon(PolygonXZ polyXZ, PolygonXYZ polyXYZ)
          adds all the elevation info for a polygon that needs to be flattened (vertex vectors and line segments along the edges)
 

Uses of PolygonXYZ in org.osm2world.core.world.data
 

Methods in org.osm2world.core.world.data that return PolygonXYZ
 PolygonXYZ WorldObjectWithOutline.getOutlinePolygon()
          returns a counterclockwise polygon defining the object's ground footprint.
 PolygonXYZ AbstractAreaWorldObject.getOutlinePolygon()
           
 

Uses of PolygonXYZ in org.osm2world.core.world.modules
 

Methods in org.osm2world.core.world.modules that return PolygonXYZ
 PolygonXYZ BuildingModule.Building.getOutlinePolygon()
           
 PolygonXYZ WaterModule.Waterway.getOutlinePolygon()
           
 PolygonXYZ TunnelModule.TunnelEntrance.getOutlinePolygon()
           
 

Uses of PolygonXYZ in org.osm2world.core.world.network
 

Methods in org.osm2world.core.world.network that return PolygonXYZ
protected  PolygonXYZ JunctionNodeWorldObject.getJunctionArea()
          provides subclasses with an outline of the junction area.
 PolygonXYZ VisibleConnectorNodeWorldObject.getOutlinePolygon()
           
 PolygonXYZ AbstractNetworkWaySegmentWorldObject.getOutlinePolygon()
           
 PolygonXYZ JunctionNodeWorldObject.getOutlinePolygon()