|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSFactory | |
---|---|
org.geotools.factory | Utility classes which enable dynamic binding to factory implementations at runtime. |
org.geotools.referencing | Reference systems implementation. |
org.geotools.referencing.factory | Base classes for factories and authority factories. |
org.geotools.referencing.wkt | Well Known Text (WKT) parsing and formatting. |
Uses of CSFactory in org.geotools.factory |
---|
Methods in org.geotools.factory that return CSFactory | |
---|---|
CSFactory |
BasicFactories.getCSFactory()
Returns the CS factory singleton. |
Uses of CSFactory in org.geotools.referencing |
---|
Methods in org.geotools.referencing that return CSFactory | |
---|---|
static CSFactory |
ReferencingFactoryFinder.getCSFactory(Hints hints)
Returns the first implementation of CSFactory matching the specified hints. |
Methods in org.geotools.referencing that return types with arguments of type CSFactory | |
---|---|
static Set<CSFactory> |
ReferencingFactoryFinder.getCSFactories(Hints hints)
Returns a set of all available implementations for the CSFactory interface. |
Uses of CSFactory in org.geotools.referencing.factory |
---|
Classes in org.geotools.referencing.factory that implement CSFactory | |
---|---|
class |
ReferencingObjectFactory
Builds Geotools implementations of CRS, CS and datum objects. |
Methods in org.geotools.referencing.factory that return CSFactory | |
---|---|
CSFactory |
ReferencingFactoryContainer.getCSFactory()
Returns the coordinate system factory. |
Uses of CSFactory in org.geotools.referencing.wkt |
---|
Fields in org.geotools.referencing.wkt declared as CSFactory | |
---|---|
protected CSFactory |
Parser.csFactory
The factory to use for creating coordinate systems. |
Constructors in org.geotools.referencing.wkt with parameters of type CSFactory | |
---|---|
Parser(Symbols symbols,
DatumFactory datumFactory,
CSFactory csFactory,
CRSFactory crsFactory,
MathTransformFactory mtFactory)
Constructs a parser for the specified set of symbols using the specified factories. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |