public static void TransformPtvGeoMinSekToWgs84(ref double x, ref double y, ref double z) { GeoMinSekTransformation.GeoMinSekToWgs84(ref x); GeoMinSekTransformation.GeoMinSekToWgs84(ref y); }
public static void TransformWgs84ToPtvGeoMinSek(ref double x, ref double y, ref double z) { GeoMinSekTransformation.Wgs84ToGeoMinSek(ref x); GeoMinSekTransformation.Wgs84ToGeoMinSek(ref y); }