FDO .NET API Reference | Feature Data Objects |
Include dependency graph for mgNetworkClass.h:
Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Schema |
Classes | |
class | OSGeo::FDO::Schema::NetworkClass |
The NetworkClass derives from ClassDefinition and can be used to represent a linear network. The NetworkClass has 2 pre-defined base properties. The first is a Boolean type called "Directed". And the second is a ObjectPropertyDefinition of an ordered collection called "Layers". The "Directed" property is used to indicate if the network is directed or undirected. The network is directed if the Directed property is set to true. Otherwise, it is undirected. The Layers property is used to contain the ordered list of layers. The class of the layers object property must be of type NetworkLayer.
Note: This Help topic is provided for informational use only. There is no interface or support provided. OSGeo reserves the right to change the software related to the content herein.. More... |
Comments or suggestions? Send us feedback. |