Uses of Interface
org.geotools.api.referencing.crs.CRSFactory
Packages that use CRSFactory
Package
Description
Reference systems implementation.
Base classes for factories and
authority factories.
Well
Known Text (WKT) parsing and formatting.
-
Uses of CRSFactory in org.geotools.factory
Methods in org.geotools.factory that return CRSFactoryModifier and TypeMethodDescriptionBasicFactories.getCRSFactory()
Returns the CRS factory singleton. -
Uses of CRSFactory in org.geotools.feature
Methods in org.geotools.feature that return CRSFactoryMethods in org.geotools.feature with parameters of type CRSFactoryModifier and TypeMethodDescriptionvoid
AbstractFeatureFactoryImpl.setCRSFactory
(CRSFactory crsFactory) -
Uses of CRSFactory in org.geotools.feature.type
Methods in org.geotools.feature.type that return CRSFactoryMethods in org.geotools.feature.type with parameters of type CRSFactoryModifier and TypeMethodDescriptionvoid
FeatureTypeFactoryImpl.setCRSFactory
(CRSFactory crsFactory) Constructors in org.geotools.feature.type with parameters of type CRSFactoryModifierConstructorDescriptionFeatureTypeFactoryImpl
(CRSFactory crsFactory, FilterFactory filterFactory) Constructor injection -
Uses of CRSFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CRSFactoryModifier and TypeMethodDescriptionstatic CRSFactory
ReferencingFactoryFinder.getCRSFactory
(Hints hints) Returns the first implementation ofCRSFactory
matching the specified hints.Methods in org.geotools.referencing that return types with arguments of type CRSFactoryModifier and TypeMethodDescriptionstatic Set<CRSFactory>
ReferencingFactoryFinder.getCRSFactories
(Hints hints) Returns a set of all available implementations for theCRSFactory
interface. -
Uses of CRSFactory in org.geotools.referencing.epsg.wkt
Fields in org.geotools.referencing.epsg.wkt declared as CRSFactoryConstructors in org.geotools.referencing.epsg.wkt with parameters of type CRSFactoryModifierConstructorDescriptionprotected
EPSGCRSAuthorityFactory
(CRSFactory factory) Loads from epsg.properties if the file exists, defaults to internal defintions exported from postgis and cubeworks.protected
EPSGCRSAuthorityFactory
(CRSFactory factory, URL definition) -
Uses of CRSFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement CRSFactoryModifier and TypeClassDescriptionclass
Methods in org.geotools.referencing.factory that return CRSFactoryModifier and TypeMethodDescriptionReferencingFactoryContainer.getCRSFactory()
Returns the coordinate reference system factory. -
Uses of CRSFactory in org.geotools.referencing.wkt
Fields in org.geotools.referencing.wkt declared as CRSFactoryModifier and TypeFieldDescriptionprotected final CRSFactory
Parser.crsFactory
The factory to use for creating coordinate reference systems.Constructors in org.geotools.referencing.wkt with parameters of type CRSFactoryModifierConstructorDescriptionParser
(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory) Constructs a parser for the specified set of symbols using the specified factories.