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
参数
- geometry:
GeometryUnion|GeometryUnion要投影的几何图形或几何图形数组 - outSpatialReference:
SpatialReferenceProperties要转换到的目标空间参考系统 - geographicTransformation?:
GeographicTransformation用于变换几何图形的地理坐标变换。当默认变换不适合您的需求时,指定此参数

BIMFlux AI
