org.deegree_impl.model.cs
Class Ellipsoid.Export

java.lang.Object
  extended byorg.deegree_impl.model.cs.Info.Export
      extended byorg.deegree_impl.model.cs.Ellipsoid.Export
All Implemented Interfaces:
CS_Ellipsoid, CS_Info, java.rmi.Remote, java.io.Serializable
Enclosing class:
Ellipsoid

private final class Ellipsoid.Export
extends Info.Export
implements CS_Ellipsoid

Wrap a Ellipsoid object for use with OpenGIS. This class is suitable for RMI use.

Version:
1.0
Author:
Martin Desruisseaux

Field Summary
protected  Adapters adapters
          The originating adapter.
 
Constructor Summary
protected Ellipsoid.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_LinearUnit getAxisUnit()
          Returns the LinearUnit.
 double getInverseFlattening()
          Returns the value of the inverse of the flattening constant.
 java.lang.String getName()
          Gets the name.
 java.lang.String getRemarks()
          Gets the provider-supplied remarks.
 double getSemiMajorAxis()
          Gets the equatorial radius.
 double getSemiMinorAxis()
          Gets the polar radius.
 java.lang.String getWKT()
          Gets a Well-Known text representation of this object.
 java.lang.String getXML()
          Gets an XML representation of this object.
 boolean isIvfDefinitive()
          Is the Inverse Flattening definitive for this ellipsoid?
 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_Info
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML
 

Field Detail

adapters

protected final transient Adapters adapters
The originating adapter.

Constructor Detail

Ellipsoid.Export

protected Ellipsoid.Export(java.lang.Object adapters)
Construct a remote object.

Method Detail

getSemiMajorAxis

public double getSemiMajorAxis()
                        throws java.rmi.RemoteException
Gets the equatorial radius.

Specified by:
getSemiMajorAxis in interface CS_Ellipsoid
Throws:
java.rmi.RemoteException - if a remote method call failed.

getSemiMinorAxis

public double getSemiMinorAxis()
                        throws java.rmi.RemoteException
Gets the polar radius.

Specified by:
getSemiMinorAxis in interface CS_Ellipsoid
Throws:
java.rmi.RemoteException - if a remote method call failed.

getInverseFlattening

public double getInverseFlattening()
                            throws java.rmi.RemoteException
Returns the value of the inverse of the flattening constant.

Specified by:
getInverseFlattening in interface CS_Ellipsoid
Throws:
java.rmi.RemoteException - if a remote method call failed.

isIvfDefinitive

public boolean isIvfDefinitive()
                        throws java.rmi.RemoteException
Is the Inverse Flattening definitive for this ellipsoid?

Specified by:
isIvfDefinitive in interface CS_Ellipsoid
Throws:
java.rmi.RemoteException - if a remote method call failed.

getAxisUnit

public CS_LinearUnit getAxisUnit()
                          throws java.rmi.RemoteException
Returns the LinearUnit.

Specified by:
getAxisUnit in interface CS_Ellipsoid
Throws:
java.rmi.RemoteException - if a remote method call failed.

unwrap

public final Info unwrap()
Returns the underlying implementation.


getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Gets the name.

Specified by:
getName in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

getAuthority

public java.lang.String getAuthority()
                              throws java.rmi.RemoteException
Gets the authority name.

Specified by:
getAuthority in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

getAuthorityCode

public java.lang.String getAuthorityCode()
                                  throws java.rmi.RemoteException
Gets the authority-specific identification code.

Specified by:
getAuthorityCode in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

getAlias

public java.lang.String getAlias()
                          throws java.rmi.RemoteException
Gets the alias.

Specified by:
getAlias in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

getAbbreviation

public java.lang.String getAbbreviation()
                                 throws java.rmi.RemoteException
Gets the abbreviation.

Specified by:
getAbbreviation in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

getRemarks

public java.lang.String getRemarks()
                            throws java.rmi.RemoteException
Gets the provider-supplied remarks.

Specified by:
getRemarks in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

getWKT

public java.lang.String getWKT()
                        throws java.rmi.RemoteException
Gets a Well-Known text representation of this object.

Specified by:
getWKT in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

getXML

public java.lang.String getXML()
                        throws java.rmi.RemoteException
Gets an XML representation of this object.

Specified by:
getXML in interface CS_Info
Throws:
java.rmi.RemoteException - if a remote method call failed.

toString

public java.lang.String toString()
Returns a string representation of this info.