Class: MultiPointFeature¶
GeoJSON Feature for multi-point tool results
URI: debrief:class/MultiPointFeature
classDiagram
class MultiPointFeature
click MultiPointFeature href "../../classes/MultiPointFeature/"
MultiPointFeature : bbox
MultiPointFeature : geometry
MultiPointFeature --> "1" GeoJSONMultiPoint : geometry
click GeoJSONMultiPoint href "../../classes/GeoJSONMultiPoint/"
MultiPointFeature : id
MultiPointFeature : properties
MultiPointFeature --> "1" MultiPointFeatureProperties : properties
click MultiPointFeatureProperties href "../../classes/MultiPointFeatureProperties/"
MultiPointFeature : type
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 1 String |
GeoJSON type discriminator | direct |
| id | 1 String |
Unique identifier (UUID recommended) | direct |
| geometry | 1 GeoJSONMultiPoint |
MultiPoint geometry | direct |
| properties | 1 MultiPointFeatureProperties |
Feature properties and styling | direct |
| bbox | 4..* Float |
Bounding box [minLon, minLat, maxLon, maxLat] | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:MultiPointFeature |
| native | debrief:MultiPointFeature |
LinkML Source¶
Direct¶
name: MultiPointFeature
description: GeoJSON Feature for multi-point tool results
from_schema: https://debrief.info/schemas/debrief
attributes:
type:
name: type
description: GeoJSON 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: Feature
id:
name: id
description: Unique identifier (UUID recommended)
from_schema: https://debrief.info/schemas/geojson
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: MultiPoint geometry
from_schema: https://debrief.info/schemas/geojson
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- GeoJSONFeature
range: GeoJSONMultiPoint
required: true
properties:
name: properties
description: Feature properties and styling
from_schema: https://debrief.info/schemas/geojson
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
range: MultiPointFeatureProperties
required: true
bbox:
name: bbox
description: Bounding box [minLon, minLat, maxLon, maxLat]
from_schema: https://debrief.info/schemas/geojson
domain_of:
- TrackFeature
- SystemStateProperties
- MultiPointFeature
- MultiPolygonFeature
- PlotSummary
- StacItemSummary
range: float
multivalued: true
minimum_cardinality: 4
maximum_cardinality: 4
Induced¶
name: MultiPointFeature
description: GeoJSON Feature for multi-point tool results
from_schema: https://debrief.info/schemas/debrief
attributes:
type:
name: type
description: GeoJSON type discriminator
from_schema: https://debrief.info/schemas/geojson
alias: type
owner: MultiPointFeature
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 (UUID recommended)
from_schema: https://debrief.info/schemas/geojson
alias: id
owner: MultiPointFeature
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: MultiPoint geometry
from_schema: https://debrief.info/schemas/geojson
alias: geometry
owner: MultiPointFeature
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
- GeoJSONFeature
range: GeoJSONMultiPoint
required: true
properties:
name: properties
description: Feature properties and styling
from_schema: https://debrief.info/schemas/geojson
alias: properties
owner: MultiPointFeature
domain_of:
- TrackFeature
- ReferenceLocation
- SystemState
- MultiPointFeature
- MultiPolygonFeature
- InputFeatureState
- NarrativeEntry
- CircleAnnotation
- RectangleAnnotation
- LineAnnotation
- TextAnnotation
- VectorAnnotation
- PolyAnnotation
range: MultiPointFeatureProperties
required: true
bbox:
name: bbox
description: Bounding box [minLon, minLat, maxLon, maxLat]
from_schema: https://debrief.info/schemas/geojson
alias: bbox
owner: MultiPointFeature
domain_of:
- TrackFeature
- SystemStateProperties
- MultiPointFeature
- MultiPolygonFeature
- PlotSummary
- StacItemSummary
range: float
multivalued: true
minimum_cardinality: 4
maximum_cardinality: 4