|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CRSAuthorityFactory
.
public interface CRSAuthoritySpi
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.
modules/library/main (gt-main.jar)
Method Summary | |
---|---|
CoordinateReferenceSystem |
decode(String encoding)
Deprecated. Replaced by CRSAuthorityFactory.createCoordinateReferenceSystem(java.lang.String) . |
Set |
getCodes()
Deprecated. Provides the complete set of codes managed by this CRSAuthority. |
Methods inherited from interface Factory |
---|
getImplementationHints |
Method Detail |
---|
Set getCodes()
Note these codes are will include any authority information such as EPSG or AUTO.
CoordinateReferenceSystem decode(String encoding) throws 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
-
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 |