Skip to content

Class: PointMetadataEntry

Metadata for a single point within a MultiPoint reference set. Entries are parallel to the MultiPoint coordinates array. Downstream tools (#081 classifier) extend entries with zone/color fields.

URI: debrief:class/PointMetadataEntry

 classDiagram
    class PointMetadataEntry
    click PointMetadataEntry href "../../classes/PointMetadataEntry/"
      PointMetadataEntry : index

      PointMetadataEntry : name


Slots

Name Cardinality and Range Description Inheritance
index 1
Integer
0-based ordinal matching coordinates array position direct
name 1
String
Human-readable point label (e direct

Usages

used by used in type used
ReferenceLocationProperties point_metadata range PointMetadataEntry

Identifier and Mapping Information

Schema Source

  • from schema: https://debrief.info/schemas/debrief

Mappings

Mapping Type Mapped Value
self debrief:PointMetadataEntry
native debrief:PointMetadataEntry

LinkML Source

Direct

name: PointMetadataEntry
description: Metadata for a single point within a MultiPoint reference set. Entries
  are parallel to the MultiPoint coordinates array. Downstream tools (#081 classifier)
  extend entries with zone/color fields.
from_schema: https://debrief.info/schemas/debrief
attributes:
  index:
    name: index
    description: 0-based ordinal matching coordinates array position
    from_schema: https://debrief.info/schemas/geojson
    rank: 1000
    domain_of:
    - PointMetadataEntry
    range: integer
    required: true
  name:
    name: name
    description: Human-readable point label (e.g., "Ref 1")
    from_schema: https://debrief.info/schemas/geojson
    domain_of:
    - SegmentMetadata
    - SensorData
    - TUAData
    - PointMetadataEntry
    - ReferenceLocationProperties
    - Tool
    - ToolParameter
    - PlatformRecord
    - LevelDefinition
    - DatasetSeries
    range: string
    required: true

Induced

name: PointMetadataEntry
description: Metadata for a single point within a MultiPoint reference set. Entries
  are parallel to the MultiPoint coordinates array. Downstream tools (#081 classifier)
  extend entries with zone/color fields.
from_schema: https://debrief.info/schemas/debrief
attributes:
  index:
    name: index
    description: 0-based ordinal matching coordinates array position
    from_schema: https://debrief.info/schemas/geojson
    rank: 1000
    alias: index
    owner: PointMetadataEntry
    domain_of:
    - PointMetadataEntry
    range: integer
    required: true
  name:
    name: name
    description: Human-readable point label (e.g., "Ref 1")
    from_schema: https://debrief.info/schemas/geojson
    alias: name
    owner: PointMetadataEntry
    domain_of:
    - SegmentMetadata
    - SensorData
    - TUAData
    - PointMetadataEntry
    - ReferenceLocationProperties
    - Tool
    - ToolParameter
    - PlatformRecord
    - LevelDefinition
    - DatasetSeries
    range: string
    required: true