See: Description
| Interface | Description |
|---|---|
| NFEAttributeConstraint |
Represents a constraint for an attribute definition.
|
| NFEAttributeDescriptor |
Used to describe an attribute definition of a Feature Layer.
|
| NFECatalog |
A set of predefined values that can be assigned to a feature layer's attribute
|
| NFEPredefinedConnectedPoint |
Describes the type of point and how it should be connected to a line when a line is created.
|
| Class | Description |
|---|---|
| NFEBasicAttributeConstraint |
The deault implementation of
NFEAttributeConstraint |
| NFEBasicAttributeDescriptor |
The default implementation of
NFEAttributeDescriptor |
| NFEBasicCatalog |
The default implementation of
NFECatalog |
| NFEBasicFeature |
The default implementation of
NFEFeature |
| NFEBasicFeatureClass |
The default implementation of
NFEFeatureClass |
| NFEBasicFeatureElement |
The default implementation of
NFEFeatureElement |
| NFEBasicFeatureLayer |
The default implementation of
NFEFeatureLayer |
| NFEBasicPredefinedConnectedPoint |
The default implementation of
NFEPredefinedConnectedPoint |
| NFECatalogValue |
It is a tuple of an ID and a value
|
| NFEFeature |
This is the base class for representing a single network feature in memory.
|
| NFEFeatureClass |
Base class for representing a feature class.
|
| NFEFeatureElement |
Base class for representing a feature element.
|
| NFEFeatureLayer |
This class represents a feature layer in memory.
|
| NFEFeatureLayerMetadata |
This class holds metadata for an NFE Feature Layer.
|
| Enum | Description |
|---|---|
| NFEAttributeType |
Possible types of a feature layer's attribute
|
| NFEFeatureShape |
Defines the shape types supported by Feature Classes
|