File

projects/angular-cesium/src/lib/angular-cesium-widgets/models/polyline-editor-observable.ts

Extends

EditorObservable

Index

Properties

Properties

getCurrentPoints
getCurrentPoints: function
Type : function
setManually
setManually: function
Type : function
disable
disable: Function
Type : Function
Inherited from EditorObservable
Defined in EditorObservable:7
dispose
dispose: Function
Type : Function
Inherited from EditorObservable
Defined in EditorObservable:5
enable
enable: Function
Type : Function
Inherited from EditorObservable
Defined in EditorObservable:6
finishCreation
finishCreation: function
Type : function
Inherited from EditorObservable
Defined in EditorObservable:12
getEditValue
getEditValue: function
Type : function
Inherited from EditorObservable
Defined in EditorObservable:9
getLabels
getLabels: function
Type : function
Inherited from EditorObservable
Defined in EditorObservable:8
setLabelsRenderFn
setLabelsRenderFn: function
Type : function
Inherited from EditorObservable
Defined in EditorObservable:10
updateLabels
updateLabels: function
Type : function
Inherited from EditorObservable
Defined in EditorObservable:11
import { EditPoint } from './edit-point';
import { EditorObservable } from './editor-observable';
import { PolylineEditUpdate } from './polyline-edit-update';
import { PointProps } from './point-edit-options';
import { PolylineProps } from './polyline-edit-options';
import { Cartesian3 } from '../../angular-cesium';

export class PolylineEditorObservable extends EditorObservable<PolylineEditUpdate> {
  setManually: (points: { position: Cartesian3, pointProp?: PointProps }[] | Cartesian3[], polylineProps?: PolylineProps) => void;
  getCurrentPoints: () => EditPoint[];
}

result-matching ""

    No results matching ""