Uses of Interface
org.geotools.api.referencing.crs.CRSFactory
-
Packages that use CRSFactory Package Description org.geotools.factory org.geotools.feature org.geotools.feature.type org.geotools.referencing Reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of CRSFactory in org.geotools.factory
Methods in org.geotools.factory that return CRSFactory Modifier and Type Method Description CRSFactory
BasicFactories. getCRSFactory()
Returns the CRS factory singleton. -
Uses of CRSFactory in org.geotools.feature
Methods in org.geotools.feature that return CRSFactory Modifier and Type Method Description CRSFactory
AbstractFeatureFactoryImpl. getCRSFactory()
Methods in org.geotools.feature with parameters of type CRSFactory Modifier and Type Method Description void
AbstractFeatureFactoryImpl. setCRSFactory(CRSFactory crsFactory)
-
Uses of CRSFactory in org.geotools.feature.type
Methods in org.geotools.feature.type that return CRSFactory Modifier and Type Method Description CRSFactory
FeatureTypeFactoryImpl. getCRSFactory()
Methods in org.geotools.feature.type with parameters of type CRSFactory Modifier and Type Method Description void
FeatureTypeFactoryImpl. setCRSFactory(CRSFactory crsFactory)
Constructors in org.geotools.feature.type with parameters of type CRSFactory Constructor Description FeatureTypeFactoryImpl(CRSFactory crsFactory, FilterFactory filterFactory)
Constructor injection -
Uses of CRSFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CRSFactory Modifier and Type Method Description static 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 CRSFactory Modifier and Type Method Description static 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 CRSFactory Modifier and Type Field Description protected CRSFactory
EPSGCRSAuthorityFactory. crsFactory
Constructors in org.geotools.referencing.epsg.wkt with parameters of type CRSFactory Constructor Description EPSGCRSAuthorityFactory(CRSFactory factory)
Loads from epsg.properties if the file exists, defaults to internal defintions exported from postgis and cubeworks.EPSGCRSAuthorityFactory(CRSFactory factory, URL definition)
-
Uses of CRSFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement CRSFactory Modifier and Type Class Description class
ReferencingObjectFactory
Methods in org.geotools.referencing.factory that return CRSFactory Modifier and Type Method Description CRSFactory
ReferencingFactoryContainer. getCRSFactory()
Returns the coordinate reference system factory. -
Uses of CRSFactory in org.geotools.referencing.wkt
Fields in org.geotools.referencing.wkt declared as CRSFactory Modifier and Type Field Description protected CRSFactory
Parser. crsFactory
The factory to use for creating coordinate reference systems.Constructors in org.geotools.referencing.wkt with parameters of type CRSFactory Constructor Description Parser(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory)
Constructs a parser for the specified set of symbols using the specified factories.
-