|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.referencing.crs.AUTOCRSAuthorityFactory
AutoCRSFactory.
Generate Automatic Projections (dynamic projections) based on code and location. Automatic Projections are defined in Annex E of OGC-01-068r3 (Web Map Service Implementation Specification).
The lon0/lat0 are provided by the SRS parameter of the map request (see Section 6.5.5.2 of OGC 01-068r3)
This is a first-attempt CoordinateSystemAuthority to me and is not up to the usual high standards of the rest of this package. Please aid in improving this class with bug reports etc...
| Constructor Summary | |
AUTOCRSAuthorityFactory()
Deprecated. Construct CRSAUTOFactory. |
|
AUTOCRSAuthorityFactory(org.opengis.referencing.crs.CRSFactory factory)
Deprecated. Construct a authority factory backed by the specified factory. |
|
| Method Summary | |
org.opengis.referencing.crs.CompoundCRS |
createCompoundCRS(java.lang.String str)
Deprecated. |
org.opengis.referencing.crs.CoordinateReferenceSystem |
createCoordinateReferenceSystem(java.lang.String code)
Deprecated. |
org.opengis.referencing.crs.DerivedCRS |
createDerivedCRS(java.lang.String str)
Deprecated. |
org.opengis.referencing.crs.EngineeringCRS |
createEngineeringCRS(java.lang.String str)
Deprecated. |
org.opengis.referencing.crs.GeocentricCRS |
createGeocentricCRS(java.lang.String str)
Deprecated. |
org.opengis.referencing.crs.GeographicCRS |
createGeographicCRS(java.lang.String str)
Deprecated. |
org.opengis.referencing.crs.ImageCRS |
createImageCRS(java.lang.String str)
Deprecated. |
org.opengis.referencing.IdentifiedObject |
createObject(java.lang.String code)
Deprecated. |
org.opengis.referencing.crs.ProjectedCRS |
createProjectedCRS(java.lang.String code)
Deprecated. |
org.opengis.referencing.crs.TemporalCRS |
createTemporalCRS(java.lang.String str)
Deprecated. |
org.opengis.referencing.crs.VerticalCRS |
createVerticalCRS(java.lang.String str)
Deprecated. |
org.opengis.metadata.citation.Citation |
getAuthority()
Deprecated. |
java.util.Set |
getAuthorityCodes(java.lang.Class clazz)
Deprecated. Provide a complete set of the known codes provided by this authority. |
static org.opengis.referencing.crs.CRSAuthorityFactory |
getDefault()
Deprecated. Returns a default coordinate system factory backed by the EPSG property file. |
org.opengis.util.InternationalString |
getDescriptionText(java.lang.String str)
Deprecated. |
org.opengis.referencing.ObjectFactory |
getObjectFactory()
Deprecated. This method was required by old GeoAPI interfaces, but is not required anymore. |
org.opengis.metadata.citation.Citation |
getVendor()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AUTOCRSAuthorityFactory()
CRSAUTOFactory.
public AUTOCRSAuthorityFactory(org.opengis.referencing.crs.CRSFactory factory)
factory - The underlying factory used for objects creation.| Method Detail |
public static org.opengis.referencing.crs.CRSAuthorityFactory getDefault()
public org.opengis.referencing.crs.CoordinateReferenceSystem createCoordinateReferenceSystem(java.lang.String code)
throws org.opengis.referencing.FactoryException
createCoordinateReferenceSystem in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.IdentifiedObject createObject(java.lang.String code)
throws org.opengis.referencing.FactoryException
createObject in interface org.opengis.referencing.AuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.ProjectedCRS createProjectedCRS(java.lang.String code)
throws org.opengis.referencing.FactoryException
createProjectedCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryExceptionpublic org.opengis.metadata.citation.Citation getAuthority()
getAuthority in interface org.opengis.referencing.AuthorityFactory
public java.util.Set getAuthorityCodes(java.lang.Class clazz)
throws org.opengis.referencing.FactoryException
Note. this implementation should provide a leading "AUTO:" prefix, but the result provided does work with the EPSG assumption maintained by CRSService. The result may provide this prefix in the future.
getAuthorityCodes in interface org.opengis.referencing.AuthorityFactoryorg.opengis.referencing.FactoryExceptionpublic org.opengis.referencing.ObjectFactory getObjectFactory()
public org.opengis.metadata.citation.Citation getVendor()
getVendor in interface org.opengis.referencing.Factory
public org.opengis.util.InternationalString getDescriptionText(java.lang.String str)
throws org.opengis.referencing.FactoryException
getDescriptionText in interface org.opengis.referencing.AuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.CompoundCRS createCompoundCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createCompoundCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.DerivedCRS createDerivedCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createDerivedCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.EngineeringCRS createEngineeringCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createEngineeringCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.GeocentricCRS createGeocentricCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createGeocentricCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.GeographicCRS createGeographicCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createGeographicCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.ImageCRS createImageCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createImageCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.TemporalCRS createTemporalCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createTemporalCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
public org.opengis.referencing.crs.VerticalCRS createVerticalCRS(java.lang.String str)
throws org.opengis.referencing.FactoryException
createVerticalCRS in interface org.opengis.referencing.crs.CRSAuthorityFactoryorg.opengis.referencing.FactoryException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||