GRASS
Class Cellstats.Pair

java.lang.Object
  |
  +--GRASS.Cellstats.Pair

public class Cellstats.Pair
extends java.lang.Object

Represents a single category-count value in Cell_stats struct. There are no public constructors in this class as instances of this class are not intended for creation anywhere out of the methods of its parent class.


Field Summary
 int cat
          Category number
 long count
          Cell count
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

public int cat
Category number

count

public long count
Cell count


GRASS-JNI Home Page