Coordinate_Circle 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_Circle |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Metadata_Modules.GeoSpatial..::..Coordinate_Circle
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 |
| Order_From_XML_Read | Order from the XML read |
| Radius | Altitude for this circle on a 3-dimensional plane (in meters) |
See Also