|
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 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.
CRSAuthorityFactory,
DatumAuthorityFactory
CS_CoordinateSystemAuthorityFactory in 1.0 specification
| Method Summary | |
|---|---|
CartesianCS |
createCartesianCS(String code)
Creates a cartesian coordinate system from a code. |
CoordinateSystem |
createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code. |
CoordinateSystemAxis |
createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code. |
CylindricalCS |
createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code. |
EllipsoidalCS |
createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code. |
PolarCS |
createPolarCS(String code)
Creates a polar coordinate system from a code. |
SphericalCS |
createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
TemporalCS |
createTemporalCS(String code)
Creates a temporal coordinate system from a code. |
Unit |
createUnit(String code)
Returns an unit from a code. |
VerticalCS |
createVerticalCS(String code)
Creates a vertical coordinate system from a code. |
| Methods inherited from interface AuthorityFactory |
|---|
createObject, getAuthority, getAuthorityCodes, getDescriptionText, getFactory |
| Method Detail |
|---|
CoordinateSystem createCoordinateSystem(String code)
throws FactoryException
createCartesianCS(code)
instead of createCoordinateSystem(code) if the caller
know he is asking for a cartesian coordinate system).
code - Value allocated by authority.
NoSuchAuthorityCodeException - if the specified code was not found.
FactoryException - if the object creation failed for some other reason.
CartesianCS createCartesianCS(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.
PolarCS createPolarCS(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.
CylindricalCS createCylindricalCS(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.
SphericalCS createSphericalCS(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.
EllipsoidalCS createEllipsoidalCS(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.
VerticalCS createVerticalCS(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.
TemporalCS createTemporalCS(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.
CoordinateSystemAxis createCoordinateSystemAxis(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.
createLinearUnit, createAngularUnit in 1.0 specification
Unit createUnit(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.
createLinearUnit, createAngularUnit 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 |