# new SpatialReference(options)
空间参考系
[ES5引入方式]:
Zondy.SpatialReference()
[ES6引入方式]:
import { SpatialReference } from "@mapgis/webclient-common"
参数
成员变量
成员变量概述
名称 | 类型 | 描述 |
---|---|---|
isGeographic |
Boolean
|
|
isWebMercator |
Boolean
|
|
isWGS84 |
Boolean
|
|
isWrappable |
Boolean
|
|
unit |
String
|
undefined
|
|
WebMercator |
SpatialReference
|
|
WGS84 |
SpatialReference
|
|
wkid |
Number
|
|
wkt |
String
|
undefined
|
|