Documentation for CityGML

Simple Type: TransformationMatrix3x4Type

[Table of contents]

Super-types: gml:doubleList < TransformationMatrix3x4Type (by restriction)
Sub-types: None
Name TransformationMatrix3x4Type
Content
  • length >= 12
Documentation Used for texture parameterization. The Transformation matrix is a 3 by 4 matrix, thus it must be a list with 12 items. The order the matrix element are represented is row-major, i. e. the first 4 elements represent the first row, the fifth to the eight element the second row,...
Diagram
Schema Component Representation
<xs:simpleType name="TransformationMatrix3x4Type">
<xs:restriction base=" gml:doubleList ">
<xs:minLength value="12"/>
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>