Uses of Class
com.luciad.earth.tileset.datatype.TLcdEarthVertexArray
Package
Description
Contains codecs used by
TLcdEarthTileRepository
to encode tiles
and coverages.Defines classes for use as the class of a
TLcdEarthTileFormat
.-
Uses of TLcdEarthVertexArray in com.luciad.earth.repository.codec
Modifier and TypeMethodDescriptionprotected TLcdEarthVertexArray
TLcdEarthIndexedVertexArrayTileDataCodec.decodeVertices
(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArray
TLcdEarthTerrainTileVertexArrayTileDataCodec.decodeVertices
(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArray
TLcdEarthVertexArrayTileDataCodec.decodeVertices
(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) Modifier and TypeMethodDescriptionprotected TLcdEarthVertexArray
TLcdEarthIndexedVertexArrayTileDataCodec.decodeVertices
(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArray
TLcdEarthTerrainTileVertexArrayTileDataCodec.decodeVertices
(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArray
TLcdEarthVertexArrayTileDataCodec.decodeVertices
(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) -
Uses of TLcdEarthVertexArray in com.luciad.earth.tileset.datatype
Modifier and TypeClassDescriptionclass
A container for indexed vertex array data that can be drawn directly with OpenGL usingglDrawElements()
.class
An indexed vertex array that has an object mapped to each element of the vertex array.class
An extension ofTLcdEarthVertexArray
intended to store 3D terrain geometry tiles.Modifier and TypeMethodDescriptionvoid
TLcdEarthTexturedTerrainTileVertexArray.setVertexArray
(TLcdEarthVertexArray aVertexArray) void
TLcdEarthTexturedVertexArray.setVertexArray
(TLcdEarthVertexArray aVertexArray) ModifierConstructorDescriptionTLcdEarthVertexArray
(TLcdEarthVertexArray aVertexArray) Constructs aTLcdEarthVertexArray
with the same properties as the specified vertex array.