edu.psu.geovista.app.spacefill
Class FillOrder

java.lang.Object
  extended byedu.psu.geovista.app.spacefill.FillOrder

public class FillOrder
extends java.lang.Object


Field Summary
static int FILL_ORDER_BOSTROPHEDON
           
static int FILL_ORDER_MAX
           
static int FILL_ORDER_PEANO
           
static int FILL_ORDER_SCAN_LINE
           
static int FILL_ORDER_SPIRAL
           
static int NULL_VALUE
           
 
Constructor Summary
FillOrder()
           
 
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
 

Field Detail

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
Constructor Detail

FillOrder

public FillOrder()
Method Detail

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.