Uses of Interface
com.luciad.earth.tileset.util.splitter.ILcdEarthTileSplitter
Package
Description
Contains various utility implementations of
ILcdEarthTileSet
.Contains tile splitters used by
TLcdEarthLevelFallbackTileSet
.-
Uses of ILcdEarthTileSplitter in com.luciad.earth.tileset.util
Modifier and TypeMethodDescriptionTLcdEarthLevelFallbackTileSet.getTileSplitter
(ILcdEarthTileSetCoverage aCoverage) Returns the tile splitter that is currently set for the given coverage.Modifier 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
Modifier and TypeClassDescriptionclass
Base class forILcdEarthTileSplitter
implementations.class
SplitsTLcdEarthElevationData
objects.class
Splits BufferedImage objects.class
SplitsTLcdEarthMultivaluedData
objects.