public class BoundingVolumeUtil extends Object
| Constructor and Description |
|---|
BoundingVolumeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
ECEFtoWGS84(double x,
double y,
double z)
地心坐标系转WGS84
|
static Map<String,double[]> |
region(Tiles3dBoundingVolume bv) |
static double[] |
regionValues(Tiles3dBoundingVolume tiles3dBoundingVolume) |
static Tiles3dBoundingVolume |
union(List<Tiles3dBoundingVolume> bvs) |
static double[] |
WGS84toECEF(double latitude,
double longitude,
double height)
WGS84转地心坐标系
经纬度单位:度;高度单位:米
|
public static double[] regionValues(Tiles3dBoundingVolume tiles3dBoundingVolume)
public static Map<String,double[]> region(Tiles3dBoundingVolume bv)
public static Tiles3dBoundingVolume union(List<Tiles3dBoundingVolume> bvs)
public static double[] WGS84toECEF(double latitude,
double longitude,
double height)
public static double[] ECEFtoWGS84(double x,
double y,
double z)
Copyright © 2025. All rights reserved.