com.esri.arcgis.carto
Interface esriBufferSpatialReferenceType

All Superinterfaces:
Serializable

public interface esriBufferSpatialReferenceType
extends Serializable

Used to set the buffer projection system.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriFeatureClassSpatialReference
          Indicating the use of the feature class's spatial reference system for an operation.
static int esriFeatureOptimizedSpatialReference
          Indicating the use of a feature optimized spatial reference system for an operation.
static int esriFeatureSetOptimizedSpatialReference
          Indicating the use of a feature set optimized spatial reference system for an operation.
static int esriMapSpatialReference
          Indicating the use of the map's spatial reference system for an operation.
static int esriOtherSpatialReference
          Indicating the use of a specific spatial reference system for an operation.
 

Field Detail

esriMapSpatialReference

static final int esriMapSpatialReference
Indicating the use of the map's spatial reference system for an operation.

See Also:
Constant Field Values

esriFeatureClassSpatialReference

static final int esriFeatureClassSpatialReference
Indicating the use of the feature class's spatial reference system for an operation.

See Also:
Constant Field Values

esriFeatureOptimizedSpatialReference

static final int esriFeatureOptimizedSpatialReference
Indicating the use of a feature optimized spatial reference system for an operation.

See Also:
Constant Field Values

esriFeatureSetOptimizedSpatialReference

static final int esriFeatureSetOptimizedSpatialReference
Indicating the use of a feature set optimized spatial reference system for an operation.

See Also:
Constant Field Values

esriOtherSpatialReference

static final int esriOtherSpatialReference
Indicating the use of a specific spatial reference system for an operation.

See Also:
Constant Field Values