new InseeBin(options)
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | ol.source.VectorOptions + grid option Properties
|
Extends
Methods
-
clear()
-
Overwrite ol/source/Vector clear to fire clearstart / clearend event
- Inherited From:
- Overrides:
-
getGridExtent(proj)
-
Get grid extent
Parameters:
Name Type Description proj
ol.ProjectionLike Returns:
- Type
- ol.Extent
-
getGridGeomAt(coord)
-
Get the grid geometry at the coord
Parameters:
Name Type Description coord
ol.Coordinate Returns:
- Type
- ol.geom.Polygon
-
getSize()
-
Get grid size
Returns:
size
- Type
- number
-
setSize(size)
-
Set grid size
Parameters:
Name Type Description size
number