类: GeoJSONFormat

GeoJSONFormat

GeoJSON 数据格式解析


构造

new GeoJSONFormat(options)

构造函数

参数
名称 类型 缺省值 说明
options Object

{fileName, projection}

方法列表

名称 说明
_project(coords, proj)

坐标转换

readFeatures(file, proj)

加载GeoJSON数据

详细说明


_project(coords, proj)

坐标转换

参数
名称 类型 缺省值 说明
coords Array
proj Projection
返回值

转换后的坐标


readFeatures(file, proj)

加载GeoJSON数据

参数
名称 类型 缺省值 说明
file *
proj Projection

坐标投影