Uses of Class
org.apache.sis.referencing.operation.transform.ContextualParameters
Packages that use ContextualParameters
Package
Description
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of ContextualParameters in org.apache.sis.referencing.operation.projection
Fields in org.apache.sis.referencing.operation.projection declared as ContextualParametersModifier and TypeFieldDescription(package private) final ContextualParameters
Initializer.context
The parameters used for creating the map projection.(package private) final ContextualParameters
NormalizedProjection.context
The parameters used for creating this projection.Methods in org.apache.sis.referencing.operation.projection that return ContextualParametersModifier and TypeMethodDescriptionprotected ContextualParameters
LongitudeWraparound.getContextualParameters()
Returns the parameters for a sequence of normalize →this
→ denormalize.protected final ContextualParameters
NormalizedProjection.getContextualParameters()
Returns the parameters used for creating the complete map projection. -
Uses of ContextualParameters in org.apache.sis.referencing.operation.transform
Fields in org.apache.sis.referencing.operation.transform declared as ContextualParametersModifier and TypeFieldDescription(package private) final ContextualParameters
CoordinateSystemTransform.context
An empty contextual parameter, used only for representing conversion from degrees to radians.(package private) final ContextualParameters
DatumShiftTransform.context
The parameters used for creating this datum shift.(package private) final ContextualParameters
EllipsoidToCentricTransform.context
The parameters used for creating this conversion.private final ContextualParameters
PoleRotation.context
The parameters used for creating this transform.private ContextualParameters
ContextualParameters.inverse
If the inverse coordinate operation can be described by anotherContextualParameters
instance, a reference to that instance.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 final ContextualParameters
CoordinateSystemTransform.getContextualParameters()
Returns the contextual parameters.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
EllipsoidToCentricTransform.Inverse.getContextualParameters()
Returns the same contextual parameters than in the enclosing class, but with a different method name and the (de)normalization matrices inverted.protected ContextualParameters
PoleRotation.getContextualParameters()
Returns the parameters used for creating the complete operation.(package private) final ContextualParameters
ContextualParameters.inverse
(org.opengis.parameter.ParameterDescriptorGroup desc, BiPredicate<Parameters, org.opengis.parameter.ParameterValue<?>> mapper) Creates a new and frozenContextualParameters
for the inverse of this operation.Methods in org.apache.sis.referencing.operation.transform with parameters of type ContextualParametersModifier and TypeMethodDescriptionprivate static org.opengis.referencing.operation.MathTransform2D
PoleRotation.concatenate
(ContextualParameters p1, ContextualParameters.MatrixRole r1, ContextualParameters p2, ContextualParameters.MatrixRole r2) Returns the concatenation of transformp1.r1
followed byp2.r2
.Constructors in org.apache.sis.referencing.operation.transform with parameters of type ContextualParametersModifierConstructorDescriptionprivate
ContextualParameters
(org.opengis.parameter.ParameterDescriptorGroup desc, ContextualParameters forward, BiPredicate<Parameters, org.opengis.parameter.ParameterValue<?>> mapper) Creates a new and frozenContextualParameters
for the inverse operation.