|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An approximation of the Earth's surface as a squashed sphere.
Method Summary | |
CS_LinearUnit |
getAxisUnit()
Returns the LinearUnit. |
double |
getInverseFlattening()
Returns the value of the inverse of the flattening constant. |
double |
getSemiMajorAxis()
Gets the equatorial radius. |
double |
getSemiMinorAxis()
Gets the polar radius. |
boolean |
isIvfDefinitive()
Is the Inverse Flattening definitive for this ellipsoid? |
Methods inherited from interface org.opengis.cs.CS_Info |
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML |
Method Detail |
public double getSemiMajorAxis() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public double getSemiMinorAxis() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public double getInverseFlattening() throws java.rmi.RemoteException
ivf=re/(re-rp)
. For perfect
spheres, this formula breaks down, and a special IVF value of zero is used.
java.rmi.RemoteException
- if a remote method call failed.public boolean isIvfDefinitive() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CS_LinearUnit getAxisUnit() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |