/[schmitzm]/branches/2.0-RC1/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
ViewVC logotype

Log of /branches/2.0-RC1/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 604 - (view) (annotate) - [select for diffs]
Modified Wed Dec 9 14:15:53 2009 UTC (15 years, 2 months ago) by alfonx
File length: 8148 byte(s)
Diff to previous 322
2.0-RC1 branch ist für GP1.3 bugfixes...  1.0-gt2-2.6  ist der entwicklungs brnach 

Revision 322 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 14:12:17 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 8148 byte(s)
Diff to previous 318
Moving to 
import org.opengis.feature.simple.SimpleFeature;


Revision 318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 13:33:32 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 8142 byte(s)
Diff to previous 315
http://geotools.codehaus.org/Upgrade+to+2.5: Transition to GeoAPI SimpleFeature

   1.  Search Replace
      Search 	Replace
      \bFeature\b 	SimpleFeature
      \bFeatureType\b 	SimpleFeatureType
   2. Fix the imports
          * Control-Shift-O in Eclipse IDE

 PENDING:  3. Add casts as required for getDefaultGeometry()



Revision 315 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 11:03:27 2009 UTC (15 years, 6 months ago) by mojays
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 8118 byte(s)
Diff to previous 256
Branch created from SCHMITZM 1.0 (rev 313) to switch to gt2-2.6.x.

Revision 256 - (view) (annotate) - [select for diffs]
Modified Fri Jul 31 14:43:47 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 8118 byte(s)
Diff to previous 244
* Updated the license headers
* chart action going on...

Revision 244 - (view) (annotate) - [select for diffs]
Modified Wed Jul 29 09:33:33 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 8119 byte(s)
Diff to previous 226
* Updated all .java and .properties headers with a recent LGPL 3.0 and a link to the project webpage.

Revision 226 - (view) (annotate) - [select for diffs]
Modified Thu Jul 16 07:37:43 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 6703 byte(s)
Diff to previous 224
* 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 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 15:57:19 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 6893 byte(s)
Diff to previous 127
* 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 127 - (view) (annotate) - [select for diffs]
Modified Sat May 30 14:29:58 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 6877 byte(s)
Diff to previous 111
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 111 - (view) (annotate) - [select for diffs]
Modified Tue May 12 23:33:14 2009 UTC (15 years, 9 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 7175 byte(s)
Diff to previous 103
* 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 103 - (view) (annotate) - [select for diffs]
Modified Fri May 8 13:48:00 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 7176 byte(s)
Diff to previous 96


Revision 96 - (view) (annotate) - [select for diffs]
Added Fri May 8 11:23:16 2009 UTC (15 years, 9 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
File length: 6687 byte(s)
(Hacking Session in action - atomic commits can't be ensured)
- Remodeling the SelectionModels

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26