Class: PolyAnnotation¶
GeoJSON Feature for arbitrary polygon annotations. Geometry is a Polygon with user-defined vertices (freeform shape). Used for patrol zones, exclusion areas, search grids, etc.
URI: debrief:class/PolyAnnotation
classDiagram
class PolyAnnotation
click PolyAnnotation href "../../classes/PolyAnnotation/"
PolyAnnotation : geometry
PolyAnnotation --> "1" GeoJSONPolygon : geometry
click GeoJSONPolygon href "../../classes/GeoJSONPolygon/"
PolyAnnotation : id
PolyAnnotation : properties
PolyAnnotation --> "1" PolyAnnotationProperties : properties
click PolyAnnotationProperties href "../../classes/PolyAnnotationProperties/"
PolyAnnotation : type
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 1 String |
GeoJSON type discriminator | direct |
| id | 1 String |
Unique identifier | direct |
| geometry | 1 GeoJSONPolygon |
Polygon with user-defined vertices (closed ring) | direct |
| properties | 1 PolyAnnotationProperties |
Polygon metadata including vertex count and styling | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:PolyAnnotation |
| native | debrief:PolyAnnotation |
LinkML Source¶
Direct¶
name: PolyAnnotation
description: GeoJSON Feature for arbitrary polygon annotations. Geometry is a Polygon
with user-defined vertices (freeform shape). Used for patrol zones, exclusion areas,
search grids, etc.
from_schema: https://debrief.info/schemas/debrief
attributes:
type:
name: type
description: GeoJSON type discriminator
from_schema: https://debrief.info/schemas/annotations
domain_of:
- GeoJSONPoint
- GeoJSONEmptyPoint
- GeoJSONLineString
- GeoJSONPolygon
- GeoJSONMultiPoint
- GeoJSONMultiLineString
- GeoJSONMultiPolygon
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- ToolParameter
- FileProvEntry
- GeoJSONGeometry
- GeoJSONFeature
- DatasetAxisMetadata
- DatasetEntry
range: string
required: true
equals_string: Feature
id:
name: id
description: Unique identifier
from_schema: https://debrief.info/schemas/annotations
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- Tool
- PlatformRecord
- PlotSummary
- StacItemSummary
- GeoJSONFeature
required: true
geometry:
name: geometry
description: Polygon with user-defined vertices (closed ring)
from_schema: https://debrief.info/schemas/annotations
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- GeoJSONFeature
range: GeoJSONPolygon
required: true
properties:
name: properties
description: Polygon metadata including vertex count and styling
from_schema: https://debrief.info/schemas/annotations
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
range: PolyAnnotationProperties
required: true
Induced¶
name: PolyAnnotation
description: GeoJSON Feature for arbitrary polygon annotations. Geometry is a Polygon
with user-defined vertices (freeform shape). Used for patrol zones, exclusion areas,
search grids, etc.
from_schema: https://debrief.info/schemas/debrief
attributes:
type:
name: type
description: GeoJSON type discriminator
from_schema: https://debrief.info/schemas/annotations
alias: type
owner: PolyAnnotation
domain_of:
- GeoJSONPoint
- GeoJSONEmptyPoint
- GeoJSONLineString
- GeoJSONPolygon
- GeoJSONMultiPoint
- GeoJSONMultiLineString
- GeoJSONMultiPolygon
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- ToolParameter
- FileProvEntry
- GeoJSONGeometry
- GeoJSONFeature
- DatasetAxisMetadata
- DatasetEntry
range: string
required: true
equals_string: Feature
id:
name: id
description: Unique identifier
from_schema: https://debrief.info/schemas/annotations
alias: id
owner: PolyAnnotation
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- Tool
- PlatformRecord
- PlotSummary
- StacItemSummary
- GeoJSONFeature
range: string
required: true
geometry:
name: geometry
description: Polygon with user-defined vertices (closed ring)
from_schema: https://debrief.info/schemas/annotations
alias: geometry
owner: PolyAnnotation
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- GeoJSONFeature
range: GeoJSONPolygon
required: true
properties:
name: properties
description: Polygon metadata including vertex count and styling
from_schema: https://debrief.info/schemas/annotations
alias: properties
owner: PolyAnnotation
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
range: PolyAnnotationProperties
required: true