Package com.luciad.earth.tileset
package com.luciad.earth.tileset
Provides support for tiling, multileveling and on-demand loading of arbitrary
datasets. The main interface of this package is
ILcdEarthTileSet
,
which is the sole data access point in the Luciad Earth framework.- Since:
- 8.1
-
ClassDescriptionBase class for tiles produced by an
ILcdEarthTileSet
.Abstract base class forILcdEarthTileSet
implementations.AnILcdEarthTileSet
which represents its tiles as a collection that can be both queried and edited.AnILcdEarthTileSet
that allows iteration over its tiles.AnILcdEarthRasterTileSetCoverage
with multi-valued values.AnILcdEarthTileSetCoverage
with properties specific to raster data.Important notice: the packagecom.luciad.imaging
presents a new API for the modeling of raster data.A callback interface used byILcdEarthTileSet
.An interface for a single data coverage available from anILcdEarthTileSet
.An enumeration of possible data types.An extension ofILcdEarthTileSetCoverage
for coverages that contain vector data.An enumeration of possible shape types in anILcdEarthVectorTileSetCoverage
.Default implementation ofALcdEarthTile
.Describes a tile's data format, using a Class and/or a Name.An enumeration of modes used byILcdEarthTileSet
to steer its asynchronous behaviour.Default implementation ofILcdEarthTileSetCoverage
.An exception that can be thrown because of an unexpected error (for example an IO error) during iteration of anILcdEarthIterableTileSet
.Default implementation ofILcdEarthVectorTileSetCoverage
.