| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| 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 | |
|---|---|
 List<String> | 
CRSProvider.getAvailableCRSIds()
This method should be called if one is only interested in the available identifiers and not in the coordinatesystems themselves.  | 
 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(String id)
 | 
 CoordinateSystem | 
CRSProvider.getCRSByID(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(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. | 
 List<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 | |
|---|---|
 List<String> | 
DeegreeCRSProvider.getAvailableCRSIds()
 | 
 List<CoordinateSystem> | 
DeegreeCRSProvider.getAvailableCRSs()
 | 
protected  Helmert | 
CRSParser.getConversionInfoFromID(String infoID)
 | 
protected  Ellipsoid | 
CRSParser.getEllipsoidFromID(String ellipsoidID)
Tries to find a cached ellipsoid, if not found, the config will be checked.  | 
protected  GeodeticDatum | 
CRSParser.getGeodeticDatumFromID(String datumID)
 | 
 Identifiable | 
DeegreeCRSProvider.getIdentifiable(String id)
 | 
protected  PrimeMeridian | 
CRSParser.getPrimeMeridianFromID(String meridianID)
 | 
 List<String[]> | 
DeegreeCRSProvider.getSortedAvailableCRSIds()
 | 
 Transformation | 
DeegreeCRSProvider.getTransformation(CoordinateSystem sourceCRS,
                                   CoordinateSystem targetCRS)
 | 
 String | 
CRSParser.getVersion()
 | 
protected  Axis[] | 
CRSParser.parseAxisOrder(Element crsElement)
Creates an axis array for the given crs element.  | 
protected  CoordinateSystem | 
DeegreeCRSProvider.parseCoordinateSystem(Element crsDefinition)
 | 
 CoordinateSystem | 
CRSParser.parseCoordinateSystem(Element crsDefintion)
 | 
protected  CoordinateSystem | 
CRSParser.parseGeocentricCRS(Element crsElement)
 | 
protected  CoordinateSystem | 
CRSParser.parseGeographicCRS(Element crsElement)
 | 
protected  Identifiable | 
CRSParser.parseIdentifiable(Element element)
Parses all elements of the identifiable object.  | 
protected  CoordinateSystem | 
CRSParser.parseProjectedCRS(Element crsElement)
 | 
protected  Projection | 
CRSParser.parseProjection(Element projectionElement,
                               GeographicCRS underlyingCRS,
                               Unit units)
Parses and instantiates the projection from the given element.  | 
protected  GeodeticDatum | 
CRSParser.parseReferencedGeodeticDatum(Element parentElement,
                                                         String parentID)
Parses the required usedDatum element from the given parentElement (probably a crs element).  | 
 Transformation | 
DeegreeCRSProvider.parseTransformation(Element transformationDefinition)
 | 
protected  Unit | 
CRSParser.parseUnit(Element parent)
Parses a unit from the given xml-parent.  | 
| Constructors in org.deegree.crs.configuration.deegree that throw CRSConfigurationException | |
|---|---|
DeegreeCRSProvider(Properties properties)
 | 
|
| Uses of CRSConfigurationException in org.deegree.crs.configuration.gml | 
|---|
| Methods in org.deegree.crs.configuration.gml that throw CRSConfigurationException | |
|---|---|
 List<String> | 
GMLCRSProvider.getAvailableCRSIds()
 | 
 Identifiable | 
GMLCRSProvider.getIdentifiable(String id)
 | 
 Transformation | 
GMLCRSProvider.getTransformation(CoordinateSystem sourceCRS,
                                   CoordinateSystem targetCRS)
 | 
protected  CoordinateSystem | 
GMLCRSProvider.parseCoordinateSystem(Element rootElement)
 | 
 Transformation | 
GMLCRSProvider.parseTransformation(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 | |
|---|---|
 List<String> | 
PROJ4CRSProvider.getAvailableCRSIds()
 | 
 List<CoordinateSystem> | 
PROJ4CRSProvider.getAvailableCRSs()
 | 
 Identifiable | 
PROJ4CRSProvider.getIdentifiable(String id)
 | 
 List<String[]> | 
PROJ4CRSProvider.getSortedAvailableCRSIds()
 | 
 Transformation | 
PROJ4CRSProvider.getTransformation(CoordinateSystem sourceCRS,
                                   CoordinateSystem targetCRS)
 | 
protected  CoordinateSystem | 
PROJ4CRSProvider.parseCoordinateSystem(Map<String,String> crsDefinition)
 | 
 Transformation | 
PROJ4CRSProvider.parseTransformation(Map<String,String> transformationDefinition)
 | 
  | 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org