Coordinate_Circle Constructor (Double, Double, Double, String, String)
Constructor for a new instance of the Coordinate_Point class
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# |
---|
public Coordinate_Circle(
double Latitude,
double Longitude,
double Radius,
string Label,
string FeatureType
) |
Parameters
- Latitude
- Type: System..::..Double
Latitude (expressed in decimal notation) for this circle
- Longitude
- Type: System..::..Double
Longitude (expressed in decimal notation) for this circle
- Radius
- Type: System..::..Double
Radius (expressed in decimal notation) for this circle
- Label
- Type: System..::..String
Label to associate with this circle
- FeatureType
- Type: System..::..String
Altitude for this circle on a 3-dimensional plane (in meters)
See Also