메소드 | 설명 | |
---|---|---|
GetDegMinSec ( ) : LatLongDegMinSec | ||
GetDegMinSecStringFormat ( String &Latitude, string &Longitude ) : void | ||
GetLatLongDecimal ( ) : LatLongDecimal | ||
LatLongClass ( ) : System | ||
LatLongClass ( LatLongDecimal LatLongDec ) : System | ||
LatLongClass ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : System | ||
LatLongClass ( double LatitudeDeg, double LongitudeDeg ) : System | ||
LatLongClass ( int LatDeg, int LatMin, double LatSec, LatLongPrefix LatPrefix, int LonDeg, int LonMin, double LonSec, LatLongPrefix LonPrefix ) : System | ||
SetPosition ( LatLongDecimal LatLongDec ) : void | ||
SetPosition ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : void |
public GetDegMinSecStringFormat ( String &Latitude, string &Longitude ) : void | ||
Latitude | String | |
Longitude | string | |
리턴 | void |
public LatLongClass ( LatLongDecimal LatLongDec ) : System | ||
LatLongDec | LatLongDecimal | |
리턴 | System |
public LatLongClass ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : System | ||
LatLong_InDegMinSecPrefix | LatLongDegMinSec | |
리턴 | System |
public LatLongClass ( double LatitudeDeg, double LongitudeDeg ) : System | ||
LatitudeDeg | double | |
LongitudeDeg | double | |
리턴 | System |
public LatLongClass ( int LatDeg, int LatMin, double LatSec, LatLongPrefix LatPrefix, int LonDeg, int LonMin, double LonSec, LatLongPrefix LonPrefix ) : System | ||
LatDeg | int | |
LatMin | int | |
LatSec | double | |
LatPrefix | LatLongPrefix | |
LonDeg | int | |
LonMin | int | |
LonSec | double | |
LonPrefix | LatLongPrefix | |
리턴 | System |
public SetPosition ( LatLongDecimal LatLongDec ) : void | ||
LatLongDec | LatLongDecimal | |
리턴 | void |
public SetPosition ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : void | ||
LatLong_InDegMinSecPrefix | LatLongDegMinSec | |
리턴 | void |