|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.model.csct.cs.CoordinateSystemAuthorityFactory
public abstract class CoordinateSystemAuthorityFactory
Creates spatial reference objects using codes. The codes are maintained by an external authority. A commonly used authority is EPSG, which is also used in the GeoTIFF standard.
Field Summary | |
---|---|
protected CoordinateSystemFactory |
factory
The underlying factory used for objects creation. |
Constructor Summary | |
---|---|
CoordinateSystemAuthorityFactory(CoordinateSystemFactory factory)
Construct an authority factory using the specified coordinate system factory. |
Method Summary | |
---|---|
Ellipsoid |
createEllipsoid(String code)
Returns an Ellipsoid object from a code. |
Unit |
createUnit(String code)
Returns a Unit object from a code. |
abstract String |
getAuthority()
Returns the authority name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final CoordinateSystemFactory factory
Constructor Detail |
---|
public CoordinateSystemAuthorityFactory(CoordinateSystemFactory factory)
factory
- The underlying factory used for objects creation.Method Detail |
---|
public abstract String getAuthority()
public Ellipsoid createEllipsoid(String code) throws NoSuchElementException
Ellipsoid
object from a code.
code
- Value allocated by authority.
NoSuchElementException
- if this method can't find the requested code.public Unit createUnit(String code) throws NoSuchElementException
Unit
object from a code.
code
- Value allocated by authority.
NoSuchElementException
- if this method can't find the requested code.
|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net