Uses of Enum Class
com.luciad.fusion.tilestore.ELfnResourceType
Packages that use ELfnResourceType
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of ELfnResourceType in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return ELfnResourceTypeModifier and TypeMethodDescriptionTLfnQuery.getResourceTypes()Gets the resource types used by this query.static ELfnResourceTypeReturns the enum constant of this class with the specified name.static ELfnResourceType[]ELfnResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.fusion.tilestore with parameters of type ELfnResourceTypeModifier and TypeMethodDescription<R extends ALfnResourceMetadata>
List<R> ALfnTileStore.query(ELfnResourceType aResourceType) Gets all the resource metadatas in this Tile Store of a given type.<R extends ALfnResourceMetadata>
List<R> ALfnTileStoreWrapper.query(ELfnResourceType aResourceType) TLfnQuery.AbstractBuilder.resourceTypes(ELfnResourceType... aResourceTypes) Sets the resource types for the query.TLfnQuery.AbstractBuilder.setResourceTypes(ELfnResourceType... aResourceTypes) Deprecated.
TLfnQuery.AbstractBuilder.resourceTypes(com.luciad.fusion.tilestore.ELfnResourceType...)instead