|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILineDecoration
COM Interface 'ILineDecoration'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the line decoration.' 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 |
IID533d88f0_0a1a_11d2_b27f_0000f878229e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addElement(ILineDecorationElement lineDecorationElement)
Adds an element. |
void |
clearElements()
Clears all line decoration elements. |
void |
deleteElement(int index)
Deletes the element at the given index. |
void |
draw(int hDC,
ITransformation transform,
IGeometry lineGeometry)
Draws the given line geometry. |
ILineDecorationElement |
getElement(int index)
The element at the given position. |
int |
getElementCount()
The number of line decoration elements. |
void |
moveElement(ILineDecorationElement element,
int toIndex)
Moves a line decoration element to the given index. |
void |
queryBoundary(int hDC,
ITransformation transform,
IGeometry lineGeometry,
IPolygon boundary)
Queries for the boundary of the given line geometry. |
| Field Detail |
|---|
static final int IID533d88f0_0a1a_11d2_b27f_0000f878229e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void addElement(ILineDecorationElement lineDecorationElement)
throws java.io.IOException,
AutomationException
lineDecorationElement - A reference to a com.esri.arcgis.display.ILineDecorationElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteElement(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveElement(ILineDecorationElement element,
int toIndex)
throws java.io.IOException,
AutomationException
element - A reference to a com.esri.arcgis.display.ILineDecorationElement (in)toIndex - The toIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearElements()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILineDecorationElement getElement(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getElementCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryBoundary(int hDC,
ITransformation transform,
IGeometry lineGeometry,
IPolygon boundary)
throws java.io.IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)lineGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)boundary - A reference to a com.esri.arcgis.geometry.IPolygon (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw(int hDC,
ITransformation transform,
IGeometry lineGeometry)
throws java.io.IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)lineGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
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 | ||||||||