Uses of Interface
org.gvsig.fmap.dal.feature.FeatureQuery
Packages that use FeatureQuery
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
Utilities to perform paged loading of Features from a FeatureSet
-
Uses of FeatureQuery in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal with parameters of type FeatureQueryModifier and TypeMethodDescriptionDataManager.createFeaturePagingHelper(FeatureStore featureStore, FeatureQuery featureQuery, int pageSize) Creates aFeaturePagingHelperto paginate data from aFeatureStore. -
Uses of FeatureQuery in org.gvsig.fmap.dal.complements
Methods in org.gvsig.fmap.dal.complements that return FeatureQueryModifier and TypeMethodDescriptionRelatedFeatures.getForeingKeyQuery(RelatedFeatures.ContextRelatedFeatures context, Object codeValue) RelatedFeatures.getUniqueKeyQuery(RelatedFeatures.ContextRelatedFeatures context, Object codeValue) -
Uses of FeatureQuery in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return FeatureQueryModifier and TypeMethodDescriptionFeatureStore.createFeatureQuery()Returns a newFeatureQueryassociated to this store.FeatureStore.createFeatureQuery(String filter) FeatureStore.createFeatureQuery(String filter, String sortBy, boolean asc) Create aFeatureQuerywith the restrictions indicateds.FeatureStore.createFeatureQuery(String filter, org.gvsig.expressionevaluator.Expression sortBy, boolean asc) Create aFeatureQuerywith the restrictions indicateds.FeatureStore.createFeatureQuery(org.gvsig.expressionevaluator.Expression filter) FeatureStore.createFeatureQuery(org.gvsig.expressionevaluator.Expression filter, String sortBy, boolean asc) Create aFeatureQuerywith the restrictions indicateds.FeatureStore.createFeatureQuery(org.gvsig.expressionevaluator.Expression filter, org.gvsig.expressionevaluator.Expression sortBy, boolean asc) Create aFeatureQuerywith the restrictions indicateds.FeatureQuery.getCopy()ForeingKey.getQuery(ForeingKey.ContextForeingKey context, Object codeValue) Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureQueryModifier and TypeMethodDescriptionvoidFeatureQuery.copyFrom(FeatureQuery query) FeatureStore.findFirst(FeatureQuery query) Returns the firstFeaturethat meets the criteria indicated.FeatureStore.getFeatures(FeatureQuery query) Return a paginated list of Features.FeatureStore.getFeatures(FeatureQuery query, int pageSize) Return a paginated list of Features filtered by the query.org.gvsig.tools.util.GetItemWithSizeIsEmptyAndIterator64<Feature> FeatureStore.getFeatures64(FeatureQuery query, int pageSize) FeatureStore.getFeatureSet(FeatureQuery featureQuery) Returns a subset of features taking into account the properties and restrictions of theFeatureQuery.voidFeatureStore.getFeatureSet(FeatureQuery featureQuery, org.gvsig.tools.observer.Observer observer) Loads a subset of features taking into account the properties and restrictions of the FeatureQuery. -
Uses of FeatureQuery in org.gvsig.fmap.dal.feature.paging
Methods in org.gvsig.fmap.dal.feature.paging that return FeatureQueryModifier and TypeMethodDescriptionFeaturePagingHelper.getFeatureQuery()Returns the query used to load the Features.