Uses of Class
com.luciad.view.gxy.painter.TLcdGXYPointListPainter
Package
Description
Painters for 2D views in the context of AIS.
Provides 2D visualization support for
ILcdEarthTileSet
s.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.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of TLcdGXYPointListPainter 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 TLcdGXYPointListPainter in com.luciad.earth.view.gxy
Modifier and TypeMethodDescriptionTLcdEarthGXYVertexArrayPainter.getLinePainter()
TLcdEarthGXYVertexArrayPainter.getTrianglePainter()
Modifier and TypeMethodDescriptionvoid
TLcdEarthGXYVertexArrayPainter.setLinePainter
(TLcdGXYPointListPainter aLinePainter) void
TLcdEarthGXYVertexArrayPainter.setTrianglePainter
(TLcdGXYPointListPainter aTrianglePainter) ModifierConstructorDescriptionTLcdEarthGXYVertexArrayPainter
(TLcdGXYPointListPainter aLinePainter, TLcdGXYPointListPainter aTrianglePainter) Creates a 2D painter for vertex array's that uses the given painters for drawing the lines and triangles. -
Uses of TLcdGXYPointListPainter in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
Painter for layers containing aILcdMagneticNorthModel
. -
Uses of TLcdGXYPointListPainter in com.luciad.format.pol
-
Uses of TLcdGXYPointListPainter in com.luciad.format.vpf
Modifier and TypeClassDescriptionclass
ExtendsTLcdGXYPointListPainter
and adds functionality for painting VPF domain objects using GeoSym symbology. -
Uses of TLcdGXYPointListPainter in com.luciad.view.gxy
Modifier and TypeMethodDescriptionprotected TLcdGXYPointListPainter
TLcdFeaturedPolygonGXYLayerCodec.createGXYPointListPainter()
This factory method creates a new, uninitializedTLcdGXYPointListPainter
.protected TLcdGXYPointListPainter
TLcdFeaturedPolylineGXYLayerCodec.createGXYPointListPainter()
This factory method creates a new, uninitializedTLcdGXYPointListPainter
. -
Uses of TLcdGXYPointListPainter in com.luciad.view.gxy.painter
Modifier and TypeClassDescriptionclass
Paints and edits rounded polylines and polygons.