BriefItem_Coordinate_Circle 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]
[ProtoContractAttribute]
[XmlRootAttribute("coordinateCircle")]
[DataContractAttribute]
public class BriefItem_Coordinate_Circle |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| FeatureType | FeatureType associated with this circle |
| Label | Label associated with this circle |
| Latitude | Latitude (expressed in decimal notation) for this circle |
| Longitude | Longitude (expressed in decimal notation) for this circle |
| Radius | Altitude for this circle on a 3-dimensional plane (in meters) |
See Also