com.esri.arcgis.geodatabaseextensions
Interface esriCadastralAreaUnits

All Superinterfaces:
Serializable

public interface esriCadastralAreaUnits
extends Serializable

The supported area units.

Product Availability

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


Field Summary
static int esriCAUAcre
          Acre.
static int esriCAUHectare
          Hectare.
static int esriCAUImperial
          Acres, Roods or Perches.
static int esriCAUMetric
          Square Meters, Hectare or Kilometers.
static int esriCAUPerches
          Perches.
static int esriCAUQuarterSections
          Quarter Sections.
static int esriCAURoods
          Roods.
static int esriCAUSections
          Sections.
static int esriCAUSquareFoot
          Square Foot.
static int esriCAUSquareMeter
          Square Meter.
static int esriCAUSquareRods
          Rods.
static int esriCAUSquareUSFoot
          Square US Foot.
 

Field Detail

esriCAUImperial

static final int esriCAUImperial
Acres, Roods or Perches.

See Also:
Constant Field Values

esriCAUMetric

static final int esriCAUMetric
Square Meters, Hectare or Kilometers.

See Also:
Constant Field Values

esriCAUSquareMeter

static final int esriCAUSquareMeter
Square Meter.

See Also:
Constant Field Values

esriCAUHectare

static final int esriCAUHectare
Hectare.

See Also:
Constant Field Values

esriCAUAcre

static final int esriCAUAcre
Acre.

See Also:
Constant Field Values

esriCAUSquareRods

static final int esriCAUSquareRods
Rods.

See Also:
Constant Field Values

esriCAURoods

static final int esriCAURoods
Roods.

See Also:
Constant Field Values

esriCAUPerches

static final int esriCAUPerches
Perches.

See Also:
Constant Field Values

esriCAUSquareFoot

static final int esriCAUSquareFoot
Square Foot.

See Also:
Constant Field Values

esriCAUSquareUSFoot

static final int esriCAUSquareUSFoot
Square US Foot.

See Also:
Constant Field Values

esriCAUQuarterSections

static final int esriCAUQuarterSections
Quarter Sections.

See Also:
Constant Field Values

esriCAUSections

static final int esriCAUSections
Sections.

See Also:
Constant Field Values