Uses of Class
mil.nga.sf.CurvePolygon
-
Packages that use CurvePolygon Package Description mil.nga.sf mil.nga.sf.util -
-
Uses of CurvePolygon in mil.nga.sf
Subclasses of CurvePolygon in mil.nga.sf Modifier and Type Class Description class
Polygon
A restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.class
Triangle
TriangleConstructors in mil.nga.sf with parameters of type CurvePolygon Constructor Description CurvePolygon(CurvePolygon<T> curvePolygon)
Copy Constructor -
Uses of CurvePolygon in mil.nga.sf.util
Methods in mil.nga.sf.util that return CurvePolygon Modifier and Type Method Description static CurvePolygon<Curve>
GeometryUtils. crop(CurvePolygon<Curve> curvePolygon, GeometryEnvelope envelope)
Crop the curve polygon in meters by the envelope bounds in meters.static CurvePolygon<Curve>
GeometryUtils. degreesToMeters(CurvePolygon<Curve> curvePolygon)
Convert a curve polygon in degrees to a curve polygon in metersstatic CurvePolygon<Curve>
GeometryUtils. metersToDegrees(CurvePolygon<Curve> curvePolygon)
Convert a curve polygon in meters to a curve polygon in degreesMethods in mil.nga.sf.util with parameters of type CurvePolygon Modifier and Type Method Description static CurvePolygon<Curve>
GeometryUtils. crop(CurvePolygon<Curve> curvePolygon, GeometryEnvelope envelope)
Crop the curve polygon in meters by the envelope bounds in meters.static CurvePolygon<Curve>
GeometryUtils. degreesToMeters(CurvePolygon<Curve> curvePolygon)
Convert a curve polygon in degrees to a curve polygon in metersstatic CurvePolygon<Curve>
GeometryUtils. metersToDegrees(CurvePolygon<Curve> curvePolygon)
Convert a curve polygon in meters to a curve polygon in degrees
-