Uses of Class
org.apache.sis.referencing.operation.transform.ContextualParameters
Packages that use ContextualParameters
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of ContextualParameters in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return ContextualParametersModifier and TypeMethodDescriptionContextualParameters.clone()
Returns a modifiable clone of this parameter value group.protected ContextualParameters
AbstractMathTransform.getContextualParameters()
Returns the parameters for a sequence of normalize →this
→ denormalize transforms (optional operation).protected ContextualParameters
DatumShiftTransform.getContextualParameters()
Returns the parameters used for creating the complete transformation.protected ContextualParameters
EllipsoidToCentricTransform.getContextualParameters()
Returns the parameters used for creating the complete conversion.protected ContextualParameters
EllipsoidToRadiusTransform.getContextualParameters()
Returns the parameters used for creating the complete conversion.protected ContextualParameters
PoleRotation.getContextualParameters()
Returns the parameters used for creating the complete operation.ContextualParameters.redimension
(int srcDim, int tgtDim) Returns the same parameters but for an operation having the specified number of dimensions.