com.esri.arcgis.catalogUI
Interface IDataFrameShapeDialog

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDataFrameShapeDialog2
All Known Implementing Classes:
DataFrameAreaOfInterestDialog, DataFrameClippingDialog, DataFrameFixedExtentDialog, DataFrameShapeDialog, IDataFrameShapeDialog2Proxy, IDataFrameShapeDialogProxy

public interface IDataFrameShapeDialog
extends java.io.Serializable

COM Interface 'IDataFrameShapeDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Allows for the selection of a shape that is derived from a data frame.' 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 IID335ef59c_229f_4825_86c5_e7f943d46d2a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(java.lang.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.
 

Field Detail

IID335ef59c_229f_4825_86c5_e7f943d46d2a

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

setGeometry

void setGeometry(IGeometry geometry)
                 throws java.io.IOException,
                        AutomationException
Provides access to the shape.

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

getGeometry

IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
Provides access to the shape.

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

doModal

boolean doModal(java.lang.String title,
                IMapFrame pMapFrame,
                IGraphicsContainer pContainer,
                int hParentWnd)
                throws java.io.IOException,
                       AutomationException
Opens and shows the dialog.

Parameters:
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)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.