|
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 | |||||||||
java.lang.Objectorg.deegree.crs.configuration.proj4.ProjFileResource
public class ProjFileResource
The ProjFileResource class TODO add class documentation here.
| Constructor Summary | |
|---|---|
ProjFileResource(PROJ4CRSProvider provider,
Properties properties)
|
|
| Method Summary | |
|---|---|
Set<CRSCodeType> |
getAvailableCodes()
|
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. |
Map<String,String> |
getURIAsType(String uri)
Opens a stream to a resource which is defined by the uri. |
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjFileResource(PROJ4CRSProvider provider,
Properties properties)
provider - properties - | Method Detail |
|---|
public Helmert getWGS84Transformation(GeographicCRS sourceCRS)
CRSResourcenull
getWGS84Transformation in interface CRSResource<Map<String,String>>sourceCRS - to retrieve the transformation for.
Helmert transformation or null if no such transformation was defined.
public Map<String,String> getURIAsType(String uri)
throws IOException
XLinkResolver
getURIAsType in interface XLinkResolver<Map<String,String>>uri - to locate
null if no resource was found.
IOException - If an error occurred while locating or opening the resource.public Set<CRSCodeType> getAvailableCodes()
public Transformation getTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
CRSResourcenull
getTransformation in interface CRSResource<Map<String,String>>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 | |||||||||