com.esri.arcgis.geometry
Interface esriExtrapolationEnum

All Superinterfaces:
Serializable

public interface esriExtrapolationEnum
extends Serializable

Options for M extrapolation (IMSegmentation::ExtrapolateMs).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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