Last updated

API / geotoolkit / map / features / QueryMode / QueryMode

Enumeration: QueryMode

features.QueryMode.QueryMode

Features query mode (the way to calculate requesting area) for the Vector sources

Table of contents

Enumeration Members

Contents

Enumeration Members

All

All = "All"

Query all features with a single request


Bbox

Bbox = "Bbox"

Query features based on the visible bounding box


Grid

Grid = "Grid"

Query features using grid cells


Tile

Tile = "Tile"

Query features using 256x256px tiles