Class: VectorAnnotation¶
GeoJSON Feature for vector annotations. Geometry is a LineString from origin to endpoint (computed from range/bearing). Properties contain origin, range, and bearing for precise reconstruction.
URI: debrief:class/VectorAnnotation
classDiagram
class VectorAnnotation
click VectorAnnotation href "../../classes/VectorAnnotation/"
VectorAnnotation : geometry
VectorAnnotation --> "1" GeoJSONLineString : geometry
click GeoJSONLineString href "../../classes/GeoJSONLineString/"
VectorAnnotation : id
VectorAnnotation : properties
VectorAnnotation --> "1" VectorAnnotationProperties : properties
click VectorAnnotationProperties href "../../classes/VectorAnnotationProperties/"
VectorAnnotation : type
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 1 String |
GeoJSON type discriminator | direct |
| id | 1 String |
Unique identifier | direct |
| geometry | 1 GeoJSONLineString |
Vector as LineString (origin to computed endpoint) | direct |
| properties | 1 VectorAnnotationProperties |
Vector metadata including origin, range, and bearing for reconstruction | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:VectorAnnotation |
| native | debrief:VectorAnnotation |
LinkML Source¶
Direct¶
name: VectorAnnotation
description: GeoJSON Feature for vector annotations. Geometry is a LineString from
origin to endpoint (computed from range/bearing). Properties contain origin, range,
and bearing for precise reconstruction.
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: Vector as LineString (origin to computed endpoint)
from_schema: https://debrief.info/schemas/annotations
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- GeoJSONFeature
range: GeoJSONLineString
required: true
properties:
name: properties
description: Vector metadata including origin, range, and bearing for reconstruction
from_schema: https://debrief.info/schemas/annotations
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
range: VectorAnnotationProperties
required: true
Induced¶
name: VectorAnnotation
description: GeoJSON Feature for vector annotations. Geometry is a LineString from
origin to endpoint (computed from range/bearing). Properties contain origin, range,
and bearing for precise reconstruction.
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: VectorAnnotation
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: VectorAnnotation
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: Vector as LineString (origin to computed endpoint)
from_schema: https://debrief.info/schemas/annotations
alias: geometry
owner: VectorAnnotation
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- GeoJSONFeature
range: GeoJSONLineString
required: true
properties:
name: properties
description: Vector metadata including origin, range, and bearing for reconstruction
from_schema: https://debrief.info/schemas/annotations
alias: properties
owner: VectorAnnotation
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
range: VectorAnnotationProperties
required: true