Class TLcdOGC3DTilesDataTypes
java.lang.Object
com.luciad.format.tiled3d.ogc3dtiles.TLcdOGC3DTilesDataTypes
A collection of various data types that are useful when modeling metadata coming from
OGC 3D Tiles.
- Since:
- 2020.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataType
A data type that represents a binary 2-component floating point number.static final TLcdDataType
A data type that represents a binary 2-component floating point number.static final TLcdDataType
A data type that represents a binary 3-component floating point number.static final TLcdDataType
A data type that represents a binary 3-component floating point number.static final TLcdDataType
A data type that represents a binary 4-component floating point number.static final TLcdDataType
A data type that represents a binary 4-component floating point number. -
Constructor Summary
-
Method Summary
-
Field Details
-
VEC2_FLOAT_TYPE
A data type that represents a binary 2-component floating point number. The instance of this data type is a float[] with exact length of 2. This data type can be used when modeling aTLcdDataModel
for the metadata of an encoded OGC 3D Tiles model. -
VEC3_FLOAT_TYPE
A data type that represents a binary 3-component floating point number. The instance of this data type is a float[] with exact length of 3. This data type can be used when modeling aTLcdDataModel
for the metadata of an encoded OGC 3D Tiles model. -
VEC4_FLOAT_TYPE
A data type that represents a binary 4-component floating point number. The instance of this data type is a float[] with exact length of 4. This data type can be used when modeling aTLcdDataModel
for the metadata of an encoded OGC 3D Tiles model. -
VEC2_DOUBLE_TYPE
A data type that represents a binary 2-component floating point number. The instance of this data type is a double[] with exact length of 2. This data type can be used when modeling aTLcdDataModel
for the metadata of an encoded OGC 3D Tiles model. -
VEC3_DOUBLE_TYPE
A data type that represents a binary 3-component floating point number. The instance of this data type is a double[] with exact length of 3. This data type can be used when modeling aTLcdDataModel
for the metadata of an encoded OGC 3D Tiles model. -
VEC4_DOUBLE_TYPE
A data type that represents a binary 4-component floating point number. The instance of this data type is a double[] with exact length of 4. This data type can be used when modeling aTLcdDataModel
for the metadata of an encoded OGC 3D Tiles model.
-
-
Constructor Details
-
TLcdOGC3DTilesDataTypes
public TLcdOGC3DTilesDataTypes()
-
-
Method Details
-
getDataModel
-