com.esri.arcgis.carto
Interface IImageInset

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

public interface IImageInset
extends java.io.Serializable

COM Interface 'IImageInset'. 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 IIDfb062447_5c5d_494e_8a87_02261e7f87a9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayer getLayer()
          The raster layer.
 IPoint getMapCenter()
          The map center.
 void setLayerByRef(ILayer ppLayer)
          The raster layer.
 void setMapCenterByRef(IPoint pCenter)
          The map center.
 void setPointSymbolByRef(ISymbol rhs1)
          Symbol.
 void setSelectionSymbolByRef(ISymbol rhs1)
          Symbol for selected CP.
 

Field Detail

IIDfb062447_5c5d_494e_8a87_02261e7f87a9

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

getLayer

ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
The raster layer.

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

setLayerByRef

void setLayerByRef(ILayer ppLayer)
                   throws java.io.IOException,
                          AutomationException
The raster layer.

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

getMapCenter

IPoint getMapCenter()
                    throws java.io.IOException,
                           AutomationException
The map center.

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.

setMapCenterByRef

void setMapCenterByRef(IPoint pCenter)
                       throws java.io.IOException,
                              AutomationException
The map center.

Parameters:
pCenter - 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.

setPointSymbolByRef

void setPointSymbolByRef(ISymbol rhs1)
                         throws java.io.IOException,
                                AutomationException
Symbol.

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

setSelectionSymbolByRef

void setSelectionSymbolByRef(ISymbol rhs1)
                             throws java.io.IOException,
                                    AutomationException
Symbol for selected CP.

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