Uses of Interface
com.luciad.shape.ILcdVariableGeoBuffer
Packages that use ILcdVariableGeoBuffer
Package
Description
Three-dimensional shapes that can be changed in two dimensions.
Three-dimensional shapes that can be changed in all three dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcdVariableGeoBuffer in com.luciad.shape.shape2D
Subinterfaces of ILcdVariableGeoBuffer in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterfaceAnILcd2DEditableVariableGeoBufferobject is anILcdVariableGeoBufferthat can be changed in two dimensions. -
Uses of ILcdVariableGeoBuffer in com.luciad.shape.shape3D
Subinterfaces of ILcdVariableGeoBuffer in com.luciad.shape.shape3DModifier and TypeInterfaceDescriptioninterfaceAnILcd3DEditableVariableGeoBufferobject is anILcdVariableGeoBufferthat can be changed in three dimensions.Classes in com.luciad.shape.shape3D that implement ILcdVariableGeoBufferModifier and TypeClassDescriptionclassThis class represents a variable buffer around a polyline on an ellipsoid, in the geodetic space. -
Uses of ILcdVariableGeoBuffer in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcdVariableGeoBufferModifier and TypeMethodDescriptionprotected ALspEditHandleTLspVariableGeoBufferEditor.createOutlineWidthHandle(ILcdVariableGeoBuffer aBuffer, TLspEditContext aContext) Creates a handle to edit the width of all points of the buffer.protected ALspEditHandleTLspVariableGeoBufferEditor.createPointHeightAboveHandle(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height above property of a point of the buffer.protected ALspEditHandleTLspVariableGeoBufferEditor.createPointHeightBelowHandle(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height below property of a point of the buffer.protected ALspEditHandleTLspVariableGeoBufferEditor.createPointWidthHandle(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the width property of a point of the buffer.