Marc Jansen
a34e627b75
Remove dangling space in license header.
2013-02-07 10:33:20 +01:00
Tim Schaub
bbc73a21d8
Update copyright date
2013-01-07 22:01:16 -05:00
Bart van den Eijnden
193e2696ad
fix undefined variable that breaks Closure ( closes #819 )
2013-01-04 11:11:40 +01:00
Bart van den Eijnden
bec34f2d3d
Merge pull request #814 from eykamp/wcsdev
...
Add WCS GetCapabilities parsing for WCS 1.0.0 and 1.1.0 (r=@bartvde)
2013-01-02 08:40:34 -08:00
Christopher Eykamp
adba74b735
Remove blank line and trailing comma
2013-01-02 17:29:50 +01:00
Christopher Eykamp
9c7f6e1de7
Add final LF
2013-01-02 17:10:02 +01:00
Christopher Eykamp
0a93154f32
Remove trailing commas
2013-01-02 17:05:54 +01:00
Christopher Eykamp
91bf459ab2
Tactical retreat from dot notation
2013-01-02 17:04:16 +01:00
Christopher Eykamp
ed6a32cea7
Fix @requires
2013-01-02 16:52:17 +01:00
Christopher Eykamp
730415aa74
Update @requires
2013-01-02 16:49:53 +01:00
Christopher Eykamp
951da38e80
Add @requires
2013-01-02 16:48:32 +01:00
Christopher Eykamp
d720090310
Reduce vertical whitespace
2013-01-02 16:05:06 +01:00
Christopher Eykamp
a215f362cc
Remove call to applyDefaults
2013-01-02 15:46:35 +01:00
Christopher Eykamp
76aa10c52c
Add trailing LF
2013-01-02 15:42:46 +01:00
Christopher Eykamp
c8e0ba5544
Reduce vertical whitespace
2013-01-02 15:42:03 +01:00
Christopher Eykamp
3f9461e91c
Update terminology
2013-01-02 15:39:55 +01:00
Christopher Eykamp
673f0d9a99
Remove unused commented code
2013-01-02 15:35:00 +01:00
Christopher Eykamp
8193f309dc
Update comment/documentation
2013-01-02 15:28:31 +01:00
Christopher Eykamp
ddc6bd817d
Prefer dot notation
2013-01-02 14:36:04 +01:00
Christopher Eykamp
b15c751808
Reuse GML pos reader -- something looks not quite right here, but it does work
2013-01-02 14:21:30 +01:00
Christopher Eykamp
37fd98bb03
Move WCS_Capabilities reader into v_1_0_0 class
2013-01-02 13:41:34 +01:00
Christopher Eykamp
eb4bbff8f4
Reinstate deleted comment block
2013-01-02 13:25:15 +01:00
Christopher Eykamp
abd733865b
Reference OWS 1.1.0 readers
2013-01-02 13:21:43 +01:00
Christopher Eykamp
008c7d582e
Update test to reflect changes in last commit
2013-01-02 12:51:52 +01:00
Christopher Eykamp
15138605c3
Rename contents to contentMetadata to maintain some sort of continuity between WCS 1.0.0 and 1.1.0
2013-01-02 12:48:55 +01:00
Christopher Eykamp
f7605dcb66
Reformat to 80 cols
2013-01-02 12:44:57 +01:00
Christopher Eykamp
d3345a58b1
Whitespace
2013-01-02 12:42:56 +01:00
Christopher Eykamp
5f2c3803f4
Correct comment about inheritance
2013-01-02 12:42:28 +01:00
Christopher Eykamp
57e833d71f
Move comment to shorten line
2013-01-02 12:26:51 +01:00
Christopher Eykamp
0a639404c4
Convert APIProperty to Property
2013-01-02 12:26:13 +01:00
Christopher Eykamp
b076dd8041
Remove comment block referring to constructor -- not needed for abstract class
2013-01-02 12:14:19 +01:00
Christopher Eykamp
e40034521b
Comments
2013-01-02 12:12:04 +01:00
Christopher Eykamp
543a5f6881
Remove line break
2013-01-02 12:10:54 +01:00
Stéphane Brunner
0915fb72a2
Add RESTful compatibility support
2012-12-31 15:35:38 +01:00
ahocevar
b57540ecfc
Merge pull request #813 from Turbo87/encoded-polyline
...
Format: Added EncodedPolyline class. Merging this as a first step towards
support for alternative geometry encodings. See #813 for TBDs.
2012-12-28 11:55:12 -08:00
Tobias Bieniek
06bd07ff8d
EncodedPolyline: Added write() method
2012-12-28 20:24:57 +01:00
Tobias Bieniek
69d759635f
WKT: Removed unused variables from write() method
2012-12-28 19:30:50 +01:00
Tobias Bieniek
60a02e343b
WKT: Added APIMethod keywords to documentation
2012-12-28 19:30:47 +01:00
Tobias Bieniek
06409da72e
EncodedPolyline: Added APIMethod keywords to documentation
2012-12-28 19:14:30 +01:00
Tobias Bieniek
510d42b12f
EncodedPolyline: Added encode() method
...
The write() method will follow in the next commit.
2012-12-28 01:31:24 +01:00
Tobias Bieniek
8651e05e75
EncodedPolyline: Allow setting geometryType to "point
2012-12-27 23:19:44 +01:00
Tobias Bieniek
c118d9884d
EncodedPolyline: Extracted universal decode(encoded, dims) method
2012-12-27 23:09:08 +01:00
Tobias Bieniek
2c5d4c75d4
EncodedPolyline: Merged duplicate code in read() method
...
This patch also prepares the code for making it possible to read encoded
strings with multi-dimensional points.
2012-12-27 23:09:08 +01:00
Tobias Bieniek
aedafc0336
EncodedPolyline: Added geometryType attribute
...
This makes it possible to read polygons or multipoints too. Since the
encoded format is just a list of points the reader needs to be told what
Feature to create from the encoded list.
The example code is edited to reflect that API extension.
2012-12-27 23:09:08 +01:00
Christopher Eykamp
49ff1b44ea
Whitespace
2012-12-27 15:43:33 +01:00
Christopher Eykamp
0e9691c628
Remove unused readers
2012-12-27 14:40:28 +01:00
Christopher Eykamp
be7c55f432
Added full suite of wcs 1.1.0 tests, all are passing
2012-12-27 14:28:46 +01:00
Christopher Eykamp
a8f1c76811
Whitespace
2012-12-27 13:48:38 +01:00
Christopher Eykamp
5a19c74604
Whitespace
2012-12-27 13:47:37 +01:00
Christopher Eykamp
809ecb1155
Remove uneeded readers from WCS 1.0.0
2012-12-27 13:47:16 +01:00