Uses of Class
org.apache.sis.referencing.operation.transform.DefaultMathTransformFactory
Packages that use DefaultMathTransformFactory
Package
Description
A set of helper classes for the SIS implementation.
Base classes for reference systems used for general positioning.
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of DefaultMathTransformFactory in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return DefaultMathTransformFactoryModifier and TypeMethodDescriptionstatic DefaultMathTransformFactory
CoordinateOperations.factoryMT()
Returns the SIS implementation ofMathTransformFactory
. -
Uses of DefaultMathTransformFactory in org.apache.sis.referencing
Fields in org.apache.sis.referencing declared as DefaultMathTransformFactoryModifier and TypeFieldDescriptionprivate DefaultMathTransformFactory
GeodeticCalculator.projectionFactory
The factory for map projections created byGeodeticCalculator.createProjectionAroundStart()
, fetched when first needed. -
Uses of DefaultMathTransformFactory in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return DefaultMathTransformFactoryModifier and TypeMethodDescription(package private) final DefaultMathTransformFactory
DefaultCoordinateOperationFactory.getDefaultMathTransformFactory()
Returns the Apache SIS implementation of math transform factory. -
Uses of DefaultMathTransformFactory in org.apache.sis.referencing.operation.transform
Modifier and TypeClassDescriptionprivate static final class
A factory performing no caching.Fields in org.apache.sis.referencing.operation.transform declared as DefaultMathTransformFactoryModifier and TypeFieldDescriptionprivate DefaultMathTransformFactory
DefaultMathTransformFactory.oppositeCachingPolicy
The factory with opposite caching factory, ornull
if not yet created.Methods in org.apache.sis.referencing.operation.transform that return DefaultMathTransformFactoryModifier and TypeMethodDescriptionDefaultMathTransformFactory.caching
(boolean enabled) Returns a factory for the same transforms than this factory, but with caching potentially disabled.DefaultMathTransformFactory.NoCache.caching
(boolean enabled) Returns a factory for the same transforms but given caching policy.(package private) final DefaultMathTransformFactory
DefaultMathTransformFactory.oppositeCachingPolicy()
Accessor forDefaultMathTransformFactory.NoCache
implementation.Methods in org.apache.sis.referencing.operation.transform with parameters of type DefaultMathTransformFactoryModifier and TypeMethodDescription(package private) final RuntimeException
DefaultMathTransformFactory.Context.completeParameters
(DefaultMathTransformFactory factory, org.opengis.referencing.operation.OperationMethod method, org.opengis.parameter.ParameterValueGroup userParams) Completes the parameter group with information about source and target ellipsoid axis lengths, if available.Constructors in org.apache.sis.referencing.operation.transform with parameters of type DefaultMathTransformFactoryModifierConstructorDescriptionprivate
Creates a new factory with the same configuration than given factory but without caching.(package private)
NoCache
(DefaultMathTransformFactory parent) Creates a new factory with the same configuration than given factory.