|
||||||||||
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(ICRS sourceCRS,
ICRS targetCRS)
Implementations should find a given transformation (chain) which transforms coordinates of the given coordinate system into coordinates of the target crs. |
Helmert |
getWGS84Transformation(IGeographicCRS 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.cs.configuration.resources.XLinkResolver |
---|
getURIAsType |
Method Detail |
---|
Helmert getWGS84Transformation(IGeographicCRS sourceCRS)
null
sourceCRS
- to retrieve the transformation for.
Helmert
transformation or null
if no such transformation was defined.Transformation getTransformation(ICRS sourceCRS, ICRS targetCRS)
null
sourceCRS
- start point of the transformation.targetCRS
- end point of the transformations
Transformation
or null
if no such transformation was defined.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |