Uses of Interface
org.opengis.referencing.operation.CoordinateOperationFactory
Packages that use CoordinateOperationFactory
Package
Description
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Relationship between any two Coordinate Reference Systems (CRS).
-
Uses of CoordinateOperationFactory in org.apache.sis.referencing.factory.sql
Fields in org.apache.sis.referencing.factory.sql declared as CoordinateOperationFactoryModifier and TypeFieldDescriptionprotected final CoordinateOperationFactoryEPSGFactory.copFactoryThe factory to use for creatingCoordinateOperationinstances from the properties read in the database. -
Uses of CoordinateOperationFactory in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement CoordinateOperationFactoryModifier and TypeClassDescriptionclassCreates operations capable to transform coordinates from a given source CRS to a given target CRS.Fields in org.apache.sis.referencing.operation declared as CoordinateOperationFactoryModifier and TypeFieldDescriptionprotected final CoordinateOperationFactoryCoordinateOperationRegistry.factoryThe factory to use for creating coordinate operations not found in the registry.Constructors in org.apache.sis.referencing.operation with parameters of type CoordinateOperationFactoryModifierConstructorDescriptionCoordinateOperationFinder(CoordinateOperationAuthorityFactory registry, CoordinateOperationFactory factory, CoordinateOperationContext context) Creates a new instance for the given factory and context.