com.metsci.glimpse.charts.vector.display
Class GeoContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoContext
public GeoContext(GeoProjection projection,
PolygonPainter polyPainter,
TrackPainter trackPainter,
AnnotationPainter annotationPainter)
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.