| Class and Description |
|---|
| org.gicentre.geomap.AttributeTable
Should use Processing's Table class instead. This class is maintained for
backward compatibility only (it was written before the Processing Table class).
|
| Method and Description |
|---|
| org.gicentre.geomap.io.ShapefileReader.getAttributes()
Use getAttributeTable instead that uses Processing's own Table class to store attributes.
|
| org.gicentre.geomap.GeoMap.getAttributes()
Use getAttributeTable instead that uses Processing's own Table class to store attributes.
|
| org.gicentre.geomap.GeoMap.setAttributes(AttributeTable)
Use setAttributeTable() instead that uses Processing's own Table class.
|