Property | Type | Description |
---|
Method | Description | |
---|---|---|
BriefItem_Coordinate_Point ( ) : System |
Constructor for a new instance of the BriefItem_Coordinate_Point class The object created using this constructor is completely undefined |
|
BriefItem_Coordinate_Point ( double Latitude, double Longitude ) : System |
Constructor for a new instance of the BriefItem_Coordinate_Point class
|
|
BriefItem_Coordinate_Point ( double Latitude, double Longitude, string Label ) : System |
Constructor for a new instance of the BriefItem_Coordinate_Point class
|
|
BriefItem_Coordinate_Point ( double Latitude, double Longitude, string Label, long Altitude ) : System |
Constructor for a new instance of the BriefItem_Coordinate_Point class
|
|
BriefItem_Coordinate_Point ( double Latitude, double Longitude, string Label, string FeatureType ) : System |
Constructor for a new instance of the BriefItem_Coordinate_Point class
|
public BriefItem_Coordinate_Point ( ) : System | ||
return | System |
public BriefItem_Coordinate_Point ( double Latitude, double Longitude ) : System | ||
Latitude | double | Latitude (expressed in decimal notation) for this point |
Longitude | double | Longitude (expressed in decimal notation) for this point |
return | System |
public BriefItem_Coordinate_Point ( double Latitude, double Longitude, string Label ) : System | ||
Latitude | double | Latitude (expressed in decimal notation) for this point |
Longitude | double | Longitude (expressed in decimal notation) for this point |
Label | string | Label to associate with this point |
return | System |
public BriefItem_Coordinate_Point ( double Latitude, double Longitude, string Label, long Altitude ) : System | ||
Latitude | double | Latitude (expressed in decimal notation) for this point |
Longitude | double | Longitude (expressed in decimal notation) for this point |
Label | string | Label to associate with this point |
Altitude | long | Altitude for this point on a 3-dimensional plane (in meters) |
return | System |
public BriefItem_Coordinate_Point ( double Latitude, double Longitude, string Label, string FeatureType ) : System | ||
Latitude | double | Latitude (expressed in decimal notation) for this point |
Longitude | double | Longitude (expressed in decimal notation) for this point |
Label | string | Label to associate with this point |
FeatureType | string | Altitude for this point on a 3-dimensional plane (in meters) |
return | System |