Type alias ClipPolygonInfo

ClipPolygonInfo: {
    endHeight?: number[];
    mode: CLIP_MODE[];
    polygon: GeoPolygon[];
    startHeight?: number[];
}

裁切多邊形資訊。

Type declaration

  • Optional endHeight?: number[]

    結束高。

  • mode: CLIP_MODE[]

    模式。

  • polygon: GeoPolygon[]

    多邊形。

  • Optional startHeight?: number[]

    起始高。

Generated using TypeDoc