Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableArcBand
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for modeling safety altitudes for sectors.
Everything related to representing three-dimensional shapes that are domain independent.
This package contains a domain model to represent an NVG 1.4/1.5 data source.
This package contains a domain model to represent an NVG 2.0 data source.
Three-dimensional shapes that can be changed in two dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcd2DEditableArcBand in com.luciad.ais.model
Modifier and TypeMethodDescriptionALcdAISGeometryFactory.createArcBand()
Creates a new arc band.TLcdAISLonLatHeightGeometryFactory.createArcBand()
TLcdAISXYZGeometryFactory.createArcBand()
-
Uses of ILcd2DEditableArcBand in com.luciad.ais.model.sector
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdSector
interface that allows to change its attributes and geometry.Modifier and TypeClassDescriptionclass
ILcdSector
implementation based onILcdFeatured
.class
ILcdSector
implementation based onILcdDataObject
. -
Uses of ILcd2DEditableArcBand in com.luciad.ais.shape
Modifier and TypeClassDescriptionclass
An generic arc band class that delegates to anotherILcd2DEditableArcBand
instance.Modifier and TypeMethodDescriptionvoid
TLcdAISArcBand.setArcBand
(ILcd2DEditableArcBand aArcBand) Sets the delegate arc band to to given arc band.ModifierConstructorDescriptionTLcdAISArcBand
(ILcd2DEditableArcBand aArcBand) Constructs aTLcdAISArcBand
which delegates to the given arc band. -
Uses of ILcd2DEditableArcBand in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArcBand
that represents an NVG 1.5 ArcBand. -
Uses of ILcd2DEditableArcBand in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArcBand
that represents an NVG 2.0 ArcBand Ring. -
Uses of ILcd2DEditableArcBand in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableArcBand
in the geodetic space.class
This class provides an implementation ofILcd2DEditableArcBand
in the cartesian space.ModifierConstructorDescriptionTLcdXYArcBand
(ILcd2DEditableArcBand a2DEditableArcBand) Constructs a newTLcdXYArcBand
that is a deep copy of the givenILcd2DEditableArcBand
. -
Uses of ILcd2DEditableArcBand in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspArcBandEditor.createCenterHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspArcBandEditor.createMaxRadiusEndCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_END_CORNER
point.protected ALspEditHandle
TLspArcBandEditor.createMaxRadiusHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the max radius property of the arc band.protected ALspEditHandle
TLspArcBandEditor.createMaxRadiusStartCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_START_CORNER
point.protected ALspEditHandle
TLspArcBandEditor.createMinRadiusEndCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_END_CORNER
point.protected ALspEditHandle
TLspArcBandEditor.createMinRadiusHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the min radius property of the arc band.protected ALspEditHandle
TLspArcBandEditor.createMinRadiusStartCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_START_CORNER
point.protected ALspEditHandle
TLspArcBandEditor.createObjectTranslationHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.