Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditableDome
Packages that use 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
Classes in com.luciad.shape.shape3D that implement ILcd3DEditableDomeModifier and TypeClassDescriptionclassA dome based on a base circle and an altitude. -
Uses of ILcd3DEditableDome in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd3DEditableDomeModifier and TypeMethodDescriptionprotected ALspEditHandleTLspDomeEditor.createCenterHandle(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given dome in 2D by dragging it.protected ALspEditHandleTLspDomeEditor.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 ALspEditHandleTLspDomeEditor.createObjectTranslationHandle(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspDomeEditor.createRadiusHandle(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to edit the radius of the given dome by dragging it.