Uses of Interface
org.geotools.api.referencing.operation.CoordinateOperationFactory
Packages that use CoordinateOperationFactory
-
Uses of CoordinateOperationFactory in org.geotools.factory
Methods in org.geotools.factory that return CoordinateOperationFactoryModifier and TypeMethodDescriptionBasicFactories.getCoordinateOperationFactory()Returns the coordinate operation factory singleton. -
Uses of CoordinateOperationFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CoordinateOperationFactoryModifier and TypeMethodDescriptionstatic CoordinateOperationFactoryCRS.getCoordinateOperationFactory(boolean lenient) Returns the coordinate operation factory used byfindMathTransformconvenience methods.static CoordinateOperationFactoryReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints) Returns the first implementation ofCoordinateOperationFactorymatching the specified hints.Methods in org.geotools.referencing that return types with arguments of type CoordinateOperationFactoryModifier and TypeMethodDescriptionstatic Set<CoordinateOperationFactory>ReferencingFactoryFinder.getCoordinateOperationFactories(Hints hints) Returns a set of all available implementations for theCoordinateOperationFactoryinterface. -
Uses of CoordinateOperationFactory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement CoordinateOperationFactoryModifier and TypeClassDescriptionclassBase class for coordinate operation factories.classA coordinate operation factory extended with the extra informations provided by an authority factory.classCaches the coordinate operations created by an other factory.classCreates coordinate operations.classA CoordinateOperationFactory that delegates to multiple underlying factories, returning the first set of results it finds from any of them.classACoordinateOperationAuthorityFactorybacked by a properties file.Methods in org.geotools.referencing.operation that return CoordinateOperationFactoryModifier and TypeMethodDescriptionBufferedCoordinateOperationFactory.getBackingFactory()Returns the backing factory.Constructors in org.geotools.referencing.operation with parameters of type CoordinateOperationFactoryModifierConstructorDescriptionBufferedCoordinateOperationFactory(CoordinateOperationFactory factory, int priority) Wraps the specified factory.BufferedCoordinateOperationFactory(CoordinateOperationFactory factory, Hints userHints, int priority) Work around for RFE #4093999 in Sun's bug database ("Relax constraint on placement of this()/super() call in constructors").