Elementwtr:WaterGroundSurface
wtr:WaterGroundSurface
定義
水底面。地形と水部の境界面及び水中の構造物と水部との境界面をいう。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
gml:metaDataProperty
gml:MetaDataPropertyType [0..*]
gml:boundedBy
gml:BoundingShapeType [0..1]
gml:location
gml:LocationPropertyType [0..1]
xs:date [0..1]
xs:date [0..1]
core:externalReference
core:ExternalReferenceType [0..*]
core:generalizesTo
core:GeneralizationRelationType [0..*]
core:relativeToTerrain
core:RelativeToTerrainType [0..1]
core:relativeToWater
core:RelativeToWaterType [0..1]
app:appearance
app:AppearancePropertyType [0..*]
wtr:lod4Surface
gml:SurfacePropertyType [0..1]
XMLスキーマ
<xs:element name="WaterGroundSurface" type="WaterGroundSurfaceType" substitutionGroup="_WaterBoundarySurface"/>
XMLインスタンスのサンプル
<wtr:WaterGroundSurface>
    <gml:description>[概要]</gml:description>
    <gml:name>[名称]</gml:name>
    <core:creationDate>2024-03-31</core:creationDate>
    <core:terminationDate>0001-01-01</core:terminationDate>
    <gen:stringAttribute name="[汎用属性名称]">
        <gen:value>[汎用属性値]</gen:value>
    </gen:stringAttribute>
    <gen:intAttribute name="[汎用属性名称]">
        <gen:value>123</gen:value>
    </gen:intAttribute>
    <gen:doubleAttribute name="[汎用属性名称]">
        <gen:value>123.45</gen:value>
    </gen:doubleAttribute>
    <gen:dateAttribute name="[汎用属性名称]">
        <gen:value>2023-01-02</gen:value>
    </gen:dateAttribute>
    <gen:uriAttribute name="[汎用属性名称]">
        <gen:value>http://www.XXX.org/2014/OOOXXXX</gen:value>
    </gen:uriAttribute>
    <gen:measureAttribute name="[汎用属性名称]">
        <gen:value uom="m">123.45</gen:value>
    </gen:measureAttribute>
    <gen:genericAttributeSet name="[汎用属性セット名称]" codeSpace="[汎用属性のグループを維持管理する機関のURI]">
        <gen:stringAttribute name="[汎用属性名称]">
            <gen:value>[汎用属性値]</gen:value>
        </gen:stringAttribute>
        <gen:intAttribute name="[汎用属性名称]">
            <gen:value>123</gen:value>
        </gen:intAttribute>
        <gen:doubleAttribute name="[汎用属性名称]">
            <gen:value>123.45</gen:value>
        </gen:doubleAttribute>
        <gen:measureAttribute name="[汎用属性名称]">
            <gen:value uom="m2">123.45</gen:value>
        </gen:measureAttribute>
    </gen:genericAttributeSet>
    <uro:pointCloud>
        <uro:PointCloud>
            <gml:description>[概要]</gml:description>
            <gml:name>[名称]</gml:name>
            <uro:mimeType codeSpace="../../codelists/PointCloud_mimeType.xml">application/vnd.las</uro:mimeType>
            <uro:pointFile>[三次元点群データへの相対パス]</uro:pointFile>
            <uro:pointFileSrsName>EPSG:6697</uro:pointFileSrsName>
            <uro:pointCloudSpecAttribute>
                <uro:PointCloudSpecAttribute>
                    <uro:class codeSpace="../../codelists/PointCloudSpecAttribute_class.xml">2</uro:class>
                    <uro:function codeSpace="../../codelists/PointCloudSpecAttribute_function.xml">2</uro:function>
                    <uro:srcScale codeSpace="../../codelists/PointCloudSpecAttribute_srcScale.xml">2500</uro:srcScale>
                    <uro:srcRequiredHorizontalAccuracy uom="m">0.3</uro:srcRequiredHorizontalAccuracy>
                    <uro:srcRequiredVerticalAccuracy uom="m">0.3</uro:srcRequiredVerticalAccuracy>
                    <uro:srcFilteringCriteria codeSpace="../../codelists/PointCloudSpecAttribute_srcFilteringCriteria.xml">2</uro:srcFilteringCriteria>
                    <uro:srcGridInterval uom="m">2</uro:srcGridInterval>
                    <uro:isIntensity>1</uro:isIntensity>
                    <uro:isReturnInfo>0</uro:isReturnInfo>
                    <uro:isStandardClassification>0</uro:isStandardClassification>
                    <uro:pointCloudAssociationMethod codeSpace="../../codelists/PointCloudSpecAttribute_pointCloudAssociationMethod.xml">2</uro:pointCloudAssociationMethod>
                    <uro:pointSubsamplingInfo codeSpace="../../codelists/PointCloudSpecAttribute_pointSubsamplingInfo.xml">99</uro:pointSubsamplingInfo>
                </uro:PointCloudSpecAttribute>
            </uro:pointCloudSpecAttribute>
        </uro:PointCloud>
    </uro:pointCloud>
    <wtr:lod2Surface>
        <gml:CompositeSurface>
            <gml:surfaceMember>
                <gml:Polygon gml:id="ground_20000000-0000-0000-0000-000000000000">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList><!--省略--></gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
            </gml:surfaceMember>
            <!--省略-->
        </gml:CompositeSurface>
    </wtr:lod2Surface>
    <wtr:lod3Surface>
        <gml:CompositeSurface>
            <gml:surfaceMember>
                <gml:Polygon gml:id="ground_30000000-0000-0000-0000-000000000000">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList><!--省略--></gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
            </gml:surfaceMember>
            <!--省略-->
        </gml:CompositeSurface>
    </wtr:lod3Surface>
</wtr:WaterGroundSurface>