API / geotoolkit / attributes / IRasterable / IRasterable
attributes.IRasterable.IRasterable
Define an object which can return Raster
Interface
Constructors
Methods
Methods
▸ Abstract getRaster(xMin?, yMin?, xMax?, yMax?): Raster
Returns a new instance of Raster
| Name | Type | Description |
|---|---|---|
Optional xMin | number | x Min position to get color |
Optional yMin | number | y Min position to get color |
Optional xMax | number | x Max position to get color |
Optional yMax | number | y Max position to get color |