Commit graph

26 commits

Author SHA1 Message Date
Matt Nash
93c132b630 Issue #2667 make exception of not handling data type the norm, so that not every data type has to override those methods.
Change-Id: I68072bead09f153f0b6b8c459822c4924a0a0988

Former-commit-id: a067b0017d2f214d3ca3a866be69d74816351baa
2014-01-14 17:16:19 -06:00
Ben Steffensmeier
7889c14b35 Issue #2537 point data code cleanup.
Former-commit-id: 8809ac9faa7669e7a0817b9b1c15c322b05e06a2
2013-11-26 15:16:54 -06:00
Matt Nash
c2d6c2af41 Issue #2250 refactor JUtil to be less dependent on certain elements, make DAF easier to use
Change-Id: Ic89f4669529ac13f3c69ede8553cf57bbfd73760

Former-commit-id: 48c392d8000d8cc3a5c8371319fddd776566ef32
2013-11-05 12:27:12 -06:00
Matt Nash
99e9194921 Issue #2121 add weather and discrete grid support to data access framework and add remove identifier ability for python interpreter requests
Change-Id: I8ede8f8149be84e58d10d30066e08d3c80d543e5

Former-commit-id: 95ec6db9b349890a29bd13860193ada39b43c294
2013-06-20 06:59:05 -05:00
David Gillingham
4bdf7178bd Issue #2023: Pure python client implementation of Data Access Framework.
Change-Id: I801b88192aafb4b139b5a1b397b33620c0b9f427

Former-commit-id: edc77397fb74f07c66dd9f7b9ede5e8af81b4b18
2013-06-06 13:47:31 -05:00
Nate Jensen
3f3e0a788d Issue #1989 update spring xsd references to 3.1, fix ingestDat.sh
Change-Id: I478c31b72267fe7fd3b7a6559de87e8600c3c0c3

Former-commit-id: b7b619e1a3a85ac8c5f22a36317e22e15ad557a2
2013-05-29 14:49:43 -05:00
Matt Nash
4ac6480f52 Issue #1871 make Java data access class better match Python version
Change-Id: Ic3ab7e771add58a693420a16a349e8208852a051

Former-commit-id: 21a59e4f9ab0e5a870b764259a1a0fc102f3b86f
2013-04-12 09:31:07 -05:00
Steve Harris
6ec9e73035 Merge branch 'development' into omaha_13.3.1
Former-commit-id: 52683c1ffba08b80b0d1f2b619161e108ca598b8
2013-02-25 15:58:48 -06:00
Mike Duff
81649d346a Issue #1552 - Implement FFMP Data Access
Peer review comments
Change-Id: Ibf11c96248972a86a6a0d779ba482cd133125b55

Former-commit-id: 544c90e8a0b5aba5470e60beac18d86d972c05cd
2013-02-25 09:29:16 -06:00
Steve Harris
2641d578e2 Merge branch 'development' into omaha_13.3.1
Conflicts:
	cave/com.raytheon.uf.viz.core.maps/META-INF/MANIFEST.MF
	cave/com.raytheon.uf.viz.monitor.ffmp/src/com/raytheon/uf/viz/monitor/ffmp/ui/dialogs/FfmpBasinTableDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/resource/MultiPointResource.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesDisplayDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesconfigAction.java
	cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/dialogs/TextEditorDialog.java
	cave/com.raytheon.viz.volumebrowser/src/com/raytheon/viz/volumebrowser/vbui/ProductTableComp.java

Former-commit-id: e768a3e3a5016a88a4f0a3faa4bc82cfe0d9709c
2013-02-21 15:41:39 -06:00
Steve Harris
d2a654625f 13.3.1-1 baseline
Former-commit-id: 34684c71436ce4c395ea523eb34ded6792476816
2013-02-20 16:19:40 -06:00
Ben Steffensmeier
0933a5f596 Issue #1614 Refactor data access framework to use single request.
Change-Id: Id3ed7afcf79dfb2ddeca1d9c2b632f90cc44d798

Former-commit-id: 5a9ae7df15633492b0d9fb648876cfb2bb2946b6
2013-02-15 11:39:56 -06:00
Ben Steffensmeier
9b4de367e3 Issue #1614 allow locationNames for grid data access
Change-Id: I5d88708909b8f76ebdf6fac64a330854781ffae2

Former-commit-id: 7fe101c9fdb9266cd7c16a6c0a7281b9f9836cc4
2013-02-14 10:07:01 -06:00
Bryan Kowal
1732e6b4ea Issue #1555 - initial generic geometry resource
- refactored viz data access resources
- updated hydro factory based on existing hydro code
- geometric lines and polygons are now both rendered using wireframe shapes and the same logic
- relocated the data used to render the geometries to the resource
- points are created instead of circles for geometric points
- do not store legend text as a static variable in the abstract data access resource
- addressed peer review comments

Change-Id: Ic7792aede9e24445af541f01631886645a8cf1f0

Former-commit-id: 04179bd343c3ec976c601e2856a3949e4515b472
2013-02-06 12:03:40 -06:00
Ben Steffensmeier
0eb24c11e2 Issue #1553 initial implementation of radar factory
Change-Id: I86375a74f96159a9ed32d20ffd38168d9308c574

Former-commit-id: 1db5404b22544dbc8954825121217c0ffce95fa0
2013-02-01 16:29:13 -06:00
Bryan Kowal
73cf3ac730 Merge "Issue #1551 - adding maps to the Data Access Framework" into development
Former-commit-id: d722b34158a74e922025804a2f0953226aae7a98
2013-01-31 15:24:30 -06:00
Bryan Kowal
5d83f9f3d1 Issue #1551 - adding maps to the Data Access Framework
- initial commit of Maps Geometry Factory
- re-factored geometry factory code
- addressing peer review comments
- cast to Timestamp

Change-Id: Ie12177b5ae1a8d8d9151d061682730841cfcc807

Former-commit-id: 8155a2cc6dc16df4addf5b567c08890278dc48c3
2013-01-31 10:03:10 -06:00
Ben Steffensmeier
437e6ae690 Issue #1521 add extra validation and checks to grid factory
Change-Id: If7903f96bad2d21e9e9eaea86fa5ccc9b9374c9c

Former-commit-id: 3023799852acfb932f2afcb0c4ed1cf764add776
2013-01-29 17:37:39 -06:00
Ben Steffensmeier
3032dc2189 Issue #1521 create grid data access factory and refactor satellite to share common functionality.
Change-Id: I54de0b41b60ccd058124eb79e6f032cb2ea9a3cf

Former-commit-id: 2133adac87eaa53977c26700ef656c304e81ee1b
2013-01-23 11:39:52 -06:00
Steve Harris
328c6dccad 13.2.1-2 baseline
Former-commit-id: bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf
2013-01-23 11:18:44 -05:00
Bryan Kowal
789359a779 Issue #1414 - adding Satellite to the Data Access Framework
- addressed peer review comments
- includes the CAVE generic grid resource and resource data
- the generic grid resource now utilizes the populateData method of IGridData
- the data time methods of the satellite factory will now throw data retrieval exceptions

Change-Id: I763cddc8ba8cac715eb0605594904bd9f9c21db9

Former-commit-id: b084e4a721edc9400fc7a8f25c7da539d6dd8480
2013-01-15 18:08:17 -06:00
Nate Jensen
8588d94cd7 Issue #1446 improve javadoc
Change-Id: I5cd77c5d4e5e75f3b0a364db610c470d163b9307

Former-commit-id: 668baa6b031f79d82aff64d98a13cd901ac90222
2013-01-15 15:22:46 -06:00
Steve Harris
4ba416aeb3 13.1.2-2 baseline
Former-commit-id: 221d0aaf0e19a054387134e72a76a278159bf4d0
2013-01-06 14:32:24 -06:00
Nate Jensen
85658e7e1d Issue #1409 Initial implementation of hydro data access
Change-Id: I309694f9477384446658520794e19ca9493473fb

Former-commit-id: ae7ac8a8bfc51d1c7dc3493c8fc036a87772f323
2012-12-12 11:20:42 -06:00
Nate Jensen
9bbba94c53 Issue #1323 Improving framework based on first factory implementation
Change-Id: I817cb7fbab8ae517cf134e1fd53c9b5c3eee5ab1

Former-commit-id: f95518ac0b8bb862dc69af9f07d72f286cbea085
2012-11-26 13:24:37 -06:00
Nate Jensen
bf72e29752 Issue #1323 initial commit of interfaces of data access framework
Change-Id: I301d94a85a4e86550cd409bc17ef94ea3fdd6e02

Former-commit-id: d6b63788ef2af3da474a0d3affcafdddec3690a5
2012-11-12 16:45:33 -06:00