Subject_Info_HierarchicalGeographic Class
A geographic name given in a hierarchical form relating to the resource.
Namespace: SobekCM.Resource_Object.Bib_InfoAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Subject_Info_HierarchicalGeographic : Subject_Info |
Inheritance Hierarchy
Constructors
Methods
Fields
Properties
| Name | Description |
---|
| Actual_ID | Returns the actual id for this node, excluding the special user indicator portion (Inherited from XML_Node_Base_Type.) |
| Area | Gets or sets the area level of this hierarchical geographic subject |
| Authority | Gets and sets the uncontrolled authority term (Inherited from Subject_Info.) |
| City | Gets or sets the city level of this hierarchical geographic subject |
| CitySection | Gets or sets the city section level of this hierarchical geographic subject |
| Class_Type | Indicates this is the Hierarchical Spatial subclass of Subject_Info (Overrides Subject_Info..::..Class_Type.) |
| Continent | Gets or sets the continent level of this hierarchical geographic subject |
| Country | Gets or sets the country level of this hierarchical geographic subject |
| County | Gets or sets the county level of this hierarchical geographic subject |
| hasData | Gets flag indicating if there is any data in this subject object |
| ID | Gets and sets the ID for this XML node (Inherited from XML_Node_Base_Type.) |
| Island | Gets or sets the island level of this hierarchical geographic subject |
| Language | Gets and sets the language for this subject (Inherited from Subject_Info.) |
| Province | Gets or sets the province level of this hierarchical geographic subject |
| Region | Gets or sets the region level of this hierarchical geographic subject |
| Spatial_XML | |
| State | Gets or sets the state level of this hierarchical geographic subject |
| Territory | Gets or sets the territory level of this hierarchical geographic subject |
| User_Submitted | Gets and sets the flag that indicates this node was user-submitted (Inherited from XML_Node_Base_Type.) |
See Also