com.esri.arcgis.framework
Interface ICoordinateDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoordinateDialog, ICoordinateDialogProxy

public interface ICoordinateDialog
extends java.io.Serializable

COM Interface 'ICoordinateDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that work with a dialog for getting coordinates.' 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 IID759f7b9b_e07d_11d1_aa87_00c04fa374bd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(java.lang.String title, double initialX, double initialY, int numDecs, int hWnd)
          Shows the dialog.
 double getX()
          The X value entered in the dialog.
 double getY()
          The Y value entered in the dialog.
 

Field Detail

IID759f7b9b_e07d_11d1_aa87_00c04fa374bd

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

getX

double getX()
            throws java.io.IOException,
                   AutomationException
The X value entered in the dialog.

Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getY

double getY()
            throws java.io.IOException,
                   AutomationException
The Y value entered in the dialog.

Returns:
The val
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(java.lang.String title,
                double initialX,
                double initialY,
                int numDecs,
                int hWnd)
                throws java.io.IOException,
                       AutomationException
Shows the dialog.

Parameters:
title - The title (in)
initialX - The initialX (in)
initialY - The initialY (in)
numDecs - The numDecs (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
The okPressed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.