Uses of Interface
com.luciad.view.gxy.ILcdGXYLabelPainter
Package
Description
Representation aspects of ICAO symbols for AIS.
Everything related to views in a 2D world in the context of AIS.
This package contains the class
TLcdAIXM51GXYPainterEditorProvider
, which can be used as a
(label) painter provider and (label) editor provider to visualize and/or edit AIXM 5.1 data.
This package provides classes for visualizing KML data on 2D maps.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
Provides API for visualizing NVG data in an
ILcdGXYView
.Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
Contains class for visualization of VPF data.
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
Painters for the APP-6A symbols that are not icons.
Painters for the MIL-STD 2525 military symbols that are not icons.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Touch controllers for the 2D view.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Utilities for making maps.
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
Painters for maps.
-
Uses of ILcdGXYLabelPainter in com.luciad.ais.symbology.icao
Modifier and TypeClassDescriptionclass
This label painter paints detailed airspace labels according to the ICAO guidelines for aeronautical charts.class
This label painter paints the airspace operations type, the airspace name and (for Control Areas) the class of airspace along the airspace border.class
This class contains all the logic needed to paint area minimum altitude labels.class
This extension ofTLcdICAONavaidLabelPainter
paints DME labels.class
This class contains all the logic needed to paint navaid labels.class
This extension ofTLcdICAONavaidLabelPainter
paints NDB labels.class
This extension ofTLcdICAONavaidLabelPainter
paints TACAN labels.class
This extension ofTLcdICAONavaidLabelPainter
paints VOR labels.Modifier and TypeMethodDescriptionTLcdICAOAreaMinimumAltitudeLabelPainter.getGXYLabelPainter
(Object aObject) If the object is anILcdAreaMinimumAltitude
, this painter is returned.TLcdICAONavaidLabelPainter.getGXYLabelPainter
(Object aObject) If the object is anILcdNavaid
, this painter is returned. -
Uses of ILcdGXYLabelPainter in com.luciad.ais.view.gxy
Modifier and TypeClassDescriptionclass
This extension of theTLcdGXYPolylineLabelPainter
class paints a label alongside the longest segment of a given polyline.class
A label painter for procedure trajectory legs.Modifier and TypeMethodDescriptionTLcdGXYProcedureTrajectoryLegLabelPainter.getGXYLabelPainter
(Object aObject) -
Uses of ILcdGXYLabelPainter in com.luciad.format.aixm51.view.gxy
Modifier and TypeClassDescriptionclass
ATLcdGXYStampLabelPainter
which draws an 'ICAO Annex 4'-compliant label for AIXM 5.1 Airspace features.class
ATLcdGXYStampLabelPainter
that draws an 'ICAO Annex 4'-compliant label for AIXM 5.1 Navaid features.class
Extension ofTLcdGXYLabelPainter
for AIXM 5.1 features that uses XPath expressions to retrieve the label content.Modifier and TypeMethodDescriptionTLcdAIXM51GXYPainterEditorProvider.getGXYLabelPainter
(Object aObject) Provides aILcdGXYLabelPainter
for each feature type supported by this class. -
Uses of ILcdGXYLabelPainter in com.luciad.format.kml22.view.gxy
Modifier and TypeMethodDescriptionTLcdKML22GXYLabelPainterProvider.getGXYLabelPainter
(Object aObject) -
Uses of ILcdGXYLabelPainter in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
AILcdGXYLabelPainter
implementation for objects in aILcdMagneticNorthModel
. -
Uses of ILcdGXYLabelPainter in com.luciad.format.mif.gxy
Modifier and TypeMethodDescriptionTLcdMIFGXYLabelPainterProvider.getGXYLabelPainter
(Object aObject) -
Uses of ILcdGXYLabelPainter in com.luciad.format.nvg.gxy
Modifier and TypeMethodDescriptionTLcdNVGGXYLabelPainterProvider.getGXYLabelPainter
(Object aObject) -
Uses of ILcdGXYLabelPainter in com.luciad.format.s52.gxy
-
Uses of ILcdGXYLabelPainter in com.luciad.format.vpf.gxy
-
Uses of ILcdGXYLabelPainter in com.luciad.ogc.sld.view.gxy
Modifier and TypeClassDescriptionclass
Abstract class that contains the information to implement a painter for objects that should be rendered according to a feature type style.class
Abstract class that contains the information to implement a painter for objects that comply to a rule.class
AnALcdSLDFeatureTypeStylePainter
that checks whether the scale of the view it is painting is valid for the object set to it, delegates to its rule painters for objects that are accepted by the rule painters for all of itsILcdGXYPainter
functionalities (paint, isTouched, boundsSFCT, ...), delegates to its rule painters for objects that are accepted by the rule painters for all of itsILcdGXYLabelPainter
functionalities (paintLabel, labelBoundsSFCT, ...).class
A painter that handles painting of all the objects that comply to a given rule.Modifier and TypeMethodDescriptionTLcdSLDFeatureTypeStylePainter.getGXYLabelPainter
(Object aObject) Always returns this as label painter. -
Uses of ILcdGXYLabelPainter in com.luciad.symbology.app6a.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdAPP6AGXYLabelPainterProvider.getGXYLabelPainter
(Object aObject) Finds a label painter for the object passed. -
Uses of ILcdGXYLabelPainter in com.luciad.symbology.milstd2525b.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdMS2525bGXYLabelPainterProvider.getGXYLabelPainter
(Object aObject) Finds a label painter for the object passed. -
Uses of ILcdGXYLabelPainter in com.luciad.view.gxy
Modifier and TypeInterfaceDescriptioninterface
Extension ofILcdGXYMultiLabelPainter
that allows free label placement next to the discrete label placement offered by the super interface.interface
AILcdGXYMultiLabelPainter
can paint multiple labels per object.Modifier and TypeClassDescriptionclass
This class implements some of the functionality common to mostILcdGXYLabelPainter2
s.class
This label painter paints curved text strings along a path.class
Extension ofTLcdGXYLabelPainter
that retrieves the label content through theILcdDataObject
interface instead of usingobject.toString()
.class
Extension ofTLcdGXYPolygonLabelPainter
that retrieves the label content through theILcdDataObject
interface instead of usingobject.toString()
.class
Extension ofTLcdGXYPolylineLabelPainter
that retrieves the label content through theILcdDataObject
interface instead of usingobject.toString()
.class
Deprecated.class
Extension ofTLcdGXYLabelPainter
that retrieves the label content through theILcdFeatured
interface instead of usingobject.toString()
.class
Extension ofTLcdGXYPolygonLabelPainter
that retrieves the label content through theILcdFeatured
interface instead of usingobject.toString()
.class
Extension ofTLcdGXYPolylineLabelPainter
that retrieves the label content through theILcdFeatured
interface instead of usingobject.toString()
.class
A label painter that adds halo effects to labels.class
An extension ofTLcdGXYHaloLabelPainter
that supportsILcdGXYLabelPainter2
.class
TLcdGXYLabelPainter
is an implementation ofILcdGXYLabelPainter2
that paints textual labels.class
TLcdGXYMultiFontLabelPainter
is an implementation ofILcdGXYLabelPainter2
that paints textual labels using multiple fonts or colors.class
TLcdGXYPolygonStampLabelPainter
that displays the polygon's toString() method as a text label.class
Polygon label painter and label editor that positions the center of labels inside the polygon.class
TLcdGXYPolylineStampLabelPainter
that displays a point list's toString() method as a text label.class
Point list label painter and label editor that positions labels on or along line segments.class
This implementation ofILcdGXYLabelPainter2
delegates the actual painting to aALcdGXYLabelStamp
.Modifier and TypeMethodDescriptionTLcdGXYHaloLabelPainter.getDelegateLabelPainter()
Returns theILcdGXYLabelPainter
to which the rendering of the labels is delegated.ILcdGXYLabelPainterProvider.getGXYLabelPainter
(Object aObject) Finds anILcdGXYLabelPainter
that can be used to label the object passed.ILcdGXYLayer.getGXYLabelPainter
(Object aObject) Returns the label painter to use to paint the objects label in a view.TLcdGXYCurvedPathLabelPainter.getGXYLabelPainter
(Object aObject) TLcdGXYDensityLayer.getGXYLabelPainter
(Object aObject) final ILcdGXYLabelPainter
TLcdGXYEditableLabelPainter.getGXYLabelPainter
(Object aObject) Deprecated.TLcdGXYHaloLabelPainter.getGXYLabelPainter
(Object aObject) Always returns this label painter itself.TLcdGXYLabelPainter.getGXYLabelPainter
(Object aObject) Returns thisILcdGXYLabelPainter
for painting the labels of aObject.TLcdGXYLayer.getGXYLabelPainter
(Object aObject) TLcdGXYLayerList.getGXYLabelPainter
(Object aObject) Deprecated.Finds a suitable label painter for the given object by requesting the sublayers for a suitable label painter.Modifier and TypeMethodDescriptionvoid
TLcdGXYHaloLabelPainter.setDelegateLabelPainter
(ILcdGXYLabelPainter aDelegateLabelPainter) Sets theILcdGXYLabelPainter
to which the rendering of the labels is to be delegated.void
TLcdGXYHaloLabelPainter2.setDelegateLabelPainter
(ILcdGXYLabelPainter aDelegateLabelPainter) Sets theILcdGXYLabelPainter
to which the rendering of the labels is to be delegated.ModifierConstructorDescriptionTLcdGXYHaloLabelPainter
(ILcdGXYLabelPainter aLabelPainter) Creates a newTLcdGXYHaloLabelPainter
wrapping the given label painter, with default halo parameters (Color = white, thickness = 1).TLcdGXYHaloLabelPainter
(ILcdGXYLabelPainter aLabelPainter, Color aHaloColor, int aHaloThickness) Creates a newTLcdGXYHaloLabelPainter
wrapping the given label painter, configured with the given halo color and thickness. -
Uses of ILcdGXYLabelPainter in com.luciad.view.gxy.asynchronous
Modifier and TypeMethodDescriptionTLcdGXYAsynchronousLayerWrapper.getGXYLabelPainter
(Object aObject) Returns a clone of the wrapped layer's GXYLabelPainter, or the painter itself if the associated paint queue is empty. -
Uses of ILcdGXYLabelPainter in com.luciad.view.gxy.controller.touch
Modifier and TypeMethodDescriptionprotected ILcdGXYLabelPainter
TLcdMapTouchRulerController.createGXYLabelPainter()
Creates the label painter for the distance labels (or maybe angle labels, etc). -
Uses of ILcdGXYLabelPainter in com.luciad.view.gxy.painter
Modifier and TypeClassDescriptionclass
This label painter composes a list ofILcdGXYLabelPainter
s into 1 label painter.class
This label painter adapts anILcdGXYPainter
into anILcdGXYLabelPainter2
.class
Wrapper for anILcdGXYPainter
that paints objects at a certain offset.Modifier and TypeMethodDescriptionTLcdGXYOffsetIconPainter.getDelegateLabelPainter()
Returns the delegate label painter that was specified in the constructor.TLcdGXYCompositeLabelPainter.getGXYLabelPainter
(Object aObject) TLcdGXYLabelPainterAdapter.getGXYLabelPainter
(Object aObject) TLcdGXYOffsetIconPainter.getGXYLabelPainter
(Object aObject) Modifier and TypeMethodDescriptionTLcdGXYCompositeLabelPainter.getLabelPainters()
Returns a list of label painters that are used in this composite label painter.Modifier and TypeMethodDescriptionvoid
TLcdGXYCompositeLabelPainter.addLabelPainter
(ILcdGXYLabelPainter aLabelPainter) Adds the given label painter to this composite label painter.void
TLcdGXYCompositeLabelPainter.addLabelPainter
(ILcdGXYLabelPainter aLabelPainter, int aIndex) Adds the given label painter to this composite label painter at the given index.void
TLcdGXYCompositeLabelPainter.addLabelPainter
(ILcdGXYLabelPainter aLabelPainter, ILcdGXYLabelEditor aLabelEditor) Adds the given label painter and editor to this composite label painter.void
TLcdGXYCompositeLabelPainter.addLabelPainter
(ILcdGXYLabelPainter aLabelPainter, ILcdGXYLabelEditor aLabelEditor, int aIndex) Adds the given label painter and editor to this composite label painter at the given index.int
TLcdGXYCompositeLabelPainter.removeLabelPainter
(ILcdGXYLabelPainter aLabelPainter) Removes the given label painter from this composite label painter.ModifierConstructorDescriptionTLcdGXYOffsetIconPainter
(ILcdGXYPainter aDelegateAnchorPainter, ILcdGXYPainter aDelegateOffsetIconPainter, ILcdGXYEditor aDelegateOffsetEditor, ILcdGXYLabelPainter aDelegateLabelPainter) Creates an offset icon painter that delegates its operations to the specified painters and editor.TLcdGXYOffsetIconPainter
(ILcdGXYPainter aDelegateAnchorPainter, ILcdGXYPainter aDelegateOffsetIconPainter, ILcdGXYEditor aDelegateOffsetEditor, ILcdGXYLabelPainter aDelegateLabelPainter, boolean aMapAllToSublabels) Creates an offset icon painter that delegates its operations to the specified painters and editor. -
Uses of ILcdGXYLabelPainter in com.luciad.view.map
Modifier and TypeMethodDescriptionprotected ILcdGXYLabelPainter
TLcdAdvancedMapRulerController.createGXYLabelPainter()
Creates the label painter for the distance labels (or maybe angle labels, etc).TLcdMapGeorefGridLayer.getGXYLabelPainter
(Object aObject) TLcdMapLonLatGridLayer.getGXYLabelPainter
(Object aObject) TLcdUPSGridLayer.getGXYLabelPainter
(Object aObject) Always returns null.TLcdUTMGridLayer.getGXYLabelPainter
(Object aObject) Labeling is handled in the UTM zone painter used to paint the zones.TLcdXYGridLayer.getGXYLabelPainter
(Object aObject) Label painting of this layer is handled by an internal painter. -
Uses of ILcdGXYLabelPainter in com.luciad.view.map.mgrs
Modifier and TypeMethodDescriptionTLcdMGRSGridLayer.getGXYLabelPainter
(Object aObject) Label painting of this layer is handled by an internal painter. -
Uses of ILcdGXYLabelPainter in com.luciad.view.map.multilevelgrid
Modifier and TypeMethodDescriptionTLcdMultilevelGridLayer.getGXYLabelPainter
(Object aObject) Always returns null. -
Uses of ILcdGXYLabelPainter in com.luciad.view.map.painter
Modifier and TypeClassDescriptionclass
TheTLcdUTMZonePainter
extendsALcdGXYPainter
and implementsILcdGXYPainter
to paint an UTM-MGRS zone (TLcdUTMZone
) on a hemisphere.
ILcdGXYLabelEditor
.