Uses of Package
com.luciad.earth.tileset.datatype
Packages that use com.luciad.earth.tileset.datatype
Package
Description
Contains codecs used by
TLcdEarthTileRepository
to encode tiles
and coverages.Defines classes for use as the class of a
TLcdEarthTileFormat
.Contains tile splitters used by
TLcdEarthLevelFallbackTileSet
.-
Classes in com.luciad.earth.tileset.datatype used by com.luciad.earth.repository.codecClassDescriptionAn extension of
TLcdEarthTexturedVertexArray
which enforces that the contained vertex array is aTLcdEarthTerrainTileVertexArray
.Container for a vertex array with texture data.A container for vertex array data that can be drawn directly with OpenGL (for instance usingglDrawArrays()
). -
Classes in com.luciad.earth.tileset.datatype used by com.luciad.earth.tileset.datatypeClassDescriptionA container for indexed vertex array data that can be drawn directly with OpenGL using
glDrawElements()
.A container for a 2D array of multi-valued values.An extension ofTLcdEarthVertexArray
intended to store 3D terrain geometry tiles.A container for texture data that can be used directly with OpenGL (for instance withglTexImage2D()
).Container for a vertex array with texture data.A container for vertex array data that can be drawn directly with OpenGL (for instance usingglDrawArrays()
). -
Classes in com.luciad.earth.tileset.datatype used by com.luciad.earth.tileset.util.splitter