|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cs.Info.Export
org.deegree_impl.model.cs.CoordinateSystem.Export
org.deegree_impl.model.cs.GeocentricCoordinateSystem.Export
Wrap a LocalCoordinateSystem
object for use with OpenGIS.
This class is suitable for RMI use.
Field Summary | |
protected Adapters |
adapters
The originating adapter. |
Constructor Summary | |
protected |
GeocentricCoordinateSystem.Export(java.lang.Object adapters)
Construct a remote object. |
Method Summary | |
java.lang.String |
getAbbreviation()
Gets the abbreviation. |
java.lang.String |
getAlias()
Gets the alias. |
java.lang.String |
getAuthority()
Gets the authority name. |
java.lang.String |
getAuthorityCode()
Gets the authority-specific identification code. |
CS_AxisInfo |
getAxis(int dimension)
Gets axis details for dimension within coordinate system. |
PT_Envelope |
getDefaultEnvelope()
Gets default envelope of coordinate system. |
int |
getDimension()
Dimension of the coordinate system. |
CS_HorizontalDatum |
getHorizontalDatum()
Gets the local datum. |
CS_LinearUnit |
getLinearUnit()
Gets the units used along all the axes. |
java.lang.String |
getName()
Gets the name. |
CS_PrimeMeridian |
getPrimeMeridian()
Returns the PrimeMeridian. |
java.lang.String |
getRemarks()
Gets the provider-supplied remarks. |
CS_Unit |
getUnits(int dimension)
Gets units for dimension within coordinate system. |
java.lang.String |
getWKT()
Gets a Well-Known text representation of this object. |
java.lang.String |
getXML()
Gets an XML representation of this object. |
java.lang.String |
toString()
Returns a string representation of this info. |
Info |
unwrap()
Returns the underlying implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.cs.CS_CoordinateSystem |
getAxis, getDefaultEnvelope, getDimension, getUnits |
Methods inherited from interface org.opengis.cs.CS_Info |
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML |
Field Detail |
protected final transient Adapters adapters
Constructor Detail |
protected GeocentricCoordinateSystem.Export(java.lang.Object adapters)
Method Detail |
public CS_HorizontalDatum getHorizontalDatum() throws java.rmi.RemoteException
getHorizontalDatum
in interface CS_GeocentricCoordinateSystem
java.rmi.RemoteException
- if a remote method call failed.public CS_LinearUnit getLinearUnit() throws java.rmi.RemoteException
getLinearUnit
in interface CS_GeocentricCoordinateSystem
java.rmi.RemoteException
- if a remote method call failed.public CS_PrimeMeridian getPrimeMeridian() throws java.rmi.RemoteException
getPrimeMeridian
in interface CS_GeocentricCoordinateSystem
java.rmi.RemoteException
- if a remote method call failed.public int getDimension() throws java.rmi.RemoteException
getDimension
in interface CS_CoordinateSystem
java.rmi.RemoteException
- if a remote method call failed.public CS_AxisInfo getAxis(int dimension) throws java.rmi.RemoteException
getAxis
in interface CS_CoordinateSystem
dimension
- Zero based index of axis.
java.rmi.RemoteException
- if a remote method call failed.public CS_Unit getUnits(int dimension) throws java.rmi.RemoteException
getUnits
in interface CS_CoordinateSystem
dimension
- Zero based index of axis.
java.rmi.RemoteException
- if a remote method call failed.public PT_Envelope getDefaultEnvelope() throws java.rmi.RemoteException
getDefaultEnvelope
in interface CS_CoordinateSystem
java.rmi.RemoteException
- if a remote method call failed.public final Info unwrap()
public java.lang.String getName() throws java.rmi.RemoteException
getName
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthority() throws java.rmi.RemoteException
getAuthority
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthorityCode() throws java.rmi.RemoteException
getAuthorityCode
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAlias() throws java.rmi.RemoteException
getAlias
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAbbreviation() throws java.rmi.RemoteException
getAbbreviation
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getRemarks() throws java.rmi.RemoteException
getRemarks
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getWKT() throws java.rmi.RemoteException
getWKT
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getXML() throws java.rmi.RemoteException
getXML
in interface CS_Info
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |