Package com.luciad.meshup
Class TLcd3DTilesProcessorDataTypes
java.lang.Object
com.luciad.meshup.TLcd3DTilesProcessorDataTypes
The data types used for metadata processing in
TLcd3DTilesProcessorBuilder
.- Since:
- 2020.1
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModel
Returns theTLcdDataModel
used by the output ofTLcd3DTilesProcessorBuilder
by default.static TLcdDataType
Returns the defaultTLcdDataType
used by the output ofTLcd3DTilesProcessorBuilder
.
-
Field Details
-
OBJECT_ID_PROPERTY
Property key for a uniquely generated identifier. This property maps to an integer that is unique for a single object within an output dataset. This value can be used for selection in clients.- See Also:
-
OBJECT_NAME_PROPERTY
Property key for an object name. This property maps to a string, and is parsed directly from input data. This value is not necessarily unique within an output dataset. For a unique identifier, please have a look atOBJECT_ID_PROPERTY
- See Also:
-
ORIGINAL_SOURCE_PATH_PROPERTY
Property key for original source filepath. This property maps to a string, and is parsed directly from input data. This value can be used to identify which original source file contained a certain object.- See Also:
-
-
Constructor Details
-
TLcd3DTilesProcessorDataTypes
public TLcd3DTilesProcessorDataTypes()
-
-
Method Details
-
getDefaultMeshModel
Returns theTLcdDataModel
used by the output ofTLcd3DTilesProcessorBuilder
by default. This data model contains a single type, which can be found ingetDefaultMeshType()
- Returns:
- The default data model for processed 3D tiles
-
getDefaultMeshType
Returns the defaultTLcdDataType
used by the output ofTLcd3DTilesProcessorBuilder
. The default type contains 3 properties that uniquely identify a feature:- Returns:
- The default data type for a mesh
-