| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IRasterMapModelProxy
public class IRasterMapModelProxy
Provides access to member that control RasterMapModel.
This interface is not intended to be used by outside developers.
| Field Summary | |
|---|---|
 boolean | 
noncastable
 | 
| Fields inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef | 
| Constructor Summary | |
|---|---|
  | 
IRasterMapModelProxy()
 | 
  | 
IRasterMapModelProxy(Object obj)
 | 
protected  | 
IRasterMapModelProxy(Object obj,
                     String iid)
 | 
| Method Summary | |
|---|---|
 void | 
addListener(String iidStr,
            Object theListener,
            Object theSource)
 | 
 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 | 
removeListener(String iidStr,
               Object theListener)
 | 
 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.  | 
| Methods inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public boolean noncastable
| Constructor Detail | 
|---|
public IRasterMapModelProxy()
public IRasterMapModelProxy(Object obj)
                     throws IOException
IOException
protected IRasterMapModelProxy(Object obj,
                               String iid)
                        throws IOException
IOException| Method Detail | 
|---|
public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getAngularUnit()
                   throws IOException,
                          AutomationException
getAngularUnit in interface IRasterMapModelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularUnit(int pVal)
                    throws IOException,
                           AutomationException
setAngularUnit in interface IRasterMapModelpVal - A com.esri.arcgis.geometry.esriSRUnitType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLinearUnit()
                  throws IOException,
                         AutomationException
getLinearUnit in interface IRasterMapModelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinearUnit(int pVal)
                   throws IOException,
                          AutomationException
setLinearUnit in interface IRasterMapModelpVal - A com.esri.arcgis.geometry.esriSRUnitType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpheroid getSpheroid()
                      throws IOException,
                             AutomationException
getSpheroid in interface IRasterMapModelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpheroid(ISpheroid pVal)
                 throws IOException,
                        AutomationException
setSpheroid in interface IRasterMapModelpVal - A reference to a com.esri.arcgis.geometry.ISpheroid  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDatum getDatum()
                throws IOException,
                       AutomationException
getDatum in interface IRasterMapModelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatum(IDatum pVal)
              throws IOException,
                     AutomationException
setDatum in interface IRasterMapModelpVal - A reference to a com.esri.arcgis.geometry.IDatum  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXForm getXForm()
                throws IOException,
                       AutomationException
getXForm in interface IRasterMapModelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXForm(IXForm pVal)
              throws IOException,
                     AutomationException
setXForm in interface IRasterMapModelpVal - A reference to a com.esri.arcgis.datasourcesraster.IXForm  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRect getExtent()
                throws IOException,
                       AutomationException
getExtent in interface IRasterMapModelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtent(IRect pVal)
               throws IOException,
                      AutomationException
setExtent in interface IRasterMapModelpVal - A reference to a com.esri.arcgis.datasourcesraster.IRect  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeodeticProjection getProjection()
                                  throws IOException,
                                         AutomationException
getProjection in interface IRasterMapModelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProjection(IGeodeticProjection pVal)
                   throws IOException,
                          AutomationException
setProjection in interface IRasterMapModelpVal - A reference to a com.esri.arcgis.datasourcesraster.IGeodeticProjection  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference convert2SR(ISpatialReferenceFactory factory)
                             throws IOException,
                                    AutomationException
convert2SR in interface IRasterMapModelfactory - A reference to a com.esri.arcgis.geometry.ISpatialReferenceFactory  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void set2SR(ISpatialReference pSR)
            throws IOException,
                   AutomationException
set2SR in interface IRasterMapModelpSR - A reference to a com.esri.arcgis.geometry.ISpatialReference  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void touch(int disp_id)
           throws IOException,
                  AutomationException
touch in interface IRasterMapModeldisp_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 | ||||||||