|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- of the resourcepublic interface CRSResource<T>
The GMLResource
class defines the access to a resource containing GML crs definitions, often a
dictionary file or a database.
Method Summary | |
---|---|
Transformation |
getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
Implementations should find a given transformation (chain) which transforms coordinates of the given coordinate system into coordinates of the target crs. |
Helmert |
getWGS84Transformation(GeographicCRS sourceCRS)
Implementations should find the helmert transformation which transforms coordinates of the geodetic datum into coordinates of the WGS84 datum. |
Methods inherited from interface org.deegree.crs.configuration.resources.XLinkResolver |
---|
getURIAsType |
Method Detail |
---|
Helmert getWGS84Transformation(GeographicCRS sourceCRS)
null
sourceCRS
- to retrieve the transformation for.
Helmert
transformation or null
if no such transformation was defined.Transformation getTransformation(CoordinateSystem sourceCRS, CoordinateSystem targetCRS)
null
sourceCRS
- start point of the transformation.targetCRS
- end point of the transformations
Transformation
or null
if no such transformation was defined.
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |