For more information on the NBA object model, please refer to the official NBA documentation at https://docs.biodiversitydata.nl and the NBA model and endpoints reference at https://docs.biodiversitydata.nl/endpoints-reference.

# MultiPolygon$new()

Format

R6 class

Details

Model class for MultiPolygon objects.

Fields

crs

Crs

bbox

list(numeric)

coordinates

list(LngLatAlt)

Methods

$new()

Constructor MultiPolygon object.

$fromList(MultiPolygonList)

Create MultiPolygon object from list.

$toList()

Get list representation of MultiPolygon.

fromJSONString(MultiPolygonJson)

Create MultiPolygon object from JSON.

toJSONString(pretty=TRUE)

Get JSON representation of MultiPolygon.