Package com.luciad.fusion.tilestore
Class TLfnTileStoreCapabilities
java.lang.Object
com.luciad.fusion.tilestore.TLfnTileStoreCapabilities
A representation of Tile Store capabilities, containing the Tile Store metadata and
a collection of operations supported by the Tile Store.
- Since:
- 10.0
-
Constructor Summary
ConstructorDescriptionTLfnTileStoreCapabilities
(long aUpdateSequence, TLfnTileStoreMetadata aTileStoreMetadata, Collection<TLfnTileStoreOperation> aOperations) Creates the capabilities. -
Method Summary
Modifier and TypeMethodDescriptionGets the metadata of the Tile Store.Gets the operations supported by the Tile Store.long
Gets the update sequence value of the Tile Store.
-
Constructor Details
-
TLfnTileStoreCapabilities
public TLfnTileStoreCapabilities(long aUpdateSequence, TLfnTileStoreMetadata aTileStoreMetadata, Collection<TLfnTileStoreOperation> aOperations) Creates the capabilities.- Parameters:
aTileStoreMetadata
- the metadata of the Tile StoreaOperations
- the operations supported by the Tile Store
-
-
Method Details
-
getMetadata
Gets the metadata of the Tile Store.- Returns:
- Tile Store metadata
-
getOperations
Gets the operations supported by the Tile Store.- Returns:
- collection of operations
-
getUpdateSequence
public long getUpdateSequence()Gets the update sequence value of the Tile Store. The update sequence is the version of the Tile Store's metadata. Each time the Tile Store metadata or any of the resource metadatas is updated (or added), it will also result in a higher update sequence.- Returns:
- the update sequence value of these capabilities
-