Commit Graph

142 Commits

Author SHA1 Message Date
Simone Giannecchini
5277fe9f6c #90, Improving support for ImageMosaics 2013-08-01 19:54:26 +02:00
Simone Giannecchini
4dac450327 #87, Add support for Mosaic Creation by Zip Upload 2013-07-16 20:37:55 +02:00
eblondel
09299bf320 #84 - master - reformat the code 2013-07-04 22:08:38 +02:00
eblondel
93ec8db2fb #84 - master - support encoding of multiple styles + tests 2013-07-04 19:03:41 +02:00
carlo cancellieri
499924a527 simplify the publisher 2013-07-02 16:39:13 +02:00
eblondel
3e9f2bc0b4 #81 - master - fix PostGIS / OracleNG Estimated extends param 2013-06-25 12:27:39 +02:00
carlo cancellieri
fec4f007c2 fix #80: Considering several layers with the same name 2013-06-13 07:59:55 +02:00
Carlo Cancellieri
85ab057400 Merge pull request #78 from geosolutions-it/77-master-missing-support-jp2k
fix: missing jp2k support. close 77
2013-06-12 03:51:57 -07:00
carlo cancellieri
660dd5d127 fix: missing jp2k support. close 77 2013-06-12 11:36:42 +02:00
Daniele Romagnoli
3cac68ddc3 [StructuredGridCoverageReaderManager] - Fixing a typo in the method parameters 2013-05-13 15:09:00 +02:00
carlo cancellieri
9e17fda833 add some javadoc and checks for arguments and apply geotools code refactoring to GeoServerRESTStructuredGridCoverageReaderManager 2013-05-10 16:55:13 +02:00
Daniele Romagnoli
eeea363c87 - changing limit and offset to Integers 2013-05-10 15:48:32 +02:00
Daniele Romagnoli
c3a437de20 Adding REST test to delete and re-harvest tiff mosaic granules 2013-05-10 14:56:19 +02:00
Simone Giannecchini
715fb71508 first commit on work for StructuredCoverage 2013-05-10 14:52:55 +02:00
eblondel
1b6be9bc5a #71 master - fixh GSOracleNGDatastoreEncoder (missing dbType) 2013-04-26 18:13:33 +02:00
carlo cancellieri
c70ab99c3e deprecate GSResourceEncoder.setMetadata in flavour of specializations 2013-04-15 16:29:58 +02:00
eblondel
637ec22000 MetadataLinkInfo - refactor / simplify the implementation 2013-04-15 13:52:37 +02:00
eblondel
00e3f89d10 VirtualTable support - fix GSFeatureTypeEncoder + add test data &
setting info for integration test
2013-04-15 12:35:21 +02:00
eblondel
3dc49b952f VirtualTable support - fix encoders 2013-04-15 11:50:56 +02:00
eblondel
6b27c57bfc VirtualTable - update javadoc for GSVirtualTableEncoder 2013-04-12 20:13:52 +02:00
eblondel
5ec9a0981f VirtualTable - fix Encoder & tests according review comments 2013-04-12 19:36:52 +02:00
eblondel
2a5fbcbf37 VirtualTable support - fix GSVirtualTableEncoder & add encoder tests 2013-04-12 12:56:32 +02:00
eblondel
944e9d8325 VirtualTable support - add add/set/getNativeName to GSResourceEncoder 2013-04-12 12:21:00 +02:00
eblondel
755cf4479e VirtualTable support - add encoders 2013-04-11 16:17:27 +02:00
eblondel
4aeac4d080 MetadataLink support - enrich javadoc & format code/comments 2013-04-10 14:51:27 +02:00
eblondel
ef597824dc MetadataLink support - add encoder/decoder 2013-04-06 15:27:05 +02:00
Juan Luis Rodríguez Ponce
0253bbe423 Change Boolean OR operator in createStore method
Change bit OR operator in if condition for boolean OR operator.
2013-03-18 11:38:30 +01:00
Davide Savazzi
5b9e9d9dac added LayerGroup encoder for GeoServer 2.2 and GeoServer 2.3 2013-01-23 21:45:03 +01:00
Davide Savazzi
119e7ab420 updated LayerGroup reader to support GeoServer 2.3.x 2013-01-22 18:42:54 +01:00
Carlo Cancellieri
447e0cef86 Merge pull request #47 from geosolutions-it/master-StoreManager-improvements
Remove specific datastore methods from manager implementing a generic St...
2013-01-22 06:40:29 -08:00
ccancellieri
b99c9c356a Remove specific datastore methods from manager implementing a generic StoreManager. Improving Store encoders and integration tests. 2012-10-18 12:00:47 +02:00
ccancellieri
a56aa61cf5 FeatureTypeEncoder is missing Attributes: fix to close issue 45. 2012-10-18 11:57:30 +02:00
Damiano
f500243712 #44 add some constants 2012-10-10 11:13:44 +02:00
Damiano
f8765d6287 #44 add getMetadataList and getDimensionInfo methods to RESTCoverage.java 2012-10-09 19:43:55 +02:00
ccancellieri
3a05e405bd Adding support to resourceEncoder for Description, Abstract and layerEncoder queriable 2012-09-26 14:17:00 +02:00
ccancellieri
70a09e4a06 Selective reload improvement fix to close issue 43 2012-09-25 13:39:40 +02:00
Simone Giannecchini
0644d4e02e removing unused import 2012-08-10 16:38:56 +02:00
Simone Giannecchini
db53134610 #34,#35,#33 2012-08-09 17:12:56 +02:00
Simone Giannecchini
d317ff5ab9 #30,#31 2012-08-08 10:51:06 +02:00
ccancellieri
f585b2cc56 Make UploadMethod backward compatible 2012-07-27 16:06:51 +02:00
Oscar Fonts
1fdc00ce4f Added testcase trying to reproduce #11. Changed method to ProjectionPolicy.FORCE_DECLARED. 2012-06-26 18:26:39 +02:00
Oscar Fonts
6db046a626 Override toString() in DataStoreType, UploadMethod, DataStoreExtension, CoverageStoreExtension. Closes #24 2012-06-26 18:02:34 +02:00
Oscar Fonts
c6f977858a Review/complete Publisher's javadocs. Closes #26. 2012-06-26 16:52:15 +02:00
Oscar Fonts
68e8056a1b Enum fields to UPPERCASE. Closes #24 2012-06-26 09:24:06 +02:00
Oscar Fonts
6120344954 Merge pull request #27 from oscarfonts/gianni-ds
ArcSDE & OracleNG datastores from Gianni Barrotta
2012-06-25 09:06:19 -07:00
Oscar Fonts
6d9fbac1c1 Allow to set bbox in publishGeoTiff. Closes #6. 2012-06-25 18:03:00 +02:00
ccancellieri
d762161960 improvements to the HTTPUtils. fixes to close #23. 2012-05-31 17:23:09 +02:00
ccancellieri
314771e33d Fixes applying patch from issue #21. Workaround to solve some HTTPClient connections leak 2012-05-30 16:20:52 +02:00
Oscar Fonts
15341547f1 Moved Datastore management to new architecture, using GeoServerRest[Foo]Managers 2012-05-24 12:50:42 +02:00
Oscar Fonts
21218e2c0a ArcSDE & OracleNG datastores from Gianni Barrotta 2012-05-21 17:53:38 +02:00
Oscar Fonts
876727a6e2 Keep both PostGISEncoders, old one marked as deprecated 2012-05-21 17:51:55 +02:00
Oscar Fonts
d1352fb470 Removed references to GEOS-5113, which turned out to be nonsense 2012-05-20 12:28:16 +02:00
Oscar Fonts
42c3094d9e Publish collections of shapefiles. Datastore management. 2012-05-12 22:26:49 +02:00
ccancellieri
e0df2fe99f provide backup/restore interface. close #15 2012-05-08 00:08:20 +02:00
Oscar Fonts
48655e3db5 Namespace handling: reader, encoder, CRUD & unit tests 2012-04-27 16:33:20 +02:00
ccancellieri
0432534518 switch to slf4j to close #12 2012-04-19 13:21:11 +02:00
ccancellieri
c9a81141cb improvements to close #8 and #7 and partially implements (on shp file) #9 2012-04-12 19:39:58 +02:00
ccancellieri
270f3450fb partially fix issue #8 and #7. 2012-03-27 17:59:39 +02:00
ccancellieri
0b9f6eda5d publishGeotiff now support setting store and layer name 2012-03-16 18:25:30 +01:00
ccancellieri
9493343f1b publisher improvements to fix issue #4 2012-02-02 10:48:38 +01:00
ccancellieri
69ff7aad61 Stile publication improvements to fix #3. ImageMosaic publication added. GeoTiff publication fixed. Added JUnit tests. 2012-01-30 19:27:24 +01:00
ccancellieri
f62164b37b added worldimage, imagemosaic and fixed geotiff publication. Added tests and splitted Test classes. 2012-01-23 19:31:16 +01:00
ccancellieri
86ad18df7d Add workspace recursive remove (improvements for issue #1). Added some docs and deprecations 2012-01-12 13:15:53 +01:00
ccancellieri
e2aa51e42e Resolve function ambiguity. 2011-12-15 16:36:30 +01:00
ccancellieri
a73cf07597 Fix issue #19. Adding charset support to pubblishShp(). 2011-12-15 15:29:44 +01:00
ccancellieri
f5716b93ef added missing file 2011-11-28 10:52:01 +01:00
ccancellieri
2b74af5b7b Some changes to add metadataLinks. Switched to 1.3-SNAPSHOT version. 2011-11-28 10:48:40 +01:00
ccancellieri
e9aab4f744 Fixing issue #18. Check on existing directory shuld be performed on the remote GeoServer not locally to the caller. 2011-11-28 10:29:48 +01:00
ccancellieri
0e3bf5e9cb Speed improvement to the PropertyXMLEncoder 2011-11-14 16:49:09 +01:00
ccancellieri
e99471353d Added publish db improvemets to solve issue #13 2011-11-14 16:46:06 +01:00
ccancellieri
a56a08a9d0 Added ImageMosaic pubblicatiobn JUnit test. Fixed Unpublish issue. Various publisher enhancements. 2011-11-11 12:44:05 +01:00
ccancellieri
e3ce6ab148 fixing ImageMosaic pubblication. Still something wrong in coverage config/removal. 2011-11-10 13:13:46 +01:00
ccancellieri
04449f8bdb Added some test class for encoder. Some improvements to the ElementUtils class. Many improvements adding setter to the Encoders classes 2011-11-07 20:03:27 +01:00
ETj
0c4229df6b Readded old configureLayer as deprecated for backward compat.
Fixed some tests.
2011-10-19 19:27:15 +02:00
ETj
562600f386 Fixed configureLayer
Improved base test.
WIP
2011-10-19 18:28:19 +02:00
ETj
bbd13b3aa9 #17 Create a method to update the default style of a given layer 2011-10-14 16:15:27 +02:00
ccancellieri
fa22471878 fix GeoserverRESTPostgisDatastore options pubblication and tests 2011-10-11 15:51:36 +02:00
ccancellieri
76e615a400 added reset function 2011-10-10 17:42:44 +02:00
ccancellieri
9a811e56b3 added reload support 2011-10-10 17:42:35 +02:00
ccancellieri
ee61857f6c more fix for defect #16 2011-10-10 17:42:21 +02:00
ccancellieri
76452fb5fe changes implementing fix for defect #16 2011-10-10 17:42:09 +02:00
ccancellieri
31d4aae4a4 changes implementing fix to the defects #14 and #15 2011-10-10 17:41:58 +02:00
ccancellieri
a899315650 Fix serialization of GSWorkspaceEncoder and introducing test Class. Fix defect #12 2011-10-10 17:41:41 +02:00
ccancellieri
11204e4e29 changes implementing enhancement 8 and code review 10, 11 2011-07-14 17:07:15 +02:00
ccancellieri
99104c13cb Fix ImageMosaic Metadata pubblication and Encoder refactoring 2011-07-11 18:09:00 +02:00
ETj
35262dc51c Added test for EntryKeyListEncoder. 2011-06-22 23:32:24 +02:00
ETj
54295fea36 Fixed TextNodeListEncoder encoding. 2011-06-22 18:51:28 +02:00
ETj
34335ae681 Fixed EntryKeyListEncoder encoding. 2011-06-22 18:48:26 +02:00
ETj
434b9ec61c Added method for creating PostGIS datastores (with some code from E.Grosso).
Improved encoding of lists inside xml payloads.
2011-05-24 10:24:20 +02:00
ETj
a838ee7f1d Handling coverage metadata.
Improved mosaic advanced publishing.
2011-05-12 18:08:49 +02:00
ETj
7f94202baa #8 Configure the BoundingBox when publishing a layer
Possibility to configure the BBox when publishing a Mosaic.
2011-05-12 16:49:57 +02:00
ETj
ec1120c240 Initial revision 2011-05-10 16:05:15 +02:00