|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRSConfigurationException | |
---|---|
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.deegree.xml.om | |
org.deegree.cs.configuration.deegree.xml.stax | |
org.deegree.cs.configuration.deegree.xml.stax.parsers | |
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. |
Uses of CRSConfigurationException in org.deegree.cs.configuration |
---|
Methods in org.deegree.cs.configuration that throw CRSConfigurationException | |
---|---|
java.util.List<CRSCodeType[]> |
CRSProvider.getAvailableCRSCodes()
This method should be called if one is only interested in the available identifiers and not in the coordinatesystems themselves. |
java.util.List<CoordinateSystem> |
CRSProvider.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. |
CoordinateSystem |
AbstractCRSProvider.getCRSByCode(CRSCodeType id)
Retrieves the CoordinateSystem from the set provider that is identified by the given CRSCodeType
id. |
CoordinateSystem |
CRSProvider.getCRSByCode(CRSCodeType id)
|
CoordinateSystem |
AbstractCRSProvider.getCRSByCode(CRSCodeType id,
boolean forceXY)
|
CoordinateSystem |
CRSProvider.getCRSByCode(CRSCodeType id,
boolean forceXY)
|
CRSIdentifiable |
CRSProvider.getIdentifiable(CRSCodeType id)
This method is more general than the CRSProvider.getCRSByCode(CRSCodeType) , because it represents a possibility to
return an arbitrary CRSIdentifiable Object from the providers backend. |
static CRSConfiguration |
CRSConfiguration.getInstance()
Creates or returns an instance of the CRSConfiguration by reading the DEFAULT property configured in the 'crs_providers.properties'. |
Transformation |
CRSProvider.getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
This method is should retrieve a transformation (chain) which transforms coordinates from the given source into the given target crs. |
protected abstract CoordinateSystem |
AbstractCRSProvider.parseCoordinateSystem(T crsDefinition)
|
abstract Transformation |
AbstractCRSProvider.parseTransformation(T transformationDefinition)
|
Uses of CRSConfigurationException in org.deegree.cs.configuration.deegree.xml |
---|
Methods in org.deegree.cs.configuration.deegree.xml that throw CRSConfigurationException | |
---|---|
java.util.List<CRSCodeType[]> |
CRSParser.getAvailableCRSCodes()
|
Ellipsoid |
CRSParser.getEllipsoidForId(java.lang.String ellipsoidID)
Tries to find a cached ellipsoid, if not found, the config will be checked. |
GeodeticDatum |
CRSParser.getGeodeticDatumForId(java.lang.String datumID)
|
CRSIdentifiable |
DeegreeCRSProvider.getIdentifiable(CRSCodeType id)
|
PrimeMeridian |
CRSParser.getPrimeMeridianForId(java.lang.String meridianID)
|
Transformation |
DeegreeCRSProvider.getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
|
java.lang.String |
CRSParser.getVersion()
|
protected CoordinateSystem |
DeegreeCRSProvider.parseCoordinateSystem(T crsDefinition)
|
CoordinateSystem |
CRSParser.parseCoordinateSystem(T crsDefintion)
|
Transformation |
DeegreeCRSProvider.parseTransformation(T transformationDefinition)
|
Uses of CRSConfigurationException in org.deegree.cs.configuration.deegree.xml.om |
---|
Methods in org.deegree.cs.configuration.deegree.xml.om that throw CRSConfigurationException | |
---|---|
java.util.List<CRSCodeType[]> |
Parser.getAvailableCRSCodes()
|
protected Helmert |
Parser.getConversionInfoFromID(java.lang.String infoID)
|
Ellipsoid |
Parser.getEllipsoidForId(java.lang.String ellipsoidID)
Tries to find a cached ellipsoid, if not found, the config will be checked. |
GeodeticDatum |
Parser.getGeodeticDatumForId(java.lang.String datumID)
|
PrimeMeridian |
Parser.getPrimeMeridianForId(java.lang.String meridianID)
|
java.lang.String |
Parser.getVersion()
|
protected Axis[] |
Parser.parseAxisOrder(org.apache.axiom.om.OMElement crsElement)
Creates an axis array for the given crs element. |
CoordinateSystem |
Parser.parseCoordinateSystem(org.apache.axiom.om.OMElement crsDefintion)
|
protected CoordinateSystem |
Parser.parseGeocentricCRS(org.apache.axiom.om.OMElement crsElement)
|
protected CoordinateSystem |
Parser.parseGeographicCRS(org.apache.axiom.om.OMElement crsElement)
|
protected CRSIdentifiable |
Parser.parseIdentifiable(org.apache.axiom.om.OMElement element)
Parses all elements of the identifiable object. |
protected CoordinateSystem |
Parser.parseProjectedCRS(org.apache.axiom.om.OMElement crsElement)
|
protected Projection |
Parser.parseProjection(org.apache.axiom.om.OMElement projectionElement,
GeographicCRS underlyingCRS,
Unit units)
Parses and instantiates the projection from the given element. |
protected GeodeticDatum |
Parser.parseReferencedGeodeticDatum(org.apache.axiom.om.OMElement parentElement,
java.lang.String parentID)
Parses the required usedDatum element from the given parentElement (probably a crs element). |
protected Unit |
Parser.parseUnit(org.apache.axiom.om.OMElement parent)
Parses a unit from the given xml-parent. |
Uses of CRSConfigurationException in org.deegree.cs.configuration.deegree.xml.stax |
---|
Methods in org.deegree.cs.configuration.deegree.xml.stax that throw CRSConfigurationException | |
---|---|
java.util.List<CRSCodeType[]> |
Parser.getAvailableCRSCodes()
|
Ellipsoid |
Parser.getEllipsoidForId(java.lang.String ellipsoidId)
|
GeodeticDatum |
Parser.getGeodeticDatumForId(java.lang.String datumId)
|
PrimeMeridian |
Parser.getPrimeMeridianForId(java.lang.String meridianId)
|
java.lang.String |
Parser.getVersion()
|
CoordinateSystem |
Parser.parseCoordinateSystem(StAXResource crsDefintion)
|
Uses of CRSConfigurationException in org.deegree.cs.configuration.deegree.xml.stax.parsers |
---|
Methods in org.deegree.cs.configuration.deegree.xml.stax.parsers that throw CRSConfigurationException | |
---|---|
protected Helmert |
TransformationParser.getConversionInfoForID(java.lang.String infoID)
|
CoordinateSystem |
CoordinateSystemParser.getCRSForId(java.lang.String crsId)
|
Ellipsoid |
EllipsoidParser.getEllipsoidForId(java.lang.String ellipsoidID)
Tries to find a cached ellipsoid, if not found, the config will be checked. |
GeodeticDatum |
DatumParser.getGeodeticDatumForId(java.lang.String datumID)
|
PrimeMeridian |
PrimemeridianParser.getPrimeMeridianForId(java.lang.String meridianId)
|
Projection |
ProjectionParser.getProjectionForId(java.lang.String projectionId,
GeographicCRS underlyingCRS)
|
Transformation |
TransformationParser.getTransformationForId(java.lang.String transformId)
|
protected Axis[] |
CoordinateSystemParser.parseAxisOrder(javax.xml.stream.XMLStreamReader reader)
Creates an axis array for the given crs element. |
CoordinateSystem |
CoordinateSystemParser.parseCoordinateSystem(javax.xml.stream.XMLStreamReader reader)
|
protected CoordinateSystem |
CoordinateSystemParser.parseGeocentricCRS(javax.xml.stream.XMLStreamReader reader)
|
protected CoordinateSystem |
CoordinateSystemParser.parseGeographicCRS(javax.xml.stream.XMLStreamReader reader)
|
protected CRSIdentifiable |
DefinitionParser.parseIdentifiable(javax.xml.stream.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 CoordinateSystem |
CoordinateSystemParser.parseProjectedCRS(javax.xml.stream.XMLStreamReader reader)
|
protected GeodeticDatum |
CoordinateSystemParser.parseReferencedGeodeticDatum(javax.xml.stream.XMLStreamReader reader,
java.lang.String parentID)
Parses the required usedDatum element from the given parentElement (probably a crs element). |
protected Unit |
DefinitionParser.parseUnit(javax.xml.stream.XMLStreamReader reader,
boolean required)
Parses a unit from the given xml-parent. |
Uses of CRSConfigurationException in org.deegree.cs.configuration.gml |
---|
Methods in org.deegree.cs.configuration.gml that throw CRSConfigurationException | |
---|---|
java.util.List<CRSCodeType[]> |
GMLCRSProvider.getAvailableCRSCodes()
|
java.util.List<CoordinateSystem> |
GMLCRSProvider.getAvailableCRSs()
|
CRSIdentifiable |
GMLCRSProvider.getIdentifiable(CRSCodeType id)
|
Transformation |
GMLCRSProvider.getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
|
protected CoordinateSystem |
GMLCRSProvider.parseCoordinateSystem(org.apache.axiom.om.OMElement rootElement)
|
Transformation |
GMLCRSProvider.parseTransformation(org.apache.axiom.om.OMElement rootElement)
Calls parseGMLTransformation for the catching of XMLParsingException . |
Uses of CRSConfigurationException in org.deegree.cs.configuration.proj4 |
---|
Methods in org.deegree.cs.configuration.proj4 that throw CRSConfigurationException | |
---|---|
java.util.List<CRSCodeType[]> |
PROJ4CRSProvider.getAvailableCRSCodes()
|
java.util.List<CoordinateSystem> |
PROJ4CRSProvider.getAvailableCRSs()
|
CRSIdentifiable |
PROJ4CRSProvider.getIdentifiable(CRSCodeType code)
|
Transformation |
PROJ4CRSProvider.getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
|
protected CoordinateSystem |
PROJ4CRSProvider.parseCoordinateSystem(java.util.Map<java.lang.String,java.lang.String> crsDefinition)
|
Transformation |
PROJ4CRSProvider.parseTransformation(java.util.Map<java.lang.String,java.lang.String> transformationDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |