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 poly) |
| Modifier and Type | Method and Description |
|---|---|
Plane3D |
getPlane() |
Polygon |
getPolygon() |
boolean |
intersects(Point intPt) |
boolean |
intersects(Point pt,
LineString ring) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.