PropertiesGeoJsonRequest

public final class PropertiesGeoJsonRequest

GeoJSON geometry

Parameters

type

The geometry type. The only supported type is Polygon

coordinates

An array of linear ring coordinate arrays that combine to make up a single Polygon in geojson format. If there is more than one linear ring at this level, the first is the outer boundary and the remaining linear rings are interior rings or holes.

Constructors

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final List<List<List<BigDecimal>>> coordinates
Link copied to clipboard
@Valid()
private final String type

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getType()