Uses of Interface
com.luciad.shape.shape3D.ILcdEditableExtrudedShape
Package
Description
This package provides the classes that correspond to AIXM 5.1 airspace types.
Three-dimensional shapes that can be changed in all three dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcdEditableExtrudedShape in com.luciad.format.aixm51.model.features.airspace
Modifier and TypeClassDescriptionclass
Class representing an AIXM 5.1 airspace volume. -
Uses of ILcdEditableExtrudedShape in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdEditableExtrudedShape
. -
Uses of ILcdEditableExtrudedShape in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspExtrudedShapeEditor.createHeightHandle
(ILcdEditableExtrudedShape shape, TLspEditContext aContext) Creates an edit handle that allows the user to adjust the minimum- and maximum height of the given extruded shape simultaneously by dragging the shape up/down.protected ALspEditHandle
TLspExtrudedShapeEditor.createMaximumHandle
(ILcdEditableExtrudedShape shape, ILcdPoint basePoint, TLspEditContext aContext) Creates an edit handle that allows the user to adjust the maximum height of the given extruded shape by dragging it up/down.protected ALspEditHandle
TLspExtrudedShapeEditor.createMinimumHandle
(ILcdEditableExtrudedShape shape, ILcdPoint basePoint, TLspEditContext aContext) Creates an edit handle that allows the user to adjust the minimum height of the given extruded shape by dragging it up/down.protected ALspEditHandle
TLspExtrudedShapeEditor.createProjectedShapeTranslationHandle
(ILcdEditableExtrudedShape shape, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given extruded shape in 2D (i.e. parallel to the terrain).