com.esri.arcgis.networkanalyst
Class INAServiceAreaSolver2Proxy

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

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

public class INAServiceAreaSolver2Proxy
extends INAServiceAreaSolverProxy
implements INAServiceAreaSolver2, 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.INAServiceAreaSolver2
IID, IID36655616_dc8b_41e5_9ab5_b5a5ac3c8635
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServiceAreaSolver
IIDd1d76f73_4f59_472b_b72e_a92a90c621ea
 
Constructor Summary
  INAServiceAreaSolver2Proxy()
          Deprecated. For internal use only
  INAServiceAreaSolver2Proxy(java.lang.Object obj)
          Deprecated.  
protected INAServiceAreaSolver2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INAServiceAreaSolver2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INAServiceAreaSolver2Proxy(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.  
 double getTrimPolygonDistance()
          Deprecated. If polygons are being trimmed, provides the distance to trim.
 int getTrimPolygonDistanceUnits()
          Deprecated. If polygons are being trimmed, provides the units of the distance to trim.
 boolean isCreateTraversalResult()
          Deprecated. Indicates if a traversal result is created.
 boolean isIncludeSourceInformationOnLines()
          Deprecated. Indicates if the lines will have SourceID, SourceOID, from and to position information added.
 boolean isOverlapPolygons()
          Deprecated. Indicates if the polygons for all facilities should not overlap.
 boolean isTrimOuterPolygon()
          Deprecated. Indicates if the outermost polygon (at the maximum break value) will be trimmed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCreateTraversalResult(boolean value)
          Deprecated. Indicates if a traversal result is created.
 void setIncludeSourceInformationOnLines(boolean value)
          Deprecated. Indicates if the lines will have SourceID, SourceOID, from and to position information added.
 void setOverlapPolygons(boolean value)
          Deprecated. Indicates if the polygons for all facilities should not overlap.
 void setTrimOuterPolygon(boolean value)
          Deprecated. Indicates if the outermost polygon (at the maximum break value) will be trimmed.
 void setTrimPolygonDistance(double distance)
          Deprecated. If polygons are being trimmed, provides the distance to trim.
 void setTrimPolygonDistanceUnits(int units)
          Deprecated. If polygons are being trimmed, provides the units of the distance to trim.
 
Methods inherited from class com.esri.arcgis.networkanalyst.INAServiceAreaSolverProxy
getDefaultBreaks, getExcludeSourcesFromPolygons, getOutputLines, getOutputPolygons, getTravelDirection, isMergeSimilarPolygonRanges, isOverlapLines, isSplitLinesAtBreaks, isSplitPolygonsAtBreaks, setDefaultBreaks, setExcludeSourcesFromPolygons, setMergeSimilarPolygonRanges, setOutputLines, setOutputPolygons, setOverlapLines, setSplitLinesAtBreaks, setSplitPolygonsAtBreaks, setTravelDirection
 
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
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INAServiceAreaSolver2Proxy

public INAServiceAreaSolver2Proxy(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

INAServiceAreaSolver2Proxy

public INAServiceAreaSolver2Proxy()
Deprecated. 
For internal use only


INAServiceAreaSolver2Proxy

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

INAServiceAreaSolver2Proxy

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

INAServiceAreaSolver2Proxy

protected INAServiceAreaSolver2Proxy(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 INAServiceAreaSolverProxy
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 INAServiceAreaSolverProxy
Throws:
java.io.IOException

setOverlapPolygons

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

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

isOverlapPolygons

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

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

setIncludeSourceInformationOnLines

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

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

isIncludeSourceInformationOnLines

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

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

setTrimOuterPolygon

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

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

isTrimOuterPolygon

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

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

setTrimPolygonDistance

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

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

getTrimPolygonDistance

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

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

setTrimPolygonDistanceUnits

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

Specified by:
setTrimPolygonDistanceUnits in interface INAServiceAreaSolver2
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

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

Specified by:
getTrimPolygonDistanceUnits in interface INAServiceAreaSolver2
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

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

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

isCreateTraversalResult

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

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