org.openjump.core.ui.plugin.wms
Class ZoomToWMSPlugIn.MapLayerAttributes

java.lang.Object
  extended by org.openjump.core.ui.plugin.wms.ZoomToWMSPlugIn.MapLayerAttributes
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ZoomToWMSPlugIn

public static class ZoomToWMSPlugIn.MapLayerAttributes
extends java.lang.Object
implements java.lang.Comparable


Field Summary
static int SORT_AFTER_MAXX
           
static int SORT_AFTER_MAXY
           
static int SORT_AFTER_MINX
           
static int SORT_AFTER_MINY
           
static int SORT_AFTER_NAME
           
static int SORT_AFTER_SRS
           
static int SORT_AFTER_TITLE
           
static int SORT_DOWN
           
static int SORT_UP
           
static int sortAfter
           
static int[] sortUpDown
           
 
Method Summary
 int compareTo(java.lang.Object object)
           
static java.lang.String[] getColumnNames()
           
static void setSortAfter(int sortAfter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORT_UP

public static final int SORT_UP
See Also:
Constant Field Values

SORT_DOWN

public static final int SORT_DOWN
See Also:
Constant Field Values

SORT_AFTER_TITLE

public static final int SORT_AFTER_TITLE
See Also:
Constant Field Values

SORT_AFTER_NAME

public static final int SORT_AFTER_NAME
See Also:
Constant Field Values

SORT_AFTER_SRS

public static final int SORT_AFTER_SRS
See Also:
Constant Field Values

SORT_AFTER_MINX

public static final int SORT_AFTER_MINX
See Also:
Constant Field Values

SORT_AFTER_MINY

public static final int SORT_AFTER_MINY
See Also:
Constant Field Values

SORT_AFTER_MAXX

public static final int SORT_AFTER_MAXX
See Also:
Constant Field Values

SORT_AFTER_MAXY

public static final int SORT_AFTER_MAXY
See Also:
Constant Field Values

sortUpDown

public static int[] sortUpDown

sortAfter

public static int sortAfter
Method Detail

compareTo

public int compareTo(java.lang.Object object)
Specified by:
compareTo in interface java.lang.Comparable

getColumnNames

public static java.lang.String[] getColumnNames()

setSortAfter

public static void setSortAfter(int sortAfter)