|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerServiceAreaParams
Deprecated as of 10.0. Provides access to properties that specify the service area solver settings and return parameters used during network analysis with 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.
INAServerServiceAreaParams has been superseded by INAServerServiceAreaParams2.
Method Summary | |
---|---|
INAServerLocations |
getBarriers()
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. |
INAServerLocations |
getFacilities()
RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis. |
boolean |
isReturnBarriers()
Indicates if the output barriers recordset should be returned with the analysis results. |
boolean |
isReturnFacilities()
Indicates if the output facilities recordset should be returned with the analysis results. |
boolean |
isReturnSALineGeometries()
Indicates if the SALine geometries should be generated and returned with the analysis results. |
boolean |
isReturnSALines()
Indicates if the output SALines recordset should be returned with the analysis results. |
boolean |
isReturnSAPolygonGeometries()
Indicates if the SAPolygon geometries should be generated and returned with the analysis results. |
boolean |
isReturnSAPolygons()
Indicates if the output SAPolygons recordset should be returned with the analysis results. |
void |
setBarriersByRef(INAServerLocations barriers)
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. |
void |
setFacilitiesByRef(INAServerLocations facilities)
RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis. |
void |
setReturnBarriers(boolean returnBarriers)
Indicates if the output barriers recordset should be returned with the analysis results. |
void |
setReturnFacilities(boolean returnFacilities)
Indicates if the output facilities recordset should be returned with the analysis results. |
void |
setReturnSALineGeometries(boolean returnSALineGeometries)
Indicates if the SALine geometries should be generated and returned with the analysis results. |
void |
setReturnSALines(boolean returnSALines)
Indicates if the output SALines recordset should be returned with the analysis results. |
void |
setReturnSAPolygonGeometries(boolean returnSAPolygonGeometries)
Indicates if the SAPolygon geometries should be generated and returned with the analysis results. |
void |
setReturnSAPolygons(boolean returnSAPolygons)
Indicates if the output SAPolygons recordset should be returned with the analysis results. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams |
---|
getImageDescription, getMapDescription, getMaxSnapTolerance, getNAClassCandidateFieldMaps, getNALayerName, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isReturnMap, setImageDescriptionByRef, setMapDescriptionByRef, setMaxSnapTolerance, setNAClassCandidateFieldMaps, setNALayerName, setOutputSpatialReferenceByRef, setReturnMap, setSnapTolerance, setSnapToleranceUnits |
Method Detail |
---|
void setFacilitiesByRef(INAServerLocations facilities) throws IOException, AutomationException
Facilities specifies an instance of NAServerLocations class to use as input when solving a service area problem.
facilities
- A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAServerLocations getFacilities() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
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.INAServerLocations getBarriers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnSALineGeometries(boolean returnSALineGeometries) throws IOException, AutomationException
ReturnSALineGeometries specifies if the resulting SALineGeometries are returned.
returnSALineGeometries
- The returnSALineGeometries (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnSALineGeometries() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnSALines(boolean returnSALines) throws IOException, AutomationException
ReturnSALines specifies if the resulting SALines features are returned.
returnSALines
- The returnSALines (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnSALines() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnSAPolygonGeometries(boolean returnSAPolygonGeometries) throws IOException, AutomationException
ReturnSAPolygonGeometries specifies if the resulting SAPolygonGeometries are returned.
returnSAPolygonGeometries
- The returnSAPolygonGeometries (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnSAPolygonGeometries() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnSAPolygons(boolean returnSAPolygons) throws IOException, AutomationException
ReturnSAPolygons specifies if the resulting SAPolygon features are returned.
returnSAPolygons
- The returnSAPolygons (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnSAPolygons() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnFacilities(boolean returnFacilities) throws IOException, AutomationException
ReturnFacilities specifies if the resulting Facility features are returned.
returnFacilities
- The returnFacilities (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnFacilities() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnBarriers(boolean returnBarriers) throws IOException, AutomationException
ReturnBarriers specifies if the Barriers are returned.
returnBarriers
- The returnBarriers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnBarriers() throws IOException, AutomationException
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 |