Package com.luciad.earth.tileset.datatype
package com.luciad.earth.tileset.datatype
Defines classes for use as the class of a
TLcdEarthTileFormat
. This
tile format class is for example used to describe the data of a tile
.- Since:
- 8.1
-
ClassDescriptionA container for a 2D array of elevation values.A 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 indexed vertex array that has an object mapped to each element of the vertex array.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()
).An extension ofTLcdEarthTexturedVertexArray
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()
).