BriefItem_GeoSpatial Class
Extension metadata module contains geo-spatial coordinate information, such
as map coverage and points or areas of interest
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[XmlRootAttribute("geoSpatial")]
[ProtoContractAttribute]
public class BriefItem_GeoSpatial |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| BriefItem_GeoSpatial | Constructor for a new instance of the BriefItem_GeoSpatial class |
Properties
| Name | Description |
---|
| Circle_Count | Number of polygons associated with this digital resource |
| Circles | Collection of polygons associated with this digital resource |
| hasData | Gets flag indicating if this object contains any coordinate information |
| KML_Reference | Reference to an external KML file to use for the coordinates |
| Line_Count | Number of lines associated with this digital resource |
| Lines | Collection of lines associated with this digital resource |
| Point_Count | Number of coordinate points associated with this digital resource |
| Points | Collection of points associated with this digital resource |
| Polygon_Count | Number of polygons associated with this digital resource |
| Polygons | Collection of polygons associated with this digital resource |
See Also