Package | Description |
---|---|
org.osm2world.core.heightmap.data | |
org.osm2world.core.map_elevation.data | |
org.osm2world.core.math |
classes for geometric objects that are used throughout OSM2World
|
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
|
Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
AbstractCellularTerrainElevation.getBoundaryPolygon() |
PolygonXYZ |
CellularTerrainElevation.getBoundaryPolygon()
returns the boundary created from the first and last rows and columns
of the grid.
|
PolygonXYZ |
TerrainElevationCell.getPolygonXYZ()
returns 3d polygon surrounding this cell.
|
Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
EleConnectorGroup.getPosXYZ(SimplePolygonXZ polygon) |
Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
PolygonXYZ.reverse()
returns a reversed version of this polygon.
|
PolygonXYZ |
PolygonXZ.xyz(double y) |
Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
OutlineNodeWorldObject.getOutlinePolygon() |
PolygonXYZ |
WorldObjectWithOutline.getOutlinePolygon()
returns a counterclockwise polygon defining the object's ground footprint.
|
PolygonXYZ |
AbstractAreaWorldObject.getOutlinePolygon() |
Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
TunnelModule.TunnelEntrance.getOutlinePolygon() |
PolygonXYZ |
WaterModule.Waterway.getOutlinePolygon() |
PolygonXYZ |
BuildingModule.Building.getOutlinePolygon() |
PolygonXYZ |
SurfaceAreaModule.SurfaceArea.getOutlinePolygon() |
Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
AbstractNetworkWaySegmentWorldObject.getOutlinePolygon() |