Uses of Class
com.luciad.fusion.tilestore.TLfnTileStoreMetadata.Builder
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of TLfnTileStoreMetadata.Builder in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionSets the abstract.Sets the service ID, which is a required parameter.Sets the keywords.TLfnTileStoreMetadata.Builder.keywords
(Collection<String> aKeywords) Sets the keywords.Sets the name.TLfnTileStoreMetadata.newBuilder()
Creates a new, empty builder.TLfnTileStoreMetadata.newBuilder
(TLfnTileStoreMetadata aTemplate) Creates a new builder starting from a template.TLfnTileStoreMetadata.Builder.setAbstract
(String aAbstract) Deprecated.Deprecated.useid(String)
insteadTLfnTileStoreMetadata.Builder.setKeywords
(String... aKeywords) Deprecated.usekeywords(String...)
insteadTLfnTileStoreMetadata.Builder.setKeywords
(Collection<String> aKeywords) Deprecated.usekeywords(java.util.Collection)
insteadDeprecated.usename(String)
instead
abstract_(String)
instead