Last updated

API / geotoolkit / attributes / IRasterable / IRasterable

Class: IRasterable

attributes.IRasterable.IRasterable

Define an object which can return Raster

Interface

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new IRasterable()

new IRasterable()

Methods

getRaster

Abstract getRaster(xMin?, yMin?, xMax?, yMax?): Raster

Returns a new instance of Raster

Parameters

Name Type Description
Optional xMinnumberx Min position to get color
Optional yMinnumbery Min position to get color
Optional xMaxnumberx Max position to get color
Optional yMaxnumbery Max position to get color

Returns

Raster