|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.networkanalyst.NATraversalResult
public class NATraversalResult
COM Class 'NATraversalResult'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description 'Contains the result of a network analysis.' 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 long |
serialVersionUID
|
Fields inherited from interface com.esri.arcgis.networkanalyst.INAResult2 |
---|
IID, IID0718bd10_a86e_4014_865d_305d69af7ad9, xxDummy |
Fields inherited from interface com.esri.arcgis.networkanalyst.INAResult |
---|
IID9e92a2ad_551e_4be0_bf57_aac552789dae |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResult |
---|
IID, IID2d463633_4ee1_4a38_99bf_c62e2f7e3f74, xxDummy |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit2 |
---|
IID, IID5680bebc_5262_4e20_995d_02cd95a8ad0a, xxDummy |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit |
---|
IIDfb867c22_028a_4795_beb8_8c646a1a2994 |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultQuery2 |
---|
IID, IIDaaabec4f_c0ba_4c92_b20f_dce0042389c2, xxDummy |
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultQuery |
---|
IID07f8ebe3_1378_4261_8284_35c16b8fb707 |
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Constructor Summary | |
---|---|
NATraversalResult()
Constructs a NATraversalResult using ArcGIS Engine. |
|
NATraversalResult(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. NATraversalResult theNATraversalResult = (NATraversalResult) obj; |
Method Summary | |
---|---|
void |
addSource(INATraversalResultSource resultSource)
Add a network traversal source. |
void |
create(IFields junctionFields,
IFields edgeFields,
IFields simpleTurnFields,
boolean hasMs)
Makes a new traversal result. |
void |
create(java.lang.String name,
INAContextHelper nAContextHelper,
boolean isScratch)
Set up for a new analysis. |
int |
createEdge(int sourceID,
int sourceOID,
double fromPosition,
double toPosition,
int fromJunctionID,
int toJunctionID,
IPolyline polyline)
Make a new edge in the result. |
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 |
createJunction(int sourceID,
int sourceOID,
IPoint point)
Make a new junction in the result. |
int |
createJunctionEx(int sourceID,
int sourceOID,
int eID,
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. |
int |
createSimpleTurnEx(int sourceID,
int sourceOID,
int eID,
int fromEdgeID,
int toEdgeID)
Make a new two edge turn in the result. |
void |
emptyAll()
Clear out all existing rows from any previous analysis. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
INATraversalResultSource |
esri_getSource(int index)
The network traversal source by index. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getEIDFieldName()
The EID field name |
java.lang.String |
getElementIDFieldName()
The element ID field name. |
IFeatureClass |
getFeatureClass(int networkElementType)
The feature class by element type. |
java.lang.String |
getFromEdgeIDFieldName()
The from edge ID field name. |
java.lang.String |
getFromJunctionIDFieldName()
The from junction ID field name. |
java.lang.String |
getFromPositionFieldName()
The from position field name. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
INAContext |
getNAContext()
The context for the result. |
java.lang.String |
getName()
The name of the result. |
IPropertySet |
getOutputProperties()
The properties of the output. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
INATraversalResultSource |
getSourceByID(int sourceID)
The network traversal source by ID. |
INATraversalResultSource |
getSourceByName(java.lang.String name)
The network traversal source by name. |
int |
getSourceCount()
The number of network sources. |
java.lang.String |
getSourceIDFieldName()
The source ID field name. |
java.lang.String |
getSourceOIDFieldName()
The source OID field name. |
ISpatialReference |
getSpatialReference()
The spatial reference of the result. |
java.lang.String |
getToEdgeIDFieldName()
The to edge ID field name. |
java.lang.String |
getToJunctionIDFieldName()
The to junction ID field name. |
java.lang.String |
getToPositionFieldName()
The to position field name. |
int |
hashCode()
the hashcode for this object |
void |
inferGeometry(java.lang.String sourceName,
IEnvelope envelope,
ITrackCancel trackCancel)
Constructs the geometry for the result. |
void |
initialize(java.lang.String name,
INAContext nAContext,
boolean isScratch)
Set up for a new analysis. |
void |
initializeEx(INAContextHelper nAContextHelper)
Provides the result object with a reference to the context. |
void |
isDirty()
isDirty |
boolean |
isHasGeometry()
Indicates if the result has geometry. |
boolean |
isHasValidResult()
Indicates if the current result is valid. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a NATraversalResult. |
void |
save(IStream pstm,
int fClearDirty)
save |
IFeatureCursor |
searchConnected(INATraversalResultElement element,
int searchedElementType,
int searchedDirection,
boolean recycle)
Returns a connected set of elements in the result. |
void |
setHasValidResult(boolean pFlag)
Indicates if the current result is valid. |
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 |
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 |
writeExternal(java.io.ObjectOutput out)
|
void |
writeJunctionBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
IPoint point)
Make a new junction 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 |
writeSimpleTurnBuffer(IFeatureBuffer featureBuffer,
int sourceID,
int sourceOID,
int fromEdgeID,
int toEdgeID)
Make a new two part turn 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 class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public NATraversalResult() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic NATraversalResult(java.lang.Object obj) throws java.io.IOException
NATraversalResult theNATraversalResult = (NATraversalResult) obj;
obj
to NATraversalResult
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void initialize(java.lang.String name, INAContext nAContext, boolean isScratch) throws java.io.IOException, AutomationException
initialize
in interface INAResult
name
- The name (in)nAContext
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)isScratch
- The isScratch (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getOutputProperties() throws java.io.IOException, AutomationException
getOutputProperties
in interface INAResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasValidResult() throws java.io.IOException, AutomationException
isHasValidResult
in interface INAResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasValidResult(boolean pFlag) throws java.io.IOException, AutomationException
setHasValidResult
in interface INAResult
pFlag
- The pFlag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void emptyAll() throws java.io.IOException, AutomationException
emptyAll
in interface INAResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface INAResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAContext getNAContext() throws java.io.IOException, AutomationException
getNAContext
in interface INAResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void create(java.lang.String name, INAContextHelper nAContextHelper, boolean isScratch) throws java.io.IOException, AutomationException
create
in interface INAResult2
name
- The name (in)nAContextHelper
- A reference to a com.esri.arcgis.networkanalyst.INAContextHelper (in)isScratch
- The isScratch (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initializeEx(INAContextHelper nAContextHelper) throws java.io.IOException, AutomationException
initializeEx
in interface INAResult2
nAContextHelper
- A reference to a com.esri.arcgis.networkanalyst.INAContextHelper (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSourceCount() throws java.io.IOException, AutomationException
getSourceCount
in interface INATraversalResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INATraversalResultSource esri_getSource(int index) throws java.io.IOException, AutomationException
esri_getSource
in interface INATraversalResult
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INATraversalResultSource getSourceByName(java.lang.String name) throws java.io.IOException, AutomationException
getSourceByName
in interface INATraversalResult
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INATraversalResultSource getSourceByID(int sourceID) throws java.io.IOException, AutomationException
getSourceByID
in interface INATraversalResult
sourceID
- The sourceID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addSource(INATraversalResultSource resultSource) throws java.io.IOException, AutomationException
addSource
in interface INATraversalResult
resultSource
- A reference to a com.esri.arcgis.networkanalyst.INATraversalResultSource (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void create(IFields junctionFields, IFields edgeFields, IFields simpleTurnFields, boolean hasMs) throws java.io.IOException, AutomationException
create
in interface INATraversalResult
junctionFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)edgeFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)simpleTurnFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)hasMs
- The hasMs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface INATraversalResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasGeometry() throws java.io.IOException, AutomationException
isHasGeometry
in interface INATraversalResult
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startEditing() throws java.io.IOException, AutomationException
startEditing
in interface INATraversalResultEdit
java.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 INATraversalResultEdit
java.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 INATraversalResultEdit
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.public int createJunction(int sourceID, int sourceOID, IPoint point) throws java.io.IOException, AutomationException
createJunction
in interface INATraversalResultEdit
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 int createEdge(int sourceID, int sourceOID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline) throws java.io.IOException, AutomationException
createEdge
in interface INATraversalResultEdit
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 int createSimpleTurn(int sourceID, int sourceOID, int fromEdgeID, int toEdgeID) throws java.io.IOException, AutomationException
createSimpleTurn
in interface INATraversalResultEdit
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.public void writeJunctionBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, IPoint point) throws java.io.IOException, AutomationException
writeJunctionBuffer
in interface INATraversalResultEdit
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.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 INATraversalResultEdit
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.public void writeSimpleTurnBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int fromEdgeID, int toEdgeID) throws java.io.IOException, AutomationException
writeSimpleTurnBuffer
in interface INATraversalResultEdit
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.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.public IFeatureClass getFeatureClass(int networkElementType) throws java.io.IOException, AutomationException
getFeatureClass
in interface INATraversalResultQuery
networkElementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureCursor searchConnected(INATraversalResultElement element, int searchedElementType, int searchedDirection, boolean recycle) throws java.io.IOException, AutomationException
searchConnected
in interface INATraversalResultQuery
element
- A reference to a com.esri.arcgis.networkanalyst.INATraversalResultElement (in)searchedElementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)searchedDirection
- A com.esri.arcgis.geodatabase.esriRelDirection constant (in)recycle
- The recycle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getElementIDFieldName() throws java.io.IOException, AutomationException
getElementIDFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSourceIDFieldName() throws java.io.IOException, AutomationException
getSourceIDFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSourceOIDFieldName() throws java.io.IOException, AutomationException
getSourceOIDFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFromPositionFieldName() throws java.io.IOException, AutomationException
getFromPositionFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getToPositionFieldName() throws java.io.IOException, AutomationException
getToPositionFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFromJunctionIDFieldName() throws java.io.IOException, AutomationException
getFromJunctionIDFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getToJunctionIDFieldName() throws java.io.IOException, AutomationException
getToJunctionIDFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFromEdgeIDFieldName() throws java.io.IOException, AutomationException
getFromEdgeIDFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getToEdgeIDFieldName() throws java.io.IOException, AutomationException
getToEdgeIDFieldName
in interface INATraversalResultQuery
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getEIDFieldName() throws java.io.IOException, AutomationException
getEIDFieldName
in interface INATraversalResultQuery2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |