地景疊加圖層線段模型設定。

interface LineSegmentEntityModel {
    baseColorTextureImageSource?: string;
    capExpansionRatio?: number;
    capSize?: number;
    ditchBound?: GeoPoint[];
    ditchMaskBound?: GeoPoint[];
    ditchWaterBound?: GeoPoint[];
    normalTextureImageSource?: string;
    textureRepeatPermeter?: number;
    verticalOffset?: number;
}

Properties

baseColorTextureImageSource?: string

貼圖來源。

capExpansionRatio?: number

蓋子外擴大小。

capSize?: number

蓋子大小。

ditchBound?: GeoPoint[]

渠道邊界。

ditchMaskBound?: GeoPoint[]

渠道遮罩邊界。

ditchWaterBound?: GeoPoint[]

渠道水邊界。

normalTextureImageSource?: string

向量貼圖來源。

textureRepeatPermeter?: number

貼圖每公尺循環次數。

verticalOffset?: number

垂直偏移。

Generated using TypeDoc