com.esri.arcgis.networkanalyst
Interface INAServerServiceAreaParams

All Superinterfaces:
INAServerSolverParams, java.io.Serializable
All Known Subinterfaces:
INAServerServiceAreaParams2
All Known Implementing Classes:
INAServerServiceAreaParams2Proxy, INAServerServiceAreaParamsProxy, NAServerServiceAreaParams

public interface INAServerServiceAreaParams
extends INAServerSolverParams, java.io.Serializable

COM Interface 'INAServerServiceAreaParams'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: '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.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd4c6e2ff_d49a_419f_9a50_f3255391064d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
IID40635a1f_4c95_4f57_a220_c683941715e5
 
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
 

Field Detail

IIDd4c6e2ff_d49a_419f_9a50_f3255391064d

static final int IIDd4c6e2ff_d49a_419f_9a50_f3255391064d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setFacilitiesByRef

void setFacilitiesByRef(INAServerLocations facilities)
                        throws java.io.IOException,
                               AutomationException
RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis.

Parameters:
facilities - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFacilities

INAServerLocations getFacilities()
                                 throws java.io.IOException,
                                        AutomationException
RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis.

Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBarriersByRef

void setBarriersByRef(INAServerLocations barriers)
                      throws java.io.IOException,
                             AutomationException
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.

Parameters:
barriers - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBarriers

INAServerLocations getBarriers()
                               throws java.io.IOException,
                                      AutomationException
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.

Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnSALineGeometries

void setReturnSALineGeometries(boolean returnSALineGeometries)
                               throws java.io.IOException,
                                      AutomationException
Indicates if the SALine geometries should be generated and returned with the analysis results.

Parameters:
returnSALineGeometries - The returnSALineGeometries (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnSALineGeometries

boolean isReturnSALineGeometries()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the SALine geometries should be generated and returned with the analysis results.

Returns:
The returnSALineGeometries
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnSALines

void setReturnSALines(boolean returnSALines)
                      throws java.io.IOException,
                             AutomationException
Indicates if the output SALines recordset should be returned with the analysis results.

Parameters:
returnSALines - The returnSALines (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnSALines

boolean isReturnSALines()
                        throws java.io.IOException,
                               AutomationException
Indicates if the output SALines recordset should be returned with the analysis results.

Returns:
The returnSALines
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnSAPolygonGeometries

void setReturnSAPolygonGeometries(boolean returnSAPolygonGeometries)
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the SAPolygon geometries should be generated and returned with the analysis results.

Parameters:
returnSAPolygonGeometries - The returnSAPolygonGeometries (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnSAPolygonGeometries

boolean isReturnSAPolygonGeometries()
                                    throws java.io.IOException,
                                           AutomationException
Indicates if the SAPolygon geometries should be generated and returned with the analysis results.

Returns:
The returnSAPolygonGeometries
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnSAPolygons

void setReturnSAPolygons(boolean returnSAPolygons)
                         throws java.io.IOException,
                                AutomationException
Indicates if the output SAPolygons recordset should be returned with the analysis results.

Parameters:
returnSAPolygons - The returnSAPolygons (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnSAPolygons

boolean isReturnSAPolygons()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the output SAPolygons recordset should be returned with the analysis results.

Returns:
The returnSAPolygons
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnFacilities

void setReturnFacilities(boolean returnFacilities)
                         throws java.io.IOException,
                                AutomationException
Indicates if the output facilities recordset should be returned with the analysis results.

Parameters:
returnFacilities - The returnFacilities (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnFacilities

boolean isReturnFacilities()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the output facilities recordset should be returned with the analysis results.

Returns:
The returnFacilities
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnBarriers

void setReturnBarriers(boolean returnBarriers)
                       throws java.io.IOException,
                              AutomationException
Indicates if the output barriers recordset should be returned with the analysis results.

Parameters:
returnBarriers - The returnBarriers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnBarriers

boolean isReturnBarriers()
                         throws java.io.IOException,
                                AutomationException
Indicates if the output barriers recordset should be returned with the analysis results.

Returns:
The returnBarriers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.