|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpheroid
Provides access to members that control the properties of all spheroids.
Defines a spheroid object. You can retrieve any of the three values that define a spheroid: the semimajor or semiminor axes or the flattening. The axes are in meters.
Method Summary | |
---|---|
double |
getFlattening()
The flattening ratio of this spheroid. |
double |
getSemiMajorAxis()
The semi-major axis length of this spheroid. |
double |
getSemiMinorAxis()
The semi-minor axis length of this spheroid. |
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo |
---|
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks |
Method Detail |
---|
double getSemiMajorAxis() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSemiMinorAxis() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFlattening() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |