Skip to content

Class: Vertex

A vertex as defined by x and y coordinates

URI: microscopemetrics_schema:Vertex

classDiagram class Vertex click Vertex href "../Vertex" Vertex : x Vertex : y

Slots

Name Cardinality and Range Description Inheritance
x 1
Float
The x coordinate direct
y 1
Float
The y coordinate direct

Usages

used by used in type used
Polygon vertexes range Vertex

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/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://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
slots:
- x
- y

Induced

name: Vertex
description: A vertex as defined by x and y coordinates
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
attributes:
  x:
    name: x
    description: The x coordinate
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: x
    owner: Vertex
    domain_of:
    - Point
    - Rectangle
    - Ellipse
    - Vertex
    - Mask
    range: float
    required: true
  y:
    name: y
    description: The y coordinate
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: y
    owner: Vertex
    domain_of:
    - Point
    - Rectangle
    - Ellipse
    - Vertex
    - Mask
    range: float
    required: true