Uses of Interface
mil.nga.crs.operation.CommonOperation
-
Packages that use CommonOperation Package Description mil.nga.crs.bound mil.nga.crs.derived mil.nga.crs.operation mil.nga.crs.projected -
-
Uses of CommonOperation in mil.nga.crs.bound
Classes in mil.nga.crs.bound that implement CommonOperation Modifier and Type Class Description class
AbridgedCoordinateTransformation
Abridged Coordinate Transformation -
Uses of CommonOperation in mil.nga.crs.derived
Classes in mil.nga.crs.derived that implement CommonOperation Modifier and Type Class Description class
DerivingConversion
Deriving Conversion -
Uses of CommonOperation in mil.nga.crs.operation
Classes in mil.nga.crs.operation that implement CommonOperation Modifier and Type Class Description class
CoordinateOperation
Coordinate Operationclass
PointMotionOperation
Point Motion Operationclass
SimpleOperation
Simple OperationMethods in mil.nga.crs.operation that return CommonOperation Modifier and Type Method Description CommonOperation
ConcatenatedOperation. getOperation(int index)
Get the operation at the indexMethods in mil.nga.crs.operation that return types with arguments of type CommonOperation Modifier and Type Method Description List<CommonOperation>
ConcatenatedOperation. getOperations()
Get the operationsMethods in mil.nga.crs.operation with parameters of type CommonOperation Modifier and Type Method Description void
ConcatenatedOperation. addOperation(CommonOperation operation)
Add the operationMethod parameters in mil.nga.crs.operation with type arguments of type CommonOperation Modifier and Type Method Description void
ConcatenatedOperation. addOperations(List<CommonOperation> operations)
Add the operationsvoid
ConcatenatedOperation. setOperations(List<CommonOperation> operations)
Set the operations -
Uses of CommonOperation in mil.nga.crs.projected
Classes in mil.nga.crs.projected that implement CommonOperation Modifier and Type Class Description class
MapProjection
Map Projection
-