Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnnotationsCogniteAnnotationTypesPrimitivesGeometry2DGeometry

A geometry represented by exactly one of bounding_box, polygon and polyline which, respectively, represents a BoundingBox, Polygon and PolyLine.

Hierarchy

  • AnnotationsCogniteAnnotationTypesPrimitivesGeometry2DGeometry

Index

Properties

Optional boundingBox

A plain rectangle

Optional polygon

A closed polygon represented by n vertices. In other words, we assume that the first and last vertex are connected.

Optional polyline

A polygonal chain consisting of n vertices