Documentation for CityGML

Simple Type: TransformationMatrix4x4Type

[Table of contents]

Super-types: gml:doubleList < TransformationMatrix4x4Type (by restriction)
Sub-types: None
Name TransformationMatrix4x4Type
Used by (from the same schema document) Complex Type ImplicitGeometryType
Content
  • length >= 16
Documentation Used for implicit geometries. The Transformation matrix is a 4 by 4 matrix, thus it must be a list with 16 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="TransformationMatrix4x4Type">
<xs:restriction base=" gml:doubleList ">
<xs:minLength value="16"/>
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>