|
||||||||||
| 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
ucar.unidata.gis.shapefile.EsriShapefileRenderer
public class EsriShapefileRenderer
Provides a convenient interface to ESRI shapefiles by creating lists of ucar.unidata.gis.AbstractGisFeature. Java2D Shape or VisAD SampledSet objects can be created from these.
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.gis.GisFeatureRenderer |
|---|
displayProject, shapeList |
| Method Summary | |
|---|---|
static EsriShapefileRenderer |
factory(InputStream stream)
_more_ |
static EsriShapefileRenderer |
factory(String filename)
Use factory to obtain a EsriShapefileRenderer. |
protected ucar.unidata.geoloc.ProjectionImpl |
getDataProjection()
_more_ |
protected List |
getFeatures()
_more_ |
ucar.unidata.geoloc.LatLonRect |
getPreferredArea()
_more_ |
| Methods inherited from class ucar.unidata.gis.GisFeatureRendererMulti |
|---|
createFeatureSet, getShapes, getStats, setDiscretization, setPixelMatch, setProjection |
| 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 |
| Method Detail |
|---|
public static EsriShapefileRenderer factory(String filename)
Implementation note: should switch to weak references.
filename -
public static EsriShapefileRenderer factory(InputStream stream)
stream -
public ucar.unidata.geoloc.LatLonRect getPreferredArea()
getPreferredArea in interface RenderergetPreferredArea in class GisFeatureRendererMultiprotected List getFeatures()
getFeatures in class GisFeatureRendererMultiprotected ucar.unidata.geoloc.ProjectionImpl getDataProjection()
getDataProjection in class GisFeatureRendererMulti
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||