|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.geometry.projection.ellipsoid.SimpleEllipsoid
com.partnersoft.geometry.projection.ellipsoid.EPSGEllipsoid
public class EPSGEllipsoid
Place to store the additional imformation provided by EPSG.
| 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 com.partnersoft.geometry.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 |
|---|
public EPSGEllipsoid()
| Method Detail |
|---|
public java.lang.String getCode()
public void setCode(java.lang.String inCode)
public java.lang.String getRemarks()
public void setRemarks(java.lang.String inRemarks)
public java.lang.String getInformationSource()
public void setInformationSource(java.lang.String inInformationSource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||