net.refractions.udig.project.ui.operations.example
Class FeaturesInView

java.lang.Object
  extended by net.refractions.udig.project.ui.operations.example.FeaturesInView

public class FeaturesInView
extends java.lang.Object

Counts all the features that are within the current view.

Since:
1.0
Author:
jeichar

Constructor Summary
FeaturesInView()
           
 
Method Summary
 void op(Display display, java.lang.Object target, IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturesInView

public FeaturesInView()
Method Detail

op

public void op(Display display,
               java.lang.Object target,
               IProgressMonitor monitor)
        throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
net.refractions.udig.ui.operations.IOp#op(org.eclipse.swt.widgets.Display, java.lang.Object, org.eclipse.core.runtime.IProgressMonitor)