C# Класс SobekCM.Core.BriefItem.BriefItem_Coordinate_Circle

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

BriefItem_Coordinate_Circle() публичный Метод

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
Результат System

BriefItem_Coordinate_Circle() публичный Метод

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
Результат System

BriefItem_Coordinate_Circle() публичный Метод

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
Результат System

BriefItem_Coordinate_Circle() публичный Метод

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)
Результат System