Commands

I/O

CSVReader
CSVWriter
DbfReader
KMLWriter
Print
ShapefileReader
ShapefileWriter
STFReader
STFWriter
TextReader
TextWriter

Database Access

Overview
DbReader
DbWriter
DbExec
DbMetadata

System Functions

Memorize

Geometric Processing

Polygonizer

Testing

Assert

AssertEqual

Quick Reference

The following summary is provided as an interim until full documentation is developed
Assert
  I : Object

AssertEqual
  I : Object
  I expected: Object
  I matchColumnNames: boolean
  I value: Object

CSVReader
  O : Table
  I columnCount: int
  I file: String
  I hasColNames: boolean
  O table: Table

CSVWriter
  I : Table
  I colNames: boolean
  I file: String
  I quote: String
  I separator: String

DbfReader
  O : Table
  I file: String
  O table: Table

KMLWriter
  I : Table
  I addLabelPoint: boolean
  I altitude: double
  I altitudeMode: String
  I comment: String
  I description: String
  I extrude: int
  I file: String
  I iconStyleColor: String
  I iconStyleColorMode: String
  I iconStyleHref: String
  I iconStyleScale: double
  I labelStyleColor: String
  I labelStyleColorMode: String
  I labelStyleScale: double
  I lineStyleColor: String
  I lineStyleColorMode: String
  I lineStyleWidth: int
  O looseBoolean: boolean
  I name: String
  I polyStyleColor: String
  I polyStyleColorMode: String
  I polyStyleFill: int
  I polyStyleOutline: int
  I styleId: String
  I styles: Table

Memorize
  IO :
  I limit: int

Polygonizer
  I : Table
  O result: Table

Print
  I : Object
  I code: boolean
  I header: boolean
  I limit: int

STFReader
  O : Table
  I file: String
  O table: Table

STFWriter
  I : Table
  I file: String

ShapefileReader
  O : Table
  I file: String
  O table: Table

ShapefileWriter
  I : Table
  I file: String

TextReader
  O : Table
  I file: String
  O table: Table

TextWriter
  I : Table
  I after: Object
  I before: Object
  I file: String
  I separator: String