C# Class SobekCM.Core.BriefItem.BriefItem_Coordinate_Circle

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BriefItem_Coordinate_Circle ( ) : System

Constructor for a new instance of the BriefItem_Coordinate_Circle class

The object created using this constructor is completely undefined

BriefItem_Coordinate_Circle ( double Latitude, double Longitude, double Radius ) : System

Constructor for a new instance of the BriefItem_Coordinate_Circle class

BriefItem_Coordinate_Circle ( double Latitude, double Longitude, double Radius, string Label ) : System

Constructor for a new instance of the BriefItem_Coordinate_Circle class

BriefItem_Coordinate_Circle ( double Latitude, double Longitude, double Radius, string Label, string FeatureType ) : System

Constructor for a new instance of the BriefItem_Coordinate_Circle class

Method Details

BriefItem_Coordinate_Circle() public méthode

Constructor for a new instance of the BriefItem_Coordinate_Circle class
The object created using this constructor is completely undefined
public BriefItem_Coordinate_Circle ( ) : System
Résultat System

BriefItem_Coordinate_Circle() public méthode

Constructor for a new instance of the BriefItem_Coordinate_Circle class
public BriefItem_Coordinate_Circle ( double Latitude, double Longitude, double Radius ) : System
Latitude double Latitude (expressed in decimal notation) for this circle
Longitude double Longitude (expressed in decimal notation) for this circle
Radius double Radius (expressed in decimal notation) for this circle
Résultat System

BriefItem_Coordinate_Circle() public méthode

Constructor for a new instance of the BriefItem_Coordinate_Circle class
public BriefItem_Coordinate_Circle ( double Latitude, double Longitude, double Radius, string Label ) : System
Latitude double Latitude (expressed in decimal notation) for this circle
Longitude double Longitude (expressed in decimal notation) for this circle
Radius double Radius (expressed in decimal notation) for this circle
Label string Label to associate with this circle
Résultat System

BriefItem_Coordinate_Circle() public méthode

Constructor for a new instance of the BriefItem_Coordinate_Circle class
public BriefItem_Coordinate_Circle ( double Latitude, double Longitude, double Radius, string Label, string FeatureType ) : System
Latitude double Latitude (expressed in decimal notation) for this circle
Longitude double Longitude (expressed in decimal notation) for this circle
Radius double Radius (expressed in decimal notation) for this circle
Label string Label to associate with this circle
FeatureType string Altitude for this circle on a 3-dimensional plane (in meters)
Résultat System