public class EPSGEllipsoid extends SimpleEllipsoid
| Constructor and Description |
|---|
EPSGEllipsoid()
Creates new EPSGEllipsoid
|
| Modifier and Type | Method and Description |
|---|---|
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
|
getDescriptiveName, getMajorAxis, getMinorAxis, getName, getUnitOfMeasure, setDescriptiveName, setMajorAxis, setMinorAxis, setName, setUnitOfMeasure, toStringpublic 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)