Skip to content

Class: GeoJSONGeometry

GeoJSON geometry object (type + coordinates pair)

URI: debrief:class/GeoJSONGeometry

 classDiagram
    class GeoJSONGeometry
    click GeoJSONGeometry href "../../classes/GeoJSONGeometry/"
      GeoJSONGeometry : type


Slots

Name Cardinality and Range Description Inheritance
type 1
String
GeoJSON geometry type (e direct

Usages

used by used in type used
GeoJSONFeature geometry range GeoJSONGeometry

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: GeoJSONGeometry
description: GeoJSON geometry object (type + coordinates pair)
from_schema: https://debrief.info/schemas/debrief
attributes:
  type:
    name: type
    description: GeoJSON geometry type (e.g., Point, LineString, Polygon)
    from_schema: https://debrief.info/schemas/session-state
    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

Induced

name: GeoJSONGeometry
description: GeoJSON geometry object (type + coordinates pair)
from_schema: https://debrief.info/schemas/debrief
attributes:
  type:
    name: type
    description: GeoJSON geometry type (e.g., Point, LineString, Polygon)
    from_schema: https://debrief.info/schemas/session-state
    alias: type
    owner: GeoJSONGeometry
    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