Uses of Class
mil.nga.crs.operation.OperationMethod
-
Packages that use OperationMethod Package Description mil.nga.crs.bound mil.nga.crs.derived mil.nga.crs.operation mil.nga.crs.projected mil.nga.crs.wkt -
-
Uses of OperationMethod in mil.nga.crs.bound
Methods in mil.nga.crs.bound that return OperationMethod Modifier and Type Method Description OperationMethod
AbridgedCoordinateTransformation. getMethod()
Get the methodMethods in mil.nga.crs.bound with parameters of type OperationMethod Modifier and Type Method Description void
AbridgedCoordinateTransformation. setMethod(OperationMethod method)
Set the methodConstructors in mil.nga.crs.bound with parameters of type OperationMethod Constructor Description AbridgedCoordinateTransformation(String name, OperationMethod method)
Constructor -
Uses of OperationMethod in mil.nga.crs.derived
Methods in mil.nga.crs.derived that return OperationMethod Modifier and Type Method Description OperationMethod
DerivingConversion. getMethod()
Get the methodMethods in mil.nga.crs.derived with parameters of type OperationMethod Modifier and Type Method Description void
DerivingConversion. setMethod(OperationMethod method)
Set the methodConstructors in mil.nga.crs.derived with parameters of type OperationMethod Constructor Description DerivingConversion(String name, OperationMethod method)
Constructor -
Uses of OperationMethod in mil.nga.crs.operation
Methods in mil.nga.crs.operation that return OperationMethod Modifier and Type Method Description OperationMethod
CommonOperation. getMethod()
Get the methodOperationMethod
SimpleOperation. getMethod()
Get the methodMethods in mil.nga.crs.operation with parameters of type OperationMethod Modifier and Type Method Description void
CommonOperation. setMethod(OperationMethod method)
Set the methodvoid
SimpleOperation. setMethod(OperationMethod method)
Set the methodConstructors in mil.nga.crs.operation with parameters of type OperationMethod Constructor Description CoordinateOperation(String name, CoordinateReferenceSystem source, CoordinateReferenceSystem target, OperationMethod method)
ConstructorPointMotionOperation(String name, CoordinateReferenceSystem source, OperationMethod method)
ConstructorSimpleOperation(String name, CRSType type, CoordinateReferenceSystem source, OperationMethod method)
Constructor -
Uses of OperationMethod in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return OperationMethod Modifier and Type Method Description OperationMethod
MapProjection. getMethod()
Get the methodMethods in mil.nga.crs.projected with parameters of type OperationMethod Modifier and Type Method Description void
MapProjection. setMethod(OperationMethod method)
Set the methodConstructors in mil.nga.crs.projected with parameters of type OperationMethod Constructor Description MapProjection(String name, OperationMethod method)
Constructor -
Uses of OperationMethod in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return OperationMethod Modifier and Type Method Description OperationMethod
CRSReader. readMethod()
Read an operation methodMethods in mil.nga.crs.wkt with parameters of type OperationMethod Modifier and Type Method Description void
CRSWriter. write(OperationMethod method)
Write an operation method to well-known text
-