|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRSProvider | |
---|---|
org.deegree.cs.configuration | The org.deegree.cs.configuraton package contains the classes necessary to read crs-definitions from a specified backend ( database or xml-file). |
org.deegree.cs.configuration.deegree.xml | |
org.deegree.cs.configuration.gml | This package contains the classes used for reading gml based coordinate system configuration backends. |
org.deegree.cs.configuration.proj4 | This package contains the classes used for reading proj4 based coordinate system configuration backends. |
org.deegree.cs.transformations | A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. |
Uses of CRSProvider in org.deegree.cs.configuration |
---|
Classes in org.deegree.cs.configuration that implement CRSProvider | |
---|---|
class |
AbstractCRSProvider<T>
The base class for a CRSProvider which has a caching mechanism for CRSIdentifiable s and instantiates
a given resolver used for inverse lookup. |
Methods in org.deegree.cs.configuration that return CRSProvider | |
---|---|
CRSProvider |
CRSConfiguration.getProvider()
|
Uses of CRSProvider in org.deegree.cs.configuration.deegree.xml |
---|
Classes in org.deegree.cs.configuration.deegree.xml that implement CRSProvider | |
---|---|
class |
DeegreeCRSProvider<T>
The DeegreeCRSProvider reads the deegree crs-config (based on it's own xml-schema) and creates the CRS's
(and their datums, conversion info's, ellipsoids and projections) if requested. |
Uses of CRSProvider in org.deegree.cs.configuration.gml |
---|
Classes in org.deegree.cs.configuration.gml that implement CRSProvider | |
---|---|
class |
GMLCRSProvider
The GMLCRSProvider is a provider for a GML 3.2 backend, this may be a dictionary or a database. |
Uses of CRSProvider in org.deegree.cs.configuration.proj4 |
---|
Classes in org.deegree.cs.configuration.proj4 that implement CRSProvider | |
---|---|
class |
PROJ4CRSProvider
The PROJ4CRSProvider class is capable of parsing the nad/epsg file and use it as a backend for crs's. |
Uses of CRSProvider in org.deegree.cs.transformations |
---|
Constructors in org.deegree.cs.transformations with parameters of type CRSProvider | |
---|---|
TransformationFactory(CRSProvider provider,
TransformationFactory.DSTransform preferredTransform)
The default coordinate transformation factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |