Package org.gvsig.fmap.dal.complements
Interface Search
- All Superinterfaces:
org.gvsig.tools.complement.Complement<FeatureType>
- Author:
- jjdelcerro
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Predicate<FeatureAttributeDescriptor> static final Predicate<FeatureAttributeDescriptor> static final Stringstatic final Stringstatic final Comparator<FeatureAttributeDescriptor> static final Comparator<FeatureAttributeDescriptor> -
Method Summary
Modifier and TypeMethodDescriptiongetOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max) getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max, List<FeatureAttributeDescriptor> extra) intgetPriority(FeatureAttributeDescriptor attribute) Methods inherited from interface org.gvsig.tools.complement.Complement
getFactory, getObject
-
Field Details
-
COMPLEMENT_MANE
- See Also:
-
DAL_SEARCH_ATTRIBUTE_PRIORITY
- See Also:
-
BASIC_TYPES_FILTER
-
ALL_FILTER
-
LABEL_ORDER
-
STR_INT_LONG_LABEL_ORDER
-
-
Method Details
-
getPriority
-
getResultColumnNames
-
getOrderedAttributes
List<Search.OrderedAttribute> getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max) -
getOrderedAttributes
List<Search.OrderedAttribute> getOrderedAttributes(Predicate<FeatureAttributeDescriptor> filter, Comparator<FeatureAttributeDescriptor> comparator, int max, List<FeatureAttributeDescriptor> extra) -
getFavorites
List<FeatureAttributeDescriptor> getFavorites()
-