Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.71 KB

File metadata and controls

61 lines (37 loc) · 1.71 KB

CoordinatePoint

Semantic name:https://openminds.ebrains.eu/sands/CoordinatePoint
Display as:Coordinate point

Structured information on a coordinate point.



Properties

Required:coordinateSpace, coordinates
Optional:

coordinateSpace

Two or three dimensional geometric setting.

schema_specifications

semantic name:https://openminds.ebrains.eu/vocab/coordinateSpace
value type:
linked object of type
instructions:Add the coordinate space in which this coordinate point exists in.

BACK TO TOP


coordinates

Pair or triplet of numbers defining a location in a given coordinate space.

schema_specifications

semantic name:https://openminds.ebrains.eu/vocab/coordinates
value type:
embedded object array (2-3) of type
instructions:Add two or three coordinates (2D: [x, y] or 3D: [x, y, z]) that define the exact location of this point in the stated coordinate space.

BACK TO TOP