|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INATraversalResultEdit2
COM Interface 'INATraversalResultEdit2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID5680bebc_5262_4e20_995d_02cd95a8ad0a
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit |
---|
IIDfb867c22_028a_4795_beb8_8c646a1a2994 |
Method Summary | |
---|---|
int |
createEdgeEx(int sourceID,
int sourceOID,
int eID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Make a new edge in the result. |
int |
createJunctionEx(int sourceID,
int sourceOID,
int eID,
IPoint point)
Make a new junction in the result. |
int |
createSimpleTurnEx(int sourceID,
int sourceOID,
int eID,
int fromEdgeID,
int toEdgeID)
Make a new two edge turn in the result. |
void |
writeEdgeBufferEx(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int eID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Make a new edge in the result from the feature buffer. |
void |
writeJunctionBufferEx(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int eID,
IPoint point)
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)
Make a new two part turn in the result from the feature buffer. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit |
---|
createEdge, createJunction, createSimpleTurn, inferGeometry, startEditing, stopEditing, writeEdgeBuffer, writeJunctionBuffer, writeSimpleTurnBuffer |
Field Detail |
---|
static final int IID5680bebc_5262_4e20_995d_02cd95a8ad0a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int createJunctionEx(int sourceID, int sourceOID, int eID, IPoint point) throws java.io.IOException, AutomationException
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.int createEdgeEx(int sourceID, int sourceOID, int eID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline) throws java.io.IOException, AutomationException
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.int createSimpleTurnEx(int sourceID, int sourceOID, int eID, int fromEdgeID, int toEdgeID) throws java.io.IOException, AutomationException
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.void writeJunctionBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, IPoint point) throws java.io.IOException, AutomationException
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.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
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.void writeSimpleTurnBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, int fromEdgeID, int toEdgeID) throws java.io.IOException, AutomationException
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 |