com.esri.arcgis.geodatabaseextensions
Interface esriCadastralPointCategory

All Superinterfaces:
Serializable

public interface esriCadastralPointCategory
extends Serializable

Cadastral Point Category Types.

Product Availability

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


Field Summary
static int esriCadastralPointBenchMark
          Bench Mark Point.
static int esriCadastralPointConstruction
          Construction Point.
static int esriCadastralPointControl
          Control Point.
static int esriCadastralPointInterpolated
          Interpolated Point.
static int esriCadastralPointReferenceMark
          Reference Mark Point.
static int esriCadastralPointStandard
          Standard Point.
static int esriCadastralPointStation
          Station Point.
 

Field Detail

esriCadastralPointStandard

static final int esriCadastralPointStandard
Standard Point.

See Also:
Constant Field Values

esriCadastralPointConstruction

static final int esriCadastralPointConstruction
Construction Point.

See Also:
Constant Field Values

esriCadastralPointControl

static final int esriCadastralPointControl
Control Point.

See Also:
Constant Field Values

esriCadastralPointInterpolated

static final int esriCadastralPointInterpolated
Interpolated Point.

See Also:
Constant Field Values

esriCadastralPointReferenceMark

static final int esriCadastralPointReferenceMark
Reference Mark Point.

See Also:
Constant Field Values

esriCadastralPointBenchMark

static final int esriCadastralPointBenchMark
Bench Mark Point.

See Also:
Constant Field Values

esriCadastralPointStation

static final int esriCadastralPointStation
Station Point.

See Also:
Constant Field Values