Elementuro:IfcMapConversion
uro:IfcMapConversion
定義
座標参照系の変換情報を記述するためのデータ型。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
uro:sourceCRS
uro:IfcCoordinateReferenceSystemSelectType [0..1]
uro:targetCRS
uro:IfcCoordinateReferenceSystemPropertyType [0..1]
uro:eastings
gml:LengthType [0..1]
uro:northings
gml:LengthType [0..1]
uro:orthogonalHeight
gml:LengthType [0..1]
uro:xAxisAbscissa
xs:double [0..1]
xs:double [0..1]
xs:double [0..1]
XMLスキーマ
  <xs:element name="IfcMapConversion" substitutionGroup="uro:IfcAttribute" type="uro:IfcMapConversionType"/>
XMLインスタンスのサンプル
<uro:IfcMapConversion>
    <uro:sourceCRS>
        <uro:context>
            <uro:IfcGeometricRepresentationContext>
                <uro:contextIdentifier>AAA000ABCDE</uro:contextIdentifier>
                <uro:contextType>Model</uro:contextType>
                <uro:coordinateSpaceDimension>3</uro:coordinateSpaceDimension>
                <uro:precision>0.000001</uro:precision>
                <uro:worldCoordinateSystem>
                    <uro:IfcAxis2Placement3D>
                        <uro:location>
                            <gml:Point>
                                <gml:pos>
                                    <!--省略-->
                                </gml:pos>
                            </gml:Point>
                        </uro:location>
                        <uro:axis>0 0 1</uro:axis>
                        <uro:refDirection>1 0 0</uro:refDirection>
                    </uro:IfcAxis2Placement3D>
                </uro:worldCoordinateSystem>
                <uro:trueNorth>0 1</uro:trueNorth>
            </uro:IfcGeometricRepresentationContext>
        </uro:context>
    </uro:sourceCRS>
    <uro:targetCRS>
        <uro:IfcCoordinateReferenceSystem>
            <uro:name>EPSG:6697</uro:name>
            <uro:description>日本測地系2011における経緯度座標系と東京湾平均海面を基準とする標高の複合座標参照系</uro:description>
            <uro:geodeticDatum>JGD2011</uro:geodeticDatum>
            <uro:verticalDatum>TP</uro:verticalDatum>
        </uro:IfcCoordinateReferenceSystem>
    </uro:targetCRS>
    <uro:eastings uom="m">1.0</uro:eastings>
    <uro:northings uom="m">1.0</uro:northings>
    <uro:orthogonalHeight uom="m">1.0</uro:orthogonalHeight>
    <uro:xAxisAbscissa>1.0</uro:xAxisAbscissa>
    <uro:xAxisOrdinate>0.0</uro:xAxisOrdinate>
    <uro:scale>1.0</uro:scale>
</uro:IfcMapConversion>