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 OperationMethodAbridgedCoordinateTransformation. getMethod()Get the methodMethods in mil.nga.crs.bound with parameters of type OperationMethod Modifier and Type Method Description voidAbridgedCoordinateTransformation. 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 OperationMethodDerivingConversion. getMethod()Get the methodMethods in mil.nga.crs.derived with parameters of type OperationMethod Modifier and Type Method Description voidDerivingConversion. 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 OperationMethodCommonOperation. getMethod()Get the methodOperationMethodSimpleOperation. getMethod()Get the methodMethods in mil.nga.crs.operation with parameters of type OperationMethod Modifier and Type Method Description voidCommonOperation. setMethod(OperationMethod method)Set the methodvoidSimpleOperation. 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 OperationMethodMapProjection. getMethod()Get the methodMethods in mil.nga.crs.projected with parameters of type OperationMethod Modifier and Type Method Description voidMapProjection. 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 OperationMethodCRSReader. readMethod()Read an operation methodMethods in mil.nga.crs.wkt with parameters of type OperationMethod Modifier and Type Method Description voidCRSWriter. write(OperationMethod method)Write an operation method to well-known text
-