Type Alias SurfaceSlopeResult

SurfaceSlopeResult: {
    category: String[] | number[];
    distance: number;
    positions: Cartographic[];
    slopes: number[];
}

Type declaration

  • category: String[] | number[]

    采样点间距离集合

    SurfaceDistanceResult

  • distance: number

    总距离

  • positions: Cartographic[]

    采样点集合

    SurfaceDistanceResult

  • slopes: number[]

    采样点间坡度集合

    SurfaceDistanceResult

表面坡度测量结果