com.metsci.glimpse.charts.vector.display
Class GeoContext

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.display.GeoContext

public class GeoContext
extends java.lang.Object

Provides geo and drawing context information to content handlers

Author:
Cunningham

Constructor Summary
GeoContext(GeoProjection projection, PolygonPainter polyPainter, TrackPainter trackPainter, AnnotationPainter annotationPainter)
           
 
Method Summary
 AnnotationPainter getAnnotationPainter()
           
 PolygonPainter getPolyPainter()
           
 GeoProjection getProjection()
           
 TrackPainter getTrackPainter()
           
 void setAnnotationPainter(AnnotationPainter annotationPainter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoContext

public GeoContext(GeoProjection projection,
                  PolygonPainter polyPainter,
                  TrackPainter trackPainter,
                  AnnotationPainter annotationPainter)
Method Detail

getProjection

public GeoProjection getProjection()

getPolyPainter

public PolygonPainter getPolyPainter()

getTrackPainter

public TrackPainter getTrackPainter()

getAnnotationPainter

public AnnotationPainter getAnnotationPainter()

setAnnotationPainter

public void setAnnotationPainter(AnnotationPainter annotationPainter)


Copyright © 2012 Metron, Inc.. All Rights Reserved.