projection

获取默认的地理坐标变换

方法

getTransformation

获取默认的地理坐标变换

getTransformation(inSpatialReference, outSpatialReference, extent?): any

参数

  • inSpatialReference: SpatialReferenceProperties 输入几何图形的空间参考系统
  • outSpatialReference: SpatialReferenceProperties 目标空间参考系统
  • extent?: Extent 用于确定返回变换适用性的范围。如果范围具有不同的空间参考,将重新投影到输入空间参考

返回:any

getTransformations

获取所有适用的地理坐标变换列表

getTransformations(inSpatialReference, outSpatialReference, extent?): any

参数

  • inSpatialReference: SpatialReferenceProperties 几何图形当前使用的空间参考系统
  • outSpatialReference: SpatialReferenceProperties 要转换到的目标空间参考系统
  • extent?: Extent 用于确定返回变换适用性的范围。如有必要,范围将重新投影到输入空间参考

返回:any

isLoaded

检查模块的所有依赖项是否已加载

isLoaded(): boolean

返回:boolean

load

加载模块的依赖项

load(): Promise

返回:Promise

project

将几何图形投影到指定的输出空间参考系统

project(geometry, outSpatialReference, geographicTransformation?): GeometryUnion

参数

BIMFlux AI