public class MapDataPreprocessor extends FilterByGraphicType
nextCollectorname, pipeline| Constructor and Description |
|---|
MapDataPreprocessor(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.
|
XyBounds |
getBounds() |
java.util.Set |
getHoles() |
void |
setBounds(XyBounds newBounds) |
void |
setCoordinateTransformation(CoordinateTransformation newTransformation) |
void |
setHoles(java.util.Set newHoles) |
collect, collectListdiscard, flush, getNextCollector, pass, setNextCollectorclose, getNamepublic MapDataPreprocessor(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.IOExceptionpublic void setCoordinateTransformation(CoordinateTransformation newTransformation)
public void setHoles(java.util.Set newHoles)
public java.util.Set getHoles()
public XyBounds getBounds()
public void setBounds(XyBounds newBounds)