Uses of Interface
com.luciad.shape.shape3D.ILcdEditableExtrudedShape
Packages that use 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
Classes in com.luciad.format.aixm51.model.features.airspace that implement ILcdEditableExtrudedShapeModifier and TypeClassDescriptionclassClass representing an AIXM 5.1 airspace volume. -
Uses of ILcdEditableExtrudedShape in com.luciad.shape.shape3D
Classes in com.luciad.shape.shape3D that implement ILcdEditableExtrudedShapeModifier and TypeClassDescriptionclassThis class provides an implementation ofILcdEditableExtrudedShape. -
Uses of ILcdEditableExtrudedShape in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcdEditableExtrudedShapeModifier and TypeMethodDescriptionprotected ALspEditHandleTLspExtrudedShapeEditor.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 ALspEditHandleTLspExtrudedShapeEditor.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 ALspEditHandleTLspExtrudedShapeEditor.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 ALspEditHandleTLspExtrudedShapeEditor.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).