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 TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdSectorinterface that allows to change its attributes and geometry.interfaceRepresents a sector with a sector number and altitude.Classes in com.luciad.ais.model.sector that implement ILcdArcBandModifier and TypeClassDescriptionclassILcdSectorimplementation based onILcdFeatured.classILcdSectorimplementation based onILcdDataObject. -
Uses of ILcdArcBand in com.luciad.ais.shape
Classes in com.luciad.ais.shape that implement ILcdArcBandModifier and TypeClassDescriptionclassAn generic arc band class that delegates to anotherILcd2DEditableArcBandinstance. -
Uses of ILcdArcBand in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdArcBandModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcBandthat 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 TypeClassDescriptionclassImplementation of anILcd2DEditableArcBandthat 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 aILcdArcBandform givenAttributes.protected ILcdArcBandTLcdSVGUnStyledLonLatShapeFactory.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 voidALcdSVGShapeWriter.writeArcBand(ILcdArcBand aArcBand, Writer aTarget) Appends anILcdArcBandto aStringBuffer.protected voidTLcdSVGUnStyledShapeWriter.writeArcBand(ILcdArcBand aArcBand, Writer aTarget) protected voidTLcdSVGUnStyledShapeWriter.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 TypeInterfaceDescriptioninterfaceAnILcd2DEditableArcBandobject is anILcdArcBandthat can be changed in two dimensions.Classes in com.luciad.shape.shape2D that implement ILcdArcBandModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableArcBandin the geodetic space.classThis class provides an implementation ofILcd2DEditableArcBandin 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 voidTLcdGXYArcBandPainter.boundsOfEditingLabelsSFCT(Graphics aGraphics, ILcdArcBand aArcBand, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by theboundsSFCTmethod when editing anILcd2DEditableArcBand.protected voidTLcdGXYArcBandPainter.paintEditingLabels(Graphics aGraphics, ILcdArcBand aArcBand, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaintmethod when editing anILcd2DEditableArcBand.