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 ILcdTreeLayeredSupportTLcyMapComponentFactory.createTreeLayeredSupport(TLcyMapComponent aMapComponent) Creates theILcdTreeLayeredSupportused 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 TypeClassDescriptionclassA utility class that can be used to create a class that implementsILcdTreeLayered.classThis 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, emptyBufferedImagebasedILcdGXYViewof the given image type, based on theILcdTreeLayeredaTreeLayered.TLcdGXYViewBufferedImage(int aBufferedImageType, IndexColorModel aIndexColorModel, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new, emptyBufferedImagebasedILcdGXYViewof the given image type, with a givenIndexColorModel, based on theILcdTreeLayeredaTreeLayered.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, emptyBufferedImagebasedILcdGXYViewof the given image type.TLcdMapBufferedImage(int aBufferedImageType, IndexColorModel aIndexColorModel, ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a new, emptyBufferedImagebasedILcdGXYViewof the given image type, with a givenIndexColorModel.TLcdMapCanvas(ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a newTLcdGXYViewCanvas-basedILcdGXYViewwith a longitude/latitude grid and aTLcdGridReferencethat has an instance ofTLcdEquidistantCylindricalasILcdProjection.TLcdMapJPanel(ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a newTLcdGXYViewJPanel-basedILcdGXYViewwith a longitude/latitude grid and aTLcdGridReferencethat has an instance ofTLcdEquidistantCylindricalasILcdProjection.TLcdMapPanel(ILcdTreeLayeredSupport aTreeLayeredSupport) Constructs a newTLcdGXYViewPanel-basedILcdGXYViewwith a longitude/latitude grid and aTLcdGridReferencethat has an instance ofTLcdEquidistantCylindricalasILcdProjection.