com.esri.arcgis.networkanalyst
Class INAServiceAreaSolverProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INAServiceAreaSolverProxy
All Implemented Interfaces:
INAServiceAreaSolver, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
INAServiceAreaSolver2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'INAServiceAreaSolver'. 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 =

public class INAServiceAreaSolverProxy
extends com.esri.arcgis.interop.Dispatch
implements INAServiceAreaSolver, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INAServiceAreaSolverProxy

public INAServiceAreaSolverProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

INAServiceAreaSolverProxy

public INAServiceAreaSolverProxy()
Deprecated. 
For internal use only


INAServiceAreaSolverProxy

public INAServiceAreaSolverProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INAServiceAreaSolverProxy

protected INAServiceAreaSolverProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INAServiceAreaSolverProxy

protected INAServiceAreaSolverProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getTravelDirection

public int getTravelDirection()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The direction of the traversal.

Specified by:
getTravelDirection in interface INAServiceAreaSolver
Returns:
A com.esri.arcgis.networkanalyst.esriNATravelDirection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTravelDirection

public void setTravelDirection(int value)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The direction of the traversal.

Specified by:
setTravelDirection in interface INAServiceAreaSolver
Parameters:
value - A com.esri.arcgis.networkanalyst.esriNATravelDirection constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultBreaks

public IDoubleArray getDefaultBreaks()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The default break(s) of the traversal.

Specified by:
getDefaultBreaks in interface INAServiceAreaSolver
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultBreaks

public void setDefaultBreaks(IDoubleArray value)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The default break(s) of the traversal.

Specified by:
setDefaultBreaks in interface INAServiceAreaSolver
Parameters:
value - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSplitPolygonsAtBreaks

public boolean isSplitPolygonsAtBreaks()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if polygons should be split at break values.

Specified by:
isSplitPolygonsAtBreaks in interface INAServiceAreaSolver
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSplitPolygonsAtBreaks

public void setSplitPolygonsAtBreaks(boolean value)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if polygons should be split at break values.

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

isOverlapLines

public boolean isOverlapLines()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if lines should overlap from multiple facilities.

Specified by:
isOverlapLines in interface INAServiceAreaSolver
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverlapLines

public void setOverlapLines(boolean value)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if lines should overlap from multiple facilities.

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

getExcludeSourcesFromPolygons

public IStringArray getExcludeSourcesFromPolygons()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
A collection of network source names to NOT use when generating polygons.

Specified by:
getExcludeSourcesFromPolygons in interface INAServiceAreaSolver
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcludeSourcesFromPolygons

public void setExcludeSourcesFromPolygons(IStringArray networkSourceNames)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
A collection of network source names to NOT use when generating polygons.

Specified by:
setExcludeSourcesFromPolygons in interface INAServiceAreaSolver
Parameters:
networkSourceNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMergeSimilarPolygonRanges

public boolean isMergeSimilarPolygonRanges()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Indicates if similar ranges should be merged in the result polygons.

Specified by:
isMergeSimilarPolygonRanges in interface INAServiceAreaSolver
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMergeSimilarPolygonRanges

public void setMergeSimilarPolygonRanges(boolean value)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates if similar ranges should be merged in the result polygons.

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

isSplitLinesAtBreaks

public boolean isSplitLinesAtBreaks()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if lines should be split at breaks.

Specified by:
isSplitLinesAtBreaks in interface INAServiceAreaSolver
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSplitLinesAtBreaks

public void setSplitLinesAtBreaks(boolean value)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if lines should be split at breaks.

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

getOutputPolygons

public int getOutputPolygons()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The type of polygon(s) generated.

Specified by:
getOutputPolygons in interface INAServiceAreaSolver
Returns:
A com.esri.arcgis.networkanalyst.esriNAOutputPolygonType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputPolygons

public void setOutputPolygons(int value)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The type of polygon(s) generated.

Specified by:
setOutputPolygons in interface INAServiceAreaSolver
Parameters:
value - A com.esri.arcgis.networkanalyst.esriNAOutputPolygonType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputLines

public int getOutputLines()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The type of line(s) generated.

Specified by:
getOutputLines in interface INAServiceAreaSolver
Returns:
A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputLines

public void setOutputLines(int value)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The type of line(s) generated.

Specified by:
setOutputLines in interface INAServiceAreaSolver
Parameters:
value - A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.