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.Projection |
getDataProjection() |
protected abstract List<GisFeature> |
getFeatures() |
abstract ucar.unidata.geoloc.LatLonRect |
getPreferredArea()
Preferred map area on opening for first time.
|
protected double |
getStats(Iterator featList) |
protected Iterator<Shape> |
iterator(Graphics2D g,
AffineTransform normal2device) |
static void |
setDiscretization(boolean b) |
static void |
setPixelMatch(double d) |
void |
setProjection(ucar.unidata.geoloc.Projection project)
Sets new projection for subsequent drawing.
|
draw, getColor, getShapes, 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<GisFeature> getFeatures()
getFeatures in class GisFeatureRendererprotected abstract ucar.unidata.geoloc.Projection getDataProjection()
getDataProjection in class GisFeatureRendererpublic void setProjection(ucar.unidata.geoloc.Projection project)
setProjection in interface RenderersetProjection in class GisFeatureRendererproject - the new projectionpublic void createFeatureSet(double minDist)
protected Iterator<Shape> iterator(Graphics2D g, AffineTransform normal2device)
protected double getStats(Iterator featList)