|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataFrameShapeDialog
Allows for the selection of a shape that is derived from a data frame.
Method Summary | |
---|---|
boolean |
doModal(String title,
IMapFrame pMapFrame,
IGraphicsContainer pContainer,
int hParentWnd)
Opens and shows the dialog. |
IGeometry |
getGeometry()
Provides access to the shape. |
void |
setGeometry(IGeometry geometry)
Provides access to the shape. |
Method Detail |
---|
void setGeometry(IGeometry geometry) throws IOException, AutomationException
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(String title, IMapFrame pMapFrame, IGraphicsContainer pContainer, int hParentWnd) throws IOException, AutomationException
title
- The title (in)pMapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (in)pContainer
- A reference to a com.esri.arcgis.carto.IGraphicsContainer (in)hParentWnd
- The hParentWnd (A COM typedef) (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 |