Uses of Class
org.geotools.process.vector.GridProcess.GridMode
-
Packages that use GridProcess.GridMode Package Description org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of GridProcess.GridMode in org.geotools.process.vector
Methods in org.geotools.process.vector that return GridProcess.GridMode Modifier and Type Method Description static GridProcess.GridMode
GridProcess.GridMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GridProcess.GridMode[]
GridProcess.GridMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.process.vector with parameters of type GridProcess.GridMode Modifier and Type Method Description SimpleFeatureCollection
GridProcess. execute(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode)
-