|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRSConfigurationException | |
---|---|
org.deegree.crs.configuration | The org.deegree.crs.configuraton package contains the classes necessary to read crs-definitions from a file. |
org.deegree.crs.configuration.deegree | |
org.deegree.crs.configuration.gml | |
org.deegree.crs.configuration.proj4 |
Uses of CRSConfigurationException in org.deegree.crs.configuration |
---|
Methods in org.deegree.crs.configuration that throw CRSConfigurationException | |
---|---|
java.util.List<java.lang.String> |
CRSProvider.getAvailableCRSIds()
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.getCRSByID(java.lang.String id)
|
CoordinateSystem |
CRSProvider.getCRSByID(java.lang.String id)
|
static CRSConfiguration |
CRSConfiguration.getCRSConfiguration()
Creates or returns an instance of the CRSConfiguration by reading the DEFAULT property configured in the 'crs_providers.properties'. |
Identifiable |
CRSProvider.getIdentifiable(java.lang.String id)
This method is more general than the CRSProvider.getCRSByID(String) , because it represents a possibility to return
an arbitrary Identifiable Object from the providers backend. |
java.util.List<java.lang.String[]> |
CRSProvider.getSortedAvailableCRSIds()
This method should be called if one is only interested in the available identifiers and not in the coordinatesystems themselves. |
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.crs.configuration.deegree |
---|
Methods in org.deegree.crs.configuration.deegree that throw CRSConfigurationException | |
---|---|
java.util.List<java.lang.String> |
DeegreeCRSProvider.getAvailableCRSIds()
|
java.util.List<CoordinateSystem> |
DeegreeCRSProvider.getAvailableCRSs()
|
protected Helmert |
CRSParser.getConversionInfoFromID(java.lang.String infoID)
|
protected Ellipsoid |
CRSParser.getEllipsoidFromID(java.lang.String ellipsoidID)
Tries to find a cached ellipsoid, if not found, the config will be checked. |
protected GeodeticDatum |
CRSParser.getGeodeticDatumFromID(java.lang.String datumID)
|
Identifiable |
DeegreeCRSProvider.getIdentifiable(java.lang.String id)
|
protected PrimeMeridian |
CRSParser.getPrimeMeridianFromID(java.lang.String meridianID)
|
java.util.List<java.lang.String[]> |
DeegreeCRSProvider.getSortedAvailableCRSIds()
|
Transformation |
DeegreeCRSProvider.getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
|
java.lang.String |
CRSParser.getVersion()
|
protected Axis[] |
CRSParser.parseAxisOrder(org.w3c.dom.Element crsElement)
Creates an axis array for the given crs element. |
protected CoordinateSystem |
DeegreeCRSProvider.parseCoordinateSystem(org.w3c.dom.Element crsDefinition)
|
CoordinateSystem |
CRSParser.parseCoordinateSystem(org.w3c.dom.Element crsDefintion)
|
protected CoordinateSystem |
CRSParser.parseGeocentricCRS(org.w3c.dom.Element crsElement)
|
protected CoordinateSystem |
CRSParser.parseGeographicCRS(org.w3c.dom.Element crsElement)
|
protected Identifiable |
CRSParser.parseIdentifiable(org.w3c.dom.Element element)
Parses all elements of the identifiable object. |
protected CoordinateSystem |
CRSParser.parseProjectedCRS(org.w3c.dom.Element crsElement)
|
protected Projection |
CRSParser.parseProjection(org.w3c.dom.Element projectionElement,
GeographicCRS underlyingCRS,
Unit units)
Parses and instantiates the projection from the given element. |
protected GeodeticDatum |
CRSParser.parseReferencedGeodeticDatum(org.w3c.dom.Element parentElement,
java.lang.String parentID)
Parses the required usedDatum element from the given parentElement (probably a crs element). |
Transformation |
DeegreeCRSProvider.parseTransformation(org.w3c.dom.Element transformationDefinition)
|
protected Unit |
CRSParser.parseUnit(org.w3c.dom.Element parent)
Parses a unit from the given xml-parent. |
Constructors in org.deegree.crs.configuration.deegree that throw CRSConfigurationException | |
---|---|
DeegreeCRSProvider(java.util.Properties properties)
|
Uses of CRSConfigurationException in org.deegree.crs.configuration.gml |
---|
Methods in org.deegree.crs.configuration.gml that throw CRSConfigurationException | |
---|---|
java.util.List<java.lang.String> |
GMLCRSProvider.getAvailableCRSIds()
|
Identifiable |
GMLCRSProvider.getIdentifiable(java.lang.String id)
|
Transformation |
GMLCRSProvider.getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
|
protected CoordinateSystem |
GMLCRSProvider.parseCoordinateSystem(org.w3c.dom.Element rootElement)
|
Transformation |
GMLCRSProvider.parseTransformation(org.w3c.dom.Element rootElement)
Calls parseGMLTransformation for the catching of XMLParsingException . |
Uses of CRSConfigurationException in org.deegree.crs.configuration.proj4 |
---|
Methods in org.deegree.crs.configuration.proj4 that throw CRSConfigurationException | |
---|---|
java.util.List<java.lang.String> |
PROJ4CRSProvider.getAvailableCRSIds()
|
java.util.List<CoordinateSystem> |
PROJ4CRSProvider.getAvailableCRSs()
|
Identifiable |
PROJ4CRSProvider.getIdentifiable(java.lang.String id)
|
java.util.List<java.lang.String[]> |
PROJ4CRSProvider.getSortedAvailableCRSIds()
|
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)
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org