summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/Examples/2dIdentityMethod.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/gml/Examples/2dIdentityMethod.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/gml/Examples/2dIdentityMethod.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/gml/Examples/2dIdentityMethod.xml b/petascope/src/petascope/wcs2/schemas/gml/Examples/2dIdentityMethod.xml
deleted file mode 100644
index 949036f..0000000
--- a/petascope/src/petascope/wcs2/schemas/gml/Examples/2dIdentityMethod.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<OperationMethod xmlns="http://www.opengis.net/gml/3.2"
- xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"
- gml:id="IdentityMethod2D">
- <!-- Example for a 2-D CRS identity transformation as defined in the GML 3.2.1 Application Schema for WCS 2.0 -->
- <!-- Last updated 2010-01-11 -->
- <!-- =============================================== -->
- <identifier codeSpace="urn:ogc:def:method:WCS-SWG:2.0:">IdentityMethod2D</identifier>
- <name>Identity Method 2D</name>
- <remarks>Method for use by a Coordinate Conversion for the identity transformation of two coordinates </remarks>
- <methodFormula>This coordinate converion shall be as specified by the equations:
- BaseX = DerivedX
- BaseY = DerivedY
-where
- DerivedX, DerivedY are position coordinates in the derived 2D CRS
- BaseX, BaseY are position coordinates in the 2D base CRS
- </methodFormula>
- <sourceDimensions>2</sourceDimensions>
- <targetDimensions>2</targetDimensions>
-</OperationMethod>