Interface MatrixInfoLike

矩陣資訊

interface MatrixInfoLike {
    Dim: number;
    Id: string;
    LT_Point: GeoPoint;
    MatrixSize: CSize;
    Resolution: number;
}

Implemented by

Properties

Dim: number

Dim

Id: string

編號

LT_Point: GeoPoint

左上角點座標

MatrixSize: CSize

MatrixSize

Resolution: number

解析度由粗排到細,unit/pixel

Generated using TypeDoc