|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterMapModel
Provides access to member that control RasterMapModel.
This interface is not intended to be used by outside developers.
| Method Summary | |
|---|---|
ISpatialReference |
convert2SR(ISpatialReferenceFactory factory)
Converts to Esri Spatial Reference. |
int |
getAngularUnit()
The AngularUnit of the map model. |
IDatum |
getDatum()
The Datum of the map model. |
IRect |
getExtent()
The Extent of the map model. |
int |
getLinearUnit()
The LinearUnit of the map model. |
IGeodeticProjection |
getProjection()
The Projection of the map model. |
ISpheroid |
getSpheroid()
The Spheroid of the map model. |
IXForm |
getXForm()
The Transformation of the map model. |
void |
set2SR(ISpatialReference pSR)
Resets to Esri Spatial Reference. |
void |
setAngularUnit(int pVal)
The AngularUnit of the map model. |
void |
setDatum(IDatum pVal)
The Datum of the map model. |
void |
setExtent(IRect pVal)
The Extent of the map model. |
void |
setLinearUnit(int pVal)
The LinearUnit of the map model. |
void |
setProjection(IGeodeticProjection pVal)
The Projection of the map model. |
void |
setSpheroid(ISpheroid pVal)
The Spheroid of the map model. |
void |
setXForm(IXForm pVal)
The Transformation of the map model. |
void |
touch(int disp_id)
Sets MapModel for updating. |
| Method Detail |
|---|
int getAngularUnit()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAngularUnit(int pVal)
throws IOException,
AutomationException
pVal - A com.esri.arcgis.geometry.esriSRUnitType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLinearUnit()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLinearUnit(int pVal)
throws IOException,
AutomationException
pVal - A com.esri.arcgis.geometry.esriSRUnitType constant (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.
IXForm getXForm()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setXForm(IXForm pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.datasourcesraster.IXForm (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRect getExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtent(IRect pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.datasourcesraster.IRect (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeodeticProjection getProjection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProjection(IGeodeticProjection pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.datasourcesraster.IGeodeticProjection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference convert2SR(ISpatialReferenceFactory factory)
throws IOException,
AutomationException
factory - A reference to a com.esri.arcgis.geometry.ISpatialReferenceFactory (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void set2SR(ISpatialReference pSR)
throws IOException,
AutomationException
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void touch(int disp_id)
throws IOException,
AutomationException
disp_id - The disp_id (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 | ||||||||