com.esri.arcgis.carto
Interface esriMensurationOperation

All Superinterfaces:
Serializable

public interface esriMensurationOperation
extends Serializable

A list of mensuration operations.

Product Availability

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


Field Summary
static int esriMensurationAreaAndPerimeter
          Mensuration of the area and perimeter of a polygon.
static int esriMensurationAreaAndPerimeter3D
          Mensuration of the 3D area and perimeter of a polygon.
static int esriMensurationCentroid
          Mensuration of the centroid of a polygon.
static int esriMensurationCentroid3D
          Mensuration of the 3D centroid of a polygon.
static int esriMensurationDistanceAndAngle
          Mensuration of the distance, elevation angle, and azimuth angle, between two points.
static int esriMensurationDistanceAndAngle3D
          Mensuration of the 3D distance, elevation angle, and azimuth angle, between two points.
static int esriMensurationHeightFromBaseAndTop
          Mensuration of the height from the base and top of an object.
static int esriMensurationHeightFromBaseAndTopShadow
          Mensuration of the height from the base and top shadow of an object.
static int esriMensurationHeightFromTopAndTopShadow
          Mensuration of the height from the top and top shadow of an object.
static int esriMensurationPoint
          Mensuration of the point with the error covariance matrix.
static int esriMensurationPoint3D
          Mensuration of the 3D point with the error covariance matrix.
 

Field Detail

esriMensurationPoint

static final int esriMensurationPoint
Mensuration of the point with the error covariance matrix.

See Also:
Constant Field Values

esriMensurationDistanceAndAngle

static final int esriMensurationDistanceAndAngle
Mensuration of the distance, elevation angle, and azimuth angle, between two points.

See Also:
Constant Field Values

esriMensurationAreaAndPerimeter

static final int esriMensurationAreaAndPerimeter
Mensuration of the area and perimeter of a polygon.

See Also:
Constant Field Values

esriMensurationHeightFromBaseAndTop

static final int esriMensurationHeightFromBaseAndTop
Mensuration of the height from the base and top of an object.

See Also:
Constant Field Values

esriMensurationHeightFromBaseAndTopShadow

static final int esriMensurationHeightFromBaseAndTopShadow
Mensuration of the height from the base and top shadow of an object.

See Also:
Constant Field Values

esriMensurationHeightFromTopAndTopShadow

static final int esriMensurationHeightFromTopAndTopShadow
Mensuration of the height from the top and top shadow of an object.

See Also:
Constant Field Values

esriMensurationCentroid

static final int esriMensurationCentroid
Mensuration of the centroid of a polygon.

See Also:
Constant Field Values

esriMensurationPoint3D

static final int esriMensurationPoint3D
Mensuration of the 3D point with the error covariance matrix.

See Also:
Constant Field Values

esriMensurationDistanceAndAngle3D

static final int esriMensurationDistanceAndAngle3D
Mensuration of the 3D distance, elevation angle, and azimuth angle, between two points.

See Also:
Constant Field Values

esriMensurationAreaAndPerimeter3D

static final int esriMensurationAreaAndPerimeter3D
Mensuration of the 3D area and perimeter of a polygon.

See Also:
Constant Field Values

esriMensurationCentroid3D

static final int esriMensurationCentroid3D
Mensuration of the 3D centroid of a polygon.

See Also:
Constant Field Values