net.refractions.udig.tools.edit.support
Class EditGeomSelection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Point>
          extended by net.refractions.udig.tools.edit.support.Selection
              extended by net.refractions.udig.tools.edit.support.EditGeomSelection
All Implemented Interfaces:
java.lang.Iterable<Point>, java.util.Collection<Point>, java.util.Set<Point>

public class EditGeomSelection
extends Selection

A selection that IS a EditGeom.

Since:
1.1.0
Author:
Jesse

Field Summary
 
Fields inherited from class net.refractions.udig.tools.edit.support.Selection
blackboardListener, coordMap
 
Constructor Summary
EditGeomSelection(EditGeom geom)
           
 
Method Summary
 EditGeom getGeom()
           
 
Methods inherited from class net.refractions.udig.tools.edit.support.Selection
addInternal, assertValid, contains, containsAll, disconnect, getBlackboardListener, isEmpty, isNotify, iterator, notifyListeners, setNotify, size, toArray, toArray, toString
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, remove, retainAll
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, equals, hashCode, remove, removeAll, retainAll
 

Constructor Detail

EditGeomSelection

public EditGeomSelection(EditGeom geom)
Method Detail

getGeom

public EditGeom getGeom()