edu.psu.geovista.app.spacefill
Class FillOrder
java.lang.Object
edu.psu.geovista.app.spacefill.FillOrder
- public class FillOrder
- extends java.lang.Object
|
Method Summary |
static int[][] |
findFillOrder(long nVals,
int[][] fillOrder,
int kind)
this method returns a two-dimensional array int[i][j] where
i = row
j = column
and the entry indicates the rank order. |
static java.lang.String[] |
findFillOrderDescriptions()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_VALUE
public static final int NULL_VALUE
- See Also:
- Constant Field Values
FILL_ORDER_SCAN_LINE
public static final int FILL_ORDER_SCAN_LINE
- See Also:
- Constant Field Values
FILL_ORDER_BOSTROPHEDON
public static final int FILL_ORDER_BOSTROPHEDON
- See Also:
- Constant Field Values
FILL_ORDER_SPIRAL
public static final int FILL_ORDER_SPIRAL
- See Also:
- Constant Field Values
FILL_ORDER_PEANO
public static final int FILL_ORDER_PEANO
- See Also:
- Constant Field Values
FILL_ORDER_MAX
public static final int FILL_ORDER_MAX
- See Also:
- Constant Field Values
FillOrder
public FillOrder()
findFillOrderDescriptions
public static java.lang.String[] findFillOrderDescriptions()
findFillOrder
public static int[][] findFillOrder(long nVals,
int[][] fillOrder,
int kind)
- this method returns a two-dimensional array int[i][j] where
i = row
j = column
and the entry indicates the rank order.
Copyright © 1996-2003 GeoVista Center. All Rights Reserved.