Uses of Enum Class
com.luciad.model.TLcdModelMetadata.DataCategory
Packages that use TLcdModelMetadata.DataCategory
-
Uses of TLcdModelMetadata.DataCategory in com.luciad.model
Methods in com.luciad.model that return TLcdModelMetadata.DataCategoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcdModelMetadata.DataCategory[]
TLcdModelMetadata.DataCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.model that return types with arguments of type TLcdModelMetadata.DataCategoryModifier and TypeMethodDescriptionTLcdModelMetadata.getDataCategories()
Returns the kind of data the model containsMethods in com.luciad.model with parameters of type TLcdModelMetadata.DataCategoryModifier and TypeMethodDescriptionTLcdModelMetadata.Builder.addDataCategory
(TLcdModelMetadata.DataCategory aDataCategory) Adds a data category of to the set of data categories contained in the model.Method parameters in com.luciad.model with type arguments of type TLcdModelMetadata.DataCategoryModifier and TypeMethodDescriptionTLcdModelMetadata.Builder.dataCategories
(Set<TLcdModelMetadata.DataCategory> aDataCategories) Sets the data category set of the model.