Package org.jaitools.media.jai.vectorize
Class VectorizeRIF
Object
VectorizeRIF
- All Implemented Interfaces:
RenderedImageFactory
The image factory for the Vectorize operator.
- Since:
- 1.1
- Author:
- Michael Bedward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ParameterBlock paramBlock, RenderingHints renderHints) Creates a new instance of VectorizeOpImage in the rendered layer.
-
Constructor Details
-
VectorizeRIF
public VectorizeRIF()Constructor
-
-
Method Details
-
create
Creates a new instance of VectorizeOpImage in the rendered layer.- Specified by:
createin interfaceRenderedImageFactory- Parameters:
paramBlock- specifies the source image and the parameters "roi", "band", "outsideValues" and "insideEdges"renderHints- rendering hints (ignored)
-