File

projects/angular-cesium/src/lib/angular-cesium-widgets/models/rectangle-edit-options.ts

Index

Properties

Properties

classificationType
classificationType: any
Type : any
Optional
extrudedHeight
extrudedHeight: number
Type : number
Optional
fill
fill: boolean
Type : boolean
Optional
height
height: number
Type : number
Optional
material
material: any
Type : any
Optional
outline
outline: boolean
Type : boolean
Optional
outlineColor
outlineColor: any
Type : any
Optional
outlineWidth
outlineWidth: number
Type : number
Optional
zIndex
zIndex: any
Type : any
Optional
import { PolygonEditOptions } from './polygon-edit-options';

export interface RectangleProps {
  material?: any;
  fill?: boolean;
  classificationType?: any;
  zIndex?: any;
  outline?: boolean;
  outlineColor?: any;
  outlineWidth?: number;
  height?: number;
  extrudedHeight?: number;
}

export interface RectangleEditOptions extends PolygonEditOptions {
  rectangleProps?: RectangleProps;
}

result-matching ""

    No results matching ""