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 class
CurvePolygon<T extends Curve>
A planar surface defined by an exterior ring and zero or more interior ring.class
MultiCurve<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 class
CircularString
Circular String, Curve sub typeclass
CompoundCurve
Compound Curve, Curve sub typeclass
Line
A LineString with exactly 2 Points.class
LinearRing
A LineString that is both closed and simple.class
LineString
A 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, aCurve
typed 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
-