|
|||||||||
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.networkanalyst.INATraversalResultEditProxy com.esri.arcgis.networkanalyst.INATraversalResultEdit2Proxy
Description: 'Provides access to the editable properties of a traversal result.' 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 =
public class INATraversalResultEdit2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit2 |
---|
IID, IID5680bebc_5262_4e20_995d_02cd95a8ad0a |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit |
---|
IIDfb867c22_028a_4795_beb8_8c646a1a2994 |
Constructor Summary | |
---|---|
|
INATraversalResultEdit2Proxy()
Deprecated. For internal use only |
|
INATraversalResultEdit2Proxy(java.lang.Object obj)
Deprecated. |
protected |
INATraversalResultEdit2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INATraversalResultEdit2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INATraversalResultEdit2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
createEdgeEx(int sourceID,
int sourceOID,
int eID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Deprecated. Make a new edge in the result. |
int |
createJunctionEx(int sourceID,
int sourceOID,
int eID,
IPoint point)
Deprecated. Make a new junction in the result. |
int |
createSimpleTurnEx(int sourceID,
int sourceOID,
int eID,
int fromEdgeID,
int toEdgeID)
Deprecated. Make a new two edge turn in the result. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
writeEdgeBufferEx(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int eID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Deprecated. Make a new edge in the result from the feature buffer. |
void |
writeJunctionBufferEx(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int eID,
IPoint point)
Deprecated. Make a new junction in the result from the feature buffer. |
void |
writeSimpleTurnBufferEx(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int eID,
int fromEdgeID,
int toEdgeID)
Deprecated. Make a new two part turn in the result from the feature buffer. |
Methods inherited from class com.esri.arcgis.networkanalyst.INATraversalResultEditProxy |
---|
createEdge, createJunction, createSimpleTurn, inferGeometry, startEditing, stopEditing, writeEdgeBuffer, writeJunctionBuffer, writeSimpleTurnBuffer |
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 |
Methods inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit |
---|
createEdge, createJunction, createSimpleTurn, inferGeometry, startEditing, stopEditing, writeEdgeBuffer, writeJunctionBuffer, writeSimpleTurnBuffer |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INATraversalResultEdit2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INATraversalResultEdit2Proxy()
public INATraversalResultEdit2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INATraversalResultEdit2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INATraversalResultEdit2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class INATraversalResultEditProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class INATraversalResultEditProxy
java.io.IOException
public int createJunctionEx(int sourceID, int sourceOID, int eID, IPoint point) throws java.io.IOException, AutomationException
createJunctionEx
in interface INATraversalResultEdit2
sourceID
- The sourceID (in)sourceOID
- The sourceOID (in)eID
- The eID (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.public int createEdgeEx(int sourceID, int sourceOID, int eID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline) throws java.io.IOException, AutomationException
createEdgeEx
in interface INATraversalResultEdit2
sourceID
- The sourceID (in)sourceOID
- The sourceOID (in)eID
- The eID (in)fromPosition
- The fromPosition (in)toPosition
- The toPosition (in)fromJunctionID
- The fromJunctionID (in)toJunctionID
- The toJunctionID (in)polyline
- A reference to a com.esri.arcgis.geometry.IPolyline (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int createSimpleTurnEx(int sourceID, int sourceOID, int eID, int fromEdgeID, int toEdgeID) throws java.io.IOException, AutomationException
createSimpleTurnEx
in interface INATraversalResultEdit2
sourceID
- The sourceID (in)sourceOID
- The sourceOID (in)eID
- The eID (in)fromEdgeID
- The fromEdgeID (in)toEdgeID
- The toEdgeID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeJunctionBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, IPoint point) throws java.io.IOException, AutomationException
writeJunctionBufferEx
in interface INATraversalResultEdit2
featureBuffer
- A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)sourceID
- The sourceID (in)sourceOID
- The sourceOID (in)eID
- The eID (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.public void writeEdgeBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline) throws java.io.IOException, AutomationException
writeEdgeBufferEx
in interface INATraversalResultEdit2
featureBuffer
- A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)sourceID
- The sourceID (in)sourceOID
- The sourceOID (in)eID
- The eID (in)fromPosition
- The fromPosition (in)toPosition
- The toPosition (in)fromJunctionID
- The fromJunctionID (in)toJunctionID
- The toJunctionID (in)polyline
- A reference to a com.esri.arcgis.geometry.IPolyline (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeSimpleTurnBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, int fromEdgeID, int toEdgeID) throws java.io.IOException, AutomationException
writeSimpleTurnBufferEx
in interface INATraversalResultEdit2
featureBuffer
- A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)sourceID
- The sourceID (in)sourceOID
- The sourceOID (in)eID
- The eID (in)fromEdgeID
- The fromEdgeID (in)toEdgeID
- The toEdgeID (in)
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 |