Class: Point
A point as defined by x and y coordinates
URI: microscopemetrics_schema:Point
classDiagram
class Point
click Point href "../Point"
Shape <|-- Point
click Shape href "../Shape"
Point : c
Point : description
Point : fill_color
Point --> "0..1" Color : fill_color
click Color href "../Color"
Point : name
Point : stroke_color
Point --> "0..1" Color : stroke_color
click Color href "../Color"
Point : stroke_width
Point : t
Point : x
Point : y
Point : z
Inheritance
- NamedObject
- Shape
- Point
- Shape
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
x | 1 Float |
The x coordinate | direct |
y | 1 Float |
The y coordinate | direct |
z | 0..1 Float |
The z coordinate | Shape |
c | 0..1 Integer |
The c coordinate | Shape |
t | 0..1 Integer |
The t coordinate | 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 |
name | 0..1 String |
The human readable name of an entity | NamedObject |
description | 0..1 String |
A human readable description of an entity | NamedObject |
Usages
used by | used in | type | used |
---|---|---|---|
Roi | points | range | Point |
Identifier and Mapping Information
Schema Source
- from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microscopemetrics_schema:Point |
native | microscopemetrics_schema:Point |
LinkML Source
Direct
name: Point
description: A point as defined by x and y coordinates
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: Shape
slots:
- x
- y
Induced
name: Point
description: A point as defined by x and y coordinates
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: Shape
attributes:
x:
name: x
description: The x coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: x
owner: Point
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: Point
domain_of:
- Point
- Rectangle
- Ellipse
- Vertex
- Mask
range: float
required: true
z:
name: z
description: The z coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: z
owner: Point
domain_of:
- Shape
range: float
required: false
c:
name: c
description: The c coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: c
owner: Point
domain_of:
- Shape
range: integer
required: false
t:
name: t
description: The t coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: t
owner: Point
domain_of:
- Shape
range: integer
required: false
fill_color:
name: fill_color
description: The fill color of the shape
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: fill_color
owner: Point
domain_of:
- Shape
range: Color
required: false
stroke_color:
name: stroke_color
description: The stroke color of the shape
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: stroke_color
owner: Point
domain_of:
- Shape
range: Color
required: false
stroke_width:
name: stroke_width
description: The stroke width of the shape
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
ifabsent: int(1)
alias: stroke_width
owner: Point
domain_of:
- Shape
range: integer
required: false
name:
name: name
description: The human readable name of an entity
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: name
owner: Point
domain_of:
- NamedObject
range: string
required: false
multivalued: false
description:
name: description
description: A human readable description of an entity
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: description
owner: Point
domain_of:
- NamedObject
range: string
required: false
multivalued: false