|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.gis.GisFeatureRenderer
ucar.unidata.gis.GisFeatureRendererMulti
public abstract class GisFeatureRendererMulti
Superclass for rendering collections of GisFeatures.
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.gis.GisFeatureRenderer |
|---|
displayProject, shapeList |
| Constructor Summary | |
|---|---|
GisFeatureRendererMulti()
|
|
| Method Summary | |
|---|---|
void |
createFeatureSet(double minDist)
_more_ |
protected abstract ucar.unidata.geoloc.ProjectionImpl |
getDataProjection()
_more_ |
protected abstract List |
getFeatures()
_more_ |
abstract ucar.unidata.geoloc.LatLonRect |
getPreferredArea()
_more_ |
protected Iterator |
getShapes(Graphics2D g,
AffineTransform normal2device)
_more_ |
protected double |
getStats(Iterator featList)
_more_ |
static void |
setDiscretization(boolean b)
_more_ |
static void |
setPixelMatch(double d)
_more_ |
void |
setProjection(ucar.unidata.geoloc.ProjectionImpl project)
Sets new projection for subsequent drawing. |
| Methods inherited from class ucar.unidata.gis.GisFeatureRenderer |
|---|
draw, getColor, setColor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GisFeatureRendererMulti()
| Method Detail |
|---|
public static void setDiscretization(boolean b)
b - public static void setPixelMatch(double d)
d - public abstract ucar.unidata.geoloc.LatLonRect getPreferredArea()
getPreferredArea 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)
minDist -
protected Iterator getShapes(Graphics2D g,
AffineTransform normal2device)
getShapes in class GisFeatureRendererg - normal2device -
protected double getStats(Iterator featList)
featList -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||