Uses of Class
mil.nga.sf.Curve
-
Packages that use Curve Package Description mil.nga.sf -
-
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
-