Uses of Class
mil.nga.sf.CompoundCurve
-
Packages that use CompoundCurve Package Description mil.nga.sf mil.nga.sf.util -
-
Uses of CompoundCurve in mil.nga.sf
Constructors in mil.nga.sf with parameters of type CompoundCurve Constructor Description CompoundCurve(CompoundCurve compoundCurve)
Copy Constructor -
Uses of CompoundCurve in mil.nga.sf.util
Methods in mil.nga.sf.util that return CompoundCurve Modifier and Type Method Description static CompoundCurve
GeometryUtils. crop(CompoundCurve compoundCurve, GeometryEnvelope envelope)
Crop the compound curve in meters by the envelope bounds in meters.static CompoundCurve
GeometryUtils. degreesToMeters(CompoundCurve compoundCurve)
Convert a compound curve in degrees to a compound curve in metersstatic CompoundCurve
GeometryUtils. metersToDegrees(CompoundCurve compoundCurve)
Convert a compound curve in meters to a compound curve in degreesMethods in mil.nga.sf.util with parameters of type CompoundCurve Modifier and Type Method Description static CompoundCurve
GeometryUtils. crop(CompoundCurve compoundCurve, GeometryEnvelope envelope)
Crop the compound curve in meters by the envelope bounds in meters.static CompoundCurve
GeometryUtils. degreesToMeters(CompoundCurve compoundCurve)
Convert a compound curve in degrees to a compound curve in metersstatic CompoundCurve
GeometryUtils. metersToDegrees(CompoundCurve compoundCurve)
Convert a compound curve in meters to a compound curve in degrees
-