- write() - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Writes this table in TSV format to standard output.
- write(String) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Writes this table as a TSV file with the given name.
- write(PrintWriter) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Writes this table as a TSV file to the given writer.
- write(Object[]) - Method in class org.gicentre.geomap.io.DbaseFileWriter
-
Write a single dBase record.
- write(String) - Method in class org.gicentre.geomap.io.ShapefileWriter
-
Writes out one or more shapefiles representing the geoMap object supplied to the constructor.
- writeAsTable(int) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Writes this table as formatted text to standard output.
- writeAsTable(String, int) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Writes this table as formatted text to the file with the given name.
- writeAsTable(PrintWriter, int) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Writes this table as formatted text to the given writer.
- writeAttributesAsTable(int) - Method in class org.gicentre.geomap.GeoMap
-
Writes the attributes of this geoMap as formatted text to standard output.
- writeAttributesAsTable(String, int) - Method in class org.gicentre.geomap.GeoMap
-
Writes the attributes of this geoMap as formatted text to the file with the given name.
- writeAttributesAsTable(PrintWriter, int) - Method in class org.gicentre.geomap.GeoMap
-
Writes the attributes of this geoMap as formatted text to the given writer.
- writeDoubleLittleEndian(double, OutputStream) - Static method in class org.gicentre.geomap.io.ShapefileWriter
-
Writes a little-endian 8-byte double to the given output stream.
- writeFile(String) - Method in class org.gicentre.geomap.GeoMap
-
Writes geometry and attributes of this geoMap object as a shapefile.
- writeHeader(WritableByteChannel) - Method in class org.gicentre.geomap.io.DbaseFileHeader
-
Writes the header data to the DBF file.
- writeIntLittleEndian(int, OutputStream) - Static method in class org.gicentre.geomap.io.ShapefileWriter
-
Writes a 32 bit unsigned little-endian ('Intel') word of data to the
given output stream.