Uses of Class
com.luciad.fusion.tilestore.TLfnQuery.BasicBuilder
Packages that use TLfnQuery.BasicBuilder
Package
Description
Provides the Tile Store abstraction and a file system implementation.
-
Uses of TLfnQuery.BasicBuilder in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore that return TLfnQuery.BasicBuilderModifier and TypeMethodDescriptionTLfnQuery.BasicBuilder.andFilterAllDoNotEqual(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for each specified property is not equal to its specified value.TLfnQuery.BasicBuilder.andFilterAllEqual(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for each specified property is equal to its specified value.TLfnQuery.BasicBuilder.andFilterAnyDoNotEqual(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for at least 1 specified property is not equal to its specified value.TLfnQuery.BasicBuilder.andFilterAnyEqual(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for at least 1 specified property is equal to its specified value.TLfnQuery.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.andFilterOverlaps(ILcdBounds aBounds, ILcdGeoReference aGeoReference) Updates the filter to only include resources that overlap with the specified bounds.static TLfnQuery.BasicBuilderTLfnQuery.newBasicBuilder()Creates a basic builder for a query.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
sortBy(com.luciad.fusion.tilestore.TLfnQuery.Property...)instead