|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
CRSAuthorityFactory.
This is a marker used to allow CRSService to dynamically locate implementations of CoordinateSystemAuthorityFactory.
When the time comes CRSService can switch over to org.geotools.referencing.Factory - that time is not now.
| Method Summary | |
org.opengis.referencing.crs.CoordinateReferenceSystem |
decode(java.lang.String encoding)
Deprecated. Replaced by CRSAuthorityFactory.createCoordinateReferenceSystem(java.lang.String). |
java.util.Set |
getCodes()
Deprecated. Provides the complete set of codes managed by this CRSAuthority. |
| Methods inherited from interface org.geotools.factory.Factory |
getImplementationHints |
| Method Detail |
public java.util.Set getCodes()
Note these codes are will include any authority information such as EPSG or AUTO.
public org.opengis.referencing.crs.CoordinateReferenceSystem decode(java.lang.String encoding)
throws java.io.IOException
CRSAuthorityFactory.createCoordinateReferenceSystem(java.lang.String).
This method is provided to allow access to parser (WKT/XML/?) used by this Authority in a seemless manner.
What purpose this servers is unclear to me since the EPSG code will not be known for the resulting CoordinateReferenceSystem.
encoding -
java.io.IOException - If the encoding should of been parsable but contained an error
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||