Class GeoObjectModel
This class represent the model of a top level object.
public class GeoObjectModel
- Inheritance
-
GeoObjectModel
- Inherited Members
Constructors
GeoObjectModel()
Creates an instance of GeoObjectModel.
public GeoObjectModel()
GeoObjectModel(string, GeoObjectNode)
Creates an instance of GeoObjectModel with a given name and a root node.
public GeoObjectModel(string name, GeoObjectNode rootNode)
Parameters
name
stringThe name.
rootNode
GeoObjectNodeThe root node.
Properties
Name
Gets or sets the Name of the model.
public string Name { get; set; }
Property Value
RootNode
Gets or sets the RootNode of the model.
public GeoObjectNode RootNode { get; set; }