|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDrawingOutline
COM Interface 'IDrawingOutline'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to methods dealing with the outline of a drawing rule.' 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 |
IID5b50cf13_4f70_4bed_b1b7_55f3aa8d26f8
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeometry |
getAllOutlineParts(IGeometry geometry,
int type,
int option,
double buffer,
IEnvelope clipEnvelope)
Constructs the entire drawing outline of a drawing rule. |
boolean |
hitTest(IGeometry geometry,
IPoint point,
double tolerance)
Tests if a point is located on the drawing outline. |
IGeometry |
nextOutlinePart()
Retrieves the next part of the outline. |
void |
reset(IGeometry geometry,
int type,
int option,
double buffer,
IEnvelope clipEnvelope)
Resets the outline part enumeration. |
| Field Detail |
|---|
static final int IID5b50cf13_4f70_4bed_b1b7_55f3aa8d26f8
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean hitTest(IGeometry geometry,
IPoint point,
double tolerance)
throws java.io.IOException,
AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)point - A reference to a com.esri.arcgis.geometry.IPoint (in)tolerance - The tolerance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getAllOutlineParts(IGeometry geometry,
int type,
int option,
double buffer,
IEnvelope clipEnvelope)
throws java.io.IOException,
AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)type - A com.esri.arcgis.display.esriOutlineType constant (in)option - A com.esri.arcgis.display.esriOutlineOption constant (in)buffer - The buffer (in)clipEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset(IGeometry geometry,
int type,
int option,
double buffer,
IEnvelope clipEnvelope)
throws java.io.IOException,
AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)type - A com.esri.arcgis.display.esriOutlineType constant (in)option - A com.esri.arcgis.display.esriOutlineOption constant (in)buffer - The buffer (in)clipEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry nextOutlinePart()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||