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

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

public class LayerSummary
extends java.lang.Object

Displays a summary of the layer in a dialog.

Since:
0.6.0
Author:
jeichar

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

Constructor Detail

LayerSummary

public LayerSummary()
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)

parseBounds

public static java.lang.String parseBounds(Envelope env)