public class MapDataDeriver extends FilterByGraphicType
nextCollectorname, pipeline| Constructor and Description |
|---|
MapDataDeriver(java.lang.String name,
TranslationPipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collectImage(MapDataImage image)
Does nothing by default; override for your own use.
|
protected void |
collectPoint(MapDataPoint point)
Does nothing by default; override for your own use.
|
protected void |
collectPointColor(MapDataPointColor point)
Does nothing by default; override for your own use.
|
protected void |
collectPolygon(MapDataPolygon polygon)
Does nothing by default; override for your own use.
|
protected void |
collectPolyline(MapDataPolyline polyline)
Does nothing by default; override for your own use.
|
protected void |
collectText(MapDataText text)
Does nothing by default; override for your own use.
|
collect, collectListdiscard, flush, getNextCollector, pass, setNextCollectorclose, getNamepublic MapDataDeriver(java.lang.String name,
TranslationPipeline pipeline)
protected void collectImage(MapDataImage image) throws java.io.IOException
FilterByGraphicTypecollectImage in class FilterByGraphicTypejava.io.IOExceptionprotected void collectPoint(MapDataPoint point) throws java.io.IOException
FilterByGraphicTypecollectPoint in class FilterByGraphicTypejava.io.IOExceptionprotected void collectPointColor(MapDataPointColor point) throws java.io.IOException
FilterByGraphicTypecollectPointColor in class FilterByGraphicTypejava.io.IOExceptionprotected void collectText(MapDataText text) throws java.io.IOException
FilterByGraphicTypecollectText in class FilterByGraphicTypejava.io.IOExceptionprotected void collectPolyline(MapDataPolyline polyline) throws java.io.IOException
FilterByGraphicTypecollectPolyline in class FilterByGraphicTypejava.io.IOExceptionprotected void collectPolygon(MapDataPolygon polygon) throws java.io.IOException
FilterByGraphicTypecollectPolygon in class FilterByGraphicTypejava.io.IOException