|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineDecorationElement
Provides access to members that control the line decoration element.
ILineDecorationElement
,
ILineDecoration
Method Summary | |
---|---|
void |
addPosition(double elementPosition)
Adds a position. |
void |
clearPositions()
Clears all positions. |
void |
deletePosition(int index)
Deletes a position. |
void |
draw(int hDC,
ITransformation transform,
IGeometry lineGeometry)
Draws the given line geometry. |
double |
getPosition(int index)
The element position at the given index. |
int |
getPositionCount()
The number of positions. |
boolean |
isPositionAsRatio()
Indicates if positions represent percentage or absolute distance along the line. |
void |
queryBoundary(int hDC,
ITransformation transform,
IGeometry lineGeometry,
IPolygon boundary)
Queries for the boundary of a given line geometry. |
void |
setPositionAsRatio(boolean asRatio)
Indicates if positions represent percentage or absolute distance along the line. |
Method Detail |
---|
void addPosition(double elementPosition) throws IOException, AutomationException
elementPosition
- The elementPosition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deletePosition(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearPositions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPositionAsRatio() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPositionAsRatio(boolean asRatio) throws IOException, AutomationException
asRatio
- The asRatio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPosition(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPositionCount() throws IOException, AutomationException
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 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(int hDC, ITransformation transform, IGeometry lineGeometry) throws 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)
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 |