com.esri.arcgis.networkanalyst
Interface INAServiceAreaSolver2

All Superinterfaces:
INAServiceAreaSolver, java.io.Serializable
All Known Implementing Classes:
INAServiceAreaSolver2Proxy, NAServerServiceAreaParams, NAServiceAreaSolver

public interface INAServiceAreaSolver2
extends INAServiceAreaSolver, java.io.Serializable

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

Description: 'Provides access to the service area solver.' 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 IID36655616_dc8b_41e5_9ab5_b5a5ac3c8635
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServiceAreaSolver
IIDd1d76f73_4f59_472b_b72e_a92a90c621ea
 
Method Summary
 double getTrimPolygonDistance()
          If polygons are being trimmed, provides the distance to trim.
 int getTrimPolygonDistanceUnits()
          If polygons are being trimmed, provides the units of the distance to trim.
 boolean isCreateTraversalResult()
          Indicates if a traversal result is created.
 boolean isIncludeSourceInformationOnLines()
          Indicates if the lines will have SourceID, SourceOID, from and to position information added.
 boolean isOverlapPolygons()
          Indicates if the polygons for all facilities should not overlap.
 boolean isTrimOuterPolygon()
          Indicates if the outermost polygon (at the maximum break value) will be trimmed.
 void setCreateTraversalResult(boolean value)
          Indicates if a traversal result is created.
 void setIncludeSourceInformationOnLines(boolean value)
          Indicates if the lines will have SourceID, SourceOID, from and to position information added.
 void setOverlapPolygons(boolean value)
          Indicates if the polygons for all facilities should not overlap.
 void setTrimOuterPolygon(boolean value)
          Indicates if the outermost polygon (at the maximum break value) will be trimmed.
 void setTrimPolygonDistance(double distance)
          If polygons are being trimmed, provides the distance to trim.
 void setTrimPolygonDistanceUnits(int units)
          If polygons are being trimmed, provides the units of the distance to trim.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServiceAreaSolver
getDefaultBreaks, getExcludeSourcesFromPolygons, getOutputLines, getOutputPolygons, getTravelDirection, isMergeSimilarPolygonRanges, isOverlapLines, isSplitLinesAtBreaks, isSplitPolygonsAtBreaks, setDefaultBreaks, setExcludeSourcesFromPolygons, setMergeSimilarPolygonRanges, setOutputLines, setOutputPolygons, setOverlapLines, setSplitLinesAtBreaks, setSplitPolygonsAtBreaks, setTravelDirection
 

Field Detail

IID36655616_dc8b_41e5_9ab5_b5a5ac3c8635

static final int IID36655616_dc8b_41e5_9ab5_b5a5ac3c8635
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

setOverlapPolygons

void setOverlapPolygons(boolean value)
                        throws java.io.IOException,
                               AutomationException
Indicates if the polygons for all facilities should not overlap.

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

isOverlapPolygons

boolean isOverlapPolygons()
                          throws java.io.IOException,
                                 AutomationException
Indicates if the polygons for all facilities should not overlap.

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

setIncludeSourceInformationOnLines

void setIncludeSourceInformationOnLines(boolean value)
                                        throws java.io.IOException,
                                               AutomationException
Indicates if the lines will have SourceID, SourceOID, from and to position information added.

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

isIncludeSourceInformationOnLines

boolean isIncludeSourceInformationOnLines()
                                          throws java.io.IOException,
                                                 AutomationException
Indicates if the lines will have SourceID, SourceOID, from and to position information added.

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

setTrimOuterPolygon

void setTrimOuterPolygon(boolean value)
                         throws java.io.IOException,
                                AutomationException
Indicates if the outermost polygon (at the maximum break value) will be trimmed.

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

isTrimOuterPolygon

boolean isTrimOuterPolygon()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the outermost polygon (at the maximum break value) will be trimmed.

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

setTrimPolygonDistance

void setTrimPolygonDistance(double distance)
                            throws java.io.IOException,
                                   AutomationException
If polygons are being trimmed, provides the distance to trim.

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

getTrimPolygonDistance

double getTrimPolygonDistance()
                              throws java.io.IOException,
                                     AutomationException
If polygons are being trimmed, provides the distance to trim.

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

setTrimPolygonDistanceUnits

void setTrimPolygonDistanceUnits(int units)
                                 throws java.io.IOException,
                                        AutomationException
If polygons are being trimmed, provides the units of the distance to trim.

Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrimPolygonDistanceUnits

int getTrimPolygonDistanceUnits()
                                throws java.io.IOException,
                                       AutomationException
If polygons are being trimmed, provides the units of the distance to trim.

Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreateTraversalResult

void setCreateTraversalResult(boolean value)
                              throws java.io.IOException,
                                     AutomationException
Indicates if a traversal result is created.

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

isCreateTraversalResult

boolean isCreateTraversalResult()
                                throws java.io.IOException,
                                       AutomationException
Indicates if a traversal result is created.

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