net.refractions.udig.ui
Class FidSelection

java.lang.Object
  extended by net.refractions.udig.ui.FidSelection

public class FidSelection
extends java.lang.Object

A selection that uses a set of fids to indicate the selection in the collection of features. The actual selection is the features indicated by the fids.

Since:
1.1.0
Author:
Jesse

Constructor Summary
FidSelection(java.util.Set<java.lang.String> fids,  provider)
          New Instance.
 
Method Summary
 java.lang.Object getFirstElement()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 int size()
           
 java.lang.Object[] toArray()
           
 java.util.List toList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FidSelection

public FidSelection(java.util.Set<java.lang.String> fids,
                     provider)
New Instance.

Parameters:
fids -
provider -
Method Detail

getFirstElement

public java.lang.Object getFirstElement()

iterator

public java.util.Iterator iterator()

size

public int size()

toArray

public java.lang.Object[] toArray()

toList

public java.util.List toList()

isEmpty

public boolean isEmpty()