com.esri.arcgis.geometry
Interface esriExtrapolationEnum

All Superinterfaces:
java.io.Serializable

public interface esriExtrapolationEnum
extends java.io.Serializable

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

Description: 'Options for M extrapolation (IMSegmentation::ExtrapolateMs).' 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 esriExtrapolateAfter
          Extrapolate Ms only after the end point.
static int esriExtrapolateBefore
          Extrapolate Ms only before the start point.
static int esriExtrapolateBoth
          Extrapolate Ms before and after the start and end points.
 

Field Detail

esriExtrapolateBefore

static final int esriExtrapolateBefore
Extrapolate Ms only before the start point.

See Also:
Constant Field Values

esriExtrapolateBoth

static final int esriExtrapolateBoth
Extrapolate Ms before and after the start and end points.

See Also:
Constant Field Values

esriExtrapolateAfter

static final int esriExtrapolateAfter
Extrapolate Ms only after the end point.

See Also:
Constant Field Values