| Class | Description | 
|---|---|
| Feature | Encapsulates a "Feature" from a GEOJSON dataset. | 
| FeatureCollection | Represents a FeatureCollection from a GEOJSON data set
 http://geojson.org/geojson-spec.html#feature-collection-objects | 
| FeaturePainter | A base class that encapsulates the painting for features of a GeoVizComponent. | 
| FromWGS84PathIterator | A PathIterator that can be used to apply a given projection to the points of
 a shape. | 
| GeoJSONLoader | Loads GeoJSON data from an InputStream and outputs a  FeatureCollectionobject. | 
| GeoVizComponent | A Component for displaying GeoJSON data. | 
| ToWGS84PathIterator | A PathIterator that can be used to apply a given projection to the points of
 a shape. |