Uses of Class
com.luciad.fusion.tilestore.metadata.TLfnThemeMetadata.Builder
Package
Description
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.-
Uses of TLfnThemeMetadata.Builder in com.luciad.fusion.tilestore.metadata
Modifier and TypeMethodDescriptionTLfnThemeMetadata.asBuilder()
Sets the optional keywords of a theme.TLfnThemeMetadata.Builder.keywords
(Collection<String> aKeywords) Sets the optional keywords of the theme.static TLfnThemeMetadata.Builder
TLfnThemeMetadata.newBuilder()
Creates a new, empty builder.static TLfnThemeMetadata.Builder
TLfnThemeMetadata.newBuilder
(TLfnThemeMetadata aTemplate) Creates a new builder from a template.TLfnThemeMetadata.Builder.resourceIds
(String... aResourceIds) Sets the optional resource IDs of the theme.TLfnThemeMetadata.Builder.resourceIds
(Collection<String> aResourceIds) Sets the optional resource IDs of the theme.TLfnThemeMetadata.Builder.setKeywords
(String... aKeywords) Deprecated.TLfnThemeMetadata.Builder.setKeywords
(Collection<String> aKeyWords) Deprecated.usekeywords(java.util.Collection)
insteadTLfnThemeMetadata.Builder.setResourceIds
(String... aResourceIds) Deprecated.useresourceIds(String...)
insteadTLfnThemeMetadata.Builder.setResourceIds
(Collection<String> aResourceIds) Deprecated.useresourceIds(java.util.Collection)
instead
keywords(String...)
instead