Skip to content

Class: DoubleList

CityGML class from package Core

URI: citygml:DoubleList

 classDiagram
    class DoubleList
    click DoubleList href "../DoubleList/"
      DoubleList <|-- TransformationMatrix2x2
        click TransformationMatrix2x2 href "../TransformationMatrix2x2/"
      DoubleList <|-- TransformationMatrix3x4
        click TransformationMatrix3x4 href "../TransformationMatrix3x4/"
      DoubleList <|-- TransformationMatrix4x4
        click TransformationMatrix4x4 href "../TransformationMatrix4x4/"

      DoubleList : list

Inheritance

Slots

Name Cardinality and Range Description Inheritance
list 1
Float
direct

Usages

used by used in type used
TexCoordList textureCoordinates range DoubleList

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DoubleList
description: CityGML class from package Core
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  list:
    name: list
    from_schema: https://www.ogc.org/standards/citygml
    domain_of:
    - DoubleBetween0and1List
    - DoubleList
    - DoubleOrNilReasonList
    range: float
    required: true
    multivalued: false

Induced

name: DoubleList
description: CityGML class from package Core
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  list:
    name: list
    from_schema: https://www.ogc.org/standards/citygml
    alias: list
    owner: DoubleList
    domain_of:
    - DoubleBetween0and1List
    - DoubleList
    - DoubleOrNilReasonList
    range: float
    required: true
    multivalued: false