com.esri.arcgis.carto
Interface IImageInset

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageInset

public interface IImageInset
extends Serializable

Provides access to members that control the image inset map surrounds.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getLayer

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setLayerByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMapCenter

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMapCenterByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPointSymbolByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSelectionSymbolByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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