|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeatureSubLinkGeometry
Provides access to members that manage the schematic in memory feature sublink geometry.
Method Summary | |
---|---|
IPoint |
getFromPoint(ILayer layer)
The 'from' point of the schematic in memory feature sublink geometry. |
IPoint |
getInitialVertex(int i)
The position of the vertex at given index of the schematic in memory feature sublink initial geometry. |
int |
getInitialVerticesCount()
Number of vertices of the schematic in memory feature sublink initial geometry. |
IPoint |
getToPoint(ILayer layer)
The 'to' point of the schematic in memory feature link geometry. |
IPoint |
getVertex(int i)
The position of the vertex at given index of the schematic in memory feature sublink geometry. |
int |
getVerticesCount()
Number of vertices of the schematic in memory feature sublink geometry. |
void |
queryInitialVertex(int index,
IPoint point)
Queries the position of the vertex at given index of the schematic in memory feature sublink initial geometry. |
void |
queryVertex(int index,
IPoint point)
Queries the position of the vertex at given index of the schematic in memory feature sublink geometry. |
Method Detail |
---|
IPoint getFromPoint(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getToPoint(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVerticesCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getVertex(int i) throws IOException, AutomationException
i
- The i (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryVertex(int index, IPoint point) throws IOException, AutomationException
index
- The index (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInitialVerticesCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getInitialVertex(int i) throws IOException, AutomationException
i
- The i (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryInitialVertex(int index, IPoint point) throws IOException, AutomationException
index
- The index (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (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 |