Uses of Interface
com.luciad.view.gxy.ILcdGXYLabelEditorProvider
Packages that use 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
Classes in com.luciad.ais.symbology.icao that implement ILcdGXYLabelEditorProviderModifier and TypeClassDescriptionclassThis label painter paints detailed airspace labels according to the ICAO guidelines for aeronautical charts.classThis label painter paints the airspace operations type, the airspace name and (for Control Areas) the class of airspace along the airspace border.classThis class contains all the logic needed to paint area minimum altitude labels.classThis extension ofTLcdICAONavaidLabelPainterpaints DME labels.classThis class contains all the logic needed to paint navaid labels.classThis extension ofTLcdICAONavaidLabelPainterpaints NDB labels.classThis extension ofTLcdICAONavaidLabelPainterpaints TACAN labels.classThis extension ofTLcdICAONavaidLabelPainterpaints VOR labels. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.ais.view.gxy
Classes in com.luciad.ais.view.gxy that implement ILcdGXYLabelEditorProviderModifier and TypeClassDescriptionclassThis extension of theTLcdGXYPolylineLabelPainterclass paints a label alongside the longest segment of a given polyline. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.format.aixm51.view.gxy
Classes in com.luciad.format.aixm51.view.gxy that implement ILcdGXYLabelEditorProviderModifier and TypeClassDescriptionclassATLcdGXYStampLabelPainterwhich draws an 'ICAO Annex 4'-compliant label for AIXM 5.1 Airspace features.classA provider ofILcdGXYEditor,ILcdGXYPainter,ILcdGXYLabelPainterandILcdGXYLabelEditorProviderinstances for AIXM 5.1 features.classATLcdGXYStampLabelPainterthat draws an 'ICAO Annex 4'-compliant label for AIXM 5.1 Navaid features.classExtension ofTLcdGXYLabelPainterfor AIXM 5.1 features that uses XPath expressions to retrieve the label content. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.format.magneticnorth.gxy
Classes in com.luciad.format.magneticnorth.gxy that implement ILcdGXYLabelEditorProviderModifier and TypeClassDescriptionclassAILcdGXYLabelPainterimplementation for objects in aILcdMagneticNorthModel. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.fusion.client.view.gxy
Methods in com.luciad.fusion.client.view.gxy with parameters of type ILcdGXYLabelEditorProviderModifier and TypeMethodDescriptionvoidTLfnGXYVectorLayer.setGXYLabelEditorProvider(ILcdGXYLabelEditorProvider aGXYLabelEditorProvider) Deprecated.Sets anILcdGXYLabelEditorProviderto thisTLcdGXYLayer. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYLabelEditorProviderModifier and TypeClassDescriptionclassExtension ofTLcdGXYLabelPainterthat retrieves the label content through theILcdDataObjectinterface instead of usingobject.toString().classExtension ofTLcdGXYPolygonLabelPainterthat retrieves the label content through theILcdDataObjectinterface instead of usingobject.toString().classExtension ofTLcdGXYPolylineLabelPainterthat retrieves the label content through theILcdDataObjectinterface instead of usingobject.toString().classExtension ofTLcdGXYLabelPainterthat retrieves the label content through theILcdFeaturedinterface instead of usingobject.toString().classExtension ofTLcdGXYPolygonLabelPainterthat retrieves the label content through theILcdFeaturedinterface instead of usingobject.toString().classExtension ofTLcdGXYPolylineLabelPainterthat retrieves the label content through theILcdFeaturedinterface instead of usingobject.toString().classTLcdGXYLabelPainteris an implementation ofILcdGXYLabelPainter2that paints textual labels.classTLcdGXYMultiFontLabelPainteris an implementation ofILcdGXYLabelPainter2that paints textual labels using multiple fonts or colors.classTLcdGXYPolygonStampLabelPainterthat displays the polygon's toString() method as a text label.classPolygon label painter and label editor that positions the center of labels inside the polygon.classTLcdGXYPolylineStampLabelPainterthat displays a point list's toString() method as a text label.classPoint list label painter and label editor that positions labels on or along line segments.classThis implementation ofILcdGXYLabelPainter2delegates the actual painting to aALcdGXYLabelStamp.Methods in com.luciad.view.gxy that return ILcdGXYLabelEditorProviderModifier and TypeMethodDescriptionTLcdGXYLayer.getGXYLabelEditorProvider()Gets the currentILcdGXYLabelEditorProviderattached to thisTLcdGXYLayer.Methods in com.luciad.view.gxy with parameters of type ILcdGXYLabelEditorProviderModifier and TypeMethodDescriptionvoidTLcdGXYLayer.setGXYLabelEditorProvider(ILcdGXYLabelEditorProvider aGXYLabelEditorProvider) Sets anILcdGXYLabelEditorProviderto thisTLcdGXYLayer. -
Uses of ILcdGXYLabelEditorProvider in com.luciad.view.gxy.painter
Classes in com.luciad.view.gxy.painter that implement ILcdGXYLabelEditorProviderModifier and TypeClassDescriptionclassThis label painter composes a list ofILcdGXYLabelPainters into 1 label painter.classThis label painter adapts anILcdGXYPainterinto anILcdGXYLabelPainter2.classWrapper for anILcdGXYPainterthat paints objects at a certain offset.