com.esri.arcgis.networkanalyst
Interface INASolverOutputGeneralization

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INASolverOutputGeneralizationProxy, NAClosestFacilitySolver, NALocationAllocationSolver, NAODCostMatrixSolver, NARouteSolver, NAServerClosestFacilityParams, NAServerRouteParams, NAServerServiceAreaParams, NAServiceAreaSolver, NAVRPSolver

public interface INASolverOutputGeneralization
extends java.io.Serializable

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

Description: 'Provides access to generalization parameters used on solver output.' 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 IIDac7c7879_423e_4571_bc2f_bf5475e287b5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getOutputGeometryPrecision()
          Specifies the precision of the output geometry after generalization.
 int getOutputGeometryPrecisionUnits()
          Specifies the units of the output geometry precision.
 void setOutputGeometryPrecision(java.lang.Object pValue)
          Specifies the precision of the output geometry after generalization.
 void setOutputGeometryPrecisionUnits(int pValue)
          Specifies the units of the output geometry precision.
 

Field Detail

IIDac7c7879_423e_4571_bc2f_bf5475e287b5

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

setOutputGeometryPrecision

void setOutputGeometryPrecision(java.lang.Object pValue)
                                throws java.io.IOException,
                                       AutomationException
Specifies the precision of the output geometry after generalization.

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

getOutputGeometryPrecision

java.lang.Object getOutputGeometryPrecision()
                                            throws java.io.IOException,
                                                   AutomationException
Specifies the precision of the output geometry after generalization.

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

setOutputGeometryPrecisionUnits

void setOutputGeometryPrecisionUnits(int pValue)
                                     throws java.io.IOException,
                                            AutomationException
Specifies the units of the output geometry precision.

Parameters:
pValue - 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.

getOutputGeometryPrecisionUnits

int getOutputGeometryPrecisionUnits()
                                    throws java.io.IOException,
                                           AutomationException
Specifies the units of the output geometry precision.

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.