Creates a color layer. See the example for more information on layer creation.
The layer options.
Readonly
colorThe colormap of this layer
Readonly
computeReadonly
extentThe extent of this layer
Disables automatic updates of this layer. Useful for debugging purposes.
Readonly
idThe unique identifier of this layer.
Readonly
interpretationReadonly
isRead-only flag to check if a given object is of type ColorLayer.
Readonly
isRead-only flag to check if a given object is of type Layer.
Readonly
isReadonly flag to indicate that his object implements MemoryUsage.
Readonly
isReadonly
nameOptional name of this layer.
Readonly
noReadonly
resolutionThe resolution factor applied to the textures generated by this layer.
Readonly
showReadonly
showReadonly
sourceThe source of this layer
Readonly
userAn object that can be used to store custom data about the Layer.
Gets or sets the blending mode of this layer.
Gets or sets the brightness of this layer.
Gets the colorimetry parameters of this layer.
Gets or sets the contrast of this layer.
Gets the elevation range of this layer, if any.
Sets the elevation range of this layer. Setting it to null removes the elevation range.
Protected
instanceGets whether the object is currently performing an asynchronous operation.
Gets or sets the opacity of this layer.
Returns the percentage of progress, in normalized value (i.e in the [0, 1] range), of the asynchronous operations that are scheduled to run on this object. 1 means that all operations have finished.
Gets or sets the saturation of this layer.
Gets or sets the visibility of this layer.
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Protected
adjustProtected
adjustAdjusts the extent to avoid visual artifacts.
The original extent.
The width, in pixels, of the original extent.
The height, in pixels, of the original extent.
And object containing the adjusted extent, as well as adjusted pixel size.
Protected
applyProtected
applyProtected
applyProtected
canResets all render targets to a blank state and repaint all the targets.
Optional
extent: ExtentAn optional extent to limit the region to clear.
The extent to test.
true
if this layer contains the specified extent, false
otherwise.
Protected
deleteFire an event type.
The event that gets fired.
Returns an approximation of the memory used by this object, in bytes.
The graphics context.
Returns all features at some coordinates, with an optional hit tolerance radius.
Coordinates
Optional
options: { Options
Optional
radius?: numberRadius in pixels. Pixels inside the radius around the given coordinates will be checked for features.
Optional
xTile resolution (m/px) - only required if radius is greater than 0
Optional
yTile resolution (m/px) - only required if radius is greater than 0
Array of features at coordinates (can be empty)
Get all features whose bounding box intersects the provided extent. Note that this returns an array of all features intersecting the given extent in random order (so it may include features whose geometries do not intersect the extent).
Extent
Array of features intersecting the extent (can be empty)
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Protected
onProtected
onGiven a PickResult, returns and assigns its features.
Implementations must set pickedResult.features
to the returned result.
Picked result
Optional
options: PickOptionsOptions
Features
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Removes the node from this layer.
The disposed node.
Protected
update
A layer that produces color images, such as vector data, or satellite imagery.