|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
CS_AngularUnit |
createAngularUnit(java.lang.String code)
Returns an AngularUnit object from a code. |
CS_CompoundCoordinateSystem |
createCompoundCoordinateSystem(java.lang.String code)
Creates a 3D coordinate system from a code. |
CS_Ellipsoid |
createEllipsoid(java.lang.String code)
Returns an Ellipsoid object from a code. |
CS_GeographicCoordinateSystem |
createGeographicCoordinateSystem(java.lang.String code)
Returns a GeographicCoordinateSystem object from a code. |
CS_HorizontalCoordinateSystem |
createHorizontalCoordinateSystem(java.lang.String code)
Creates a horizontal co-ordinate system from a code. |
CS_HorizontalDatum |
createHorizontalDatum(java.lang.String code)
Returns a HorizontalDatum object from a code. |
CS_LinearUnit |
createLinearUnit(java.lang.String code)
Returns a LinearUnit object from a code. |
CS_PrimeMeridian |
createPrimeMeridian(java.lang.String code)
Returns a PrimeMeridian object from a code. |
CS_ProjectedCoordinateSystem |
createProjectedCoordinateSystem(java.lang.String code)
Returns a ProjectedCoordinateSystem object from a code. |
CS_VerticalCoordinateSystem |
createVerticalCoordinateSystem(java.lang.String code)
Create a vertical coordinate system from a code. |
CS_VerticalDatum |
createVerticalDatum(java.lang.String code)
Creates a vertical datum from a code. |
java.lang.String |
descriptionText(java.lang.String code)
Gets a description of the object corresponding to a code. |
java.lang.String |
geoidFromWKTName(java.lang.String wkt)
Gets the Geoid code from a WKT name. |
java.lang.String |
getAuthority()
Returns the authority name. |
java.lang.String |
wktGeoidName(java.lang.String geoid)
Gets the WKT name of a Geoid. |
Method Detail |
public java.lang.String getAuthority() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CS_ProjectedCoordinateSystem createProjectedCoordinateSystem(java.lang.String code) throws java.rmi.RemoteException
ProjectedCoordinateSystem
object from a code.
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_GeographicCoordinateSystem createGeographicCoordinateSystem(java.lang.String code) throws java.rmi.RemoteException
GeographicCoordinateSystem
object from a code.
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_HorizontalDatum createHorizontalDatum(java.lang.String code) throws java.rmi.RemoteException
HorizontalDatum
object from a code.
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_Ellipsoid createEllipsoid(java.lang.String code) throws java.rmi.RemoteException
Ellipsoid
object from a code.
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_PrimeMeridian createPrimeMeridian(java.lang.String code) throws java.rmi.RemoteException
PrimeMeridian
object from a code.
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_LinearUnit createLinearUnit(java.lang.String code) throws java.rmi.RemoteException
LinearUnit
object from a code.
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_AngularUnit createAngularUnit(java.lang.String code) throws java.rmi.RemoteException
AngularUnit
object from a code.
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_VerticalDatum createVerticalDatum(java.lang.String code) throws java.rmi.RemoteException
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_VerticalCoordinateSystem createVerticalCoordinateSystem(java.lang.String code) throws java.rmi.RemoteException
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_CompoundCoordinateSystem createCompoundCoordinateSystem(java.lang.String code) throws java.rmi.RemoteException
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public CS_HorizontalCoordinateSystem createHorizontalCoordinateSystem(java.lang.String code) throws java.rmi.RemoteException
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String descriptionText(java.lang.String code) throws java.rmi.RemoteException
code
- Value allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String geoidFromWKTName(java.lang.String wkt) throws java.rmi.RemoteException
wkt
- Name of geoid defined by OGC (e.g. "European_Datum_1950").
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String wktGeoidName(java.lang.String geoid) throws java.rmi.RemoteException
geoid
- Code value for geoid allocated by authority.
java.rmi.RemoteException
- if a remote method call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |