Uses of Interface
org.opengis.referencing.crs.CRSAuthorityFactory
Packages that use CRSAuthorityFactory
Package
Description
Widgets about coordinate reference systems.
Base classes for reference systems used for general positioning.
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.
-
Uses of CRSAuthorityFactory in org.apache.sis.gui.referencing
Constructors in org.apache.sis.gui.referencing with parameters of type CRSAuthorityFactoryModifierConstructorDescriptionCRSChooser(CRSAuthorityFactory factory, Envelope areaOfInterest, Locale locale) Creates a chooser proposing all coordinate reference systems from the given factory.RecentReferenceSystems(CRSAuthorityFactory factory, Locale locale) Creates a builder which will use the specified authority factory. -
Uses of CRSAuthorityFactory in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return CRSAuthorityFactoryModifier and TypeMethodDescriptionstatic CRSAuthorityFactoryCRS.getAuthorityFactory(String authority) Returns the system-wide authority factory used byCRS.forCode(String)and other SIS methods.Methods in org.apache.sis.referencing with parameters of type CRSAuthorityFactoryModifier and TypeMethodDescriptionstatic CoordinateReferenceSystemCRS.fromAuthority(CoordinateReferenceSystem crs, CRSAuthorityFactory factory, Filter warningFilter) Replaces the given coordinate reference system by an authoritative description, if one can be found. -
Uses of CRSAuthorityFactory in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement CRSAuthorityFactoryModifier and TypeClassDescriptionclassCreates coordinate reference systems in the "OGC", "CRS" or"AUTO(2)"namespaces.classA factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments.Constructor parameters in org.apache.sis.referencing.factory with type arguments of type CRSAuthorityFactoryModifierConstructorDescriptionMultiAuthoritiesFactory(Iterable<? extends CRSAuthorityFactory> crsFactories, Iterable<? extends CSAuthorityFactory> csFactories, Iterable<? extends DatumAuthorityFactory> datumFactories, Iterable<? extends CoordinateOperationAuthorityFactory> copFactories) Creates a new multi-factories instance using the given lists of factories. -
Uses of CRSAuthorityFactory in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement CRSAuthorityFactoryModifier 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.