|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeodeticProjection
Provides access to members that contain information on the projection of a raster.
This interface is not intented for the developers.
| Method Summary | |
|---|---|
IDatum |
getDatum()
Datum parameters. |
String |
getName()
Property name. |
Object |
getParameters()
SafeArray of doubles: raw parameter list. |
ISpheroid |
getSpheroid()
Spheroid parameters. |
void |
setDatum(IDatum pVal)
Datum parameters. |
void |
setParameters(Object pVal)
SafeArray of doubles: raw parameter list. |
void |
setSpheroid(ISpheroid pVal)
Spheroid parameters. |
| Methods inherited from interface com.esri.arcgis.datasourcesraster.IXForm |
|---|
getInUnit, getOutUnit, invert, isIdentity, map, setInUnit, setOutUnit |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParameters(Object pVal)
throws IOException,
AutomationException
pVal - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpheroid getSpheroid()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpheroid(ISpheroid pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.geometry.ISpheroid (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatum getDatum()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatum(IDatum pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.geometry.IDatum (in)
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 | ||||||||