public class AttributeTable.CellAttribute extends Object
Constructor and Description |
---|
CellAttribute(float cat0,
float cat1,
String text) |
CellAttribute(float cat,
String text) |
Modifier and Type | Method and Description |
---|---|
int |
compare(float cat)
Compare a value to the range of values in this attribute If the cat is below the renage
then return -1, if it is aboove the ramge then return +1, if it is equal return 0
|
float |
getCategoryRange() |
float |
getLowcategoryValue() |
String |
getText() |
String |
toString() |
public CellAttribute(float cat, String text)
public CellAttribute(float cat0, float cat1, String text)
public int compare(float cat)
public String getText()
public float getLowcategoryValue()
public float getCategoryRange()
Copyright © 1996–2022 Geotools. All rights reserved.