Uses of Enum Class
com.luciad.format.tiled3d.ogc3dtiles.ELcdOGC3DTilesVersion
Packages that use ELcdOGC3DTilesVersion
Package
Description
Provides
a decoder
for the OGC 3D Tiles format.Provides a builder for optimizing, simplifying,
multi-leveling and slicing 3D mesh data.
-
Uses of ELcdOGC3DTilesVersion in com.luciad.format.tiled3d.ogc3dtiles
Methods in com.luciad.format.tiled3d.ogc3dtiles that return ELcdOGC3DTilesVersionModifier and TypeMethodDescriptionstatic ELcdOGC3DTilesVersionReturns the enum constant of this class with the specified name.static ELcdOGC3DTilesVersion[]ELcdOGC3DTilesVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.tiled3d.ogc3dtiles with parameters of type ELcdOGC3DTilesVersionModifier and TypeMethodDescriptionvoidTLcdOGC3DTilesModelEncoder.setTileSetVersion(ELcdOGC3DTilesVersion aVersion) Set the OGC 3D Tiles version to use while encoding. -
Uses of ELcdOGC3DTilesVersion in com.luciad.meshup
Methods in com.luciad.meshup with parameters of type ELcdOGC3DTilesVersionModifier and TypeMethodDescriptionTLcd3DTilesProcessorBuilder.tileSetVersion(ELcdOGC3DTilesVersion aTileSetVersion) Sets the version of the OGC 3D Tiles tileset to be created.