Class: TransformationMatrix2x2¶
CityGML class from package Core
URI: citygml:TransformationMatrix2x2
classDiagram
class TransformationMatrix2x2
click TransformationMatrix2x2 href "../TransformationMatrix2x2/"
DoubleList <|-- TransformationMatrix2x2
click DoubleList href "../DoubleList/"
TransformationMatrix2x2 : list
Inheritance¶
- DoubleList
- TransformationMatrix2x2
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| list | 1 Float |
DoubleList |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| GeoreferencedTexture | orientation | range | TransformationMatrix2x2 |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:TransformationMatrix2x2 |
| native | citygml:TransformationMatrix2x2 |
LinkML Source¶
Direct¶
Induced¶
name: TransformationMatrix2x2
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: TransformationMatrix2x2
domain_of:
- DoubleBetween0and1List
- DoubleList
- DoubleOrNilReasonList
range: float
required: true
multivalued: false