|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGraphicsOutline
COM Interface 'IGraphicsOutline'. 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 graphics.' 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 |
IID2af790ad_4539_43c8_870e_fa75a50b9988
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeometry |
getAllOutlineParts(int type,
int option,
double buffer,
IEnvelope clipEnvelope)
Constructs the entire drawing outline of a graphics. |
boolean |
hitTest(IPoint point,
double tolerance)
Tests if a point is located on the graphics outline. |
IGeometry |
nextOutlinePart()
Hands back the next drawing outline part. |
void |
reset(int type,
int option,
double buffer,
IEnvelope clipEnvelope)
Resets the collection of drawing outline parts to the beginning, before calling NextOutlinePart. |
| Field Detail |
|---|
static final int IID2af790ad_4539_43c8_870e_fa75a50b9988
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean hitTest(IPoint point,
double tolerance)
throws java.io.IOException,
AutomationException
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(int type,
int option,
double buffer,
IEnvelope clipEnvelope)
throws java.io.IOException,
AutomationException
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(int type,
int option,
double buffer,
IEnvelope clipEnvelope)
throws java.io.IOException,
AutomationException
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 | ||||||||