|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeatureLinkGeometry
COM Interface 'ISchematicInMemoryFeatureLinkGeometry'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that manage the schematic in memory feature link geometry.' 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 |
IID28ff508f_3cce_45db_8ed3_c6375888da54
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addVertex(IPoint point)
Adds a vertex with the specified position to the schematic in memory feature link geometry. |
void |
addVertexCollection(IPointCollection points)
Adds vertices to the schematic in memory feature link geometry. |
IPoint |
getFromPoint(ILayer layer)
The 'from' point of the schematic in memory feature link geometry. |
IGeometry |
getInitialGeometry()
Initial geometry of the schematic in memory feature link. |
IPoint |
getInitialVertex(int index)
The position of the vertex at given index of the schematic in memory feature link initial geometry. |
int |
getInitialVerticesCount()
Number of vertices of the schematic in memory feature link initial geometry. |
IPoint |
getToPoint(ILayer layer)
The 'to' point of the schematic in memory feature link geometry. |
IPoint |
getVertex(int index)
The position of the vertex at given index of the schematic in memory feature link geometry. |
int |
getVerticesCount()
Number of vertices of the schematic in memory feature link geometry. |
void |
insertVertex(int index,
IPoint point)
Inserts a vertex at given index with the specified position to the schematic in memory feature link geometry. |
void |
insertVertexCollection(int index,
IPointCollection points)
Inserts vertices at given index to the schematic in memory feature link geometry. |
void |
queryInitialVertex(int index,
IPoint point)
Queries the position of the vertex at given index of the schematic in memory feature link initial geometry. |
void |
queryVertex(int index,
IPoint point)
Queries the position of the vertex at given index of the schematic in memory feature link geometry. |
void |
removeAllVertices()
Removes all the vertices from the schematic in memory feature link geometry. |
void |
removeVertices(int index,
int count)
Removes a number of vertices at given index to the schematic in memory feature link geometry. |
void |
setInitialGeometry(IGeometry shape)
Initial geometry of the schematic in memory feature link. |
void |
setVertexCollection(IPointCollection points)
Changes the vertices to the schematic in memory feature link geometry. |
void |
updateVertex(int index,
IPoint point)
Updates the position of a vertex at given index of the schematic in memory feature link geometry. |
Field Detail |
---|
static final int IID28ff508f_3cce_45db_8ed3_c6375888da54
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IPoint getFromPoint(ILayer layer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getToPoint(ILayer layer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVerticesCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getVertex(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 queryVertex(int index, IPoint point) throws java.io.IOException, AutomationException
index
- The index (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInitialVerticesCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getInitialVertex(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 queryInitialVertex(int index, IPoint point) throws java.io.IOException, AutomationException
index
- The index (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInitialGeometry(IGeometry shape) throws java.io.IOException, AutomationException
shape
- 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.IGeometry getInitialGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addVertex(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertVertex(int index, IPoint point) throws java.io.IOException, AutomationException
index
- The index (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateVertex(int index, IPoint point) throws java.io.IOException, AutomationException
index
- The index (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertVertexCollection(int index, IPointCollection points) throws java.io.IOException, AutomationException
index
- The index (in)points
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addVertexCollection(IPointCollection points) throws java.io.IOException, AutomationException
points
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVertexCollection(IPointCollection points) throws java.io.IOException, AutomationException
points
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeVertices(int index, int count) throws java.io.IOException, AutomationException
index
- The index (in)count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllVertices() 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 |