gistoolkit.projection.ellipsoid
Class EPSGEllipsoid

java.lang.Object
  extended bygistoolkit.projection.ellipsoid.SimpleEllipsoid
      extended bygistoolkit.projection.ellipsoid.EPSGEllipsoid
All Implemented Interfaces:
Ellipsoid

public class EPSGEllipsoid
extends SimpleEllipsoid

Place to store the additional imformation provided by EPSG.

Author:
ithaqua

Constructor Summary
EPSGEllipsoid()
          Creates new EPSGEllipsoid
 
Method Summary
 java.lang.String getCode()
          Return the EPSG code for this ellipsoid
 java.lang.String getInformationSource()
          Return the InformationSource for this Ellipsoid
 java.lang.String getRemarks()
          Return the EPSG Remarks for this ellipsoid
 void setCode(java.lang.String inCode)
          Set the EPSG code for this ellipsoid
 void setInformationSource(java.lang.String inInformationSource)
          Set the InformationSource for this Ellipsoid
 void setRemarks(java.lang.String inRemarks)
          Set the remarks for this ellipsoid
 
Methods inherited from class gistoolkit.projection.ellipsoid.SimpleEllipsoid
getDescriptiveName, getMajorAxis, getMinorAxis, getName, getUnitOfMeasure, setDescriptiveName, setMajorAxis, setMinorAxis, setName, setUnitOfMeasure, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EPSGEllipsoid

public EPSGEllipsoid()
Creates new EPSGEllipsoid

Method Detail

getCode

public java.lang.String getCode()
Return the EPSG code for this ellipsoid


setCode

public void setCode(java.lang.String inCode)
Set the EPSG code for this ellipsoid


getRemarks

public java.lang.String getRemarks()
Return the EPSG Remarks for this ellipsoid


setRemarks

public void setRemarks(java.lang.String inRemarks)
Set the remarks for this ellipsoid


getInformationSource

public java.lang.String getInformationSource()
Return the InformationSource for this Ellipsoid


setInformationSource

public void setInformationSource(java.lang.String inInformationSource)
Set the InformationSource for this Ellipsoid