Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditableSphere
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 ILcd3DEditableSphere in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
A sphere based on a base circle and an altitude. -
Uses of ILcd3DEditableSphere in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspSphereEditor.createCenterHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given sphere in 2D by dragging it.protected ALspEditHandle
TLspSphereEditor.createHeightTranslationHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to alter the height above the terrain of the given sphere by dragging it up/down.protected ALspEditHandle
TLspSphereEditor.createObjectTranslationHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspSphereEditor.createRadiusHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to edit the radius of the given sphere by dragging it.