Interface PipelinePackRawEntityProperty

管線參數

interface PipelinePackRawEntityProperty {
    attrs: string[];
    geo: GeoPoint | GeoPolyline;
    geoAbs: GeoPoint | GeoPolyline;
    geoCode: string;
    height: number;
    org: string;
    rotZ?: number;
    type: number;
    width: number;
}

Properties

attrs: string[]
geoCode: string
height: number
org: string
rotZ?: number
type: number
width: number

Generated using TypeDoc