|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VectorToRasterException | |
---|---|
org.geotools.process.raster | Process examples making use of raster data structures such as GridCoverage and PlanarImage. |
Uses of VectorToRasterException in org.geotools.process.raster |
---|
Methods in org.geotools.process.raster that throw VectorToRasterException | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
VectorToRasterProcess.execute(java.util.Map<java.lang.String,java.lang.Object> input,
org.opengis.util.ProgressListener monitor)
Retrieves the input parameters from the supplied Map, conducts some basic checking, and then carries out the vector to raster conversion. |
static GridCoverage2D |
VectorToRasterProcess.process(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
java.lang.Object attribute,
java.awt.Dimension gridDim,
org.opengis.geometry.Envelope bounds,
java.lang.String covName,
org.opengis.util.ProgressListener monitor)
A static helper method that can be called directy to run the process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |