Uses of Interface
com.luciad.shape.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
Modifier 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.Modifier and TypeClassDescriptionclass
ILcdSector
implementation based onILcdFeatured
.class
ILcdSector
implementation based onILcdDataObject
. -
Uses of ILcdArcBand in com.luciad.ais.shape
Modifier and TypeClassDescriptionclass
An generic arc band class that delegates to anotherILcd2DEditableArcBand
instance. -
Uses of ILcdArcBand in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArcBand
that represents an NVG 1.5 ArcBand. -
Uses of ILcdArcBand in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArcBand
that represents an NVG 2.0 ArcBand Ring. -
Uses of ILcdArcBand in com.luciad.format.svg
Modifier 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) Modifier 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
Modifier and TypeInterfaceDescriptioninterface
AnILcd2DEditableArcBand
object is anILcdArcBand
that can be changed in two dimensions.Modifier 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
Modifier 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
.