forked from codice/ddf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DDF-2669 Updated WFS 1.0.0 source to transform non WG84 projections t…
…o WG84 (codice#1523)
- Loading branch information
Showing
8 changed files
with
201 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
48 changes: 48 additions & 0 deletions
48
...og/spatial/wfs/1.0.0/spatial-wfs-v1_0_0-converter/src/test/resources/video_data_set_2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!-- | ||
/** | ||
* Copyright (c) Codice Foundation | ||
* | ||
* This is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either | ||
* version 3 of the License, or any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
* See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License is distributed along with this program and can be found at | ||
* <http://www.gnu.org/licenses/lgpl.html>. | ||
* | ||
**/ | ||
--> | ||
<wfs:FeatureCollection | ||
xmlns:vid='http://example.com' | ||
xmlns:wfs='http://www.opengis.net/wfs' | ||
xmlns:gml='http://www.opengis.net/gml' | ||
xmlns='http://www.opengis.net/wfs' | ||
> | ||
<gml:boundedBy> | ||
<gml:null>unknown</gml:null> | ||
</gml:boundedBy> | ||
<gml:featureMember> | ||
<vid:video_data_set xmlns:vid='http://example.com' xmlns:gml='http://www.opengis.net/gml' | ||
fid='video_data_set.1'> | ||
<vid:id>2</vid:id> | ||
<vid:version>1</vid:version> | ||
<vid:end_date>2005-04-07T09:54:38.983</vid:end_date> | ||
<vid:filename>/data/test_suite/video/video/videoFile.mpg</vid:filename> | ||
<vid:height>720</vid:height> | ||
<vid:index_id>a8a55092f0afae881099637ef7746cd8d7066270d9af4cf0f52c41dab53c4005</vid:index_id> | ||
<vid:other_tags_xml><![CDATA[<metadata>metadata goes here...</metadata>]]></vid:other_tags_xml> | ||
<vid:repository_id>26</vid:repository_id> | ||
<vid:start_date>2005-04-07T09:53:39.000</vid:start_date> | ||
<vid:width>1280</vid:width> | ||
<vid:ground_geom> | ||
<gml:MultiLineString srsName="http://www.opengis.net/gml/srs/epsg.xml#26713"> | ||
<gml:lineStringMember> | ||
<gml:LineString> | ||
<gml:coordinates decimal="." cs="," ts=" ">591259.19017609,4926203.43361179 591364.34430618,4926231.10769025</gml:coordinates> | ||
</gml:LineString> | ||
</gml:lineStringMember> | ||
</gml:MultiLineString> | ||
</vid:ground_geom> | ||
</vid:video_data_set> | ||
</gml:featureMember> | ||
</wfs:FeatureCollection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters