Uses of Interface
org.geotools.api.referencing.cs.CSFactory
Packages that use CSFactory
Package
Description
Reference systems implementation.
Base classes for factories and
authority factories.
Well
Known Text (WKT) parsing and formatting.
-
Uses of CSFactory in org.geotools.factory
Methods in org.geotools.factory that return CSFactoryModifier and TypeMethodDescriptionBasicFactories.getCSFactory()
Returns the CS factory singleton. -
Uses of CSFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CSFactoryModifier and TypeMethodDescriptionstatic CSFactory
ReferencingFactoryFinder.getCSFactory
(Hints hints) Returns the first implementation ofCSFactory
matching the specified hints.Methods in org.geotools.referencing that return types with arguments of type CSFactoryModifier and TypeMethodDescriptionReferencingFactoryFinder.getCSFactories
(Hints hints) Returns a set of all available implementations for theCSFactory
interface. -
Uses of CSFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement CSFactoryModifier and TypeClassDescriptionclass
Methods in org.geotools.referencing.factory that return CSFactoryModifier and TypeMethodDescriptionReferencingFactoryContainer.getCSFactory()
Returns the coordinate system factory. -
Uses of CSFactory in org.geotools.referencing.wkt
Fields in org.geotools.referencing.wkt declared as CSFactoryModifier and TypeFieldDescriptionprotected final CSFactory
Parser.csFactory
The factory to use for creating coordinate systems.Constructors in org.geotools.referencing.wkt with parameters of type CSFactoryModifierConstructorDescriptionParser
(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory) Constructs a parser for the specified set of symbols using the specified factories.