Uses of Interface
com.luciad.view.gxy.ILcdGXYPainterProvider
Package
Description
Representation aspects of ICAO symbols for AIS.
Painters for 2D views in the context of AIS.
Provides 2D visualization support for
ILcdEarthTileSet
s.
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.Contains a painter provider for painting CGM shapes on a 2D view.
Provides painters for typical database objects.
Contains a painter provider for painting DGN shapes on a 2D view.
Contains a painter provider for painting DWG shapes on a 2D view.
Contains painters and icons for visualizing GRIB 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.
This package contains a painter provider to visualize NetCDF models.
Provides API for visualizing NVG data in an
ILcdGXYView
.Handles the POL format.
Provides representations, decoders, and encoders for rasters.
Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Contains class for visualization of VPF data.
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
Provides the add-ons to support various data formats in Lucy; both data formats that ship
with LuciadLightspeed Essential as well as data formats that ship with additional LuciadLightspeed components.
This package provides a new, highly configurable data format.
Provides the addon that allows to draw trajectories on the map and to replay tracks along those
trajectories.
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.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
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.
Painters for maps.
Contains a layer factory for models that contain an
ALcdWMSProxy
object.This package contains a painter that visualizes
ALcdWMSProxy
instances in a GXY view using a tiled approach.-
Uses of ILcdGXYPainterProvider in com.luciad.ais.symbology.icao
Modifier and TypeClassDescriptionclass
This painter paintsILcdGenericAirspace
objects according to the ICAO guidelines for aeronautical charts.class
This painter paintsILcdRunway
objects according to the ICAO guidelines for aeronautical charts. -
Uses of ILcdGXYPainterProvider in com.luciad.ais.view.gxy.painter
Modifier and TypeClassDescriptionclass
This extension ofTLcdGXYIconPainter
overrides the standard approach of always using the same icon.class
This painter extendsTLcdGXYPointListPainter
, but paints an icon if the point list contains only a single point.class
This painter is used for paintingILcdILS
objects.class
A painter forTLcdProcedureTrajectory
objects.class
This painter is used for refueling tracks (ILcdRefuelingTrack
and refueling air spacesILcdRefuelingAirspace
).class
This extension ofTLcdGXYShapeListPainter
paintsILcdShapeList
objects whose shapes are themselvesILcdPointList
implementations.Modifier and TypeMethodDescriptionTLcdGXYProcedureTrajectoryPainter.getPointPainterProvider()
Returns the painter provider to be used for drawing points that are output with the procedure geometry.Modifier and TypeMethodDescriptionvoid
TLcdGXYProcedureTrajectoryPainter.setPointPainterProvider
(ILcdGXYPainterProvider aPointPainterProvider) Sets the painter provider to be used for drawing points that are output with the procedure geometry. -
Uses of ILcdGXYPainterProvider in com.luciad.earth.view.gxy
Modifier and TypeClassDescriptionclass
A base class for paintingILcdEarthTileSet
s in anILcdGXYView
.class
ThisILcdGXYPainter
can paint the elevation data ofILcdEarthTileSet
instances in a 2D view.class
ThisILcdGXYPainter
can paint the multi-valued raster data ofILcdEarthTileSet
instances in a 2D view.class
ThisILcdGXYPainter
can paint the raster data ofILcdEarthTileSet
instances in a 2D view.class
ThisILcdGXYPainter
can paint the scalar data ofILcdEarthTileSet
instances in a 2D view.class
ThisILcdGXYPainter
can paint the vector data ofILcdEarthTileSet
instances in a 2D view.class
A 2D painter forTLcdEarthIndexedVertexArray
's. -
Uses of ILcdGXYPainterProvider in com.luciad.format.aixm51.view.gxy
Modifier and TypeClassDescriptionclass
A provider ofILcdGXYEditor
,ILcdGXYPainter
,ILcdGXYLabelPainter
andILcdGXYLabelEditorProvider
instances for AIXM 5.1 features. -
Uses of ILcdGXYPainterProvider in com.luciad.format.cgm.gxy
Modifier and TypeClassDescriptionclass
ThisILcdGXYPainterProvider
provides painters for painting CGM objects. -
Uses of ILcdGXYPainterProvider in com.luciad.format.database.gxy
-
Uses of ILcdGXYPainterProvider in com.luciad.format.dgn.gxy
Modifier and TypeClassDescriptionclass
This is an implementation ofILcdGXYPainter
that accepts aTLcdDGNCell
for painting on anILcdGXYView
.class
This is an implementation ofILcdGXYPainter
that accepts aTLcdDGNComplexShape
for painting on anILcdGXYView
.class
Deprecated.This painter is replaced byTLcdGXYEllipsePainter
class
This class implements anILcdGXYPainterProvider
for DGN objects.Modifier and TypeMethodDescriptionTLcdDGNCellGXYPainter.getShapeGXYPainterProvider()
Returns the painter provider whose painters are used for painting the cell's shapes.TLcdDGNComplexShapeGXYPainter.getShapeGXYPainterProvider()
Modifier and TypeMethodDescriptionvoid
TLcdDGNCellGXYPainter.setShapeGXYPainterProvider
(ILcdGXYPainterProvider aShapeGXYPainterProvider) Sets the painter provider whose painters will be used for painting the cell's shapes.void
TLcdDGNComplexShapeGXYPainter.setShapeGXYPainterProvider
(ILcdGXYPainterProvider aShapeGXYPainterProvider) ModifierConstructorDescriptionTLcdDGNCellGXYPainter
(ILcdGXYPainterProvider aShapeGXYPainterProvider) Creates a TLcdDGNCellGXYPainter that delegates painting of the cell's shapes to the painters provided by the given painter provider.TLcdDGNComplexShapeGXYPainter
(ILcdGXYPainterProvider aShapeGXYPainterProvider) Constructs aTLcdDGNComplexShapeGXYPainter
with a givenILcdGXYPainterProvider
for the elements of the complex shapes.TLcdDGNComplexShapeGXYPainter
(ILcdGXYPainterProvider aShapeGXYPainterProvider, ILcdGXYPainterStyle aLineStyle, ILcdGXYPainterStyle aFillStyle) Constructs aTLcdDGNComplexShapeGXYPainter
with a givenILcdGXYPainterProvider
for the elements of the complex shapes. -
Uses of ILcdGXYPainterProvider in com.luciad.format.dwg.gxy
Modifier and TypeClassDescriptionclass
This class implements anILcdGXYPainterProvider
for DWG objects. -
Uses of ILcdGXYPainterProvider in com.luciad.format.grib.gxy
Modifier and TypeClassDescriptionclass
Deprecated.The NetCDF decoder should be used to decode GRIB data.class
Deprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of ILcdGXYPainterProvider in com.luciad.format.kml22.view.gxy
Modifier and TypeClassDescriptionclass
The main ILcdGXYPainterProvider for KML 2.2 abstract features -
Uses of ILcdGXYPainterProvider in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
Painter for layers containing aILcdMagneticNorthModel
.Modifier and TypeMethodDescriptionprotected ILcdGXYPainterProvider
TLcdMagneticNorthGXYLayerFactory.createGXYPainterProvider
(ILcdModel aModel) Creates a painter for the given magnetic north model. -
Uses of ILcdGXYPainterProvider in com.luciad.format.mif.gxy
Modifier and TypeClassDescriptionclass
This class implements anILcdGXYPainterProvider
for MIF objects. -
Uses of ILcdGXYPainterProvider in com.luciad.format.netcdf.gxy
Modifier and TypeClassDescriptionclass
Painter provider for NetCDF models. -
Uses of ILcdGXYPainterProvider in com.luciad.format.nvg.gxy
Modifier and TypeClassDescriptionclass
A painter provider for a layer containing NVG domain objects.Modifier and TypeMethodDescriptionvoid
TLcdNVGGXYPainterProvider.registerPainterEditorProviders
(String aStandardName, ILcdGXYPainterProvider aPainterProvider, ILcdGXYEditorProvider aEditorProvider) Allows to use external painter and editor providers for a domain specific standard. -
Uses of ILcdGXYPainterProvider in com.luciad.format.pol
-
Uses of ILcdGXYPainterProvider in com.luciad.format.raster
Modifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcdRasterPainter
interface.class
TLcdAllInMemoryRasterPainter
implements anILcdGXYPainter
for anILcdRaster
.class
Important notice: the packagecom.luciad.imaging
presents a new API for the modeling of raster data.class
ThisILcdGXYPainter
paintsILcdMultivaluedRaster
objects from models that have aTLcdMultivaluedRasterModelDescriptor
.class
ThisILcdGXYPainter
can paintILcdMultilevelRaster
instances, applying only a scaling transformation.class
ThisILcdGXYPainter
can paintILcdRaster
instances, applying only a scaling transformation.class
Important notice: the packagecom.luciad.imaging
presents a new API for the modeling of raster data.class
This ILcdRasterPainter paints multilevel elevation rasters as translucent rasters with dark or light shading based on the position of the sun.class
This ILcdRasterPainter paints elevation rasters as translucent rasters with dark or light shading based on the position of the sun.class
ThisILcdGXYPainter
can paintILcdMultilevelRaster
instances, warping them between different coordinate systems as required.class
ThisILcdGXYPainter
can paintILcdRaster
instances, warping them between different coordinate systems as required. -
Uses of ILcdGXYPainterProvider in com.luciad.format.s52.gxy
Modifier and TypeClassDescriptionclass
ThisILcdGXYPainterProvider
paints S-57 geometries according to the S-52 standard.Modifier and TypeMethodDescriptionvoid
TLcdS52GXYLayer.setGXYPainterProvider
(ILcdGXYPainterProvider aGXYPainterProvider) Sets anILcdGXYPainterProvider
to thisTLcdGXYLayer
. -
Uses of ILcdGXYPainterProvider in com.luciad.format.vpf
Modifier and TypeClassDescriptionclass
ExtendsTLcdGXYPointListPainter
and adds functionality for painting VPF domain objects using GeoSym symbology.class
ExtendsTLcdGXYIconPainter
and adds functionality for painting VPF domain objects using GeoSym symbology.Modifier and TypeMethodDescriptionprotected ILcdGXYPainterProvider
TLcdVPFLayerFactory.retrievePainterProvider
(TLcdVPFFeatureClass aVPFFeatureClass, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated. -
Uses of ILcdGXYPainterProvider in com.luciad.format.vpf.gxy
Modifier and TypeClassDescriptionclass
A painter provider for VPF data. -
Uses of ILcdGXYPainterProvider in com.luciad.fusion.client.view.gxy
Modifier and TypeClassDescriptionclass
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.Modifier and TypeMethodDescriptionvoid
TLfnGXYVectorLayer.setGXYPainterProvider
(ILcdGXYPainterProvider aGXYPainterProvider) Deprecated.Sets anILcdGXYPainterProvider
to thisTLcdGXYLayer
.void
TLfnGXYVectorLayer.setGXYPainterProviderArray
(ILcdGXYPainterProvider[] aGXYPainterProviderArray) Deprecated.Like,TLcdGXYLayer.setGXYPainterProvider(com.luciad.view.gxy.ILcdGXYPainterProvider)
, but sets an array ofILcdGXYPainterProvider
to thisTLcdGXYLayer
. -
Uses of ILcdGXYPainterProvider in com.luciad.lucy.addons.decoders
Modifier and TypeClassDescriptionclass
Do not use this class.class
Do not use this class. -
Uses of ILcdGXYPainterProvider in com.luciad.lucy.addons.drawing.format
Modifier and TypeMethodDescriptionabstract ILcdGXYPainterProvider
ALcyDomainObjectSupplier.createGXYPainterProvider()
Creates the painter provider for the objects of this domain object supplier.TLcySLDDomainObjectSupplier.createGXYPainterProvider()
TLcyShapePainterProviderContainer.getFillPainterProvider()
Returns the fill painter provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getPointPainterProvider()
Returns the point painter provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getRasterPainterProvider()
Returns the raster painter provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getStrokePainterProvider()
Returns the stroke painter provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getTextPainterProvider()
Returns the text painter provider passed as an argument in the constructor.ModifierConstructorDescriptionTLcyShapePainterProviderContainer
(ILcdGXYPainterProvider aStrokePainterProvider, ILcdGXYPainterProvider aFillPainterProvider, ILcdGXYPainterProvider aPointPainterProvider, ILcdGXYPainterProvider aTextPainterProvider, ILcdGXYPainterProvider aRasterPainterProvider, ILcdGXYEditorProvider aStrokeEditorProvider, ILcdGXYEditorProvider aFillEditorProvider, ILcdGXYEditorProvider aPointEditorProvider, ILcdGXYEditorProvider aTextEditorProvider, ILcdGXYEditorProvider aRasterEditorProvider) Default constructor. -
Uses of ILcdGXYPainterProvider in com.luciad.lucy.addons.pim
Modifier and TypeClassDescriptionclass
This class is only here because of beans compatibility. -
Uses of ILcdGXYPainterProvider 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
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, ...).Modifier and TypeMethodDescriptionprotected ILcdGXYPainterProvider
TLcdSLDSymbolizerPainterFactory.createFillPainterProvider()
Create a painter provider that paints objects in filled mode.protected ILcdGXYPainterProvider
TLcdSLDSymbolizerPainterFactory.createPointPainterProvider()
Creates the ILcdGXYPainterProvider the point symbolizer painter will delegate the actual painting to.protected ILcdGXYPainterProvider
TLcdSLDSymbolizerPainterFactory.createRasterPainterProvider()
Creates a painter provider for rasters.protected ILcdGXYPainterProvider
TLcdSLDSymbolizerPainterFactory.createStrokePainterProvider
(ALcdSLDSymbolizer aSymbolizer) Deprecated.OverrideTLcdSLDSymbolizerPainterFactory.createStrokePainterProvider(ALcdSLDSymbolizer,TLcdSLDContext)
instead of this method.protected ILcdGXYPainterProvider
TLcdSLDSymbolizerPainterFactory.createStrokePainterProvider
(ALcdSLDSymbolizer aSymbolizer, TLcdSLDContext aSLDContext) Returns a painter provider to paint lines. -
Uses of ILcdGXYPainterProvider in com.luciad.symbology.app6a.view.gxy.painter
Modifier and TypeClassDescriptionclass
A painter provider for a layer containingILcdAPP6AShape
objects. -
Uses of ILcdGXYPainterProvider in com.luciad.symbology.milstd2525b.view.gxy.painter
Modifier and TypeClassDescriptionclass
A painter provider for a layer containingILcdMS2525bStyled
objects. -
Uses of ILcdGXYPainterProvider in com.luciad.tea.hypsometry
Modifier and TypeClassDescriptionclass
A painter for hypsometric results based on an earth tileset.class
This ILcdRasterPainter paints hypsometric versions of multilevel elevation rasters.class
This ILcdRasterPainter paints hypsometric versions of elevation rasters. -
Uses of ILcdGXYPainterProvider in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
ALcdGXYPainter
is an abstract class that can be used for implementing theILcdGXYPainter
interface.class
Deprecated.The functionality offered by this class has been replaced with a properILcdGXYLabelEditor
.class
A painter provider that allowsregistering
painters for specific types of shapes.
By default, the provider is empty.class
A painter and editor for all supported shape types.class
This is an implementation of theILcdGXYPainterProvider
interface that returns always the sameILcdGXYPainter
.Modifier and TypeMethodDescriptionTLcdGXYLayer.getGXYPainterProvider()
Returns the currentILcdGXYPainterProvider
attached to thisTLcdGXYLayer
.TLcdGXYLayer.getGXYPainterProviderArray()
Returns an array containing all painter providers for this layerModifier and TypeMethodDescriptionvoid
TLcdGXYLayer.setGXYPainterProvider
(ILcdGXYPainterProvider aGXYPainterProvider) Sets anILcdGXYPainterProvider
to thisTLcdGXYLayer
.void
TLcdGXYLayer.setGXYPainterProviderArray
(ILcdGXYPainterProvider[] aGXYPainterProviderArray) Like,TLcdGXYLayer.setGXYPainterProvider(com.luciad.view.gxy.ILcdGXYPainterProvider)
, but sets an array ofILcdGXYPainterProvider
to thisTLcdGXYLayer
. -
Uses of ILcdGXYPainterProvider in com.luciad.view.gxy.painter
Modifier and TypeClassDescriptionclass
ProvidesOUTLINED
,FILLED
andOUTLINED_FILLED
modes to paint objects which cover an area.class
Paints and locatesILcdArcBand
objects and enables visual editing ofILcd2DEditableArcBand
objects in anILcdGXYView
.class
Paints and locatesILcdArc
objects and enables visual editing ofILcd2DEditableArc
objects in anILcdGXYView
.class
Deprecated.useTLcdGXYShapeListPainter
instead.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 locatesILcdCircularArcBy3Points
,ILcdCircularArcByBulge
andILcdCircularArcByCenterPoint
objects and enables visual editing ofILcd2DEditableCircularArcBy3Points
,ILcd2DEditableCircularArcByBulge
andILcd2DEditableCircularArcByCenterPoint
objects in anILcdGXYView
.class
A wrapper for apainter
which limits the painted region to an area delimited by a certain set of shapes.class
Paints and locatesILcdCompositeCurve
objects and enables visual editing ofILcdCompositeCurve
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
Deprecated.do not use.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
Wrapper for aILcdGXYPainter
that adds halo effects when painting objects.class
Paints and locatesILcdShape
objects as points and enables visual editing ofILcd2DEditableShape
objects as points in anILcdGXYView
.class
ThisILcdGXYPainter
paintsALcdImage
using icons at regular grid locations in the view.class
Painter for ALcdImage objects in anILcdGXYView
.class
Deprecated.TLcdGXYBufferPainter can paint and edit both TLcdLonLatBuffer and TLcdLonLatHeightBuffer objects.class
Wrapper for anILcdGXYPainter
that paints objects at a certain offset.class
Paints and locatesILcdPointList
objects (includingILcdComplexPolygon
) and enables visual editing ofILcd2DEditablePointList
objects in anILcdGXYView
.class
Deprecated.useTLcdGXYShapeListPainter
instead.class
Deprecated.useTLcdGXYShapeListPainter
instead.class
Paints and edits rounded polylines and polygons.class
Paints and locatesILcdShapeList
objects and enables visual editing ofILcdShapeList
objects in anILcdGXYView
.class
Paints and locatesILcdSurface
objects and enables visual editing ofILcdSurface
objects in anILcdGXYView
.class
Paints and locatesILcdText
objects and enables visual editing ofILcd2DEditableText
objects in anILcdGXYView
.Modifier and TypeFieldDescriptionprotected ILcdGXYPainterProvider
TLcdGXYShapeListPainter.fShapeGXYPainterProvider
The painter provider to retrieve painters for the objects inside theILcdShapeList
object.Modifier and TypeMethodDescriptionstatic ILcdGXYPainterProvider
TLcdGXYImagePainter.create
(ILcdModel aModel, ALcdImagingEngine aImagingEngine) This method creates a painter provider that configures a GXY painter with the defaults for painting raster data.TLcdGXYCompositeCurvePainter.getCurveGXYPainterProvider()
Returns the painter provider used to provide a painter for each shape inside the composite curve.TLcdGXYCompositeRingPainter.getCurveGXYPainterProvider()
Returns the painter provider used to provide a painter for each shape inside the composite ring.TLcdGXYClippingPainterWrapper.getDelegatePainterProvider()
Returns theILcdGXYPainterProvider
which is used to retrieve painters to delegate the object rendering to.TLcdGXYHaloPainter.getDelegatePainterProvider()
Returns theILcdGXYPainterProvider
to which the rendering of the objects is delegated.TLcdGXYSurfacePainter.getRingGXYPainterProvider()
Returns the painter provider used to provide a painter for the exterior and interior rings.TLcdGXYShapeListPainter.getShapeGXYPainterProvider()
Returns the painter provider used to provide a painter for each shape inside the shape list.Modifier and TypeMethodDescriptionvoid
TLcdGXYCompositeCurvePainter.setCurveGXYPainterProvider
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for each shape inside the composite curve.void
TLcdGXYCompositeRingPainter.setCurveGXYPainterProvider
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for each shape inside the composite ring.void
TLcdGXYHaloPainter.setDelegatePainterProvider
(ILcdGXYPainterProvider aDelegatePainterProvider) Sets theILcdGXYPainterProvider
to which the rendering of the objects is to be delegated.void
TLcdGXYSurfacePainter.setRingGXYPainterProvider
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider) Sets the painter provider used to provide a painter for the exterior and interior rings.final void
TLcdGXYAreaShapeListPainter.setShapeGXYPainterProvider
(ILcdGXYPainterProvider aShapeGXYPainterProvider) Deprecated.This method should not be called.final void
TLcdGXYPolylineShapeListPainter.setShapeGXYPainterProvider
(ILcdGXYPainterProvider aShapeGXYPainterProvider) Deprecated.This method should not be called.void
TLcdGXYShapeListPainter.setShapeGXYPainterProvider
(ILcdGXYPainterProvider aShapeGXYPainterProvider) Sets the painter provider used to provide a painter for each shape inside the shape list.ModifierConstructorDescriptionTLcdGXYClippingPainterWrapper
(ILcdGXYPainterProvider aGXYPainterProvider, ILcdModel aClipModel) Creates a new painter that clips the content of the painters provided by the given painter provider to the given model.TLcdGXYCompositeCurvePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider) Constructs a defaultTLcdGXYCompositeCurvePainter
with the specified painter and editor, and sets the display name to "CompositeCurve".TLcdGXYCompositeCurvePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYCompositeCurvePainter
with the specified painter, editor and connector provider, and sets the display name to "CompositeCurve".TLcdGXYCompositeRingPainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider) Constructs a defaultTLcdGXYCompositeRingPainter
with the specified painter and editor, and sets the display name to "CompositeRing".TLcdGXYCompositeRingPainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aCurveGXYPainterProvider, ILcdGXYEditorProvider aCurveGXYEditorProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYCompositeRingPainter
with the specified painter, editor and connector provider, and sets the display name to "CompositeRing".TLcdGXYHaloPainter
(ILcdGXYPainterProvider aPainterProvider) Creates a newTLcdGXYHaloPainter
wrapping the given painter provider, with default halo parameters (Color = white, thickness = 1)TLcdGXYHaloPainter
(ILcdGXYPainterProvider aPainterProvider, Color aHaloColor, int aHaloThickness) Creates a newTLcdGXYHaloPainter
wrapping the given painter provider, configured with the given halo color and thickness.TLcdGXYShapeListPainter
(ILcdGXYPainterProvider aShapeGXYPainterProvider) Constructs a defaultTLcdGXYShapeListPainter
with the specified painter provider and sets the display name to "ShapeList".TLcdGXYSurfacePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aRingGXYPainterProvider) Constructs a defaultTLcdGXYSurfacePainter
with the specified painter, and sets the display name to "Surface".TLcdGXYSurfacePainter
(ILcdGXYPainterProvider<ILcdGXYPathPainter> aRingGXYPainterProvider, ILcdCurveConnectorProvider aCurveConnectorProvider) Constructs a defaultTLcdGXYSurfacePainter
with the specified painter and connector provider, and sets the display name to "Surface". -
Uses of ILcdGXYPainterProvider in com.luciad.view.map.painter
Modifier and TypeClassDescriptionclass
This painter displays a polar grid centered on a domain object.class
ThisILcdGXYPainter
paintsTLcdLonLatGrid
objects as a maritime-style border around the view.class
ThisILcdGXYPainter
paintsTLcdLonLatGrid
instances.class
TheTLcdUTMZonePainter
extendsALcdGXYPainter
and implementsILcdGXYPainter
to paint an UTM-MGRS zone (TLcdUTMZone
) on a hemisphere. -
Uses of ILcdGXYPainterProvider in com.luciad.wms.client.gxy
Modifier and TypeClassDescriptionclass
A painter forALcdWMSProxy
objects. -
Uses of ILcdGXYPainterProvider in com.luciad.wms.client.gxy.tiled
Modifier and TypeClassDescriptionclass
Painter for visualizingALcdWMSProxy
objects in a GXY view.
TLcdGXYShapePainter
instead.