com.esri.arcgis.networkanalyst
Interface esriNAImpedanceTransformationType

All Superinterfaces:
java.io.Serializable

public interface esriNAImpedanceTransformationType
extends java.io.Serializable

Constants from esriNAImpedanceTransformationType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Location-Allocation impedance transformation type' 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 int esriNAITTExponential
          Distance between two points will be scaled according to an exponent using a transformation parameter (e.g.
static int esriNAITTLinear
          Distance between two points will be scaled linearly using a transformation parameter.
static int esriNAITTPower
          Distance between two points will be scaled according to a power using a transformation parameter (e.g.
 

Field Detail

esriNAITTLinear

static final int esriNAITTLinear
Distance between two points will be scaled linearly using a transformation parameter. (e.g. distance(i,j) = parameter*distance(i,j)

See Also:
Constant Field Values

esriNAITTPower

static final int esriNAITTPower
Distance between two points will be scaled according to a power using a transformation parameter (e.g. distance(i,j) = distance(i,j)^parameter

See Also:
Constant Field Values

esriNAITTExponential

static final int esriNAITTExponential
Distance between two points will be scaled according to an exponent using a transformation parameter (e.g. distance(i,j) = e^(parameter*distance(i,j))

See Also:
Constant Field Values