Skip to content

Class: Vertex

A vertex as defined by x and y coordinates

URI: microscopemetrics_schema:Vertex

classDiagram class Vertex Vertex : x Vertex : y

Slots

Name Cardinality and Range Description Inheritance
x 1..1
Float
The x coordinate of the vertex direct
y 1..1
Float
The y coordinate of the vertex direct

Usages

used by used in type used
Polygon vertexes range Vertex

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema

Mappings

Mapping Type Mapped Value
self microscopemetrics_schema:Vertex
native microscopemetrics_schema:Vertex

LinkML Source

Direct

name: Vertex
description: A vertex as defined by x and y coordinates
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
attributes:
  x:
    name: x
    description: The x coordinate of the vertex
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    multivalued: false
    range: float
    required: true
  y:
    name: y
    description: The y coordinate of the vertex
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    multivalued: false
    range: float
    required: true

Induced

name: Vertex
description: A vertex as defined by x and y coordinates
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
attributes:
  x:
    name: x
    description: The x coordinate of the vertex
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    multivalued: false
    alias: x
    owner: Vertex
    domain_of:
    - ImageMask
    - Image2D
    - Image5D
    - Point
    - Rectangle
    - Ellipse
    - Vertex
    - Mask
    range: float
    required: true
  y:
    name: y
    description: The y coordinate of the vertex
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    multivalued: false
    alias: y
    owner: Vertex
    domain_of:
    - ImageMask
    - Image2D
    - Image5D
    - Point
    - Rectangle
    - Ellipse
    - Vertex
    - Mask
    range: float
    required: true