Skip to content

Class: TransformationMatrix3x4

CityGML class from package Core

URI: citygml:TransformationMatrix3x4

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

      TransformationMatrix3x4 : list

Inheritance

Slots

Name Cardinality and Range Description Inheritance
list 1
Float
DoubleList

Usages

used by used in type used
TexCoordGen worldToTexture range TransformationMatrix3x4

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: TransformationMatrix3x4
description: CityGML class from package Core
from_schema: https://www.ogc.org/standards/citygml
is_a: DoubleList
abstract: false

Induced

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