Log of /trunk/src/skrueger/geotools/selection
Directory Listing
Revision
1212 -
Directory Listing
Modified
Wed Nov 3 10:49:38 2010 UTC
(14 years, 3 months ago)
by
alfonx
* Moved testing resources (shp, raster) from gpcore, ascore etc to schmitzm
* added a special directory for the testresources..
Revision
1196 -
Directory Listing
Modified
Tue Nov 2 13:24:17 2010 UTC
(14 years, 3 months ago)
by
alfonx
Removed the filter function for the attribute table again.. will be reenabled in the next version with more testing.
Revision
973 -
Directory Listing
Modified
Thu Aug 12 12:41:51 2010 UTC
(14 years, 6 months ago)
by
alfonx
Removed some debugging output
Revision
958 -
Directory Listing
Modified
Mon Aug 9 17:14:03 2010 UTC
(14 years, 6 months ago)
by
alfonx
Make "open folder" method work in Xubuntu
Revision
946 -
Directory Listing
Modified
Mon Jul 26 17:13:42 2010 UTC
(14 years, 7 months ago)
by
alfonx
Kleine Aufräumarbeiten...
Revision
867 -
Directory Listing
Modified
Wed May 26 22:42:07 2010 UTC
(14 years, 9 months ago)
by
alfonx
Added some more methods to create rules and symbolizers to mark selections.
Revision
862 -
Directory Listing
Modified
Sat May 22 01:24:46 2010 UTC
(14 years, 9 months ago)
by
alfonx
* Changed my name from Stefan A. Krüger to Stefan A. Tzeggai
Revision
740 -
Directory Listing
Modified
Wed Mar 3 10:32:14 2010 UTC
(15 years ago)
by
alfonx
Moved XMapPane and it's listeners/actions/tools to schmitzm.geotools.swing
Revision
685 -
Directory Listing
Modified
Wed Feb 10 15:04:02 2010 UTC
(15 years ago)
by
alfonx
copy RC2 to trunk
Revision
607 -
Directory Listing
Modified
Wed Dec 9 15:13:42 2009 UTC
(15 years, 2 months ago)
by
alfonx
Original Path:
branches/2.0-RC1/src/skrueger/geotools/selection
Keine Ahnung was er da gebrancht hat.. der stand der dateien war weder trunk, noch der 1.0-gt26 branch... ich hab die dateien jetzt händisch auf den richtigen stand gebracht und comitte
Revision
516 -
Directory Listing
Modified
Wed Nov 11 21:17:33 2009 UTC
(15 years, 3 months ago)
by
alfonx
Original Path:
branches/1.0-gt2-2.6/src/skrueger/geotools/selection
* Extended schmitzm.JPanel to generally set its background to white when printed, by overwriting the print() method.
* Simplified the creation and update logic of ((Design)Atlas)MapLegend and ((Design)Atlas)MapLayerLegend. Besides other things there now is a LegendHelper class in AtlasProject...
* Orginized Imports
* Removed a lot of DEBUG messages...
Revision
500 -
Directory Listing
Modified
Sun Oct 25 16:56:21 2009 UTC
(15 years, 4 months ago)
by
alfonx
Original Path:
branches/1.0-gt2-2.6/src/skrueger/geotools/selection
Der Style wird nur erneuert, wenn die selection sich geändert hat. Sollte man denken, dass das sowieso nur passiert? Ja, aber bei einzelnen clicks auf punkte im chart, wurde das styling zweimal gesetzt...
Revision
428 -
Directory Listing
Modified
Sun Oct 4 14:28:07 2009 UTC
(15 years, 4 months ago)
by
alfonx
Original Path:
branches/1.0-gt2-2.6/src/skrueger/geotools/selection
* Changed the constructor of AttributetableDialog to be more standard
* StyledFeatureCollectionTableModel now uses the Filter from StyledFeaturesInterface
* Created a test case for AttributeTableJDialog
Revision
415 -
Directory Listing
Modified
Thu Sep 24 17:58:32 2009 UTC
(15 years, 5 months ago)
by
alfonx
Original Path:
branches/1.0-gt2-2.6/src/skrueger/geotools/selection
* GP-Feature: In the MapComposer it is now BASICALLY possible to change the CRS and format of the Grid/Ruler on the left/bottom. At the moment only two formatters are available, one for DHDN in Germany, and one for lat/lon.
Revision
289 -
Directory Listing
Modified
Mon Aug 3 22:29:36 2009 UTC
(15 years, 6 months ago)
by
mojays
Chart-Selection highlighting for CategoryDatasets.
DatasetSelectionModel and Feature2DatasetMapping parameterized with 3 data types (Dataset, SeriesKey type, ItemKey type).
Imports organized.
Revision
256 -
Directory Listing
Modified
Fri Jul 31 14:43:47 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Updated the license headers
* chart action going on...
Revision
244 -
Directory Listing
Modified
Wed Jul 29 09:33:33 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Updated all .java and .properties headers with a recent LGPL 3.0 and a link to the project webpage.
Revision
226 -
Directory Listing
Modified
Thu Jul 16 07:37:43 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Created a new ManageChartsForMapDialog that allows to manage charts and define which chart is visible in which map. Besides, that saving the ChartSTyles is not implemented, you can now basically define and use the charts.
* Created a TransitionShapefileRenderer in schmitzm. It's a copy (extend was not possible) of a normal ShapefileRenderer class, but extended by a hack to fall back to the normal StreamingRenderer if a FeatureOperationTreeFilter is applied to a MapLayer.
* I have set this TransitionShapefileRenderer as default in JMapPane & Co.
* It's called "transition", because we will remove it as soon as we moved to GT 2.6 and switched the filters to eCQL.
Revision
224 -
Directory Listing
Modified
Tue Jul 14 15:57:19 2009 UTC
(15 years, 7 months ago)
by
alfonx
* big biG BIG refactoring: StyledMap[Interface,Util,Style] never dealt with Maps (=Orchestrations of layers), but always only with single Layers. Now it has been refactored to StyledLayer[Interface,Util,Style].
* Some variable names and methodNames have been corrected also, but many will still be missing.
* New JARs committed
Revision
162 -
Directory Listing
Modified
Mon Jun 22 21:05:20 2009 UTC
(15 years, 8 months ago)
by
alfonx
* FINALLY! FINALLY! Found the regressoin in GT 2.4.5 that had made AtlasStyler very buggy. An setSize(Expression.NIL) is set in StyleFactoryImpl which was evil, because NILExpressions are only supported properly in 2.5. So i overwrite the class in schmitzm and changed the one line. Then i was also able to remove a few workarounds that were not needed anymore.
* Some more fixed in AtlasStyler, like: Local symbols are only shown one now.. not twice.
Next commit will be a full build with all JARs
Revision
158 -
Directory Listing
Modified
Mon Jun 22 13:45:32 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Changed the Selection-Stlying-Filter: It's now based on GeoTools Filters! The new Filter() { .. } approach is not recommended in GeoTools and will probably produce other problems also. Because the ShapeFileRenderer is optimizing the filters (thats why it's 10 times faster), its doing some stuff that only works on GeoTools Filters:
Which leads to a problem: Any "Martin-Filter" from Schmitzm does not work when using the ShapefileRenderer
Revision
151 -
Directory Listing
Modified
Fri Jun 19 16:22:29 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Selection stuff technically ready to use! :-) :-) Next translating tooltips etc...
Revision
147 -
Directory Listing
Modified
Thu Jun 18 12:59:20 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Selection buttons working again: add/remove...
Revision
136 -
Directory Listing
Modified
Wed Jun 3 19:53:33 2009 UTC
(15 years, 8 months ago)
by
mojays
chart selection reorganized
Revision
134 -
Directory Listing
Modified
Sat May 30 20:22:00 2009 UTC
(15 years, 9 months ago)
by
mojays
new Feature2DatasetItemDatasetGroup
Revision
131 -
Directory Listing
Modified
Sat May 30 19:58:13 2009 UTC
(15 years, 9 months ago)
by
mojays
Revision
130 -
Directory Listing
Modified
Sat May 30 16:34:00 2009 UTC
(15 years, 9 months ago)
by
mojays
new DatasetSelectionListener and ChartSelectionSynchronizer (not finished!)
Revision
128 -
Directory Listing
Modified
Sat May 30 16:27:26 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Upgraded JFreeChart to 1.0.13 and JCommon to 1.0.16
Revision
127 -
Directory Listing
Modified
Sat May 30 14:29:58 2009 UTC
(15 years, 9 months ago)
by
mojays
Many many many new JFreeChart stuff (selection panel and renderer, etc.)
- schmitzm.jfree.chart.SelectableChartPanel
- schmitzm.jfree.chart.ChartMouseSelectionTracker
- schmitzm.jfree.chart.selection.*
- schmitzm.jfree.chart.renderer.*
Plus: Imports organized!
Revision
125 -
Directory Listing
Modified
Sat May 23 11:33:59 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Just code layout
Revision
123 -
Directory Listing
Modified
Wed May 20 15:54:51 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Changed the logic to generate the Style which contains a FeatureTypeStyle for the selection. It now uses the MapLayer.getStyle() as a base (instead of styledObj.getStyle() ) and simply removes any old FeatureTypeStyle that contains Rules for an older selection.
Why?
1. Because the MapLayer's Style might have been changed by the AS and we don't want the Style to reset.
2. Because in the Atlas the DPLayer's getStyle() always returns the default style, ignoring any additionaly styles.
Revision
111 -
Directory Listing
Modified
Tue May 12 23:33:14 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Fixed some bugs with the SelectionListeners and the JMapPane. To make this work, StyledFeatureLayerSelectionModel now extends StyledLayerSelectionModel<String>. So the selection is remembered as a Set of Feature-IDs. This change was needed, because Feature.java doesn't overwrite the equals method, and therefore the HashSet didn't function as expected.
* Added new Tools and BUttons to MapPaneToolBar.java to select features
* Changed a lot in MapPaneToolBar.java. It now allows to position Spaces, Actions and Tools via the ID field. (the new feature is to mix them)
* Fixed a bug in AV's ClickInfoPanel that would suddenly pop up an AtlasViewer if started from Geopublisher under special circumstances.
* Moving layers in the legend is using MapContext's move method instead of remove and insert.
* LayerPanel's remember* Maps now all have the MapLayer's ID as a key.
This commit includes latest schmitzm.jar and av.jar. The av.jar is also commited to the ISDSS, but the ISDSS will still have the old schmitzm.jar. Latest schmitzm.jar in ISDSS should be updated ASAP. I just don't know where to put it.
Revision
109 -
Directory Listing
Modified
Tue May 12 13:14:26 2009 UTC
(15 years, 9 months ago)
by
mojays
SelectionSynchronizer must ignore SelectionEvents coming from FilterDialog
Revision
107 -
Directory Listing
Modified
Mon May 11 13:14:20 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Removed the Windows hack to correct _DE.html filenames automatically to _de.html
Revision
106 -
Directory Listing
Modified
Fri May 8 15:13:49 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Improved styling for selected features.
Revision
105 -
Directory Listing
Modified
Fri May 8 15:02:28 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
Revision
104 -
Directory Listing
Modified
Fri May 8 13:49:34 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Moved Style-cloning methods fro skrueger.sld.Utilities.java to schmitzm-StylingUtil.java
Revision
103 -
Directory Listing
Modified
Fri May 8 13:48:00 2009 UTC
(15 years, 9 months ago)
by
mojays
Revision
102 -
Directory Listing
Modified
Fri May 8 13:47:33 2009 UTC
(15 years, 9 months ago)
by
mojays
Revision
101 -
Directory Listing
Modified
Fri May 8 13:17:02 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Moved Style-cloning methods fro skrueger.sld.Utilities.java to schmitzm-StylingUtil.java
Revision
100 -
Directory Listing
Modified
Fri May 8 12:29:45 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Remodeling the SelectionModels
Revision
97 -
Directory Listing
Modified
Fri May 8 12:10:42 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Remodeling the SelectionModels
Revision
96 -
Directory Listing
Added
Fri May 8 11:23:16 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Remodeling the SelectionModels