Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditableDome
Package
Description
Three-dimensional shapes that can be changed in all three dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcd3DEditableDome in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
A dome based on a base circle and an altitude. -
Uses of ILcd3DEditableDome in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspDomeEditor.createCenterHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given dome in 2D by dragging it.protected ALspEditHandle
TLspDomeEditor.createHeightTranslationHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to alter the height above the terrain of the given dome by dragging it up/down.protected ALspEditHandle
TLspDomeEditor.createObjectTranslationHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspDomeEditor.createRadiusHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to edit the radius of the given dome by dragging it.