C# 클래스 SobekCM.Core.BriefItem.BriefItem_Coordinate_Circle

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

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