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