Polygon

public final class Polygon implements BoundingPolygon

Parameters

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

Link copied to clipboard
public Polygon Polygon(List<List<List<BigDecimal>>> coordinates)

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
private final String type

Functions

Link copied to clipboard
public final static Polygon.Builder builder()
Link copied to clipboard
Link copied to clipboard
public String getType()