Coordinate_Line Class
Geographic information in the form of a line comprised of two or more coordinate points
Namespace: SobekCM.Resource_Object.Metadata_Modules.GeoSpatialAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Coordinate_Line |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Metadata_Modules.GeoSpatial..::..Coordinate_Line
Constructors
| Name | Description |
---|
| Coordinate_Line | Constructor for a new instance of this Coordinate_Line class |
Methods
Properties
| Name | Description |
---|
| FeatureType | FeatureType associated with this point |
| Label | Label for this line within the digital resource |
| Point_Count | Number of points within this line |
| Points | Read-only collection of all the points for this line |
See Also