Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "shapes/shape"

Index

Type aliases

Shape

Shape: "Polygon" | "Bounding Box" | "Point Radius" | "Point" | "Line"

All supported GeometryJSON shapes

Variables

Const BBOX

BBOX: "Bounding Box" = BOUNDING_BOX

Const BOUNDING_BOX

BOUNDING_BOX: Shape = "Bounding Box"

Const CIRCLE

CIRCLE: "Point Radius" = POINT_RADIUS

Const LINE

LINE: Shape = "Line"

Const POINT

POINT: Shape = "Point"

Const POINT_RADIUS

POINT_RADIUS: Shape = "Point Radius"

Const POLYGON

POLYGON: Shape = "Polygon"

Generated using TypeDoc