Uses of Class
org.apache.sis.referencing.operation.transform.DefaultMathTransformFactory.Context
Packages that use DefaultMathTransformFactory.Context
Package
Description
A set of helper classes for the SIS implementation.
Math transform provider
implementations.
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of DefaultMathTransformFactory.Context in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return DefaultMathTransformFactory.ContextModifier and TypeMethodDescriptionReferencingUtilities.createTransformContext
(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS) Creates a context with source and target ellipsoids and coordinate systems inferred from the given CRS. -
Uses of DefaultMathTransformFactory.Context in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider with parameters of type DefaultMathTransformFactory.ContextModifier and TypeMethodDescriptionAbstractProvider.resolveAmbiguity
(DefaultMathTransformFactory.Context context) If an operation method is ambiguous according Apache SIS, returns the name of the method that SIS should use.GeographicToGeocentric.resolveAmbiguity
(DefaultMathTransformFactory.Context context) If the user asked for the "Geographic/geocentric conversions" operation but the parameter types suggest that (s)he intended to convert in the opposite direction, return the name of operation method to use. -
Uses of DefaultMathTransformFactory.Context in org.apache.sis.referencing.operation
Subclasses of DefaultMathTransformFactory.Context in org.apache.sis.referencing.operationModifier and TypeClassDescription(package private) final class
Information about the context in which aMathTransform
is created. -
Uses of DefaultMathTransformFactory.Context in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type DefaultMathTransformFactory.ContextModifier and TypeMethodDescriptionorg.opengis.referencing.operation.MathTransform
DefaultMathTransformFactory.createParameterizedTransform
(org.opengis.parameter.ParameterValueGroup parameters, DefaultMathTransformFactory.Context context) Creates a transform from a group of parameters.private static void
DefaultMathTransformFactory.ensureDimensionChangeAllowed
(org.opengis.referencing.operation.MathTransform parameterized, DefaultMathTransformFactory.Context context, int change, int resultDim) Checks whetherDefaultMathTransformFactory.swapAndScaleAxes(MathTransform, Context)
should accept to adjust the number of transform dimensions.org.opengis.referencing.operation.MathTransform
DefaultMathTransformFactory.swapAndScaleAxes
(org.opengis.referencing.operation.MathTransform parameterized, DefaultMathTransformFactory.Context context) Given a transform between normalized spaces, creates a transform taking in account axis directions, units of measurement and longitude rotation.