Coordinate_Point Class
A single point in the coordinate grid, with latitude and longitude and optionally altitude
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_Point |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Metadata_Modules.GeoSpatial..::..Coordinate_Point
Constructors
Properties
| Name | Description |
---|
| Altitude | Altitude for this point on a 3-dimensional plane (in meters) |
| FeatureType | FeatureType associated with this point |
| Label | Label associated with this point |
| Latitude | Latitude (expressed in decimal notation) for this point |
| Longitude | Longitude (expressed in decimal notation) for this point |
| Order_From_XML_Read | Order from the XML read |
See Also