|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.networkanalyst.NAServerRouteParams
public class NAServerRouteParams
Deprecated as of 10.0. A container for the route solver settings and return parameters used by NAServer.
At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.
NAServerRouteParams is used to pass solver settings and return parameters to the NAServer when performing stateless network analysis.
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.networkanalyst.INASolverSettings2 |
---|
IID, IIDd3696546_2831_4aa5_a879_acd66e50a938, xxDummy |
Fields inherited from interface com.esri.arcgis.networkanalyst.INASolverSettings |
---|
IID5a8dc105_0e57_45c8_a01d_0188ce7f7b52 |
Constructor Summary | |
---|---|
NAServerRouteParams()
Constructs a NAServerRouteParams using ArcGIS Engine. |
|
NAServerRouteParams(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. NAServerRouteParams theNAServerRouteParams = (NAServerRouteParams) obj; |
Method Summary | |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
IStringArray |
getAccumulateAttributeNames()
The collection of network attribute names to be accumulated with the analysis. |
Object |
getAttributeParameterValue(String attributeName,
String paramName)
The value to use for an attribute parameter within the network dataset. |
INAServerLocations |
getBarriers()
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
String |
getDirectionsLanguage()
Language to use when computing directions. |
int |
getDirectionsLengthUnits()
Length units to use when computing directions. |
int |
getDirectionsOutputType()
Type of directions to generate. |
String |
getDirectionsStyleName()
Name of the directions style to use when generating directions. |
String |
getDirectionsTimeAttributeName()
Name of network attribute to use for the drive time when computing directions. |
String |
getHierarchyAttributeName()
The name of the hierarchy attribute to be used in analysis. |
int |
getHierarchyLevelCount()
The number of levels in the hierarchy attribute. |
IImageDescription |
getImageDescription()
ImageDescription used when generating the MapImage returned with the analysis results. |
String |
getImpedanceAttributeName()
The network attribute name to be used as the impedance attribute in analysis. |
String |
getLayerToken()
Token identifying the network analysis layer on the server to use. |
IMapDescription |
getMapDescription()
MapDescription used when generating the MapImage returned with the analysis results. |
double |
getMaxSnapTolerance()
Maximum search tolerance used when attempting to load network locations. |
int |
getMaxValueForHierarchy(int level)
The maximum value of the hierarchy attribute. |
String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
INAClassCandidateFieldMap[] |
getNAClassCandidateFieldMaps()
Array of NAClassCandidateFieldMaps . |
String |
getNALayerName()
Network analysis layer name. |
int |
getNumTransitionToHierarchy(int toLevel)
The number of lower level junctions to explore before searching the next hierarchy level. |
Object |
getOutputGeometryPrecision()
Specifies the precision of the output geometry after generalization. |
int |
getOutputGeometryPrecisionUnits()
Specifies the units of the output geometry precision. |
int |
getOutputLines()
Indicates if lines will be generated in the result. |
ISpatialReference |
getOutputSpatialReference()
Spatial reference of the geometries returned with the analysis results. |
INAServerLocations |
getPolygonBarriers()
RecordSet or array of PropertySets representing polygon Barriers loaded as network locations during analysis. |
INAServerLocations |
getPolylineBarriers()
RecordSet or array of PropertySets representing polyline Barriers loaded as network locations during analysis. |
IStringArray |
getRestrictionAttributeNames()
The collection of network attribute names to be used as restrictions with the analysis. |
int |
getRestrictUTurns()
Indicates how U-Turns should be restricted in the analysis. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
double |
getSnapTolerance()
Minimum search tolerance used when attempting to load network locations. |
int |
getSnapToleranceUnits()
Length units of the SnapTolerance and MaxSnapTolerance. |
Date |
getStartTime()
Specifies the time the route begins. |
INAServerLocations |
getStops()
RecordSet or array of PropertySets representing Stops loaded as network locations during analysis. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isCreateTraversalResult()
Indicates if a traversal result will be generated. |
void |
isDirty()
isDirty |
boolean |
isFindBestSequence()
Indicates if the solver should resequence the route in the optimal order. |
boolean |
isIgnoreInvalidLocations()
Indicates if invalid locations should be ignored or raise an error. |
boolean |
isPreserveFirstStop()
Indicates if the solver should keep the first stop fixed in the sequence. |
boolean |
isPreserveLastStop()
Indicates if the solver should keep the last stop fixed in the sequence. |
boolean |
isResetHierarchyRangesOnBind()
Indicates if the hierarchy ranges will be reset to the network dataset's hierarchy settings when the solver is bound. |
boolean |
isReturnBarriers()
Indicates if the output barriers recordset should be returned with the analysis results. |
boolean |
isReturnCompactDirections()
Indicates if compact directions should be generated and returned with the analysis results. |
boolean |
isReturnDirections()
Indicates if directions should be generated and returned with the analysis results. |
boolean |
isReturnMap()
Indicates if a MapImage should be generated and returned with the analysis results. |
boolean |
isReturnPartialResultsOnError()
Indicates if the result object should be returned even if an error was generated during the solve operation. |
boolean |
isReturnPolygonBarriers()
Indicates if the output polygon barriers recordset should be returned with the analysis results. |
boolean |
isReturnPolylineBarriers()
Indicates if the output polyline barriers recordset should be returned with the analysis results. |
boolean |
isReturnRouteGeometries()
Indicates if the route geometries should be generated and returned with the analysis results. |
boolean |
isReturnRoutes()
Indicates if the output routes recordset should be returned with the analysis results. |
boolean |
isReturnStops()
Indicates if the output stops recordset should be returned with the analysis results. |
boolean |
isSaveLayerOnServer()
Indicates if the resulting analysis layer should be saved on the server. |
boolean |
isUseHierarchy()
Indicates if the hierarchy attribute for the network should be used in analysis. |
boolean |
isUseStartTime()
Indicates if the solver should start the route at a particular time. |
boolean |
isUseTimeWindows()
Indicates if the solver should consider time windows. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAccumulateAttributeNamesByRef(IStringArray attributeNames)
The collection of network attribute names to be accumulated with the analysis. |
void |
setAttributeParameterValue(String attributeName,
String paramName,
Object value)
The value to use for an attribute parameter within the network dataset. |
void |
setBarriersByRef(INAServerLocations barriers)
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. |
void |
setCreateTraversalResult(boolean value)
Indicates if a traversal result will be generated. |
void |
setDirectionsLanguage(String directionsLanguage)
Language to use when computing directions. |
void |
setDirectionsLengthUnits(int directionsLengthUnits)
Length units to use when computing directions. |
void |
setDirectionsOutputType(int directionsOutputType)
Type of directions to generate. |
void |
setDirectionsStyleName(String directionsStyleName)
Name of the directions style to use when generating directions. |
void |
setDirectionsTimeAttributeName(String directionsTimeAttributeName)
Name of network attribute to use for the drive time when computing directions. |
void |
setFindBestSequence(boolean value)
Indicates if the solver should resequence the route in the optimal order. |
void |
setHierarchyAttributeName(String attributeName)
The name of the hierarchy attribute to be used in analysis. |
void |
setHierarchyLevelCount(int count)
The number of levels in the hierarchy attribute. |
void |
setIgnoreInvalidLocations(boolean ignoreInvalidLocations)
Indicates if invalid locations should be ignored or raise an error. |
void |
setImageDescriptionByRef(IImageDescription imageDescription)
ImageDescription used when generating the MapImage returned with the analysis results. |
void |
setImpedanceAttributeName(String attributeName)
The network attribute name to be used as the impedance attribute in analysis. |
void |
setLayerToken(String layerToken)
Token identifying the network analysis layer on the server to use. |
void |
setMapDescriptionByRef(IMapDescription mapDescription)
MapDescription used when generating the MapImage returned with the analysis results. |
void |
setMaxSnapTolerance(double maxSnapTolerance)
Maximum search tolerance used when attempting to load network locations. |
void |
setMaxValueForHierarchy(int level,
int value)
The maximum value of the hierarchy attribute. |
void |
setNAClassCandidateFieldMaps(INAClassCandidateFieldMap[] ppNAClassCandidateFieldMaps)
Array of NAClassCandidateFieldMaps . |
void |
setNALayerName(String nALayerName)
Network analysis layer name. |
void |
setNumTransitionToHierarchy(int toLevel,
int value)
The number of lower level junctions to explore before searching the next hierarchy level. |
void |
setOutputGeometryPrecision(Object pValue)
Specifies the precision of the output geometry after generalization. |
void |
setOutputGeometryPrecisionUnits(int pValue)
Specifies the units of the output geometry precision. |
void |
setOutputLines(int value)
Indicates if lines will be generated in the result. |
void |
setOutputSpatialReferenceByRef(ISpatialReference spatialReference)
Spatial reference of the geometries returned with the analysis results. |
void |
setPolygonBarriersByRef(INAServerLocations barriers)
RecordSet or array of PropertySets representing polygon Barriers loaded as network locations during analysis. |
void |
setPolylineBarriersByRef(INAServerLocations barriers)
RecordSet or array of PropertySets representing polyline Barriers loaded as network locations during analysis. |
void |
setPreserveFirstStop(boolean value)
Indicates if the solver should keep the first stop fixed in the sequence. |
void |
setPreserveLastStop(boolean value)
Indicates if the solver should keep the last stop fixed in the sequence. |
void |
setResetHierarchyRangesOnBind(boolean value)
Indicates if the hierarchy ranges will be reset to the network dataset's hierarchy settings when the solver is bound. |
void |
setRestrictionAttributeNamesByRef(IStringArray attributeName)
The collection of network attribute names to be used as restrictions with the analysis. |
void |
setRestrictUTurns(int backtrack)
Indicates how U-Turns should be restricted in the analysis. |
void |
setReturnBarriers(boolean returnBarriers)
Indicates if the output barriers recordset should be returned with the analysis results. |
void |
setReturnCompactDirections(boolean returnCompactDirections)
Indicates if compact directions should be generated and returned with the analysis results. |
void |
setReturnDirections(boolean returnDirections)
Indicates if directions should be generated and returned with the analysis results. |
void |
setReturnMap(boolean returnMap)
Indicates if a MapImage should be generated and returned with the analysis results. |
void |
setReturnPartialResultsOnError(boolean returnPartialResultsOnError)
Indicates if the result object should be returned even if an error was generated during the solve operation. |
void |
setReturnPolygonBarriers(boolean returnBarriers)
Indicates if the output polygon barriers recordset should be returned with the analysis results. |
void |
setReturnPolylineBarriers(boolean returnBarriers)
Indicates if the output polyline barriers recordset should be returned with the analysis results. |
void |
setReturnRouteGeometries(boolean returnRouteGeometries)
Indicates if the route geometries should be generated and returned with the analysis results. |
void |
setReturnRoutes(boolean returnRoutes)
Indicates if the output routes recordset should be returned with the analysis results. |
void |
setReturnStops(boolean returnStops)
Indicates if the output stops recordset should be returned with the analysis results. |
void |
setSaveLayerOnServer(boolean saveLayerOnServer)
Indicates if the resulting analysis layer should be saved on the server. |
void |
setSnapTolerance(double snapTolerance)
Minimum search tolerance used when attempting to load network locations. |
void |
setSnapToleranceUnits(int snapToleranceUnits)
Length units of the SnapTolerance and MaxSnapTolerance. |
void |
setStartTime(Date value)
Specifies the time the route begins. |
void |
setStopsByRef(INAServerLocations stops)
RecordSet or array of PropertySets representing Stops loaded as network locations during analysis. |
void |
setUseHierarchy(boolean useHierarchy)
Indicates if the hierarchy attribute for the network should be used in analysis. |
void |
setUseStartTime(boolean value)
Indicates if the solver should start the route at a particular time. |
void |
setUseTimeWindows(boolean value)
Indicates if the solver should consider time windows. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public NAServerRouteParams() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic NAServerRouteParams(Object obj) throws IOException
NAServerRouteParams theNAServerRouteParams = (NAServerRouteParams) obj;
obj
to NAServerRouteParams
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setNALayerName(String nALayerName) throws IOException, AutomationException
NALayerName specifies the Network Analyst Layer Name used within this NAContext.
setNALayerName
in interface INAServerSolverParams
nALayerName
- The nALayerName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getNALayerName() throws IOException, AutomationException
NALayerName specifies the Network Analyst Layer Name used within this NAContext.
getNALayerName
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapTolerance(double snapTolerance) throws IOException, AutomationException
SnapTolerance specifies the minimum search tolerance used when finding network locations.
setSnapTolerance
in interface INAServerSolverParams
snapTolerance
- The snapTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSnapTolerance() throws IOException, AutomationException
SnapTolerance specifies the minimum search tolerance used when finding network locations.
getSnapTolerance
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxSnapTolerance(double maxSnapTolerance) throws IOException, AutomationException
MaxSnapTolerance specifies the maximum search tolerance used when finding network locations.
setMaxSnapTolerance
in interface INAServerSolverParams
maxSnapTolerance
- The maxSnapTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxSnapTolerance() throws IOException, AutomationException
MaxSnapTolerance specifies the maximum search tolerance used when finding network locations.
getMaxSnapTolerance
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapToleranceUnits(int snapToleranceUnits) throws IOException, AutomationException
SnapToleranceUnits specifies the units of the search tolerance in esriUnits type.
setSnapToleranceUnits
in interface INAServerSolverParams
snapToleranceUnits
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSnapToleranceUnits() throws IOException, AutomationException
getSnapToleranceUnits
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNAClassCandidateFieldMaps(INAClassCandidateFieldMap[] ppNAClassCandidateFieldMaps) throws IOException, AutomationException
NAClassCandidateFieldMaps specifies the candidate fields for each NAClass. These field maps are used when loading network locations to map input fields with NAClass fields.
setNAClassCandidateFieldMaps
in interface INAServerSolverParams
ppNAClassCandidateFieldMaps
- A reference to a com.esri.arcgis.networkanalyst.INAClassCandidateFieldMap array (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAClassCandidateFieldMap[] getNAClassCandidateFieldMaps() throws IOException, AutomationException
NAClassCandidateFieldMaps specifies the candidate fields for each NAClass. These field maps are used when loading network locations to map input fields with NAClass fields.
getNAClassCandidateFieldMaps
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnMap(boolean returnMap) throws IOException, AutomationException
ReturnMap specifies if the map is returned by the solve.
setReturnMap
in interface INAServerSolverParams
returnMap
- The returnMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnMap() throws IOException, AutomationException
ReturnMap specifies if the map is returned by the solve.
isReturnMap
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapDescriptionByRef(IMapDescription mapDescription) throws IOException, AutomationException
MapDescription specifies the MapDescription object to use when drawing the map with the analysis results.
setMapDescriptionByRef
in interface INAServerSolverParams
mapDescription
- A reference to a com.esri.arcgis.carto.IMapDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMapDescription getMapDescription() throws IOException, AutomationException
MapDescription specifies the MapDescription object to use when drawing the map with the analysis results.
getMapDescription
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImageDescriptionByRef(IImageDescription imageDescription) throws IOException, AutomationException
Specifies the ImageDescription used when creating maps during solve. Setting the Width and Height of the output map to be 200x200 pixels would look something like:
routeParams.ImageDescription.Display.Width = 200
routeParams.ImageDescription.Display.Height = 200
setImageDescriptionByRef
in interface INAServerSolverParams
imageDescription
- A reference to a com.esri.arcgis.carto.IImageDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageDescription getImageDescription() throws IOException, AutomationException
Specifies the ImageDescription used when creating maps during solve. Setting the Width and Height of the output map to be 200x200 pixels would look something like:
routeParams.ImageDescription.Display.Width = 200
routeParams.ImageDescription.Display.Height = 200
getImageDescription
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputSpatialReferenceByRef(ISpatialReference spatialReference) throws IOException, AutomationException
OutputSpatialReference specifies the spatial reference of the resulting geometry arrays returned from Solve. This does not change the spatial reference of the recordsets returned which are in the spatial reference of the network dataset.
setOutputSpatialReferenceByRef
in interface INAServerSolverParams
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getOutputSpatialReference() throws IOException, AutomationException
OutputSpatialReference specifies the spatial reference of the resulting geometry arrays returned from Solve. This does not change the spatial reference of the recordsets returned which are in the spatial reference of the network dataset.
getOutputSpatialReference
in interface INAServerSolverParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnPartialResultsOnError(boolean returnPartialResultsOnError) throws IOException, AutomationException
ReturnPartialResultsOnError: in cases when Solve fails, it allows to get available results objects back. For example, if less than two Stops were located, Route Solve operation can still return NAServerRouteResults object with Stops recordset populated.
setReturnPartialResultsOnError
in interface INAServerSolverParams2
returnPartialResultsOnError
- The returnPartialResultsOnError (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnPartialResultsOnError() throws IOException, AutomationException
isReturnPartialResultsOnError
in interface INAServerSolverParams2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSaveLayerOnServer(boolean saveLayerOnServer) throws IOException, AutomationException
SaveLayerOnServer indicates if the network analysis layer should be saved on server for future reuse. If True, the NAServerSolverResults.LayerToken property will contain token assigned to the saved layer on server. In order to reuse this layer, set returned token value on NAServerSolverParams.LayerToken in subsequent requests.
setSaveLayerOnServer
in interface INAServerSolverParams2
saveLayerOnServer
- The saveLayerOnServer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSaveLayerOnServer() throws IOException, AutomationException
isSaveLayerOnServer
in interface INAServerSolverParams2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerToken(String layerToken) throws IOException, AutomationException
LayerToken contains token corresponding to an existing network analysis layer saved on the server to use during Solve rather than the default network analysis layer. The token value to use can be retrieved from NAServerSolverResults.LayerToken that was returned from a previous call to Solve with NAServerSolverParams.SaveLayerOnServer set to True.
setLayerToken
in interface INAServerSolverParams2
layerToken
- The layerToken (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLayerToken() throws IOException, AutomationException
getLayerToken
in interface INAServerSolverParams2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStopsByRef(INAServerLocations stops) throws IOException, AutomationException
Stops specifies an instance of NAServerLocations class to use as input when solving a route problem.
setStopsByRef
in interface INAServerRouteParams
stops
- A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAServerLocations getStops() throws IOException, AutomationException
Stops specifies an instance of NAServerLocations class to use as input when solving a route problem.
getStops
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBarriersByRef(INAServerLocations barriers) throws IOException, AutomationException
Barriers specifies an instance of NAServerLocations class to use in order to restrict or alter the impedance of network elements.
setBarriersByRef
in interface INAServerRouteParams
barriers
- A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAServerLocations getBarriers() throws IOException, AutomationException
Barriers specifies an instance of NAServerLocations class to use in order to restrict or alter the impedance of network elements.
getBarriers
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnRouteGeometries(boolean returnRouteGeometries) throws IOException, AutomationException
ReturnRouteGeometries specifies if the Polylines for the resulting Route features are returned.
setReturnRouteGeometries
in interface INAServerRouteParams
returnRouteGeometries
- The returnRouteGeometries (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnRouteGeometries() throws IOException, AutomationException
ReturnRouteGeometries specifies if the Polylines for the resulting Route features are returned.
isReturnRouteGeometries
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnRoutes(boolean returnRoutes) throws IOException, AutomationException
ReturnRoutes specifies if the resulting Route features are returned.
setReturnRoutes
in interface INAServerRouteParams
returnRoutes
- The returnRoutes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnRoutes() throws IOException, AutomationException
ReturnRoutes specifies if the resulting Route features are returned.
isReturnRoutes
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnStops(boolean returnStops) throws IOException, AutomationException
ReturnStops specifies if the resulting Stop features are returned.
setReturnStops
in interface INAServerRouteParams
returnStops
- The returnStops (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnStops() throws IOException, AutomationException
ReturnStops specifies if the resulting Stop features are returned.
isReturnStops
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnBarriers(boolean returnBarriers) throws IOException, AutomationException
ReturnBarriers specifies if the Barriers are returned.
setReturnBarriers
in interface INAServerRouteParams
returnBarriers
- The returnBarriers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnBarriers() throws IOException, AutomationException
ReturnBarriers specifies if the Barriers are returned.
isReturnBarriers
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnDirections(boolean returnDirections) throws IOException, AutomationException
ReturnDirections specifies if directions are calculated during solve and returned in INAServerRouteResults::Directions.
setReturnDirections
in interface INAServerRouteParams
returnDirections
- The returnDirections (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnDirections() throws IOException, AutomationException
ReturnDirections specifies if directions are calculated during solve and returned in INAServerRouteResults::Directions.
isReturnDirections
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirectionsLanguage(String directionsLanguage) throws IOException, AutomationException
DirectionsLanguage specifies the language used when generating directions.
setDirectionsLanguage
in interface INAServerRouteParams
directionsLanguage
- The directionsLanguage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDirectionsLanguage() throws IOException, AutomationException
DirectionsLanguage specifies the language used when generating directions.
getDirectionsLanguage
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirectionsLengthUnits(int directionsLengthUnits) throws IOException, AutomationException
DirectionsLengthUnits specifies the length units of the directions in esriNetworkAttributeUnits.
setDirectionsLengthUnits
in interface INAServerRouteParams
directionsLengthUnits
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDirectionsLengthUnits() throws IOException, AutomationException
DirectionsLengthUnits specifies the length units of the directions in esriNetworkAttributeUnits.
getDirectionsLengthUnits
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirectionsTimeAttributeName(String directionsTimeAttributeName) throws IOException, AutomationException
DirectionsTimeAttributeName specifies the time cost attribute used when generating directions.
setDirectionsTimeAttributeName
in interface INAServerRouteParams
directionsTimeAttributeName
- The directionsTimeAttributeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDirectionsTimeAttributeName() throws IOException, AutomationException
DirectionsTimeAttributeName specifies the time cost attribute used when generating directions.
getDirectionsTimeAttributeName
in interface INAServerRouteParams
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnCompactDirections(boolean returnCompactDirections) throws IOException, AutomationException
ReturnCompactDirections specifies if compact directions are calculated during solve and returned in INAServerRouteResults2::CompactDirections. These directions contain less information and compressed geometries representing the traversed streets. Due to their smaller size, these directions are better suited for passing across low bandwidth connections than the directions returned by ReturnDirections.
setReturnCompactDirections
in interface INAServerRouteParams2
returnCompactDirections
- The returnCompactDirections (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnCompactDirections() throws IOException, AutomationException
ReturnCompactDirections specifies if compact directions are calculated during solve and returned in INAServerRouteResults2::CompactDirections. These directions contain less information and compressed geometries representing the traversed streets. Due to their smaller size, these directions are better suited for passing across low bandwidth connections than the directions returned by ReturnDirections.
isReturnCompactDirections
in interface INAServerRouteParams2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirectionsOutputType(int directionsOutputType) throws IOException, AutomationException
DirectionsOutputType defines the type of content of directions.
setDirectionsOutputType
in interface INAServerRouteParams3
directionsOutputType
- A com.esri.arcgis.networkanalyst.esriDirectionsOutputType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDirectionsOutputType() throws IOException, AutomationException
getDirectionsOutputType
in interface INAServerRouteParams3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirectionsStyleName(String directionsStyleName) throws IOException, AutomationException
DirectionsStyleName defines name of the formatting style of directions. For the list of supported styles see NAServer.GetNetworkDescription() and NAServerNetworkDirections class.
setDirectionsStyleName
in interface INAServerRouteParams3
directionsStyleName
- The directionsStyleName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDirectionsStyleName() throws IOException, AutomationException
getDirectionsStyleName
in interface INAServerRouteParams3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPolylineBarriersByRef(INAServerLocations barriers) throws IOException, AutomationException
PolylineBarriers specifies an instance of NAServerLocations class to use in order to restrict or alter the impedance of network elements.
setPolylineBarriersByRef
in interface INAServerRouteParams3
barriers
- A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAServerLocations getPolylineBarriers() throws IOException, AutomationException
getPolylineBarriers
in interface INAServerRouteParams3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPolygonBarriersByRef(INAServerLocations barriers) throws IOException, AutomationException
PolygonBarriers specifies an instance of NAServerLocations class to use in order to restrict or alter the impedance of network elements.
setPolygonBarriersByRef
in interface INAServerRouteParams3
barriers
- A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAServerLocations getPolygonBarriers() throws IOException, AutomationException
getPolygonBarriers
in interface INAServerRouteParams3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnPolylineBarriers(boolean returnBarriers) throws IOException, AutomationException
ReturnPolylineBarriers specifies if the PolylineBarriers are returned.
setReturnPolylineBarriers
in interface INAServerRouteParams3
returnBarriers
- The returnBarriers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnPolylineBarriers() throws IOException, AutomationException
isReturnPolylineBarriers
in interface INAServerRouteParams3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnPolygonBarriers(boolean returnBarriers) throws IOException, AutomationException
ReturnPolygonBarriers specifies if the PolygonBarriers are returned.
setReturnPolygonBarriers
in interface INAServerRouteParams3
returnBarriers
- The returnBarriers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnPolygonBarriers() throws IOException, AutomationException
isReturnPolygonBarriers
in interface INAServerRouteParams3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getAccumulateAttributeNames() throws IOException, AutomationException
getAccumulateAttributeNames
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAccumulateAttributeNamesByRef(IStringArray attributeNames) throws IOException, AutomationException
setAccumulateAttributeNamesByRef
in interface INASolverSettings
attributeNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImpedanceAttributeName(String attributeName) throws IOException, AutomationException
setImpedanceAttributeName
in interface INASolverSettings
attributeName
- The attributeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getImpedanceAttributeName() throws IOException, AutomationException
getImpedanceAttributeName
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIgnoreInvalidLocations(boolean ignoreInvalidLocations) throws IOException, AutomationException
setIgnoreInvalidLocations
in interface INASolverSettings
ignoreInvalidLocations
- The ignoreInvalidLocations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIgnoreInvalidLocations() throws IOException, AutomationException
isIgnoreInvalidLocations
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getRestrictionAttributeNames() throws IOException, AutomationException
getRestrictionAttributeNames
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRestrictionAttributeNamesByRef(IStringArray attributeName) throws IOException, AutomationException
setRestrictionAttributeNamesByRef
in interface INASolverSettings
attributeName
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRestrictUTurns(int backtrack) throws IOException, AutomationException
setRestrictUTurns
in interface INASolverSettings
backtrack
- A com.esri.arcgis.geodatabase.esriNetworkForwardStarBacktrack constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRestrictUTurns() throws IOException, AutomationException
getRestrictUTurns
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseHierarchy(boolean useHierarchy) throws IOException, AutomationException
setUseHierarchy
in interface INASolverSettings
useHierarchy
- The useHierarchy (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseHierarchy() throws IOException, AutomationException
isUseHierarchy
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHierarchyAttributeName(String attributeName) throws IOException, AutomationException
setHierarchyAttributeName
in interface INASolverSettings
attributeName
- The attributeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHierarchyAttributeName() throws IOException, AutomationException
getHierarchyAttributeName
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHierarchyLevelCount(int count) throws IOException, AutomationException
setHierarchyLevelCount
in interface INASolverSettings
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHierarchyLevelCount() throws IOException, AutomationException
getHierarchyLevelCount
in interface INASolverSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxValueForHierarchy(int level, int value) throws IOException, AutomationException
setMaxValueForHierarchy
in interface INASolverSettings
level
- The level (in)value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxValueForHierarchy(int level) throws IOException, AutomationException
getMaxValueForHierarchy
in interface INASolverSettings
level
- The level (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumTransitionToHierarchy(int toLevel, int value) throws IOException, AutomationException
setNumTransitionToHierarchy
in interface INASolverSettings
toLevel
- The toLevel (in)value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumTransitionToHierarchy(int toLevel) throws IOException, AutomationException
getNumTransitionToHierarchy
in interface INASolverSettings
toLevel
- The toLevel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isResetHierarchyRangesOnBind() throws IOException, AutomationException
isResetHierarchyRangesOnBind
in interface INASolverSettings2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResetHierarchyRangesOnBind(boolean value) throws IOException, AutomationException
setResetHierarchyRangesOnBind
in interface INASolverSettings2
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getAttributeParameterValue(String attributeName, String paramName) throws IOException, AutomationException
getAttributeParameterValue
in interface INASolverSettings2
attributeName
- The attributeName (in)paramName
- The paramName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAttributeParameterValue(String attributeName, String paramName, Object value) throws IOException, AutomationException
setAttributeParameterValue
in interface INASolverSettings2
attributeName
- The attributeName (in)paramName
- The paramName (in)value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFindBestSequence() throws IOException, AutomationException
FindBestSequence determines whether or not the route solver optimizes the sequence of stops before solving the shortest path.
isFindBestSequence
in interface INARouteSolver
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFindBestSequence(boolean value) throws IOException, AutomationException
FindBestSequence determines whether or not the route solver optimizes the sequence of stops before solving the shortest path.
setFindBestSequence
in interface INARouteSolver
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPreserveFirstStop() throws IOException, AutomationException
PreserveFirstStop allows the first stop to stay as the first stop if the FindBestSequence has been turned on to optimize the sequence of stops.
isPreserveFirstStop
in interface INARouteSolver
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPreserveFirstStop(boolean value) throws IOException, AutomationException
PreserveFirstStop allows the first stop to stay as the first stop if the FindBestSequence has been turned on to optimize the sequence of stops.
setPreserveFirstStop
in interface INARouteSolver
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPreserveLastStop() throws IOException, AutomationException
PreserveLastStop allows the last stop to stay as the last stop if the FindBestSequence has been turned on to optimize the sequence of stops.
isPreserveLastStop
in interface INARouteSolver
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPreserveLastStop(boolean value) throws IOException, AutomationException
PreserveLastStop allows the last stop to stay as the last stop if the FindBestSequence has been turned on to optimize the sequence of stops.
setPreserveLastStop
in interface INARouteSolver
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseTimeWindows() throws IOException, AutomationException
UseTimeWindows allows the use of time windows on individual stops. The route solver will change the sequence of the stops to satisfy the time windows. This is done regardless of settings for FindBestSequence.
isUseTimeWindows
in interface INARouteSolver
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseTimeWindows(boolean value) throws IOException, AutomationException
UseTimeWindows allows the use of time windows on individual stops. The route solver will change the sequence of the stops to satisfy the time windows. This is done regardless of settings for FindBestSequence.
setUseTimeWindows
in interface INARouteSolver
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCreateTraversalResult() throws IOException, AutomationException
CreateTraversalResult specifies if the traversal results will be created by the route solver.
isCreateTraversalResult
in interface INARouteSolver
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCreateTraversalResult(boolean value) throws IOException, AutomationException
CreateTraversalResult specifies if the traversal results will be created by the route solver.
setCreateTraversalResult
in interface INARouteSolver
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputLines() throws IOException, AutomationException
OutputLines specifies the type of lines that are generated by the solver. The type can be true shape, true shape with measures, straight lines connecting the stops or no lines.
getOutputLines
in interface INARouteSolver
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputLines(int value) throws IOException, AutomationException
OutputLines specifies the type of lines that are generated by the solver. The type can be true shape, true shape with measures, straight lines connecting the stops or no lines.
setOutputLines
in interface INARouteSolver
value
- A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseStartTime(boolean value) throws IOException, AutomationException
UseStartTime specifies whether or not you want the solver to track the start time of the route. This property is used in conjunction with StartTime which specifies the actual start time.
setUseStartTime
in interface INARouteSolver2
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseStartTime() throws IOException, AutomationException
UseStartTime specifies whether or not you want the solver to track the start time of the route. This property is used in conjunction with StartTime, which specifies the actual start time.
isUseStartTime
in interface INARouteSolver2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartTime(Date value) throws IOException, AutomationException
StartTime specifies the route's start time. This property is used in conjunction with the UseStartTime property which specifies if the start time is used or not. The allowable date range (for explicit dates) is 1/1/1901 through 12/31/9999.
To specify days of the week, use the following chart:
Interpreted Day | Specific Date to Pass to the Solver |
---|---|
Today | 12/30/1899 |
Sunday | 12/31/1899 |
Monday | 1/1/1900 |
Tuesday | 1/2/1900 |
Wednesday | 1/3/1900 |
Thursday | 1/4/1900 |
Friday | 1/5/1900 |
Saturday | 1/6/1900 |
setStartTime
in interface INARouteSolver2
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getStartTime() throws IOException, AutomationException
StartTime specifies the route's start time. This property is used in conjunction with the UseStartTime property which specifies if the start time is used or not. The allowable date range (for explicit dates) is 1/1/1901 through 12/31/9999.
To specify days of the week, use the following chart:
Interpreted Day | Specific Date to Pass to the Solver |
---|---|
Today | 12/30/1899 |
Sunday | 12/31/1899 |
Monday | 1/1/1900 |
Tuesday | 1/2/1900 |
Wednesday | 1/3/1900 |
Thursday | 1/4/1900 |
Friday | 1/5/1900 |
Saturday | 1/6/1900 |
getStartTime
in interface INARouteSolver2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGeometryPrecision(Object pValue) throws IOException, AutomationException
The precision of the output geometry after generalization.
See IPolyCurve.Generalize for information on the generalization technique that is utilized by INASolverOutputGeneralization.
setOutputGeometryPrecision
in interface INASolverOutputGeneralization
pValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getOutputGeometryPrecision() throws IOException, AutomationException
getOutputGeometryPrecision
in interface INASolverOutputGeneralization
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGeometryPrecisionUnits(int pValue) throws IOException, AutomationException
The length units that the OutputGeometryPrecision are in. If unknown, the units are assumed to be the same as the spatial reference of the geometries.
See IPolyCurve.Generalize for information on the generalization technique that is utilized by INASolverOutputGeneralization.
setOutputGeometryPrecisionUnits
in interface INASolverOutputGeneralization
pValue
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputGeometryPrecisionUnits() throws IOException, AutomationException
getOutputGeometryPrecisionUnits
in interface INASolverOutputGeneralization
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMinNamespaceSupported() throws IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |