Class TLfnTileStoreCapabilities

java.lang.Object
com.luciad.fusion.tilestore.TLfnTileStoreCapabilities

public class TLfnTileStoreCapabilities extends Object
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 Details

    • TLfnTileStoreCapabilities

      public TLfnTileStoreCapabilities(long aUpdateSequence, TLfnTileStoreMetadata aTileStoreMetadata, Collection<TLfnTileStoreOperation> aOperations)
      Creates the capabilities.
      Parameters:
      aTileStoreMetadata - the metadata of the Tile Store
      aOperations - the operations supported by the Tile Store
  • Method Details

    • getMetadata

      public TLfnTileStoreMetadata getMetadata()
      Gets the metadata of the Tile Store.
      Returns:
      Tile Store metadata
    • getOperations

      public Collection<TLfnTileStoreOperation> 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