Uses of Interface
com.luciad.view.ILcdTreeLayeredSupport
Package
Description
Contains a broad range of classes related to the visual represention of a map.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Utilities for making maps.
-
Uses of ILcdTreeLayeredSupport in com.luciad.lucy.map
Modifier and TypeMethodDescriptionprotected ILcdTreeLayeredSupport
TLcyMapComponentFactory.createTreeLayeredSupport
(TLcyMapComponent aMapComponent) Creates theILcdTreeLayeredSupport
used to store the layers of the view created byTLcyMapComponentFactory.createGXYView(TLcyMapComponent)
. -
Uses of ILcdTreeLayeredSupport in com.luciad.view
Modifier and TypeClassDescriptionclass
A utility class that can be used to create a class that implementsILcdTreeLayered
.class
This is a utility class that can be used to make a class that implementsILcdTreeLayered
. -
Uses of ILcdTreeLayeredSupport in com.luciad.view.gxy
ModifierConstructorDescriptionTLcdGXYViewBufferedImage
(int aBufferedImageType, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new, emptyBufferedImage
basedILcdGXYView
of the given image type, based on theILcdTreeLayered
aTreeLayered
.TLcdGXYViewBufferedImage
(int aBufferedImageType, IndexColorModel aIndexColorModel, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new, emptyBufferedImage
basedILcdGXYView
of the given image type, with a givenIndexColorModel
, based on theILcdTreeLayered
aTreeLayered
.TLcdGXYViewCanvas
(ILcdTreeLayeredSupport aTreeLayeredSupport) TLcdGXYViewJPanel
(ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new, emptyJPanel
-basedILcdGXYView
.TLcdGXYViewJPanelLightWeight
(ILcdTreeLayeredSupport aTreeLayeredSupport) TLcdGXYViewPanel
(ILcdTreeLayeredSupport aTreeLayeredSupport) TLcdGXYViewPlanarImage
(int aWidth, int aHeight, int aTileWidth, int aTileHeight, int aBufferedImageType, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new TLcdGXYViewPlanarImage of the given size and type.TLcdGXYViewPlanarImage
(int aWidth, int aHeight, int aTileWidth, int aTileHeight, int aBufferedImageType, IndexColorModel aIndexColorModel, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new TLcdGXYViewPlanarImage of the given size and with the given IndexColorModel. -
Uses of ILcdTreeLayeredSupport in com.luciad.view.map
ModifierConstructorDescriptionTLcdMapBufferedImage
(int aBufferedImageType, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new, emptyBufferedImage
basedILcdGXYView
of the given image type.TLcdMapBufferedImage
(int aBufferedImageType, IndexColorModel aIndexColorModel, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new, emptyBufferedImage
basedILcdGXYView
of the given image type, with a givenIndexColorModel
.TLcdMapCanvas
(ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a newTLcdGXYViewCanvas
-basedILcdGXYView
with a longitude/latitude grid and aTLcdGridReference
that has an instance ofTLcdEquidistantCylindrical
asILcdProjection
.TLcdMapJPanel
(ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a newTLcdGXYViewJPanel
-basedILcdGXYView
with a longitude/latitude grid and aTLcdGridReference
that has an instance ofTLcdEquidistantCylindrical
asILcdProjection
.TLcdMapPanel
(ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a newTLcdGXYViewPanel
-basedILcdGXYView
with a longitude/latitude grid and aTLcdGridReference
that has an instance ofTLcdEquidistantCylindrical
asILcdProjection
.