AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.LatLongClass.LatLongClass C# (CSharp) Метод

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

public LatLongClass ( ) : System
Результат System
            public LatLongClass()
            {
                DegMinSec.Latitude.Deg = 0;
                DegMinSec.Latitude.Min = 0;
                DegMinSec.Latitude.Sec = 0.0;
                DegMinSec.Latitude.Prefix = LatLongPrefix.Not_Valid;
                DegMinSec.Longitude.Deg = 0;
                DegMinSec.Longitude.Min = 0;
                DegMinSec.Longitude.Sec = 0;
                DegMinSec.Longitude.Prefix = LatLongPrefix.Not_Valid;
                Decimal = ConvertDegMinSecToDecimal(DegMinSec);
            }

Same methods

GeoCordSystemDegMinSecUtilities.LatLongClass::LatLongClass ( LatLongDecimal LatLongDec ) : System
GeoCordSystemDegMinSecUtilities.LatLongClass::LatLongClass ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : System
GeoCordSystemDegMinSecUtilities.LatLongClass::LatLongClass ( double LatitudeDeg, double LongitudeDeg ) : System
GeoCordSystemDegMinSecUtilities.LatLongClass::LatLongClass ( int LatDeg, int LatMin, double LatSec, LatLongPrefix LatPrefix, int LonDeg, int LonMin, double LonSec, LatLongPrefix LonPrefix ) : System