org.osm2world.core.world.data
public interface WorldObjectWithOutline extends WorldObject
TerrainBoundaryWorldObject
), cutting tunnels through buildings,
preventing bridge pillars from piercing through this WorldObject ...Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
getOutlinePolygon()
returns a counterclockwise polygon defining the object's ground footprint.
|
SimplePolygonXZ |
getOutlinePolygonXZ()
returns a counterclockwise polygon defining the object's ground footprint,
projected onto the XZ plane.
|
defineEleConstraints, getEleConnectors, getGroundState, getPrimaryMapElement
PolygonXYZ getOutlinePolygon()
SimplePolygonXZ getOutlinePolygonXZ()