|
GeoAPI 1.0 Build 2004-05-18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Creates coordinate reference systems using authority codes. External authorities are used to manage definitions of objects used in this interface. The definitions of these objects are referenced using code strings. A commonly used authority is EPSG, which is also used in the GeoTIFF standard.
CSAuthorityFactory,
DatumAuthorityFactory
CS_CoordinateSystemAuthorityFactory in 1.0 specification
| Methods inherited from interface AuthorityFactory |
|---|
createObject, getAuthority, getAuthorityCodes, getDescriptionText, getFactory |
| Method Detail |
|---|
CoordinateReferenceSystem createCoordinateReferenceSystem(String code)
throws FactoryException
createGeographicCRS(code)
instead of createCoordinateReferenceSystem(code) if the caller
know he is asking for a geographic coordinate reference system).
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.createGeographicCRS(java.lang.String),
createProjectedCRS(java.lang.String),
createVerticalCRS(java.lang.String),
createTemporalCRS(java.lang.String),
createCompoundCRS(java.lang.String)
CompoundCRS createCompoundCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.
createCompoundCoordinateSystem in 1.0 specification
DerivedCRS createDerivedCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.
EngineeringCRS createEngineeringCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.
GeographicCRS createGeographicCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.DatumAuthorityFactory.createGeodeticDatum(java.lang.String)
createGeographicCoordinateSystem in 1.0 specification
GeocentricCRS createGeocentricCRS(String code)
throws FactoryException
code - Value allocated by authority.
FactoryException - if the object creation failed.DatumAuthorityFactory.createGeodeticDatum(java.lang.String)
createGeocentricCoordinateSystem in 1.0 specification
ImageCRS createImageCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.
ProjectedCRS createProjectedCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.DatumAuthorityFactory.createGeodeticDatum(java.lang.String)
createProjectedCoordinateSystem in 1.0 specification
TemporalCRS createTemporalCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.DatumAuthorityFactory.createTemporalDatum(java.lang.String)
VerticalCRS createVerticalCRS(String code)
throws FactoryException
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.DatumAuthorityFactory.createVerticalDatum(java.lang.String)
createVerticalCoordinateSystem in 1.0 specification
|
GeoAPI 1.0 Build 2004-05-18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |