Uses of Class
com.luciad.view.gxy.painter.ALcdGXYAreaPainter
Package
Description
Painters for 2D views in the context of AIS.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Handles the POL format.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ALcdGXYAreaPainter in com.luciad.ais.view.gxy.painter
Modifier and TypeClassDescriptionclass
This painter extendsTLcdGXYPointListPainter
, but paints an icon if the point list contains only a single point. -
Uses of ALcdGXYAreaPainter in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
Painter for layers containing aILcdMagneticNorthModel
. -
Uses of ALcdGXYAreaPainter in com.luciad.format.pol
-
Uses of ALcdGXYAreaPainter in com.luciad.format.vpf
Modifier and TypeClassDescriptionclass
ExtendsTLcdGXYPointListPainter
and adds functionality for painting VPF domain objects using GeoSym symbology. -
Uses of ALcdGXYAreaPainter in com.luciad.view.gxy.painter
Modifier and TypeClassDescriptionclass
Paints and locatesILcdArcBand
objects and enables visual editing ofILcd2DEditableArcBand
objects in anILcdGXYView
.class
Paints and locatesILcdBounds
objects and enables visual editing ofILcd2DEditableBounds
objects in anILcdGXYView
.class
Paints, locates and enables visual editing ofTLcdLonLatBuffer
andTLcdLonLatHeightBuffer
objects in anILcdGXYView
.class
Paints and locatesILcdCircleBy3Points
objects and enables visual editing ofILcd2DEditableCircleBy3Points
objects in anILcdGXYView
.class
Paints and locatesILcdCircle
objects and enables visual editing ofILcd2DEditableCircle
objects in anILcdGXYView
.class
Paints and locates composite ring objects, i.e. objects that are of typeILcdCompositeCurve
andILcdRing
, and enables visual editing of editable composite ring objects, i.e. objects that are of typeILcdEditableCompositeCurve
andILcdRing
, in anILcdGXYView
.class
Paints and locatesILcdEllipse
objects and enables visual editing ofILcd2DEditableEllipse
objects in anILcdGXYView
.class
Paints buffer shapes and enables visual editing of buffer shapes in anILcdGXYView
.class
Deprecated.TLcdGXYBufferPainter can paint and edit both TLcdLonLatBuffer and TLcdLonLatHeightBuffer objects.class
Paints and locatesILcdPointList
objects (includingILcdComplexPolygon
) and enables visual editing ofILcd2DEditablePointList
objects in anILcdGXYView
.class
Paints and edits rounded polylines and polygons.class
Paints and locatesILcdSurface
objects and enables visual editing ofILcdSurface
objects in anILcdGXYView
.