|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageInset
Provides access to members that control the image inset map surrounds.
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 |
---|
ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerByRef(ILayer ppLayer) throws IOException, AutomationException
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getMapCenter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapCenterByRef(IPoint pCenter) throws IOException, AutomationException
pCenter
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPointSymbolByRef(ISymbol rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionSymbolByRef(ISymbol rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.display.ISymbol (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 |