Uses of Class
com.luciad.fusion.tilestore.TLfnQuery.Property
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of TLfnQuery.Property in com.luciad.fusion.tilestore
Modifier and TypeFieldDescriptionstatic final TLfnQuery.Property
TLfnQuery.Property.ASSET_boundingBox
Property with XPath//lts:BoundingBox
.static final TLfnQuery.Property
TLfnQuery.Property.ASSET_location
Property with XPath//lts:Location/@xlink:href
.static final TLfnQuery.Property
TLfnQuery.Property.ASSET_OR_COVERAGE_boundingBox
Property with XPath//lts:BoundingBox
.static final TLfnQuery.Property
TLfnQuery.Property.ASSET_OR_COVERAGE_geoReference
Property with XPathlts:GeoReference
.static final TLfnQuery.Property
TLfnQuery.Property.ASSET_OR_COVERAGE_type
Property with XPathlts:Type
.static final TLfnQuery.Property
TLfnQuery.Property.COVERAGE_assetInfo_id
Property with XPathlts:AssetInfo/lts:Id
.static final TLfnQuery.Property
TLfnQuery.Property.COVERAGE_format
Property with XPathlts:Format
.static final TLfnQuery.Property
TLfnQuery.Property.COVERAGE_level0ColumnCount
Property with XPathlts:Level0ColumnCount
.static final TLfnQuery.Property
TLfnQuery.Property.COVERAGE_level0RowCount
Property with XPathlts:Level0RowCount
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_boundingBox
Property with XPathlts:RasterAssetPart/lts:BoundingBox
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_location
Property with XPathlts:RasterAssetPart/lts:Location/@xlink:href
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_parameter_id
Property with XPathlts:RasterAssetPart/lts:Parameter/lts:Id
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_parameter_name
Property with XPathlts:RasterAssetPart/lts:Parameter/lts:Name
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_PART_resolutionX
Property with XPathlts:RasterAssetPart/lts:Resolution/@x
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_PART_resolutionY
Property with XPathlts:RasterAssetPart/lts:Resoluion/@y
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_PART_SamplingMode
Property with XPathlts:RasterAssetPart/lts:SamplingMode
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_ASSET_pixelDensity
Deprecated.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_COVERAGE_parameter_id
Property with XPathlts:Parameter/lts:Id
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_COVERAGE_tileHeight
Property with XPathlts:TileHeight
.static final TLfnQuery.Property
TLfnQuery.Property.RASTER_COVERAGE_tileWidth
Property with XPathlts:TileWidth
.static final TLfnQuery.Property
TLfnQuery.Property.RESOURCE_abstract
Property with XPathlts:Abstract
.static final TLfnQuery.Property
TLfnQuery.Property.RESOURCE_id
Property with XPath@id
.static final TLfnQuery.Property
TLfnQuery.Property.RESOURCE_name
Property with XPathlts:Name
.static final TLfnQuery.Property
TLfnQuery.Property.RESOURCE_updateSequence
Property with XPath@updateSequence
.static final TLfnQuery.Property
TLfnQuery.Property.THEME_keyword
Property with XPathlts:Keyword
.static final TLfnQuery.Property
TLfnQuery.Property.THEME_resourceId
Property with XPathlts:ResourceId
.static final TLfnQuery.Property
TLfnQuery.Property.VECTOR_ASSET_boundingBox
Property with XPathlts:VectorAssetPart/lts:BoundingBox
.static final TLfnQuery.Property
TLfnQuery.Property.VECTOR_ASSET_location
Property with XPathlts:VectorAssetPart/lts:Location/@xlink:href
.static final TLfnQuery.Property
TLfnQuery.Property.VECTOR_ASSET_scaleDenominator
Property with XPathlts:VectorAssetPart/lts:ScaleDenominator
.static final TLfnQuery.Property
TLfnQuery.Property.VECTOR_COVERAGE_maxLevel
Property with XPathlts:MaxLevel
.Modifier and TypeMethodDescriptionTLfnQuery.BasicBuilder.andFilterDoesNotEqual
(TLfnQuery.Property aProperty, Object aValue) Updates the filter to only include resources whose value of a specified property is not equal to a specified value.TLfnQuery.BasicBuilder.andFilterEquals
(TLfnQuery.Property aProperty, Object aValue) Updates the filter to only include resources whose value for a specified property is equal to a specified value.TLfnQuery.BasicBuilder.setSortBy
(TLfnQuery.Property... aProperties) Deprecated.TLfnQuery.BasicBuilder.sortBy
(TLfnQuery.Property... aProperties) Sets a sort-by criteria that sorts on a list of properties in ascending order
RASTER_ASSET_PART_resolutionX
and/orRASTER_ASSET_PART_resolutionY
instead