Skip to content

Class: ColorPlusOpacity

CityGML class from package Appearance

URI: citygml:ColorPlusOpacity

 classDiagram
    class ColorPlusOpacity
    click ColorPlusOpacity href "../ColorPlusOpacity/"
      DoubleBetween0and1List <|-- ColorPlusOpacity
        click DoubleBetween0and1List href "../DoubleBetween0and1List/"

      ColorPlusOpacity : list





        ColorPlusOpacity --> "1" DoubleBetween0and1 : list
        click DoubleBetween0and1 href "../DoubleBetween0and1/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
list 1
DoubleBetween0and1
DoubleBetween0and1List

Usages

used by used in type used
AbstractTexture borderColor range ColorPlusOpacity
GeoreferencedTexture borderColor range ColorPlusOpacity
ParameterizedTexture borderColor range ColorPlusOpacity

Identifier and Mapping Information

Schema Source

  • from schema: https://www.ogc.org/standards/citygml

Mappings

Mapping Type Mapped Value
self citygml:ColorPlusOpacity
native citygml:ColorPlusOpacity

LinkML Source

Direct

name: ColorPlusOpacity
description: CityGML class from package Appearance
from_schema: https://www.ogc.org/standards/citygml
is_a: DoubleBetween0and1List
abstract: false

Induced

name: ColorPlusOpacity
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: ColorPlusOpacity
    domain_of:
    - DoubleBetween0and1List
    - DoubleList
    - DoubleOrNilReasonList
    range: DoubleBetween0and1
    required: true
    multivalued: false