Uses of Interface
com.luciad.shape.ILcdArcBand
Packages that use ILcdArcBand
Package
Description
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.
Handles the svg format.
Three-dimensional shapes that can be changed in two dimensions.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ILcdArcBand in com.luciad.ais.model.sector
Subinterfaces of ILcdArcBand in com.luciad.ais.model.sectorModifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdSector
interface that allows to change its attributes and geometry.interface
Represents a sector with a sector number and altitude.Classes in com.luciad.ais.model.sector that implement ILcdArcBandModifier and TypeClassDescriptionclass
ILcdSector
implementation based onILcdFeatured
.class
ILcdSector
implementation based onILcdDataObject
. -
Uses of ILcdArcBand in com.luciad.ais.shape
Classes in com.luciad.ais.shape that implement ILcdArcBandModifier and TypeClassDescriptionclass
An generic arc band class that delegates to anotherILcd2DEditableArcBand
instance. -
Uses of ILcdArcBand in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdArcBandModifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArcBand
that represents an NVG 1.5 ArcBand. -
Uses of ILcdArcBand in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdArcBandModifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArcBand
that represents an NVG 2.0 ArcBand Ring. -
Uses of ILcdArcBand in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdArcBandModifier and TypeMethodDescriptionILcdSVGShapeFactory.createArcBand
(Attributes aAttributes) Creates aILcdArcBand
form givenAttributes
.protected ILcdArcBand
TLcdSVGUnStyledLonLatShapeFactory.createArcBand
(double aX, double aY, double aMinradius, double aMaxradius, double aStartangle, double aEndangle) Methods in com.luciad.format.svg with parameters of type ILcdArcBandModifier and TypeMethodDescriptionprotected abstract void
ALcdSVGShapeWriter.writeArcBand
(ILcdArcBand aArcBand, Writer aTarget) Appends anILcdArcBand
to aStringBuffer
.protected void
TLcdSVGUnStyledShapeWriter.writeArcBand
(ILcdArcBand aArcBand, Writer aTarget) protected void
TLcdSVGUnStyledShapeWriter.writeArcBandProperties
(ILcdArcBand aArcBand, Writer aTarget) Writes the properties specific to an arcband: center (x,y) minimum radius maximum radius start angle end angle . -
Uses of ILcdArcBand in com.luciad.shape.shape2D
Subinterfaces of ILcdArcBand in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterface
AnILcd2DEditableArcBand
object is anILcdArcBand
that can be changed in two dimensions.Classes in com.luciad.shape.shape2D that implement ILcdArcBandModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableArcBand
in the geodetic space.class
This class provides an implementation ofILcd2DEditableArcBand
in the cartesian space. -
Uses of ILcdArcBand in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter with parameters of type ILcdArcBandModifier and TypeMethodDescriptionprotected void
TLcdGXYArcBandPainter.boundsOfEditingLabelsSFCT
(Graphics aGraphics, ILcdArcBand aArcBand, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by theboundsSFCT
method when editing anILcd2DEditableArcBand
.protected void
TLcdGXYArcBandPainter.paintEditingLabels
(Graphics aGraphics, ILcdArcBand aArcBand, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaint
method when editing anILcd2DEditableArcBand
.