Package | Description |
---|---|
org.gicentre.geomap |
Classes for representing geographic vector maps in Processing.
|
org.gicentre.geomap.io |
Utilities for reading and writing various file formats
|
Modifier and Type | Method and Description |
---|---|
static AttributeTable |
AttributeTable.buildOldTable(processing.data.Table table,
processing.core.PApplet parent)
Deprecated.
Builds an old AttributeTable from the given Table.
|
AttributeTable |
GeoMap.getAttributes()
Deprecated.
Use getAttributeTable instead that uses Processing's own Table class to store attributes.
|
Modifier and Type | Method and Description |
---|---|
static processing.data.Table |
AttributeTable.buildNewTable(AttributeTable oldTable)
Deprecated.
Builds a Table from the given (deprecated) attribute table.
|
void |
GeoMap.setAttributes(AttributeTable attributes)
Deprecated.
Use setAttributeTable() instead that uses Processing's own Table class.
|
Modifier and Type | Method and Description |
---|---|
AttributeTable |
ShapefileReader.getAttributes()
Deprecated.
Use getAttributeTable instead that uses Processing's own Table class to store attributes.
|