Class: Color¶
CityGML class from package Appearance
URI: citygml:Color
classDiagram
class Color
click Color href "../Color/"
DoubleBetween0and1List <|-- Color
click DoubleBetween0and1List href "../DoubleBetween0and1List/"
Color : list
Color --> "1" DoubleBetween0and1 : list
click DoubleBetween0and1 href "../DoubleBetween0and1/"
Inheritance¶
- DoubleBetween0and1List
- Color
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| list | 1 DoubleBetween0and1 |
DoubleBetween0and1List |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| X3DMaterial | diffuseColor | range | Color |
| X3DMaterial | emissiveColor | range | Color |
| X3DMaterial | specularColor | range | Color |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:Color |
| native | citygml:Color |
LinkML Source¶
Direct¶
Induced¶
name: Color
description: CityGML class from package Appearance
from_schema: https://www.ogc.org/standards/citygml
is_a: DoubleBetween0and1List
abstract: false
attributes:
list:
name: list
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: list
owner: Color
domain_of:
- DoubleBetween0and1List
- DoubleList
- DoubleOrNilReasonList
range: DoubleBetween0and1
required: true
multivalued: false