public abstract class GisFeatureRendererMulti extends GisFeatureRenderer
displayProject, shapeList| Constructor and Description |
|---|
GisFeatureRendererMulti() |
| Modifier and Type | Method and Description |
|---|---|
void |
createFeatureSet(double minDist) |
protected abstract ucar.unidata.geoloc.ProjectionImpl |
getDataProjection() |
protected abstract List |
getFeatures() |
abstract ucar.unidata.geoloc.LatLonRect |
getPreferredArea()
Preferred map area on opening for first time.
|
protected Iterator |
getShapes(Graphics2D g,
AffineTransform normal2device) |
protected double |
getStats(Iterator featList) |
static void |
setDiscretization(boolean b) |
static void |
setPixelMatch(double d) |
void |
setProjection(ucar.unidata.geoloc.ProjectionImpl project)
Sets new projection for subsequent drawing.
|
draw, getColor, setColorpublic static void setDiscretization(boolean b)
public static void setPixelMatch(double d)
public abstract ucar.unidata.geoloc.LatLonRect getPreferredArea()
GisFeatureRenderergetPreferredArea in interface RenderergetPreferredArea in class GisFeatureRendererprotected abstract List getFeatures()
getFeatures in class GisFeatureRendererprotected abstract ucar.unidata.geoloc.ProjectionImpl getDataProjection()
getDataProjection in class GisFeatureRendererpublic void setProjection(ucar.unidata.geoloc.ProjectionImpl project)
setProjection in interface RenderersetProjection in class GisFeatureRendererproject - the new projectionpublic void createFeatureSet(double minDist)
protected Iterator getShapes(Graphics2D g, AffineTransform normal2device)
getShapes in class GisFeatureRendererprotected double getStats(Iterator featList)