com.esri.arcgis.networkanalysis
Interface esriNetworkLoaderFeatureClassCheck

All Superinterfaces:
Serializable

public interface esriNetworkLoaderFeatureClassCheck
extends Serializable

NetworkLoader feature class checker return codes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNLFCCCannotOpen
          The given feature class cannot be opened.
static int esriNLFCCInAnotherNetwork
          The given feature class is already in another network.
static int esriNLFCCInTerrain
          The given feature class is in a terrain.
static int esriNLFCCInTopology
          The given feature class is in a topology.
static int esriNLFCCInvalidFeatureType
          The given feature class has invalid type.
static int esriNLFCCInvalidShapeType
          The given feature class does not have point or line geometry.
static int esriNLFCCIsCompressedReadOnly
          The given feature class is compressed read-only.
static int esriNLFCCRegisteredAsVersioned
          The given feature class is registered as versioned.
static int esriNLFCCUnknownError
          An unknown error was encountered.
static int esriNLFCCValid
          The given feature class can participate in a network.
 

Field Detail

esriNLFCCValid

static final int esriNLFCCValid
The given feature class can participate in a network.

See Also:
Constant Field Values

esriNLFCCCannotOpen

static final int esriNLFCCCannotOpen
The given feature class cannot be opened.

See Also:
Constant Field Values

esriNLFCCInAnotherNetwork

static final int esriNLFCCInAnotherNetwork
The given feature class is already in another network.

See Also:
Constant Field Values

esriNLFCCInvalidFeatureType

static final int esriNLFCCInvalidFeatureType
The given feature class has invalid type.

See Also:
Constant Field Values

esriNLFCCInvalidShapeType

static final int esriNLFCCInvalidShapeType
The given feature class does not have point or line geometry.

See Also:
Constant Field Values

esriNLFCCRegisteredAsVersioned

static final int esriNLFCCRegisteredAsVersioned
The given feature class is registered as versioned.

See Also:
Constant Field Values

esriNLFCCInTopology

static final int esriNLFCCInTopology
The given feature class is in a topology.

See Also:
Constant Field Values

esriNLFCCIsCompressedReadOnly

static final int esriNLFCCIsCompressedReadOnly
The given feature class is compressed read-only.

See Also:
Constant Field Values

esriNLFCCInTerrain

static final int esriNLFCCInTerrain
The given feature class is in a terrain.

See Also:
Constant Field Values

esriNLFCCUnknownError

static final int esriNLFCCUnknownError
An unknown error was encountered.

See Also:
Constant Field Values