BriefItem_Coordinate_Point Class
A single point in the coordinate grid, with latitude and longitude and optionally altitude
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("coordinatePoint")]
[DataContractAttribute]
[ProtoContractAttribute]
public class BriefItem_Coordinate_Point |
Inheritance Hierarchy
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 |
See Also