The raster must be integer type. Raster Layer Output polygon features The output feature class that will contain the converted polygons. Feature Class Simplify polygons (Optional) Determines if the output polygons will be smoothed into simpler shapes or conform to the input raster's cell edges....
True if the raster dataset has an integer type. Boolean isMultidimensional (Sólo lectura) True if the raster dataset is multidimensional. Boolean isTemporary (Sólo lectura) True if the raster dataset is temporary or False if it is permanent. Boolean maximum (Sólo lectura) The maximum value in...
Integer Method Overview MethodExplanation save ({name}) Permanently saves the dataset the raster object references. Methods save ({name}) ParameterExplanationData Type name The name to assign to the raster dataset on disk. String Code Sample ...
Integer Method Overview Method Explanation save ({name}) Permanently saves the dataset referenced by the raster object. Methods save ({name}) Parameter Explanation Data Type name The name to assign to the raster dataset on disk. String Code sample Raster example 1 Creates a Raster object from...
Raises the pixel values in a raster to the power of the values found in another raster. For details, see the Power raster function. Round Down Returns the next lower integer, as a floating-point value, for each pixel in a raster. For details, see the Round Down raster function....
The Raster to Polygon tool can only process integer input rasters. Therefore, a floating type raster must be converted to an integer type raster before using the tool.
zAnalysis是基于Pascal语言编写的大型统计学开源库. Contribute to PassByYou888/zAnalysis development by creating an account on GitHub.
fme_type FME型 fme_raster FME光栅 They will also have a series of attributes that are specific to their format, prefixed appropriately with strings such as geotiff_, pngraster_, cded_, ngrid_, and so on. 它们还将具有一系列特定于其格式的属性,并适当地使用geotiff_、pngraster_、cded_、n...
Indicates if the data is integer. IRasterBand item(int bandIndex) Returns a RasterBand given its index. void makePermanent() Makes a temporary raster a permanent raster dataset. void mapToPixel(double x, double y, int[] pColumn, int[] pRow) Converts a location (x, y) in map sp...
RasterFormatException - if w or h is less than or equal to zero, or computing either location.x + w or location.y + h results in integer overflow createInterleavedRaster public static WritableRaster createInterleavedRaster(int dataType, int w, int h, int scanlineStride, int pixelStride, int...