All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.om.2.0.examples.observation2shape.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<om:OM_Observation
	gml:id="shapeTest2"
	xmlns:om="http://www.opengis.net/om/2.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:gml="http://www.opengis.net/gml/3.2"
	xsi:schemaLocation="http://www.opengis.net/om/2.0 http://schemas.opengis.net/om/2.0/observation.xsd">
	<gml:description>Observation test instance</gml:description>
	<gml:name>Shape observation test</gml:name>
	<om:type
		xlink:href="http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_GeometryObservation"/>
	<om:phenomenonTime>
		<gml:TimeInstant
			gml:id="ot2t">
			<gml:timePosition>2005-01-11T17:22:25.00</gml:timePosition>
		</gml:TimeInstant>
	</om:phenomenonTime>
	<om:resultTime>
		<gml:TimeInstant
			gml:id="ot2ts">
			<gml:timePosition>2005-01-12T09:25:00.00</gml:timePosition>
		</gml:TimeInstant>
	</om:resultTime>
	<om:procedure
		xlink:href=" http://www.example.org/register/process/triangulation987"/>
	<om:observedProperty
		xlink:href="urn:example:Shape"/>
	<om:featureOfInterest
		xlink:href="http://wfs.example.org?request=getFeature&#38;featureid=fruit37f "/>
	<om:result>
		<gml:Solid
			gml:id="bs">
			<gml:description>An explicit description of a solid. The details of the description of
				the exterior surface omitted here for brevity.</gml:description>
			<gml:exterior>
				<gml:Shell>
					<gml:surfaceMember>
						<gml:Surface
							gml:id="be">
							<gml:patches> </gml:patches>
						</gml:Surface>
					</gml:surfaceMember>
				</gml:Shell>

			</gml:exterior>
		</gml:Solid>
	</om:result>
</om:OM_Observation>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy