API / geotoolkit / scene / shapes / tiledshape / AbstractCancellationStrategy / AbstractCancellationStrategy
tiledshape.AbstractCancellationStrategy.AbstractCancellationStrategy
Class for abstract cancellation strategy. It can be extended to stop request, that will be unnecessary
AbstractCancellationStrategy
Constructors
Methods
▸ getClassName(): string
string
▸ Abstract isRequestValid(requestData, tileShapeData): boolean
Function for filtering unnecessary requests. It returns true, if this request is valid.
| Name | Type | Description |
|---|---|---|
requestData | ImageData | request data |
tileShapeData | TileShapeData | tile shape data |
boolean
true, if this request is valid
▸ Static getClassName(): string
string