public class AttributeTable extends Object
Modifier and Type | Class and Description |
---|---|
class |
AttributeTable.CellAttribute |
Constructor and Description |
---|
AttributeTable()
Creates a new instance of AttributeTable
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(float cat0,
float cat1,
String value) |
void |
addAttribute(float cat,
String value) |
Iterator<AttributeTable.CellAttribute> |
getCategories() |
int |
size() |
public int size()
public Iterator<AttributeTable.CellAttribute> getCategories()
public void addAttribute(float cat, String value)
public void addAttribute(float cat0, float cat1, String value)
Copyright © 1996–2023 Geotools. All rights reserved.