Uses of Class
org.geotools.process.raster.MarchingSquaresVectorizer.FootprintCoordinates
-
Packages that use MarchingSquaresVectorizer.FootprintCoordinates Package Description org.geotools.process.raster Raster processing support for the GeoTools library. -
-
Uses of MarchingSquaresVectorizer.FootprintCoordinates in org.geotools.process.raster
Methods in org.geotools.process.raster that return MarchingSquaresVectorizer.FootprintCoordinates Modifier and Type Method Description static MarchingSquaresVectorizer.FootprintCoordinates
MarchingSquaresVectorizer.FootprintCoordinates. getDefault()
static MarchingSquaresVectorizer.FootprintCoordinates
MarchingSquaresVectorizer.FootprintCoordinates. valueOf(String name)
Returns the enum constant of this type with the specified name.static MarchingSquaresVectorizer.FootprintCoordinates[]
MarchingSquaresVectorizer.FootprintCoordinates. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-