com.esri.arcgis.geodatabaseextensions
Interface esriCadastralPointCategory

All Superinterfaces:
java.io.Serializable

public interface esriCadastralPointCategory
extends java.io.Serializable

Constants from esriCadastralPointCategory' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Cadastral Point Category Types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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