Uses of Enum
org.apache.sis.referencing.operation.CoordinateOperationRegistry.Decomposition
Packages that use CoordinateOperationRegistry.Decomposition
-
Uses of CoordinateOperationRegistry.Decomposition in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return CoordinateOperationRegistry.DecompositionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.CoordinateOperationRegistry.Decomposition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.referencing.operation with parameters of type CoordinateOperationRegistry.DecompositionModifier and TypeMethodDescriptionprivate org.opengis.referencing.operation.CoordinateOperation
CoordinateOperationRegistry.propagateVertical
(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, org.opengis.referencing.operation.CoordinateOperation operation, CoordinateOperationRegistry.Decomposition decompose) Returns a new coordinate operation with the ellipsoidal height added either in the source coordinates, in the target coordinates or both.