Uses of Enum Class
com.luciad.fusion.tilestore.metadata.ELfnDataDensity
Packages that use ELfnDataDensity
Package
Description
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.-
Uses of ELfnDataDensity in com.luciad.fusion.tilestore.metadata
Methods in com.luciad.fusion.tilestore.metadata that return ELfnDataDensityModifier and TypeMethodDescriptionfinal ELfnDataDensity
ALfnCoverageMetadata.Builder.getDataDensity()
Gets this builder's current data density.ALfnCoverageMetadata.getDataDensity()
Returns what the density of the data in the coverage is.static ELfnDataDensity
Returns the enum constant of this class with the specified name.static ELfnDataDensity[]
ELfnDataDensity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.fusion.tilestore.metadata with parameters of type ELfnDataDensityModifier and TypeMethodDescriptionfinal B
ALfnCoverageMetadata.Builder.dataDensity
(ELfnDataDensity aDataDensity) Sets the data density of this coverage.final B
ALfnCoverageMetadata.Builder.setDataDensity
(ELfnDataDensity aDataDensity) Deprecated.
ALfnCoverageMetadata.Builder.dataDensity(ELfnDataDensity)
instead