Uses of Interface
org.opengis.referencing.operation.CoordinateOperationAuthorityFactory
Packages that use CoordinateOperationAuthorityFactory
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Relationship between any two Coordinate Reference Systems (CRS).
-
Uses of CoordinateOperationAuthorityFactory in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement CoordinateOperationAuthorityFactoryModifier and TypeClassDescriptionclassA factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments. -
Uses of CoordinateOperationAuthorityFactory in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement CoordinateOperationAuthorityFactoryModifier and TypeClassDescriptionclassData Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.classA geodetic object factory backed by the EPSG database. -
Uses of CoordinateOperationAuthorityFactory in org.apache.sis.referencing.operation
Fields in org.apache.sis.referencing.operation declared as CoordinateOperationAuthorityFactoryModifier and TypeFieldDescriptionprotected final CoordinateOperationAuthorityFactoryCoordinateOperationRegistry.registryThe factory to use for creating operations as defined by authority, ornullif none.Methods in org.apache.sis.referencing.operation with parameters of type CoordinateOperationAuthorityFactoryModifier and TypeMethodDescriptionprotected CoordinateOperationFinderDefaultCoordinateOperationFactory.createOperationFinder(CoordinateOperationAuthorityFactory registry, CoordinateOperationContext context) Creates the object which will perform the actual task of finding a coordinate operation path between two CRS.Constructors in org.apache.sis.referencing.operation with parameters of type CoordinateOperationAuthorityFactoryModifierConstructorDescriptionCoordinateOperationFinder(CoordinateOperationAuthorityFactory registry, CoordinateOperationFactory factory, CoordinateOperationContext context) Creates a new instance for the given factory and context.