Uses of Interface
com.luciad.view.gxy.ILcdGXYEditorProvider
Package
Description
Painters for 2D views 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.Provides painters for typical database objects.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Provides API for visualizing NVG data in an
ILcdGXYView
.Handles the POL format.
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Provides support for visualizing vector data from a LuciadFusion Tile Store in a 2D view.
This package provides a new, highly configurable data format.
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.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ILcdGXYEditorProvider 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 extension ofTLcdGXYShapeListPainter
paintsILcdShapeList
objects whose shapes are themselvesILcdPointList
implementations. -
Uses of ILcdGXYEditorProvider in com.luciad.format.aixm51.view.gxy
Modifier and TypeClassDescriptionclass
A provider ofILcdGXYEditor
,ILcdGXYPainter
,ILcdGXYLabelPainter
andILcdGXYLabelEditorProvider
instances for AIXM 5.1 features. -
Uses of ILcdGXYEditorProvider in com.luciad.format.database.gxy
-
Uses of ILcdGXYEditorProvider in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
Painter for layers containing aILcdMagneticNorthModel
. -
Uses of ILcdGXYEditorProvider 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 ILcdGXYEditorProvider in com.luciad.format.pol
-
Uses of ILcdGXYEditorProvider 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. -
Uses of ILcdGXYEditorProvider in com.luciad.fusion.client.view.gxy
Modifier and TypeMethodDescriptionvoid
TLfnGXYVectorLayer.setGXYEditorProvider
(ILcdGXYEditorProvider aGXYEditorProvider) Deprecated.Sets anILcdGXYEditorProvider
to thisTLcdGXYLayer
. -
Uses of ILcdGXYEditorProvider in com.luciad.lucy.addons.drawing.format
Modifier and TypeMethodDescriptionabstract ILcdGXYEditorProvider
ALcyDomainObjectSupplier.createGXYEditorProvider()
Creates the editor provider for the objects of this domain object supplier.TLcySLDDomainObjectSupplier.createGXYEditorProvider()
TLcyShapePainterProviderContainer.getFillEditorProvider()
Returns the fill editor provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getPointEditorProvider()
Returns the point editor provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getRasterEditorProvider()
Returns the raster editor provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getStrokeEditorProvider()
Returns the stroke editor provider passed as an argument in the constructor.TLcyShapePainterProviderContainer.getTextEditorProvider()
Returns the text editor 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 ILcdGXYEditorProvider in com.luciad.ogc.sld.view.gxy
Modifier and TypeClassDescriptionclass
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 ILcdGXYEditorProvider
TLcdSLDSymbolizerPainterFactory.createFillEditorProvider()
Create an editor provider that edits filled objects.protected ILcdGXYEditorProvider
TLcdSLDSymbolizerPainterFactory.createPointEditorProvider()
Creates andILcdGXYEditorProvider
that will be used to edit objects that are rendered as points.protected ILcdGXYEditorProvider
TLcdSLDSymbolizerPainterFactory.createRasterEditorProvider()
Creates andILcdGXYEditorProvider
that can be used to edit rastersprotected ILcdGXYEditorProvider
TLcdSLDSymbolizerPainterFactory.createStrokeEditorProvider
(ALcdSLDSymbolizer aSymbolizer) Returns an editor provider to edit lines. -
Uses of ILcdGXYEditorProvider in com.luciad.symbology.app6a.view.gxy.painter
Modifier and TypeClassDescriptionclass
An editor provider for a layer containingILcdAPP6AShape
objects. -
Uses of ILcdGXYEditorProvider in com.luciad.symbology.milstd2525b.view.gxy.painter
Modifier and TypeClassDescriptionclass
An editor provider for a layer containingILcdMS2525bShape
objects. -
Uses of ILcdGXYEditorProvider in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
Deprecated.The functionality offered by this class has been replaced with a properILcdGXYLabelEditor
.class
This is an implementation ofILcdGXYEditorProvider
that returns for anObject
anILcdGXYEditor
that has been registered for its class.class
A painter and editor for all supported shape types.class
This is an implementation of theILcdGXYEditorProvider
interface that returns always the sameILcdGXYEditor
.Modifier and TypeMethodDescriptionTLcdGXYLayer.getGXYEditorProvider()
Gets the currentILcdGXYEditorProvider
attached to thisTLcdGXYLayer
.Modifier and TypeMethodDescriptionvoid
TLcdGXYLayer.setGXYEditorProvider
(ILcdGXYEditorProvider aGXYEditorProvider) Sets anILcdGXYEditorProvider
to thisTLcdGXYLayer
. -
Uses of ILcdGXYEditorProvider in com.luciad.view.gxy.painter
Modifier and TypeClassDescriptionclass
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
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
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
Paints and locatesILcdShape
objects as points and enables visual editing ofILcd2DEditableShape
objects as points 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 ILcdGXYEditorProvider
TLcdGXYShapeListPainter.fShapeGXYEditorProvider
The editor provider to retrieve editors for the objects inside theILcdShapeList
object.Modifier and TypeMethodDescriptionTLcdGXYCompositeCurvePainter.getCurveGXYEditorProvider()
Returns the editor provider used to provide an editor for each shape inside the composite curve.TLcdGXYCompositeRingPainter.getCurveGXYEditorProvider()
Returns the editor provider used to provide an editor for each shape inside the composite ring.TLcdGXYShapeListPainter.getShapeGXYEditorProvider()
Returns the editor provider used to provide an editor for each shape inside the shape list.Modifier and TypeMethodDescriptionvoid
TLcdGXYCompositeCurvePainter.setCurveGXYEditorProvider
(ILcdGXYEditorProvider aCurveGXYEditorProvider) Sets the editor provider used to provide an editor for each shape inside the composite curve.void
TLcdGXYCompositeRingPainter.setCurveGXYEditorProvider
(ILcdGXYEditorProvider aCurveGXYEditorProvider) Sets the editor provider used to provide an editor for each shape inside the composite ring.void
TLcdGXYShapeListPainter.setShapeGXYEditorProvider
(ILcdGXYEditorProvider aShapeGXYEditorProvider) Sets the editor provider used to provide an editor for each shape inside the shape list.ModifierConstructorDescriptionTLcdGXYCompositeCurvePainter
(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".
TLcdGXYShapePainter
instead.