Uses of Interface
com.luciad.view.gxy.ILcdGXYLabelEditorProvider
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.Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
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 ILcdGXYLabelEditorProvider 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. -
Uses of ILcdGXYLabelEditorProvider 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. -
Uses of ILcdGXYLabelEditorProvider 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
A provider ofILcdGXYEditor
,ILcdGXYPainter
,ILcdGXYLabelPainter
andILcdGXYLabelEditorProvider
instances for AIXM 5.1 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. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
AILcdGXYLabelPainter
implementation for objects in aILcdMagneticNorthModel
. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.fusion.client.view.gxy
Modifier and TypeMethodDescriptionvoid
TLfnGXYVectorLayer.setGXYLabelEditorProvider
(ILcdGXYLabelEditorProvider aGXYLabelEditorProvider) Deprecated.Sets anILcdGXYLabelEditorProvider
to thisTLcdGXYLayer
. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
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
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
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 TypeMethodDescriptionTLcdGXYLayer.getGXYLabelEditorProvider()
Gets the currentILcdGXYLabelEditorProvider
attached to thisTLcdGXYLayer
.Modifier and TypeMethodDescriptionvoid
TLcdGXYLayer.setGXYLabelEditorProvider
(ILcdGXYLabelEditorProvider aGXYLabelEditorProvider) Sets anILcdGXYLabelEditorProvider
to thisTLcdGXYLayer
. -
Uses of ILcdGXYLabelEditorProvider 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.