public class PlanarPolygon3D extends Object
Polygon, containing coordinates with XYZ ordinates. 3D polygons are assumed to lie in a single plane. The plane best fitting the polygon coordinates is computed and is represented by a
Plane3D.
| Constructor and Description |
|---|
PlanarPolygon3D(Polygon
|
| Modifier and Type | Method and Description |
|---|---|
Plane3D |
getPlane()
|
Polygon |
getPolygon()
|
boolean |
intersects(Coordinate
|
boolean |
intersects(Coordinate
|
public PlanarPolygon3D(Polygonpoly)
public Plane3DgetPlane()
public PolygongetPolygon()
public boolean intersects(CoordinateintPt)
public boolean intersects(Coordinatept, LineString ring)