com.esri.arcgis.carto
Interface esriDataSampling

All Superinterfaces:
Serializable

public interface esriDataSampling
extends Serializable

Various methods to sample Data.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAllRecords
          Use all records.
static int esriEveryNthRecord
          Use every n'th record.
static int esriRandomRecords
          Use a random set of records.
 

Field Detail

esriAllRecords

static final int esriAllRecords
Use all records.

See Also:
Constant Field Values

esriRandomRecords

static final int esriRandomRecords
Use a random set of records.

See Also:
Constant Field Values

esriEveryNthRecord

static final int esriEveryNthRecord
Use every n'th record.

See Also:
Constant Field Values