org.gvsig.fmap.dal.feature
Class FeatureQueryOrder

java.lang.Object
  extended by org.gvsig.fmap.dal.feature.FeatureQueryOrder
All Implemented Interfaces:
Cloneable, Persistent

public class FeatureQueryOrder
extends Object
implements Persistent, Cloneable


Nested Class Summary
 class FeatureQueryOrder.FeatureQueryOrderMember
           
 
Constructor Summary
FeatureQueryOrder()
           
 
Method Summary
 Object add(Evaluator evaluator, boolean ascending)
           
 Object add(String attributeName, boolean ascending)
           
 void clear()
           
 Object clone()
           
 FeatureQueryOrder getCopy()
           
 Comparator getFeatureComparator()
           
 Iterator iterator()
           
 void loadFromState(PersistentState state)
           
 boolean remove(FeatureQueryOrder.FeatureQueryOrderMember member)
           
 void remove(int index)
           
 void saveToState(PersistentState state)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureQueryOrder

public FeatureQueryOrder()
Method Detail

add

public Object add(String attributeName,
                  boolean ascending)

add

public Object add(Evaluator evaluator,
                  boolean ascending)

iterator

public Iterator iterator()

remove

public boolean remove(FeatureQueryOrder.FeatureQueryOrderMember member)

remove

public void remove(int index)

clear

public void clear()

size

public int size()

getFeatureComparator

public Comparator getFeatureComparator()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

getCopy

public FeatureQueryOrder getCopy()

loadFromState

public void loadFromState(PersistentState state)
                   throws PersistenceException
Specified by:
loadFromState in interface Persistent
Throws:
PersistenceException

saveToState

public void saveToState(PersistentState state)
                 throws PersistenceException
Specified by:
saveToState in interface Persistent
Throws:
PersistenceException


Copyright © 2004-2012 gvSIG. All Rights Reserved.