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 TLcdEarthVertexArrayTLcdEarthIndexedVertexArrayTileDataCodec.decodeVertices(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArrayTLcdEarthTerrainTileVertexArrayTileDataCodec.decodeVertices(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArrayTLcdEarthVertexArrayTileDataCodec.decodeVertices(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) Methods in com.luciad.earth.repository.codec with parameters of type TLcdEarthVertexArrayModifier and TypeMethodDescriptionprotected TLcdEarthVertexArrayTLcdEarthIndexedVertexArrayTileDataCodec.decodeVertices(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArrayTLcdEarthTerrainTileVertexArrayTileDataCodec.decodeVertices(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) protected TLcdEarthVertexArrayTLcdEarthVertexArrayTileDataCodec.decodeVertices(DataInputStream aInputStream, TLcdEarthVertexArray aVertexArraySFCT) -
Uses of TLcdEarthVertexArray in com.luciad.earth.tileset.datatype
Subclasses of TLcdEarthVertexArray in com.luciad.earth.tileset.datatypeModifier and TypeClassDescriptionclassA container for indexed vertex array data that can be drawn directly with OpenGL usingglDrawElements().classAn indexed vertex array that has an object mapped to each element of the vertex array.classAn extension ofTLcdEarthVertexArrayintended 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 TypeMethodDescriptionvoidTLcdEarthTexturedTerrainTileVertexArray.setVertexArray(TLcdEarthVertexArray aVertexArray) voidTLcdEarthTexturedVertexArray.setVertexArray(TLcdEarthVertexArray aVertexArray) Constructors in com.luciad.earth.tileset.datatype with parameters of type TLcdEarthVertexArrayModifierConstructorDescriptionTLcdEarthVertexArray(TLcdEarthVertexArray aVertexArray) Constructs aTLcdEarthVertexArraywith the same properties as the specified vertex array.