Skip to content

Class: Ellipse

An ellipse as defined by x, y coordinates and x and y radii

URI: microscopemetrics_schema:Ellipse

classDiagram class Ellipse Shape <|-- Ellipse Ellipse : c Ellipse : fill_color Ellipse --|> Color : fill_color Ellipse : label Ellipse : stroke_color Ellipse --|> Color : stroke_color Ellipse : stroke_width Ellipse : t Ellipse : x Ellipse : x_rad Ellipse : y Ellipse : y_rad Ellipse : z

Inheritance

Slots

Name Cardinality and Range Description Inheritance
x 1..1
Float
The x coordinate of the bounding box of the ellipse direct
y 1..1
Float
The y coordinate of the bounding box of the ellipse direct
x_rad 1..1
Float
The x radius of the ellipse direct
y_rad 1..1
Float
The y radius of the ellipse direct
label 0..1
String
The label of the shape Shape
z 0..1
Float
The z coordinate of the shape Shape
c 0..1
Integer
The c coordinate of the shape Shape
t 0..1
Integer
The t coordinate of the shape Shape
fill_color 0..1
Color
The fill color of the shape Shape
stroke_color 0..1
Color
The stroke color of the shape Shape
stroke_width 0..1
Integer
The stroke width of the shape Shape

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Ellipse
description: An ellipse as defined by x, y coordinates and x and y radii
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Shape
attributes:
  x:
    name: x
    description: The x coordinate of the bounding box of the ellipse
    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 bounding box of the ellipse
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    multivalued: false
    range: float
    required: true
  x_rad:
    name: x_rad
    description: The x radius of the ellipse
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: false
    range: float
    required: true
  y_rad:
    name: y_rad
    description: The y radius of the ellipse
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: false
    range: float
    required: true

Induced

name: Ellipse
description: An ellipse as defined by x, y coordinates and x and y radii
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Shape
attributes:
  x:
    name: x
    description: The x coordinate of the bounding box of the ellipse
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    multivalued: false
    alias: x
    owner: Ellipse
    domain_of:
    - ImageMask
    - Image2D
    - Image5D
    - Point
    - Rectangle
    - Ellipse
    - Vertex
    - Mask
    range: float
    required: true
  y:
    name: y
    description: The y coordinate of the bounding box of the ellipse
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    multivalued: false
    alias: y
    owner: Ellipse
    domain_of:
    - ImageMask
    - Image2D
    - Image5D
    - Point
    - Rectangle
    - Ellipse
    - Vertex
    - Mask
    range: float
    required: true
  x_rad:
    name: x_rad
    description: The x radius of the ellipse
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: false
    alias: x_rad
    owner: Ellipse
    domain_of:
    - Ellipse
    range: float
    required: true
  y_rad:
    name: y_rad
    description: The y radius of the ellipse
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    multivalued: false
    alias: y_rad
    owner: Ellipse
    domain_of:
    - Ellipse
    range: float
    required: true
  label:
    name: label
    description: The label of the shape
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    alias: label
    owner: Ellipse
    domain_of:
    - Roi
    - Shape
    range: string
    required: false
  z:
    name: z
    description: The z coordinate of the shape
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    alias: z
    owner: Ellipse
    domain_of:
    - Image5D
    - Shape
    range: float
    required: false
  c:
    name: c
    description: The c coordinate of the shape
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    alias: c
    owner: Ellipse
    domain_of:
    - Image5D
    - Shape
    range: integer
    required: false
  t:
    name: t
    description: The t coordinate of the shape
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    alias: t
    owner: Ellipse
    domain_of:
    - Image5D
    - Shape
    range: integer
    required: false
  fill_color:
    name: fill_color
    description: The fill color of the shape
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    alias: fill_color
    owner: Ellipse
    domain_of:
    - Shape
    range: Color
    required: false
  stroke_color:
    name: stroke_color
    description: The stroke color of the shape
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    alias: stroke_color
    owner: Ellipse
    domain_of:
    - Shape
    range: Color
    required: false
  stroke_width:
    name: stroke_width
    description: The stroke width of the shape
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    ifabsent: int(1)
    alias: stroke_width
    owner: Ellipse
    domain_of:
    - Shape
    range: integer
    required: false