|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INATraversalResultEdit
COM Interface 'INATraversalResultEdit'. 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 |
IIDfb867c22_028a_4795_beb8_8c646a1a2994
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
createEdge(int sourceID,
int sourceOID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Make a new edge in the result. |
int |
createJunction(int sourceID,
int sourceOID,
IPoint point)
Make a new junction in the result. |
int |
createSimpleTurn(int sourceID,
int sourceOID,
int fromEdgeID,
int toEdgeID)
Make a new two edge turn in the result. |
void |
inferGeometry(java.lang.String sourceName,
IEnvelope envelope,
ITrackCancel trackCancel)
Constructs the geometry for the result. |
void |
startEditing()
Starts editing the result.. |
void |
stopEditing()
Stops editing the result. |
void |
writeEdgeBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Make a new edge in the result from the feature buffer. |
void |
writeJunctionBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
IPoint point)
Make a new junction in the result from the feature buffer. |
void |
writeSimpleTurnBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int fromEdgeID,
int toEdgeID)
Make a new two part turn in the result from the feature buffer. |
Field Detail |
---|
static final int IIDfb867c22_028a_4795_beb8_8c646a1a2994
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void startEditing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopEditing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void inferGeometry(java.lang.String sourceName, IEnvelope envelope, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
sourceName
- 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.int createJunction(int sourceID, int sourceOID, IPoint point) throws java.io.IOException, AutomationException
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.int createEdge(int sourceID, int sourceOID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline) throws java.io.IOException, AutomationException
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.int createSimpleTurn(int sourceID, int sourceOID, int fromEdgeID, int toEdgeID) throws java.io.IOException, AutomationException
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.void writeJunctionBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, 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)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 writeEdgeBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, 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)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 writeSimpleTurnBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, 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)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 |