com.esri.arcgis.datasourcesraster
Interface IRasterMapModel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterMapModelProxy

public interface IRasterMapModel
extends java.io.Serializable

COM Interface 'IRasterMapModel'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to member that control RasterMapModel.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa10a39e4_b9ca_11d2_8e30_00a0249480f0
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDa10a39e4_b9ca_11d2_8e30_00a0249480f0

static final int IIDa10a39e4_b9ca_11d2_8e30_00a0249480f0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAngularUnit

int getAngularUnit()
                   throws java.io.IOException,
                          AutomationException
The AngularUnit of the map model.

Returns:
A com.esri.arcgis.geometry.esriSRUnitType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngularUnit

void setAngularUnit(int pVal)
                    throws java.io.IOException,
                           AutomationException
The AngularUnit of the map model.

Parameters:
pVal - A com.esri.arcgis.geometry.esriSRUnitType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLinearUnit

int getLinearUnit()
                  throws java.io.IOException,
                         AutomationException
The LinearUnit of the map model.

Returns:
A com.esri.arcgis.geometry.esriSRUnitType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearUnit

void setLinearUnit(int pVal)
                   throws java.io.IOException,
                          AutomationException
The LinearUnit of the map model.

Parameters:
pVal - A com.esri.arcgis.geometry.esriSRUnitType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpheroid

ISpheroid getSpheroid()
                      throws java.io.IOException,
                             AutomationException
The Spheroid of the map model.

Returns:
A reference to a com.esri.arcgis.geometry.ISpheroid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpheroid

void setSpheroid(ISpheroid pVal)
                 throws java.io.IOException,
                        AutomationException
The Spheroid of the map model.

Parameters:
pVal - A reference to a com.esri.arcgis.geometry.ISpheroid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatum

IDatum getDatum()
                throws java.io.IOException,
                       AutomationException
The Datum of the map model.

Returns:
A reference to a com.esri.arcgis.geometry.IDatum
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDatum

void setDatum(IDatum pVal)
              throws java.io.IOException,
                     AutomationException
The Datum of the map model.

Parameters:
pVal - A reference to a com.esri.arcgis.geometry.IDatum (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXForm

IXForm getXForm()
                throws java.io.IOException,
                       AutomationException
The Transformation of the map model.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IXForm
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXForm

void setXForm(IXForm pVal)
              throws java.io.IOException,
                     AutomationException
The Transformation of the map model.

Parameters:
pVal - A reference to a com.esri.arcgis.datasourcesraster.IXForm (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

IRect getExtent()
                throws java.io.IOException,
                       AutomationException
The Extent of the map model.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRect
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtent

void setExtent(IRect pVal)
               throws java.io.IOException,
                      AutomationException
The Extent of the map model.

Parameters:
pVal - A reference to a com.esri.arcgis.datasourcesraster.IRect (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProjection

IGeodeticProjection getProjection()
                                  throws java.io.IOException,
                                         AutomationException
The Projection of the map model.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IGeodeticProjection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProjection

void setProjection(IGeodeticProjection pVal)
                   throws java.io.IOException,
                          AutomationException
The Projection of the map model.

Parameters:
pVal - A reference to a com.esri.arcgis.datasourcesraster.IGeodeticProjection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convert2SR

ISpatialReference convert2SR(ISpatialReferenceFactory factory)
                             throws java.io.IOException,
                                    AutomationException
Converts to Esri Spatial Reference.

Parameters:
factory - A reference to a com.esri.arcgis.geometry.ISpatialReferenceFactory (in)
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set2SR

void set2SR(ISpatialReference pSR)
            throws java.io.IOException,
                   AutomationException
Resets to Esri Spatial Reference.

Parameters:
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

touch

void touch(int disp_id)
           throws java.io.IOException,
                  AutomationException
Sets MapModel for updating.

Parameters:
disp_id - The disp_id (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.