Skip to content

Class: GeoJSONEmptyPoint

GeoJSON Point geometry with empty coordinates (for non-spatial features)

URI: debrief:class/GeoJSONEmptyPoint

 classDiagram
    class GeoJSONEmptyPoint
    click GeoJSONEmptyPoint href "../../classes/GeoJSONEmptyPoint/"
      GeoJSONEmptyPoint : coordinates

      GeoJSONEmptyPoint : type


Slots

Name Cardinality and Range Description Inheritance
type 1
String
Geometry type discriminator direct
coordinates 1..*
Float
Empty array for non-spatial features direct

Usages

used by used in type used
SystemState geometry range GeoJSONEmptyPoint

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: GeoJSONEmptyPoint
description: GeoJSON Point geometry with empty coordinates (for non-spatial features)
from_schema: https://debrief.info/schemas/debrief
attributes:
  type:
    name: type
    description: Geometry type discriminator
    from_schema: https://debrief.info/schemas/geojson
    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: Point
  coordinates:
    name: coordinates
    description: Empty array for non-spatial features
    from_schema: https://debrief.info/schemas/geojson
    domain_of:
    - GeoJSONPoint
    - GeoJSONEmptyPoint
    - GeoJSONLineString
    - GeoJSONPolygon
    - GeoJSONMultiPoint
    - GeoJSONMultiLineString
    - GeoJSONMultiPolygon
    - ViewportPolygon
    range: float
    required: true
    multivalued: true
    maximum_cardinality: 0

Induced

name: GeoJSONEmptyPoint
description: GeoJSON Point geometry with empty coordinates (for non-spatial features)
from_schema: https://debrief.info/schemas/debrief
attributes:
  type:
    name: type
    description: Geometry type discriminator
    from_schema: https://debrief.info/schemas/geojson
    alias: type
    owner: GeoJSONEmptyPoint
    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: Point
  coordinates:
    name: coordinates
    description: Empty array for non-spatial features
    from_schema: https://debrief.info/schemas/geojson
    alias: coordinates
    owner: GeoJSONEmptyPoint
    domain_of:
    - GeoJSONPoint
    - GeoJSONEmptyPoint
    - GeoJSONLineString
    - GeoJSONPolygon
    - GeoJSONMultiPoint
    - GeoJSONMultiLineString
    - GeoJSONMultiPolygon
    - ViewportPolygon
    range: float
    required: true
    multivalued: true
    maximum_cardinality: 0