Package org.openjump.core.ui.plugin.wms
Class ZoomToWMSPlugIn.MapLayerAttributes
- java.lang.Object
-
- org.openjump.core.ui.plugin.wms.ZoomToWMSPlugIn.MapLayerAttributes
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- ZoomToWMSPlugIn
public static class ZoomToWMSPlugIn.MapLayerAttributes extends Object implements Comparable
-
-
Field Summary
Fields Modifier and Type Field Description 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object object)
static String[]
getColumnNames()
static void
setSortAfter(int sortAfter)
-
-
-
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(Object object)
- Specified by:
compareTo
in interfaceComparable
-
getColumnNames
public static String[] getColumnNames()
-
setSortAfter
public static void setSortAfter(int sortAfter)
-
-