Uses of Interface
org.gvsig.fmap.dal.feature.FeatureQueryOrder
Packages that use FeatureQueryOrder
Package
Description
Provides API for accessing and managing tabular (Feature based) data.
-
Uses of FeatureQueryOrder in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return FeatureQueryOrderModifier and TypeMethodDescriptionFeatureQueryOrder.clone()FeatureQueryOrder.getCopy()FeatureQuery.getOrder()Returns the order of theFeatures to load.Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureQueryOrderModifier and TypeMethodDescriptionvoidFeatureQueryOrder.copyFrom(FeatureQueryOrder other) voidFeatureQuery.setOrder(FeatureQueryOrder order) Sets the order of theFeatures to load.