C# Class SobekCM.Core.BriefItem.BriefItem_Coordinate_Circle

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return System

BriefItem_Coordinate_Circle() public method

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
return System

BriefItem_Coordinate_Circle() public method

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
return System

BriefItem_Coordinate_Circle() public method

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)
return System