Uses of Interface
com.luciad.earth.tileset.util.splitter.ILcdEarthTileSplitter
Packages that use ILcdEarthTileSplitter
Package
Description
Contains various utility implementations of
ILcdEarthTileSet
.Contains tile splitters used by
TLcdEarthLevelFallbackTileSet
.-
Uses of ILcdEarthTileSplitter in com.luciad.earth.tileset.util
Methods in com.luciad.earth.tileset.util that return ILcdEarthTileSplitterModifier and TypeMethodDescriptionTLcdEarthLevelFallbackTileSet.getTileSplitter
(ILcdEarthTileSetCoverage aCoverage) Returns the tile splitter that is currently set for the given coverage.Methods in com.luciad.earth.tileset.util with parameters of type ILcdEarthTileSplitterModifier and TypeMethodDescriptionvoid
TLcdEarthLevelFallbackTileSet.addTileSplitter
(ILcdEarthTileSplitter aTileSplitter) Adds a tile splitter.void
TLcdEarthLevelFallbackTileSet.setTileSplitter
(ILcdEarthTileSplitter aTileSplitter, ILcdEarthTileSetCoverage aCoverage) Sets the tile splitter used for the given coverage.void
TLcdEarthLevelFallbackTileSet.setTileSplitter
(ILcdEarthTileSplitter aTileSplitter, TLcdEarthTileFormat aDataFormatClass) Sets the tile splitter of all coverages that support the given data format class. -
Uses of ILcdEarthTileSplitter in com.luciad.earth.tileset.util.splitter
Classes in com.luciad.earth.tileset.util.splitter that implement ILcdEarthTileSplitterModifier and TypeClassDescriptionclass
Base class forILcdEarthTileSplitter
implementations.class
SplitsTLcdEarthElevationData
objects.class
Splits BufferedImage objects.class
SplitsTLcdEarthMultivaluedData
objects.