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 ContextualParametersInitializer.contextThe parameters used for creating the map projection.(package private) final ContextualParametersNormalizedProjection.contextThe parameters used for creating this projection.Methods in org.apache.sis.referencing.operation.projection that return ContextualParametersModifier and TypeMethodDescriptionprotected ContextualParametersLongitudeWraparound.getContextualParameters()Returns the parameters for a sequence of normalize →this→ denormalize.protected final ContextualParametersNormalizedProjection.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 ContextualParametersCoordinateSystemTransform.contextAn empty contextual parameter, used only for representing conversion from degrees to radians.(package private) final ContextualParametersDatumShiftTransform.contextThe parameters used for creating this datum shift.(package private) final ContextualParametersEllipsoidToCentricTransform.contextThe parameters used for creating this conversion.private final ContextualParametersPoleRotation.contextThe parameters used for creating this transform.private ContextualParametersContextualParameters.inverseIf the inverse coordinate operation can be described by anotherContextualParametersinstance, 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 ContextualParametersAbstractMathTransform.getContextualParameters()Returns the parameters for a sequence of normalize →this→ denormalize transforms (optional operation).protected final ContextualParametersCoordinateSystemTransform.getContextualParameters()Returns the contextual parameters.protected ContextualParametersDatumShiftTransform.getContextualParameters()Returns the parameters used for creating the complete transformation.protected ContextualParametersEllipsoidToCentricTransform.getContextualParameters()Returns the parameters used for creating the complete conversion.protected ContextualParametersEllipsoidToCentricTransform.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 ContextualParametersPoleRotation.getContextualParameters()Returns the parameters used for creating the complete operation.(package private) final ContextualParametersContextualParameters.inverse(org.opengis.parameter.ParameterDescriptorGroup desc, BiPredicate<Parameters, org.opengis.parameter.ParameterValue<?>> mapper) Creates a new and frozenContextualParametersfor 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.MathTransform2DPoleRotation.concatenate(ContextualParameters p1, ContextualParameters.MatrixRole r1, ContextualParameters p2, ContextualParameters.MatrixRole r2) Returns the concatenation of transformp1.r1followed byp2.r2.Constructors in org.apache.sis.referencing.operation.transform with parameters of type ContextualParametersModifierConstructorDescriptionprivateContextualParameters(org.opengis.parameter.ParameterDescriptorGroup desc, ContextualParameters forward, BiPredicate<Parameters, org.opengis.parameter.ParameterValue<?>> mapper) Creates a new and frozenContextualParametersfor the inverse operation.