Uses of Class
com.luciad.earth.tileset.datatype.TLcdEarthVertexArray
Packages that use 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
Methods in com.luciad.earth.repository.codec that return TLcdEarthVertexArrayModifier 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) Methods in com.luciad.earth.repository.codec with parameters of type TLcdEarthVertexArrayModifier 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
Subclasses of TLcdEarthVertexArray in com.luciad.earth.tileset.datatypeModifier 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.Methods in com.luciad.earth.tileset.datatype that return TLcdEarthVertexArrayMethods in com.luciad.earth.tileset.datatype with parameters of type TLcdEarthVertexArrayModifier and TypeMethodDescriptionvoid
TLcdEarthTexturedTerrainTileVertexArray.setVertexArray
(TLcdEarthVertexArray aVertexArray) void
TLcdEarthTexturedVertexArray.setVertexArray
(TLcdEarthVertexArray aVertexArray) Constructors in com.luciad.earth.tileset.datatype with parameters of type TLcdEarthVertexArrayModifierConstructorDescriptionTLcdEarthVertexArray
(TLcdEarthVertexArray aVertexArray) Constructs aTLcdEarthVertexArray
with the same properties as the specified vertex array.