|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicInMemoryFeatureLinkGeometryProxy
public class ISchematicInMemoryFeatureLinkGeometryProxy
Provides access to members that manage the schematic in memory feature link geometry.
A schematic in-memory feature link can go through a number of link points, or vertices, that modify its path.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicInMemoryFeatureLinkGeometryProxy()
|
|
ISchematicInMemoryFeatureLinkGeometryProxy(Object obj)
|
protected |
ISchematicInMemoryFeatureLinkGeometryProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicInMemoryFeatureLinkGeometryProxy()
public ISchematicInMemoryFeatureLinkGeometryProxy(Object obj) throws IOException
IOException
protected ISchematicInMemoryFeatureLinkGeometryProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public IPoint getFromPoint(ILayer layer) throws IOException, AutomationException
getFromPoint
in interface ISchematicInMemoryFeatureLinkGeometry
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.public IPoint getToPoint(ILayer layer) throws IOException, AutomationException
getToPoint
in interface ISchematicInMemoryFeatureLinkGeometry
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.public int getVerticesCount() throws IOException, AutomationException
getVerticesCount
in interface ISchematicInMemoryFeatureLinkGeometry
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getVertex(int index) throws IOException, AutomationException
getVertex
in interface ISchematicInMemoryFeatureLinkGeometry
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryVertex(int index, IPoint point) throws IOException, AutomationException
queryVertex
in interface ISchematicInMemoryFeatureLinkGeometry
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.public int getInitialVerticesCount() throws IOException, AutomationException
getInitialVerticesCount
in interface ISchematicInMemoryFeatureLinkGeometry
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getInitialVertex(int index) throws IOException, AutomationException
getInitialVertex
in interface ISchematicInMemoryFeatureLinkGeometry
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryInitialVertex(int index, IPoint point) throws IOException, AutomationException
queryInitialVertex
in interface ISchematicInMemoryFeatureLinkGeometry
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.public void setInitialGeometry(IGeometry shape) throws IOException, AutomationException
setInitialGeometry
in interface ISchematicInMemoryFeatureLinkGeometry
shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getInitialGeometry() throws IOException, AutomationException
getInitialGeometry
in interface ISchematicInMemoryFeatureLinkGeometry
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addVertex(IPoint point) throws IOException, AutomationException
addVertex
in interface ISchematicInMemoryFeatureLinkGeometry
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.public void insertVertex(int index, IPoint point) throws IOException, AutomationException
insertVertex
in interface ISchematicInMemoryFeatureLinkGeometry
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.public void updateVertex(int index, IPoint point) throws IOException, AutomationException
updateVertex
in interface ISchematicInMemoryFeatureLinkGeometry
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.public void insertVertexCollection(int index, IPointCollection points) throws IOException, AutomationException
insertVertexCollection
in interface ISchematicInMemoryFeatureLinkGeometry
index
- The index (in)points
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addVertexCollection(IPointCollection points) throws IOException, AutomationException
addVertexCollection
in interface ISchematicInMemoryFeatureLinkGeometry
points
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVertexCollection(IPointCollection points) throws IOException, AutomationException
setVertexCollection
in interface ISchematicInMemoryFeatureLinkGeometry
points
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeVertices(int index, int count) throws IOException, AutomationException
removeVertices
in interface ISchematicInMemoryFeatureLinkGeometry
index
- The index (in)count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllVertices() throws IOException, AutomationException
removeAllVertices
in interface ISchematicInMemoryFeatureLinkGeometry
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 |