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 CRSFactoryBasicFactories. 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 CRSFactoryAbstractFeatureFactoryImpl. getCRSFactory()Methods in org.geotools.feature with parameters of type CRSFactory Modifier and Type Method Description voidAbstractFeatureFactoryImpl. 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 CRSFactoryFeatureTypeFactoryImpl. getCRSFactory()Methods in org.geotools.feature.type with parameters of type CRSFactory Modifier and Type Method Description voidFeatureTypeFactoryImpl. 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 CRSFactoryReferencingFactoryFinder. getCRSFactory(Hints hints)Returns the first implementation ofCRSFactorymatching 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 theCRSFactoryinterface. -
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 CRSFactoryEPSGCRSAuthorityFactory. crsFactoryConstructors 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 classReferencingObjectFactoryMethods in org.geotools.referencing.factory that return CRSFactory Modifier and Type Method Description CRSFactoryReferencingFactoryContainer. 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 CRSFactoryParser. crsFactoryThe 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.
-