Uses of Class
mil.nga.sf.Curve
-
Packages that use Curve Package Description mil.nga.sf mil.nga.sf.util -
-
Uses of Curve in mil.nga.sf
Classes in mil.nga.sf with type parameters of type Curve Modifier and Type Class Description classCurvePolygon<T extends Curve>A planar surface defined by an exterior ring and zero or more interior ring.classMultiCurve<T extends Curve>A restricted form of GeometryCollection where each Geometry in the collection must be of type Curve.Subclasses of Curve in mil.nga.sf Modifier and Type Class Description classCircularStringCircular String, Curve sub typeclassCompoundCurveCompound Curve, Curve sub typeclassLineA LineString with exactly 2 Points.classLinearRingA LineString that is both closed and simple.classLineStringA Curve that connects two or more points in space.Methods in mil.nga.sf that return types with arguments of type Curve Modifier and Type Method Description GeometryCollection<Curve>GeometryCollection. getAsMultiCurve()Get as a Multi Curve, aCurvetyped Geometry Collection -
Uses of Curve in mil.nga.sf.util
Methods in mil.nga.sf.util that return types with arguments of type Curve 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 degreesMethod parameters in mil.nga.sf.util with type arguments of type Curve 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
-