com.esri.arcgis.geodatabaseextensions
Interface esriTinPointSelectionMethod

All Superinterfaces:
Serializable

public interface esriTinPointSelectionMethod
extends Serializable

TIN point selection methods.

Product Availability

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


Field Summary
static int esriTinPointSelectionRandom
          Select point randomly.
static int esriTinPointSelectionZaverage
          Select point of which the Z value is the closest to the average.
static int esriTinPointSelectionZmax
          Select point with maximum Z.
static int esriTinPointSelectionZmin
          Select point with minimum Z.
 

Field Detail

esriTinPointSelectionRandom

static final int esriTinPointSelectionRandom
Select point randomly.

See Also:
Constant Field Values

esriTinPointSelectionZmin

static final int esriTinPointSelectionZmin
Select point with minimum Z.

See Also:
Constant Field Values

esriTinPointSelectionZmax

static final int esriTinPointSelectionZmax
Select point with maximum Z.

See Also:
Constant Field Values

esriTinPointSelectionZaverage

static final int esriTinPointSelectionZaverage
Select point of which the Z value is the closest to the average.

See Also:
Constant Field Values