|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CRSConfigurationException in org.deegree.cs.persistence |
---|
Methods in org.deegree.cs.persistence that throw CRSConfigurationException | |
---|---|
List<CRSCodeType[]> |
CRSStore.getAvailableCRSCodes()
This method should be called if one is only interested in the available identifiers and not in the coordinatesystems themselves. |
List<CRSCodeType[]> |
CRSManager.getAvailableCRSCodes()
This methods allows to get all available identifiers and not in the coordinatesystems themselves from all stores. |
List<ICRS> |
CRSStore.getAvailableCRSs()
This method should be called to see if the provider is able to create all defined crs's, thus verifying the correctness of the configuration. |
List<ICRS> |
CRSManager.getAvailableCRSs()
This method allows to get all ICRS from all stores. |
ICRS |
CRSStore.getCRSByCode(CRSCodeType id)
|
ICRS |
AbstractCRSStore.getCRSByCode(CRSCodeType id)
Retrieves the ICRS from the set provider that is identified by the given CRSCodeType id. |
ICRS |
CRSStore.getCRSByCode(CRSCodeType id,
boolean forceXY)
|
ICRS |
AbstractCRSStore.getCRSByCode(CRSCodeType id,
boolean forceXY)
|
CRSResource |
CRSStore.getCRSResource(CRSCodeType id)
This method is more general than the CRSStore.getCRSByCode(CRSCodeType) , because it represents a possibility to
return an arbitrary CRSResource Object from the providers backend. |
Transformation |
CRSStore.getDirectTransformation(ICRS sourceCRS,
ICRS targetCRS)
This method is should retrieve a transformation which transforms coordinates from the given source into the given target crs. |
Transformation |
CRSStore.getDirectTransformation(String id)
This method should retrieve a transformation with the given id. |
Uses of CRSConfigurationException in org.deegree.cs.persistence.deegree.d3 |
---|
Methods in org.deegree.cs.persistence.deegree.d3 that throw CRSConfigurationException | |
---|---|
List<CRSCodeType[]> |
DeegreeCRSStore.getAvailableCRSCodes()
|
List<CRSCodeType[]> |
CRSParser.getAvailableCRSCodes()
|
List<ICRS> |
DeegreeCRSStore.getAvailableCRSs()
|
CRSResource |
DeegreeCRSStore.getCRSResource(CRSCodeType id)
|
Transformation |
DeegreeCRSStore.getDirectTransformation(ICRS sourceCRS,
ICRS targetCRS)
|
Transformation |
DeegreeCRSStore.getDirectTransformation(String id)
|
IEllipsoid |
CRSParser.getEllipsoidForId(String ellipsoidID)
Tries to find a cached ellipsoid, if not found, the config will be checked. |
IGeodeticDatum |
CRSParser.getGeodeticDatumForId(String datumID)
|
IPrimeMeridian |
CRSParser.getPrimeMeridianForId(String meridianID)
|
String |
CRSParser.getVersion()
|
ICRS |
CRSParser.parseCoordinateSystem(T crsDefintion)
|
Uses of CRSConfigurationException in org.deegree.cs.persistence.deegree.d3.parsers |
---|
Methods in org.deegree.cs.persistence.deegree.d3.parsers that throw CRSConfigurationException | |
---|---|
protected Helmert |
TransformationParser.getConversionInfoForID(String infoID)
|
ICRS |
CoordinateSystemParser.getCRSForId(String crsId)
|
Ellipsoid |
EllipsoidParser.getEllipsoidForId(String ellipsoidID)
Tries to find a cached ellipsoid, if not found, the config will be checked. |
GeodeticDatum |
DatumParser.getGeodeticDatumForId(String datumID)
|
PrimeMeridian |
PrimemeridianParser.getPrimeMeridianForId(String meridianId)
|
IProjection |
ProjectionParser.getProjectionForId(String projectionId)
|
Transformation |
TransformationParser.getTransformationForId(String transformId)
|
protected Axis[] |
CoordinateSystemParser.parseAxisOrder(XMLStreamReader reader)
Creates an axis array for the given crs element. |
CRS |
CoordinateSystemParser.parseCoordinateSystem(XMLStreamReader reader)
|
protected CRS |
CoordinateSystemParser.parseGeocentricCRS(XMLStreamReader reader)
|
protected CRS |
CoordinateSystemParser.parseGeographicCRS(XMLStreamReader reader)
|
protected CRSResource |
DefinitionParser.parseIdentifiable(XMLStreamReader reader)
Parses all elements of the identifiable object, it is assumed the reader is on a top level element, the next element will be an id. |
protected CRS |
CoordinateSystemParser.parseProjectedCRS(XMLStreamReader reader)
|
protected IGeodeticDatum |
CoordinateSystemParser.parseReferencedGeodeticDatum(XMLStreamReader reader,
String parentID)
Parses the required usedDatum element from the given parentElement (probably a crs element). |
protected Unit |
DefinitionParser.parseUnit(XMLStreamReader reader,
boolean required)
Parses a unit from the given xml-parent. |
Uses of CRSConfigurationException in org.deegree.cs.persistence.deegree.db |
---|
Methods in org.deegree.cs.persistence.deegree.db that throw CRSConfigurationException | |
---|---|
List<CRSCodeType[]> |
DBCRSStore.getAvailableCRSCodes()
|
List<ICRS> |
DBCRSStore.getAvailableCRSs()
|
CRSResource |
DBCRSStore.getCRSResource(CRSCodeType id)
|
Transformation |
DBCRSStore.getDirectTransformation(ICRS sourceCRS,
ICRS targetCRS)
|
Transformation |
DBCRSStore.getDirectTransformation(String id)
|
Uses of CRSConfigurationException in org.deegree.cs.persistence.gml |
---|
Methods in org.deegree.cs.persistence.gml that throw CRSConfigurationException | |
---|---|
List<CRSCodeType[]> |
GMLCRSStore.getAvailableCRSCodes()
|
List<ICRS> |
GMLCRSStore.getAvailableCRSs()
|
CRSResource |
GMLCRSStore.getCRSResource(CRSCodeType id)
|
Transformation |
GMLCRSStore.getDirectTransformation(ICRS sourceCRS,
ICRS targetCRS)
|
Transformation |
GMLCRSStore.getDirectTransformation(String uri)
|
protected ICRS |
GMLCRSStore.parseCoordinateSystem(org.apache.axiom.om.OMElement rootElement)
|
Transformation |
GMLCRSStore.parseTransformation(org.apache.axiom.om.OMElement rootElement)
Calls parseGMLTransformation for the catching of XMLParsingException . |
Uses of CRSConfigurationException in org.deegree.cs.persistence.proj4 |
---|
Methods in org.deegree.cs.persistence.proj4 that throw CRSConfigurationException | |
---|---|
List<CRSCodeType[]> |
PROJ4CRSStore.getAvailableCRSCodes()
|
List<ICRS> |
PROJ4CRSStore.getAvailableCRSs()
|
CRSResource |
PROJ4CRSStore.getCRSResource(CRSCodeType code)
|
Transformation |
PROJ4CRSStore.getDirectTransformation(ICRS sourceCRS,
ICRS targetCRS)
|
Transformation |
PROJ4CRSStore.getDirectTransformation(String id)
|
protected CRS |
PROJ4CRSStore.parseCoordinateSystem(Map<String,String> crsDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |