public class GeometryConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Rect |
BOUNDARY_WORLD
世界的移动区域限制
|
static double |
LATITUDE_SPAN
纬度跨度
|
static double |
LONGITUDE_SPAN
经度跨度
|
static double |
MAX_LATITUDE
最大地理纬度
|
static double |
MAX_LONGITUDE
最大数值经度
|
static double |
MAX_MERCATOR_LATITUDE
最大墨卡托纬度值
|
static double |
MAX_WRAP_LONGITUDE
最大地理经度
|
static double |
MIN_LATITUDE
最小地理纬度
|
static double |
MIN_LONGITUDE
最小数值经度
|
static double |
MIN_MERCATOR_LATITUDE
最小墨卡托纬度值
|
static double |
MIN_WRAP_LONGITUDE
最小地理经度
|
static int |
RADIUS_EARTH_METERS
地球测量半径,单位:米
引用链接
|
static int |
WORLD_EAST |
static int |
WORLD_NORTH |
static int |
WORLD_SOUTH
世界经纬度范围
|
static int |
WORLD_WEST |
Constructor and Description |
---|
GeometryConstants() |
public static final int RADIUS_EARTH_METERS
public static final double MIN_WRAP_LONGITUDE
public static final double MAX_WRAP_LONGITUDE
public static final double MIN_LONGITUDE
public static final double MAX_LONGITUDE
public static final double MIN_LATITUDE
public static final double LATITUDE_SPAN
public static final double LONGITUDE_SPAN
public static final double MAX_LATITUDE
public static final double MAX_MERCATOR_LATITUDE
public static final double MIN_MERCATOR_LATITUDE
public static final int WORLD_SOUTH
public static final int WORLD_NORTH
public static final int WORLD_WEST
public static final int WORLD_EAST
public static final Rect BOUNDARY_WORLD