|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServiceAreaSolver2
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 |
---|
static final int IID36655616_dc8b_41e5_9ab5_b5a5ac3c8635
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setOverlapPolygons(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverlapPolygons() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncludeSourceInformationOnLines(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIncludeSourceInformationOnLines() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrimOuterPolygon(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTrimOuterPolygon() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrimPolygonDistance(double distance) throws java.io.IOException, AutomationException
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTrimPolygonDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrimPolygonDistanceUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTrimPolygonDistanceUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreateTraversalResult(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCreateTraversalResult() throws java.io.IOException, AutomationException
java.io.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 |