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 TypeInterfaceDescriptioninterface
AnILcd2DEditableVariableGeoBuffer
object is anILcdVariableGeoBuffer
that can be changed in two dimensions. -
Uses of ILcdVariableGeoBuffer in com.luciad.shape.shape3D
Subinterfaces of ILcdVariableGeoBuffer in com.luciad.shape.shape3DModifier and TypeInterfaceDescriptioninterface
AnILcd3DEditableVariableGeoBuffer
object is anILcdVariableGeoBuffer
that can be changed in three dimensions.Classes in com.luciad.shape.shape3D that implement ILcdVariableGeoBufferModifier and TypeClassDescriptionclass
This 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 ALspEditHandle
TLspVariableGeoBufferEditor.createOutlineWidthHandle
(ILcdVariableGeoBuffer aBuffer, TLspEditContext aContext) Creates a handle to edit the width of all points of the buffer.protected ALspEditHandle
TLspVariableGeoBufferEditor.createPointHeightAboveHandle
(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height above property of a point of the buffer.protected ALspEditHandle
TLspVariableGeoBufferEditor.createPointHeightBelowHandle
(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height below property of a point of the buffer.protected ALspEditHandle
TLspVariableGeoBufferEditor.createPointWidthHandle
(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the width property of a point of the buffer.