Documentation for CityGML

Simple Type: TransformationMatrix2x2Type

[Table of contents]

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