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 DefaultMathTransformFactoryCoordinateOperations.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 DefaultMathTransformFactoryGeodeticCalculator.projectionFactoryThe 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 DefaultMathTransformFactoryDefaultCoordinateOperationFactory.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 classA factory performing no caching.Fields in org.apache.sis.referencing.operation.transform declared as DefaultMathTransformFactoryModifier and TypeFieldDescriptionprivate DefaultMathTransformFactoryDefaultMathTransformFactory.oppositeCachingPolicyThe factory with opposite caching factory, ornullif 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 DefaultMathTransformFactoryDefaultMathTransformFactory.oppositeCachingPolicy()Accessor forDefaultMathTransformFactory.NoCacheimplementation.Methods in org.apache.sis.referencing.operation.transform with parameters of type DefaultMathTransformFactoryModifier and TypeMethodDescription(package private) final RuntimeExceptionDefaultMathTransformFactory.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 DefaultMathTransformFactoryModifierConstructorDescriptionprivateCreates 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.