com.esri.arcgis.display
Interface IQueryGeometry

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BalloonCallout, IQueryGeometryProxy, LineCallout, MarkerTextBackground, SimpleLineCallout, TextMarkerSymbol, TextSymbol

public interface IQueryGeometry
extends java.io.Serializable

COM Interface 'IQueryGeometry'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control geometry query.' 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 IID8e1b88f1_0a46_11d4_8276_0080c79f0371
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry getGeometry(int hDC, ITransformation displayTransform, IGeometry drawGeometry)
          Gets the actual geometry of the boundary of the object (which may or may not be a polygon).
 void queryEnvelope(int hDC, ITransformation displayTransform, IGeometry drawGeometry, IEnvelope envelope)
          Queries the envelope of the boundary of the object.
 

Field Detail

IID8e1b88f1_0a46_11d4_8276_0080c79f0371

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

getGeometry

IGeometry getGeometry(int hDC,
                      ITransformation displayTransform,
                      IGeometry drawGeometry)
                      throws java.io.IOException,
                             AutomationException
Gets the actual geometry of the boundary of the object (which may or may not be a polygon).

Parameters:
hDC - The hDC (A COM typedef) (in)
displayTransform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
drawGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
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.

queryEnvelope

void queryEnvelope(int hDC,
                   ITransformation displayTransform,
                   IGeometry drawGeometry,
                   IEnvelope envelope)
                   throws java.io.IOException,
                          AutomationException
Queries the envelope of the boundary of the object.

Parameters:
hDC - The hDC (A COM typedef) (in)
displayTransform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
drawGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.