|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.ISchematicInMemoryFeatureSubLinkGeometryProxy
public class ISchematicInMemoryFeatureSubLinkGeometryProxy
Provides access to members that manage the schematic in memory feature sublink geometry.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ISchematicInMemoryFeatureSubLinkGeometryProxy()
|
|
ISchematicInMemoryFeatureSubLinkGeometryProxy(Object obj)
|
protected |
ISchematicInMemoryFeatureSubLinkGeometryProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
void |
removeListener(String iidStr,
Object theListener)
|
| 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 ISchematicInMemoryFeatureSubLinkGeometryProxy()
public ISchematicInMemoryFeatureSubLinkGeometryProxy(Object obj)
throws IOException
IOException
protected ISchematicInMemoryFeatureSubLinkGeometryProxy(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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public IPoint getFromPoint(ILayer layer)
throws IOException,
AutomationException
getFromPoint in interface ISchematicInMemoryFeatureSubLinkGeometrylayer - 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 ISchematicInMemoryFeatureSubLinkGeometrylayer - 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 ISchematicInMemoryFeatureSubLinkGeometryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getVertex(int i)
throws IOException,
AutomationException
getVertex in interface ISchematicInMemoryFeatureSubLinkGeometryi - The i (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 ISchematicInMemoryFeatureSubLinkGeometryindex - 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 ISchematicInMemoryFeatureSubLinkGeometryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getInitialVertex(int i)
throws IOException,
AutomationException
getInitialVertex in interface ISchematicInMemoryFeatureSubLinkGeometryi - The i (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 ISchematicInMemoryFeatureSubLinkGeometryindex - 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 | ||||||||