Package org.squigle.layers

Interface Summary
SquigleConsole  
 

Class Summary
CountyLabelHandler  
CountyQuery  
Layer Layer is the abstract base class of all layer implementations.
LayerComposite LayerComposite represents a stack of layers for a set geographic bounds.
MapViewport  
MetaDataHandler MetaDataHandlers are used to keep a state of the metaData rendered by a layer, analyzing that data, and then performing some function based on that overall analysis.
MetaDataUtils Contains various utitlity functions for dealing with layer metaData.
PointLayer  
PolygonLabelHandler  
PolygonLabelMetaDataHandler As a subclass of MetaDataHandler, PolygonLabelMetaDataHandler is registered to a PolygonLayer and is responsible for properly the labeling polygons of that layer It does so by averaging the midpoint of each polygon evaluated that has the same metadata, thus finding the centeral common points among the related polygons.
PolygonLayer  
PolyLineLabelHandler  
PolyLineLayer  
 

Exception Summary
LayerNotReadableException Exception thrown when attempting to read a writable layer
LayerNotWritableException Exception thrown when attempting to write to a readable layer