Constructor
Protected
cacheWhen true, geometries are cached. Default is true
Protected
compressCompress format
Protected
Readonly
featureTile data access object
Protected
featureFeature Style extension
Protected
fillFill polygon flag
Protected
geometryGeometry Cache
Protected
heightHeight overlapping pixels between tile images
Protected
indexWhen not null, features are retrieved using a feature index
Protected
lineLine paint
Protected
lineLine stroke width
Protected
maxOptional max features per tile. When more features than this value exist for creating a single tile, the tile is not created
Protected
maxWhen not null and the number of features is greater than the max features per tile, used to draw tiles for those tiles with more features than the max
CustomFeaturesTile
Protected
pointOptional point icon in place of a drawn circle
Protected
pointPoint paint
Protected
pointPoint radius
Protected
polygonPolygon fill paint
Protected
polygonPolygon paint
Protected
polygonPolygon stroke width
Protected
projectionFeature DAO Projection
Protected
scaleScale factor
Protected
simplifyWhen true, geometries are simplified before being drawn. Default is true
Protected
tileTile height
Protected
tileTile height
Protected
widthWidth overlapping pixels between tile images
Static
Protected
Readonly
WEB_Web Mercator Projection
Static
Protected
Readonly
WGS_WGS84 Projection
Draw a line in the context
Add a feature to the batch
Draw a line in the context
Draw a polygon in the context
Renders the web mercator (EPSG:3857) xyz tile
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2DDraw a tile image from the x, y, and zoom level by querying all features. This could be very slow if there are a lot of features
drawn image, or null
x coordinate
y coordinate
zoom level
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2D(draw directly into a canvas)
Draw a tile image from the x, y, and zoom level by querying all features. This could be very slow if there are a lot of features
drawn image, or null
x coordinate
y coordinate
zoom level
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2D(draw directly into a canvas)
Draw a web mercator xyz tile.
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2DOptional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2DRenders the wgs84 (EPSG:4326) xyz tile
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2DDraw tile with the provided FeatureIndexResults
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2DDraw tile using a FeatureResultSet
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2DDraw tile with provided feature rows
Optional
canvas: HTMLCanvasElement | OffscreenCanvas | EmulatedCanvas2DCreate an expanded bounding box to handle features outside the tile that overlap
bounding box
web mercator bounding box
Create an expanded bounding box to handle features outside the tile that overlap
bounding box
bounding box
bounding box projection
Create an expanded web mercator bounding box to handle features outside the tile that overlap
bounding box
bounding box
bounding box
Get the path of the line string
Get the feature DAO
feature dao
Get the feature style paint from cache, or create and cache it
feature style paint
feature style
draw type
Get the index manager
index manager or null
Get the line paint for the feature style, or return the default paint
paint
feature style
Get the path of the line string
Get the point paint for the feature style, or return the default paint
paint
feature style
Get the polygon fill paint for the feature style, or return the default paint
paint
feature style
Get the polygon paint for the feature style, or return the default paint
paint
feature style
Get the style paint from cache, or create and cache it
paint
style row
draw type
Query for feature results in the x, y, and zoom
feature count
x coordinate
y coordinate
zoom level
Query for feature result count in the bounding box
count
bounding box
Projection
Query for feature results in the x, y, and zoom
feature count
x coordinate
y coordinate
zoom level
Query for feature results in the bounding box
geometry index results
bounding box
bounding box projection
Set the index
index manager
Set the max features tile draw
Set point icon
Protected
simplifyGenerated using TypeDoc
Tiles drawn from or linked to features. Used to query features and optionally draw tiles from those features.