A B C D E F G H I J K L M N O P Q R S T U V W 

A

accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
addColumn(String, char, int, int) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Add a column to this DbaseFileHeader.
allocate(int) - Static method in class org.geotools.resources.NIOUtilities
Allocates and returns a ByteBuffer.
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
ARC - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents an Arc shape (id = 3).
ARCM - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents an ArcM shape (id = 23).
ARCZ - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents an ArcZ shape (id = 13).
array() - Method in class org.json.JSONWriter
Begin appending a new array.

B

back() - Method in class org.json.JSONTokener
Back up one character.

C

clean(ByteBuffer, boolean) - Static method in class org.geotools.resources.NIOUtilities
Depending on the type of buffer different cleanup action will be taken: if the buffer is memory mapped (as per the specified parameter) the effect is the same as NIOUtilities.clean(ByteBuffer) if the buffer is not memory mapped it will be returned to the buffer cache
clean(ByteBuffer) - Static method in class org.geotools.resources.NIOUtilities
Really closes a MappedByteBuffer without the need to wait for garbage collection.
copyLarge(InputStream, OutputStream, byte[]) - Static method in class nl.b3p.applet.local.IOUtils
 

D

DbaseFileException - Exception in org.geotools.data.shapefile.dbf
Thrown when an error relating to the shapefile occurs.
DbaseFileException(String) - Constructor for exception org.geotools.data.shapefile.dbf.DbaseFileException
 
DbaseFileException(String, Throwable) - Constructor for exception org.geotools.data.shapefile.dbf.DbaseFileException
 
DbaseFileHeader - Class in org.geotools.data.shapefile.dbf
Class to represent the header of a Dbase III file.
DbaseFileHeader() - Constructor for class org.geotools.data.shapefile.dbf.DbaseFileHeader
 
dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
destroy() - Method in class nl.b3p.applet.local.LocalAccessApplet
 

E

endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.

F

Files - Class in nl.b3p.applet.local
Methods to interact with files.
Files() - Constructor for class nl.b3p.applet.local.Files
 
forID(int) - Static method in class org.geotools.data.shapefile.shp.ShapeType
Determine the ShapeType for the id.

G

get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception org.json.JSONException
 
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getFieldClass(int) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Determine the most appropriate Java Class for representing the data in the field.
getFieldDecimalCount(int) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get the decimal count of this field.
getFieldLength(int) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Returns the field length in bytes.
getFieldName(int) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get the field name.
getFieldType(int) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get the character class of the field.
getFileLength() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
getHeaderLength() - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get the length of the header
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getLargestFieldSize() - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get the largest field size of this table.
getLastUpdateDate() - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get the date this file was last updated.
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getMetadata(String) - Static method in class nl.b3p.applet.local.Shapefiles
Returns a JSON object with shapefile and DBF metadata.
getNCDump(String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
getNCDump(String) - Static method in class nl.b3p.applet.local.NetCDF
 
getNCML(String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
getNCML(String) - Static method in class nl.b3p.applet.local.NetCDF
 
getNumFields() - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Return the number of fields in the records.
getNumRecords() - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Return the number of records in the file
getRecordLength() - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get the length of the records in bytes.
getShapefileMetadata(String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
getShapeType() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getVersion() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 

H

has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.

I

id - Variable in class org.geotools.data.shapefile.shp.ShapeType
The integer id of this ShapeType.
init() - Method in class nl.b3p.applet.local.LocalAccessApplet
 
IOUtils - Class in nl.b3p.applet.local
From Commons IO
IOUtils() - Constructor for class nl.b3p.applet.local.IOUtils
 
isDirectBuffersEnabled() - Static method in class org.geotools.resources.NIOUtilities
Wheter direct buffers are used, or not (defaults to true)
isLineType() - Method in class org.geotools.data.shapefile.shp.ShapeType
 
isMultiPoint() - Method in class org.geotools.data.shapefile.shp.ShapeType
Is this a multipoint shape?
isMultiPointType() - Method in class org.geotools.data.shapefile.shp.ShapeType
 
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isPointType() - Method in class org.geotools.data.shapefile.shp.ShapeType
 
isPolygonType() - Method in class org.geotools.data.shapefile.shp.ShapeType
 

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source sJSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a string.
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.json.JSONWriter
Append a key.
keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
listDirectory(String) - Static method in class nl.b3p.applet.local.Files
List files in a directory.
listDirectory(String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
LocalAccessApplet - Class in nl.b3p.applet.local
Applet which allows JavaScript to access local resources such as listing files and reading and writing files.
LocalAccessApplet() - Constructor for class nl.b3p.applet.local.LocalAccessApplet
 

M

MAGIC - Static variable in class org.geotools.data.shapefile.shp.ShapefileHeader
 
maxX() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
maxY() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
MILLIS_SINCE_4713 - Static variable in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Returns the number of millis at January 1st 4713 BC Calendar refCal = (Calendar) new GregorianCalendar(TimeZone.getTimeZone("UTC")); refCal.set(Calendar.ERA, GregorianCalendar.BC); refCal.set(Calendar.YEAR, 4713); refCal.set(Calendar.MONTH, Calendar.JANUARY); refCal.set(Calendar.DAY_OF_MONTH, 1); refCal.set(Calendar.HOUR, 12); refCal.set(Calendar.MINUTE, 0); refCal.set(Calendar.SECOND, 0); refCal.set(Calendar.MILLISECOND, 0); MILLIS_SINCE_4713 = refCal.getTimeInMillis() - 43200000L; //(43200000L: 12 hour correction factor taken from DBFViewer2000)
minX() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
minY() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
mode - Variable in class org.json.JSONWriter
The current mode.
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
MULTIPOINT - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a MultiPoint shape (id = 8).
MULTIPOINTM - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a MultiPointZ shape (id = 28).
MULTIPOINTZ - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a MultiPointZ shape (id = 18).

N

name - Variable in class org.geotools.data.shapefile.shp.ShapeType
The human-readable name for this ShapeType.
names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NetCDF - Class in nl.b3p.applet.local
 
NetCDF() - Constructor for class nl.b3p.applet.local.NetCDF
 
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
NIOUtilities - Class in org.geotools.resources
Utility class for managing memory mapped buffers.
nl.b3p.applet.local - package nl.b3p.applet.local
 
NULL - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a Null shape (id = 0).
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a number.

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.geotools.data.shapefile.dbf - package org.geotools.data.shapefile.dbf
 
org.geotools.data.shapefile.shp - package org.geotools.data.shapefile.shp
 
org.geotools.resources - package org.geotools.resources
 
org.json - package org.json
 

P

POINT - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a Point shape (id = 1).
POINTM - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a PointM shape (id = 21).
POINTZ - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a PointZ shape (id = 11).
POLYGON - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a Polygon shape (id = 5).
POLYGONM - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a PolygonM shape (id = 25).
POLYGONZ - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents a PolygonZ shape (id = 15).
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

read(ByteBuffer, boolean) - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
readFileUTF8(String) - Static method in class nl.b3p.applet.local.Files
Read a file return the contents as a String assuming the file is UTF-8.
readFileUTF8(String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
readHeader(ReadableByteChannel) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Read the header data from the DBF file.
readHeader(ReadableByteChannel, Charset) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Read the header data from the DBF file.
readHeader(ByteBuffer) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Read the header data from the DBF file.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
removeColumn(String) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Remove a column from this DbaseFileHeader.
returnToCache(ByteBuffer) - Static method in class org.geotools.resources.NIOUtilities
 

S

selectDirectory(Component, String) - Static method in class nl.b3p.applet.local.Files
Show a directory selector dialog.
selectDirectory(String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
setDirectBuffersEnabled(boolean) - Static method in class org.geotools.resources.NIOUtilities
If the flag is true NIOUtilities.allocate(int) will allocate a direct buffer,, otherwise heap buffers will be used.
setMaxCacheSize(int) - Static method in class org.geotools.resources.NIOUtilities
Sets the maximum byte buffer cache size, in bytes (set to 0 to only use soft references in the case, a positive value will make the cache use hard references up to the max cache size)
setNCTitle(String, String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
setNumRecords(int) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Set the number of records in the file
setTitle(String, String) - Static method in class nl.b3p.applet.local.NetCDF
 
ShapefileHeader - Class in org.geotools.data.shapefile.shp
 
ShapefileHeader() - Constructor for class org.geotools.data.shapefile.shp.ShapefileHeader
 
Shapefiles - Class in nl.b3p.applet.local
 
Shapefiles() - Constructor for class nl.b3p.applet.local.Shapefiles
 
ShapeType - Class in org.geotools.data.shapefile.shp
Not much but a type safe enumeration of file types as ints and names.
ShapeType(int, String) - Constructor for class org.geotools.data.shapefile.shp.ShapeType
Creates a new instance of ShapeType.
skipPast(String) - Method in class org.json.JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toString() - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Get a simple representation of this header.
toString() - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
toString() - Method in class org.geotools.data.shapefile.shp.ShapeType
Get the name of this ShapeType.
toString() - Method in class org.json.JSONArray
Make an JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.JSONObject
Make an JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.

U

UNDEFINED - Static variable in class org.geotools.data.shapefile.shp.ShapeType
Represents an Undefined shape (id = -1).

V

value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.
VERSION - Static variable in class org.geotools.data.shapefile.shp.ShapefileHeader
 

W

write(ByteBuffer, ShapeType, int, int, double, double, double, double) - Method in class org.geotools.data.shapefile.shp.ShapefileHeader
 
write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writeFileUTF8(String, String) - Static method in class nl.b3p.applet.local.Files
Write a String to a file in UTF-8 encoding.
writeFileUTF8(String, String, String, String) - Method in class nl.b3p.applet.local.LocalAccessApplet
 
writeHeader(WritableByteChannel) - Method in class org.geotools.data.shapefile.dbf.DbaseFileHeader
Write the header data to the DBF file.
writer - Variable in class org.json.JSONWriter
The writer that will receive the output.
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2015. All rights reserved.