public class EsriShapefileRenderer extends GisFeatureRendererMulti
displayProject, shapeList
Modifier and Type | Method and Description |
---|---|
static EsriShapefileRenderer |
factory(java.io.InputStream stream)
Factory.
|
static EsriShapefileRenderer |
factory(java.lang.String filename)
Use factory to obtain a EsriShapefileRenderer.
|
protected ucar.unidata.geoloc.ProjectionImpl |
getDataProjection()
_more_
|
protected java.util.List |
getFeatures()
_more_
|
ucar.unidata.geoloc.LatLonRect |
getPreferredArea()
_more_
|
createFeatureSet, getShapes, getStats, setDiscretization, setPixelMatch, setProjection
draw, getColor, setColor
public static EsriShapefileRenderer factory(java.lang.String filename)
Implementation note: should switch to weak references.
filename
- the filenamepublic static EsriShapefileRenderer factory(java.io.InputStream stream)
stream
- the streampublic ucar.unidata.geoloc.LatLonRect getPreferredArea()
getPreferredArea
in interface Renderer
getPreferredArea
in class GisFeatureRendererMulti
protected java.util.List getFeatures()
getFeatures
in class GisFeatureRendererMulti
protected ucar.unidata.geoloc.ProjectionImpl getDataProjection()
getDataProjection
in class GisFeatureRendererMulti