Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableArcBand
Packages that use 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
Methods in com.luciad.ais.model that return ILcd2DEditableArcBandModifier and TypeMethodDescriptionALcdAISGeometryFactory.createArcBand()Creates a new arc band.TLcdAISLonLatHeightGeometryFactory.createArcBand()TLcdAISXYZGeometryFactory.createArcBand() -
Uses of ILcd2DEditableArcBand in com.luciad.ais.model.sector
Subinterfaces of ILcd2DEditableArcBand in com.luciad.ais.model.sectorModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdSectorinterface that allows to change its attributes and geometry.Classes in com.luciad.ais.model.sector that implement ILcd2DEditableArcBandModifier and TypeClassDescriptionclassILcdSectorimplementation based onILcdFeatured.classILcdSectorimplementation based onILcdDataObject. -
Uses of ILcd2DEditableArcBand in com.luciad.ais.shape
Classes in com.luciad.ais.shape that implement ILcd2DEditableArcBandModifier and TypeClassDescriptionclassAn generic arc band class that delegates to anotherILcd2DEditableArcBandinstance.Methods in com.luciad.ais.shape with parameters of type ILcd2DEditableArcBandModifier and TypeMethodDescriptionvoidTLcdAISArcBand.setArcBand(ILcd2DEditableArcBand aArcBand) Sets the delegate arc band to to given arc band.Constructors in com.luciad.ais.shape with parameters of type ILcd2DEditableArcBandModifierConstructorDescriptionTLcdAISArcBand(ILcd2DEditableArcBand aArcBand) Constructs aTLcdAISArcBandwhich delegates to the given arc band. -
Uses of ILcd2DEditableArcBand in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcd2DEditableArcBandModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcBandthat represents an NVG 1.5 ArcBand. -
Uses of ILcd2DEditableArcBand in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcd2DEditableArcBandModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcBandthat represents an NVG 2.0 ArcBand Ring. -
Uses of ILcd2DEditableArcBand in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableArcBandModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableArcBandin the geodetic space.classThis class provides an implementation ofILcd2DEditableArcBandin the cartesian space.Constructors in com.luciad.shape.shape2D with parameters of type ILcd2DEditableArcBandModifierConstructorDescriptionTLcdXYArcBand(ILcd2DEditableArcBand a2DEditableArcBand) Constructs a newTLcdXYArcBandthat is a deep copy of the givenILcd2DEditableArcBand. -
Uses of ILcd2DEditableArcBand in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableArcBandModifier and TypeMethodDescriptionprotected ALspEditHandleTLspArcBandEditor.createCenterHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspArcBandEditor.createMaxRadiusEndCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_END_CORNERpoint.protected ALspEditHandleTLspArcBandEditor.createMaxRadiusHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the max radius property of the arc band.protected ALspEditHandleTLspArcBandEditor.createMaxRadiusStartCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_START_CORNERpoint.protected ALspEditHandleTLspArcBandEditor.createMinRadiusEndCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_END_CORNERpoint.protected ALspEditHandleTLspArcBandEditor.createMinRadiusHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the min radius property of the arc band.protected ALspEditHandleTLspArcBandEditor.createMinRadiusStartCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_START_CORNERpoint.protected ALspEditHandleTLspArcBandEditor.createObjectTranslationHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.