See: Description
| Interface | Description |
|---|---|
| NFEIdGenerator |
Implementations of this interface must provide ID's for a given entity.
|
| NFEIdManager |
This interface acts as a holder and manager of different ID generators used for different entities related to an NFEModel.
|
| NFEModel |
NFEModel is the entry point for representing Network Feature Model in memory.
|
| NFEModelObject |
Base interface for any object contained directly or indirectly in an NFE Model
|
| NFEModelObjectFactory |
Implementations of this class are used to get new instances of most of the classes in the NFE API.
|
| Class | Description |
|---|---|
| NFEBasicModel |
The default implementation of NFEModel
|
| NFEBasicModelObject |
The simplest implementation of NFEModelObject
|
| NFEBasicModelObjectFactory |
The dafault implementation of NFEModelObjectFactory
|
| NFEDBSequenceIdGenerator |
An implementation of NFEIdGeneratiom that uses a database sequence to generate id's
|
| NFEDBSequenceIdManager |
An implementation of NFEIdManager that uses instances of
NFEDBSequenceIdGenerator to generate id's |
| NFEGeometryDescriptor |
This class contains the geometry metadata of an NFE model.
|
| NFEMetadata |
Parent class for all classes that hold metadata of any First Class Model Object such as NFEModel, NFENetwork or NFEFeatureLayer.
|
| NFEModelMetadata |
This class holds metadata for an NFE model.
|
| NFEWorkspaceInfo |
Contains information related to the workspace.
|
| SDODimElement |
This class contains information regarding a spatial dimension such as boundaries and tolerance.
|
| Enum | Description |
|---|---|
| NFEEditionMode |
Defines values for the different edition modes supported by NFE
|