public class PlanarPolygon3D
extends java.lang.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 | Description |
---|---|
PlanarPolygon3D(Polygon poly) |
Modifier and Type | Method | Description |
---|---|---|
Plane3D |
getPlane() |
|
Polygon |
getPolygon() |
|
boolean |
intersects(Coordinate intPt) |
|
boolean |
intersects(Coordinate pt,
LineString ring) |
public PlanarPolygon3D(Polygon poly)
public Plane3D getPlane()
public Polygon getPolygon()
public boolean intersects(Coordinate intPt)
public boolean intersects(Coordinate pt, LineString ring)
Copyright © 2018. All rights reserved.