Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditableArcBand
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 ILcd3DEditableArcBand in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd3DEditableArcBand
in the geodetic space.class
This class provides an implementation ofILcd3DEditableArcBand
in the cartesian space. -
Uses of ILcd3DEditableArcBand in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLsp3DArcBandEditor.createHeightTranslationHandle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to alter the height above the terrain of the given shape by dragging it up/down.protected ALspEditHandle
TLsp3DArcBandEditor.createHighPitchHandleAtEndAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, end angle, pitch end angle).protected ALspEditHandle
TLsp3DArcBandEditor.createHighPitchHandleAtStartAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, start angle, pitch end angle).protected ALspEditHandle
TLsp3DArcBandEditor.createLowPitchHandleAtEndAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, end angle, pitch start angle).protected ALspEditHandle
TLsp3DArcBandEditor.createLowPitchHandleAtStartAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, start angle, pitch start angle).protected ALspEditHandle
TLsp3DArcBandEditor.createObjectTranslationHandle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.