|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.networkanalyst.INAServiceAreaSolverProxy
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 =
public class INAServiceAreaSolverProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServiceAreaSolver |
---|
IID, IIDd1d76f73_4f59_472b_b72e_a92a90c621ea |
Constructor Summary | |
---|---|
|
INAServiceAreaSolverProxy()
Deprecated. For internal use only |
|
INAServiceAreaSolverProxy(java.lang.Object obj)
Deprecated. |
protected |
INAServiceAreaSolverProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INAServiceAreaSolverProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INAServiceAreaSolverProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IDoubleArray |
getDefaultBreaks()
Deprecated. The default break(s) of the traversal. |
IStringArray |
getExcludeSourcesFromPolygons()
Deprecated. A collection of network source names to NOT use when generating polygons. |
int |
getOutputLines()
Deprecated. The type of line(s) generated. |
int |
getOutputPolygons()
Deprecated. The type of polygon(s) generated. |
int |
getTravelDirection()
Deprecated. The direction of the traversal. |
boolean |
isMergeSimilarPolygonRanges()
Deprecated. Indicates if similar ranges should be merged in the result polygons. |
boolean |
isOverlapLines()
Deprecated. Indicates if lines should overlap from multiple facilities. |
boolean |
isSplitLinesAtBreaks()
Deprecated. Indicates if lines should be split at breaks. |
boolean |
isSplitPolygonsAtBreaks()
Deprecated. Indicates if polygons should be split at break values. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDefaultBreaks(IDoubleArray value)
Deprecated. The default break(s) of the traversal. |
void |
setExcludeSourcesFromPolygons(IStringArray networkSourceNames)
Deprecated. A collection of network source names to NOT use when generating polygons. |
void |
setMergeSimilarPolygonRanges(boolean value)
Deprecated. Indicates if similar ranges should be merged in the result polygons. |
void |
setOutputLines(int value)
Deprecated. The type of line(s) generated. |
void |
setOutputPolygons(int value)
Deprecated. The type of polygon(s) generated. |
void |
setOverlapLines(boolean value)
Deprecated. Indicates if lines should overlap from multiple facilities. |
void |
setSplitLinesAtBreaks(boolean value)
Deprecated. Indicates if lines should be split at breaks. |
void |
setSplitPolygonsAtBreaks(boolean value)
Deprecated. Indicates if polygons should be split at break values. |
void |
setTravelDirection(int value)
Deprecated. The direction of the traversal. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INAServiceAreaSolverProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INAServiceAreaSolverProxy()
public INAServiceAreaSolverProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INAServiceAreaSolverProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INAServiceAreaSolverProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getTravelDirection() throws java.io.IOException, AutomationException
getTravelDirection
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTravelDirection(int value) throws java.io.IOException, AutomationException
setTravelDirection
in interface INAServiceAreaSolver
value
- A com.esri.arcgis.networkanalyst.esriNATravelDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getDefaultBreaks() throws java.io.IOException, AutomationException
getDefaultBreaks
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultBreaks(IDoubleArray value) throws java.io.IOException, AutomationException
setDefaultBreaks
in interface INAServiceAreaSolver
value
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSplitPolygonsAtBreaks() throws java.io.IOException, AutomationException
isSplitPolygonsAtBreaks
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSplitPolygonsAtBreaks(boolean value) throws java.io.IOException, AutomationException
setSplitPolygonsAtBreaks
in interface INAServiceAreaSolver
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOverlapLines() throws java.io.IOException, AutomationException
isOverlapLines
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlapLines(boolean value) throws java.io.IOException, AutomationException
setOverlapLines
in interface INAServiceAreaSolver
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getExcludeSourcesFromPolygons() throws java.io.IOException, AutomationException
getExcludeSourcesFromPolygons
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcludeSourcesFromPolygons(IStringArray networkSourceNames) throws java.io.IOException, AutomationException
setExcludeSourcesFromPolygons
in interface INAServiceAreaSolver
networkSourceNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMergeSimilarPolygonRanges() throws java.io.IOException, AutomationException
isMergeSimilarPolygonRanges
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMergeSimilarPolygonRanges(boolean value) throws java.io.IOException, AutomationException
setMergeSimilarPolygonRanges
in interface INAServiceAreaSolver
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSplitLinesAtBreaks() throws java.io.IOException, AutomationException
isSplitLinesAtBreaks
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSplitLinesAtBreaks(boolean value) throws java.io.IOException, AutomationException
setSplitLinesAtBreaks
in interface INAServiceAreaSolver
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputPolygons() throws java.io.IOException, AutomationException
getOutputPolygons
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputPolygons(int value) throws java.io.IOException, AutomationException
setOutputPolygons
in interface INAServiceAreaSolver
value
- A com.esri.arcgis.networkanalyst.esriNAOutputPolygonType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputLines() throws java.io.IOException, AutomationException
getOutputLines
in interface INAServiceAreaSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputLines(int value) throws java.io.IOException, AutomationException
setOutputLines
in interface INAServiceAreaSolver
value
- A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant (in)
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 |