|
|||||||||
| 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.networkanalyst.INATraversalResultEditProxy
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 INATraversalResultEditProxy
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.INATraversalResultEdit |
|---|
IID, IIDfb867c22_028a_4795_beb8_8c646a1a2994 |
| Constructor Summary | |
|---|---|
|
INATraversalResultEditProxy()
Deprecated. For internal use only |
|
INATraversalResultEditProxy(java.lang.Object obj)
Deprecated. |
protected |
INATraversalResultEditProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INATraversalResultEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INATraversalResultEditProxy(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 |
createEdge(int sourceID,
int sourceOID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Deprecated. Make a new edge in the result. |
int |
createJunction(int sourceID,
int sourceOID,
IPoint point)
Deprecated. Make a new junction in the result. |
int |
createSimpleTurn(int sourceID,
int sourceOID,
int fromEdgeID,
int toEdgeID)
Deprecated. Make a new two edge turn in the result. |
void |
inferGeometry(java.lang.String sourceName,
IEnvelope envelope,
ITrackCancel trackCancel)
Deprecated. Constructs the geometry for the result. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
startEditing()
Deprecated. Starts editing the result.. |
void |
stopEditing()
Deprecated. Stops editing the result. |
void |
writeEdgeBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Deprecated. Make a new edge in the result from the feature buffer. |
void |
writeJunctionBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
IPoint point)
Deprecated. Make a new junction in the result from the feature buffer. |
void |
writeSimpleTurnBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
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.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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public INATraversalResultEditProxy(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.IOExceptionpublic INATraversalResultEditProxy()
public INATraversalResultEditProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected INATraversalResultEditProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected INATraversalResultEditProxy(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 com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void startEditing()
throws java.io.IOException,
AutomationException
startEditing in interface INATraversalResultEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stopEditing()
throws java.io.IOException,
AutomationException
stopEditing in interface INATraversalResultEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void inferGeometry(java.lang.String sourceName,
IEnvelope envelope,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
inferGeometry in interface INATraversalResultEditsourceName - The sourceName (in)envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int createJunction(int sourceID,
int sourceOID,
IPoint point)
throws java.io.IOException,
AutomationException
createJunction in interface INATraversalResultEditsourceID - The sourceID (in)sourceOID - The sourceOID (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 createEdge(int sourceID,
int sourceOID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
throws java.io.IOException,
AutomationException
createEdge in interface INATraversalResultEditsourceID - The sourceID (in)sourceOID - The sourceOID (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 createSimpleTurn(int sourceID,
int sourceOID,
int fromEdgeID,
int toEdgeID)
throws java.io.IOException,
AutomationException
createSimpleTurn in interface INATraversalResultEditsourceID - The sourceID (in)sourceOID - The sourceOID (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 writeJunctionBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
IPoint point)
throws java.io.IOException,
AutomationException
writeJunctionBuffer in interface INATraversalResultEditfeatureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)sourceID - The sourceID (in)sourceOID - The sourceOID (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 writeEdgeBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
throws java.io.IOException,
AutomationException
writeEdgeBuffer in interface INATraversalResultEditfeatureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)sourceID - The sourceID (in)sourceOID - The sourceOID (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 writeSimpleTurnBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int fromEdgeID,
int toEdgeID)
throws java.io.IOException,
AutomationException
writeSimpleTurnBuffer in interface INATraversalResultEditfeatureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)sourceID - The sourceID (in)sourceOID - The sourceOID (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 | ||||||||