com.esri.arcgis.carto
Interface IImageInset2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageInset2Proxy, ImageInset

public interface IImageInset2
extends java.io.Serializable

COM Interface 'IImageInset2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the image inset map surrounds.' 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 IID51f93460_b8ac_4b12_9125_7a9f7ec52ba7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getControlPoint()
          The selected control point.
 IFeatureLayer getControlPointLayer()
          The control point layer.
 int getImageID()
          The object ID of selected image in mosaic layer.
 void setControlPointByRef(IPoint ppPoint)
          The selected control point.
 void setControlPointLayerByRef(IFeatureLayer ppCPLayer)
          The control point layer.
 void setImageID(int pImageID)
          The object ID of selected image in mosaic layer.
 

Field Detail

IID51f93460_b8ac_4b12_9125_7a9f7ec52ba7

static final int IID51f93460_b8ac_4b12_9125_7a9f7ec52ba7
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

getImageID

int getImageID()
               throws java.io.IOException,
                      AutomationException
The object ID of selected image in mosaic layer.

Returns:
The pImageID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageID

void setImageID(int pImageID)
                throws java.io.IOException,
                       AutomationException
The object ID of selected image in mosaic layer.

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

getControlPoint

IPoint getControlPoint()
                       throws java.io.IOException,
                              AutomationException
The selected control point.

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

setControlPointByRef

void setControlPointByRef(IPoint ppPoint)
                          throws java.io.IOException,
                                 AutomationException
The selected control point.

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

getControlPointLayer

IFeatureLayer getControlPointLayer()
                                   throws java.io.IOException,
                                          AutomationException
The control point layer.

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

setControlPointLayerByRef

void setControlPointLayerByRef(IFeatureLayer ppCPLayer)
                               throws java.io.IOException,
                                      AutomationException
The control point layer.

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