Last updated

API / geotoolkit3d / scene / AnnotationBase / AnnotationBase

Class: AnnotationBase

scene.AnnotationBase.AnnotationBase

Parent class of schematic objects

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new AnnotationBase(options)

new AnnotationBase(options?)

AnnotationBase constructor

Parameters

Name Type Description
Optional optionsOptionsThe options

Overrides

Object3D.constructor

Methods

add

add(object): AnnotationBase

Adds object as child of this object.

Parameters

Name Type Description
objectObject3D<Object3DEventMap> | Object3D<Object3DEventMap>[]object

Returns

AnnotationBase

this

Inherited from

Object3D.add


afterRender

afterRender(scene, camera, plot, renderer): AnnotationBase

This function is called after rendering and can update this object's content.

It should not trigger any invalidateObject though.
Note that it is not necessary nor recommended to explicitly call afterRender on this object's children as beforeRender will be called on all nodes present in the scene.

This will be executed after the transformations simplification.

See

Plot for more details on the render steps

Parameters

Name Type Description
sceneSceneThe scene
cameraCameraThe camera used for this render phase.
plotPlotThe 3D plot
rendererWebGLRendererThe renderer

Returns

AnnotationBase

Inherited from

Object3D.afterRender


beforeRender

beforeRender(scene, camera, plot, renderer): AnnotationBase

This function is called prior to rendering and can update this object's content.

It should not trigger any invalidateObject though.
Note that it is not necessary nor recommended to explicitly call beforeRender on this object's children as beforeRender will be called on all nodes present in the scene.

This will be executed after the transformations simplification.

See

Plot for more details on the render steps

Parameters

Name Type Description
sceneSceneThe scene
cameraPerspectiveCamera | OrthographicCameraThe camera used for this render phase.
plotPlotThe 3D plot
rendererWebGLRendererThe renderer

Returns

AnnotationBase

Overrides

Object3D.beforeRender


dispose

dispose(): void

Dispose object

Returns

void

Inherited from

Object3D.dispose


getAnchorPoint

getAnchorPoint(): Vector3

Gets the point to anchor the annotation to

Returns

Vector3

anchor point


getClassName

getClassName(): string

Returns

string

Inherited from

Object3D.getClassName


getLineStyle

getLineStyle(): LineStyle

Return this AnnotationBase line options as a line style.

Returns

LineStyle

line style


getMode

getMode(): Mode

Gets the display strategy for the segment origin

Returns

Mode

mode


getOptions

getOptions(): OptionsOut

Gets options

Returns

OptionsOut

The options

Overrides

Object3D.getOptions


getTitle

getTitle(): string

Gets the text to display

Returns

string

title


getTitleDistanceFactor

getTitleDistanceFactor(): number

Gets a factor applied when computing the title position. A value greater than 1 means the title will be farther from the symbol

Returns

number

title distance factor


getTitleStyle

getTitleStyle(): TextStyle

Gets text attributes

Returns

TextStyle

title style


getVisible

getVisible(): boolean

Get visible

Returns

boolean

true, if object is visible

Inherited from

Object3D.getVisible


invalidateObject

invalidateObject<T>(event?): AnnotationBase

Notifies this object and its parent that this object has been invalidated.
If this object is in a Plot, it will be marked as dirty and will trigger a rendering cycle.

Type parameters

Name
T

Parameters

Name Type Description
Optional eventEvent<T>The event to fire

Returns

AnnotationBase

Inherited from

Object3D.invalidateObject


isDisposed

isDisposed(): boolean

Returns whether this object has been disposed

Returns

boolean

Inherited from

Object3D.isDisposed


isSelectable

isSelectable(): boolean

Return if this object can be picked/selected (see RendererPicking).

Returns

boolean

Inherited from

Object3D.isSelectable


notify

notify(type, source, args?): AnnotationBase

Notify listeners

Parameters

Name Type Description
typestringevent types
sourceanyof the event
Optional argsanyarguments of the event

Returns

AnnotationBase

this

Inherited from

Object3D.notify


off

off(type?, callback?): AnnotationBase

Detach listener on event. Calling .off() with no arguments removes all attached listeners. Calling .off(type) with no callback removes all attached listeners for specific type.

Parameters

Name Type Description
Optional typestringtype of the event
Optional callbackEventListenerfunction to be called

Returns

AnnotationBase

this

Inherited from

Object3D.off

off<E>(type, callback): AnnotationBase

Type parameters

NameType
Eextends string

Parameters

Name Type
typeE
callback(eventType: E, sender: AnnotationBase, args: EventMap[E]) => void

Returns

AnnotationBase

Inherited from

Object3D.off


on

on(type, callback, options?): AnnotationBase

Attach listener on event that will be called whenever the specified event is delivered to the target

If the callback function is already in the list of event listeners for this target, the function is not added a second time.

If a particular anonymous function is in the list of event listeners registered for a certain target, and then later in the code, an identical anonymous function is given in an "on" call, the second function will also be added to the list of event listeners for that target.

Parameters

Name Type Description
typestringtype of event or property
callbackEventListenerto be called
Optional optionsOptionsoptions of subscription

Returns

AnnotationBase

this

Inherited from

Object3D.on

on<E>(type, callback, options?): AnnotationBase

Type parameters

NameType
Eextends string

Parameters

Name Type
typeE
callback(eventType: E, sender: AnnotationBase, args: EventMap[E]) => void
Optional optionsOptions

Returns

AnnotationBase

Inherited from

Object3D.on


onStatsUpdated

onStatsUpdated(metrics): AnnotationBase

This function is called when the plot has updated performance metric.
It will be called every set number of frames.
The number of frame is customizable in the plot options advancedrendering.performancemetrics.updateframeperiod and is 100 by default.

Parameters

Name Type Description
metricsPerformanceMetricsThe performance metrics.

Returns

AnnotationBase

Inherited from

Object3D.onStatsUpdated


onVisibilityChanged

Protected onVisibilityChanged(): void

This method is called if visibility is changed. Send event Events.VisibilityChanged

Returns

void

Inherited from

Object3D.onVisibilityChanged


remove

remove(object): AnnotationBase

Removes object as child of this object.

Parameters

Name Type Description
objectObject3D<Object3DEventMap> | Object3D<Object3DEventMap>[]object

Returns

AnnotationBase

this

Inherited from

Object3D.remove


setAnchorPoint

setAnchorPoint(anchorPoint): AnnotationBase

Sets the anchor-point of the annotation, this is needed in case of a single annotation not contained by a schematic for example.

Parameters

Name Type Description
anchorPointVector3the point to anchor the annotation to

Returns

AnnotationBase

this


setCircle

setCircle(diameter, angle): AnnotationBase

Sets circle on depth of the annotation.

Parameters

Name Type Description
diameternumber | Vector2 | Vector3diameter of circle
angleEulerangle of circle

Returns

AnnotationBase

this


setLineStyle

setLineStyle(lineStyle): AnnotationBase

Sets the segment connector attributes

Parameters

Name Type Description
lineStyleTypeline style

Returns

AnnotationBase

this


setMode

setMode(mode): AnnotationBase

Sets the display strategy for the segment origin

Parameters

Name Type Description
modeModemode

Returns

AnnotationBase

this


setOptions

setOptions(options?): AnnotationBase

Sets options

Parameters

Name Type Description
Optional optionsOptionsThe options

Returns

AnnotationBase

this

Overrides

Object3D.setOptions


setOutline

setOutline(outline): AnnotationBase

Set outline for title

Parameters

Name Type Description
outlineOutlineOptionsthe options for outline

Returns

AnnotationBase

this


setPosition

setPosition(position): AnnotationBase

Set Object's local position.

Parameters

Name Type Description
positionObjectlocal position
Optional position.xnumber
Optional position.ynumber
Optional position.znumber

Returns

AnnotationBase

this

Inherited from

Object3D.setPosition


setRotation

setRotation(x, y, z, order?): AnnotationBase

Set Object's local rotation (Euler angles), in radians.

Parameters

Name Type Description
xnumberx angle
ynumbery angle
znumberz angle
Optional orderEulerOrdereuler order

Returns

AnnotationBase

this

Inherited from

Object3D.setRotation


setSelectable

setSelectable(selectable): void

Set if this object can be picked/selected (see RendererPicking).

Parameters

Name Type Description
selectablebooleanif can be selected

Returns

void

Inherited from

Object3D.setSelectable


setTitle

setTitle(title): AnnotationBase

Sets the text to display

Parameters

Name Type Description
titlestringtitle

Returns

AnnotationBase

this


setTitleDistanceFactor

setTitleDistanceFactor(titleDistanceFactor): AnnotationBase

Sets a factor applied when computing the title position. A value greater than 1 means the title will be farther from the symbol

Parameters

Name Type Description
titleDistanceFactornumbertitle distance factor

Returns

AnnotationBase

this


setTitleStyle

setTitleStyle(titleStyle, merge?): AnnotationBase

Sets text attributes

Parameters

Name Type Description
titleStyleTypetitle style
Optional mergebooleantrue if you want to merge textStyle with existing attribute, false by default

Returns

AnnotationBase

this


setVisible

setVisible(visible, silent?): AnnotationBase

Set visible

Parameters

Name Type Description
visiblebooleantrue, if object is visible
Optional silentbooleantrue, if object shouldn't be invalidated

Returns

AnnotationBase

this

Inherited from

Object3D.setVisible


updateObject

updateObject(scene, camera): AnnotationBase

This function is called prior to rendering and can update this object's content.

It should not trigger any invalidateObject though.
Note that it is not necessary nor recommended to explicitly call updateObject on this object's children as updateObject will be called on all nodes present in the scene.

This will be executed before the transformations simplification.

See

Plot for more details on the render steps

Parameters

Name Type Description
sceneSceneThe scene
cameraCameraThe camera

Returns

AnnotationBase

Inherited from

Object3D.updateObject


useOwnHighlight

useOwnHighlight(): boolean

Returns true if this object make its own highlight effect (like geotoolkit3d.scene.reservoir.hexahedral.ReservoirGrid) This is to prevent unnecessary executions of the costly highlight passes.

Returns

boolean

Inherited from

Object3D.useOwnHighlight


getClassName

Static getClassName(): string

Returns

string

Inherited from

Object3D.getClassName


register

Static register(): void

Register object for special processing through a callback function

Example

geotoolkit3d.util.ObjectProcessor.getDefaultInstance().registerObject(this.getClassName(), callback);

Deprecated

since 5.0, to allow custom object highlighting, please instead make your Object implement the interface geotoolkit3d/scene/ICustomHighlight.

Returns

void

Inherited from

Object3D.register