Uses of Interface
com.luciad.view.ILcdTreeLayeredSupport
Packages that use 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
Methods in com.luciad.lucy.map that return ILcdTreeLayeredSupportModifier 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
Classes in com.luciad.view that implement ILcdTreeLayeredSupportModifier 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
Constructors in com.luciad.view.gxy with parameters of type ILcdTreeLayeredSupportModifierConstructorDescriptionTLcdGXYViewBufferedImage
(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
Constructors in com.luciad.view.map with parameters of type ILcdTreeLayeredSupportModifierConstructorDescriptionTLcdMapBufferedImage
(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
.