Log of /trunk
Directory Listing
Revision
217 -
Directory Listing
Modified
Mon Jul 13 21:56:13 2009 UTC
(15 years, 7 months ago)
by
mojays
Some more JavaDoc for synonym constants. :-)
Revision
216 -
Directory Listing
Modified
Mon Jul 13 21:51:56 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Ein paar constanten, damit Trottel wie ich nicht soviel nachdenken müssen ;-)
/** Constant for the domain axis (X). */
public static final int DOMAIN_AXIS = 0;
/** Constant for the domain axis (X). */
public static final int X_AXIS = DOMAIN_AXIS;
/** Constant for the range axis (Y). */
public static final int RANGE_AXIS = 1;
/** Constant for the range axis (Y). */
public static final int Y_AXIS = RANGE_AXIS;
/** Constant for the range axis (Y). */
public static final int Y_AXIS_LEFT = RANGE_AXIS;
/** Constant for the second range axis (Y). */
public static final int RANGE_AXIS2 = 2;
/** Constant for the second range axis (Y). */
public static final int Y_AXIS2 = RANGE_AXIS2;
/** Constant for the second range axis (Y). */
public static final int Y_AXIS_RIGHT = RANGE_AXIS2;
Revision
215 -
Directory Listing
Modified
Mon Jul 13 19:05:15 2009 UTC
(15 years, 7 months ago)
by
mojays
new ScatterChartStyle.java
Revision
214 -
Directory Listing
Modified
Mon Jul 13 17:30:41 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Extended the ChartStype.ChartType-Enum to provide more information about itself (like icon, title, desc).
* Created a frist version of a CharWizard to create ChartStyles in GP.. Have a look at ChartWizard.main() !
Revision
213 -
Directory Listing
Modified
Mon Jul 13 17:13:17 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Auch in den Kommentaren geändert... sorry, ein Commit zu viel.
Revision
212 -
Directory Listing
Modified
Mon Jul 13 17:12:03 2009 UTC
(15 years, 7 months ago)
by
alfonx
* "???" zu einer public CONSTANTE gemacht, weil ich dagegen testen will.
/** Diese Stringkonstante wird zurückgeliefert, wenn keine Wert fuer den
* Schluessel gefunden wurde. */
public static final String MISSING_RESOURCE_STRING = "???";
Revision
211 -
Directory Listing
Modified
Sun Jul 12 12:17:01 2009 UTC
(15 years, 7 months ago)
by
mojays
new FeatureBasicChartStyle
Revision
210 -
Directory Listing
Modified
Sun Jul 12 09:32:24 2009 UTC
(15 years, 7 months ago)
by
alfonx
* More French translations!
Revision
209 -
Directory Listing
Modified
Fri Jul 10 10:53:19 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Add .cpg as a ESrI Shapefile extension. It's supported by ArcGIS may store the codepage used inside the .dbf. We/nore GT is reading it yet, it's its a start to put it here.
Revision
208 -
Directory Listing
Modified
Thu Jul 9 20:51:58 2009 UTC
(15 years, 7 months ago)
by
alfonx
* SCHMITZ/ISDSS/AV/GP CodeClean: Removed the "throws Exception" from "getGeoObject" and rather let it throw a RuntimeException(e). Now it's our job to remove ny throw/catch leftovers in the outer code.
* Fundamentally introduced AttributeMetaData to AtlasStyler
Revision
207 -
Directory Listing
Modified
Thu Jul 9 20:14:21 2009 UTC
(15 years, 7 months ago)
by
alfonx
* AS FEATURE: Changing the TextSymbolizer (label settings) in AS is now directly presented in the preview JMapPane(s). Up to now, the LabelCache of the JMapPane didn't clear properly and the changes were only shown after a while.
* CodeCleanup: Removed some unneeded SwingUtil.getParentWindow (because most atlas classes now use a Component object as GUI-parent parameter)
Revision
206 -
Directory Listing
Modified
Thu Jul 9 16:45:26 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Removed many now useless SwingUtil.getParentWindow( Component ) statemant because more and more of the GUI takes Component as the parent GUI parameter.
* Ctrl-Shift-Organize
Revision
205 -
Directory Listing
Modified
Thu Jul 9 16:40:49 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Updated the comment um klar zu machen, dass die Methode getParentWindow ( comp ) comp zurueckliefert wenn comp instance of Window ist. Man könnte sonst ja auch denken, dass er das parent Window des Window liefert.
Revision
204 -
Directory Listing
Modified
Thu Jul 9 16:26:14 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Replaces field protected THIS = this;
Revision
203 -
Directory Listing
Modified
Wed Jul 8 08:19:49 2009 UTC
(15 years, 7 months ago)
by
alfonx
* setPreviewPanel und getPreviewPanel kommentiert.
Revision
202 -
Directory Listing
Modified
Tue Jul 7 19:39:13 2009 UTC
(15 years, 7 months ago)
by
mojays
dist updated
Revision
201 -
Directory Listing
Modified
Tue Jul 7 18:27:36 2009 UTC
(15 years, 7 months ago)
by
mojays
FeatureUtil.featuresToArray(.): immer naives Kopieren, da GT-Bugs, wenn Filter gesetzt ist
FeatureCollectionFilterPanel: BugFix; Vorschau-Layer darf nur für nicht-leere FeatureCollections erzeugt werden, da sonst Exception in StreamingRenderer
OperationTreePanel: Breite für Operatoren-Auswahl 150; Tooltip beinhaltet dafür auch Operator.
Deutsche Übersetzungen für OperationTree-Operatoren
Revision
200 -
Directory Listing
Modified
Tue Jul 7 17:07:06 2009 UTC
(15 years, 7 months ago)
by
mojays
new ToolTipComboBoxRenderer
SelectionInputOption now provides tooltips (optional)
OperationTreePanel shows tooltips for operators in combo box
Revision
199 -
Directory Listing
Modified
Tue Jul 7 17:03:18 2009 UTC
(15 years, 7 months ago)
by
alfonx
skrueger.swing ResourceBundle ins schmitzm.resource bundle integriert.
Revision
198 -
Directory Listing
Modified
Tue Jul 7 16:44:37 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Deutsche und Englische ToolTips für die Operatoren
Revision
197 -
Directory Listing
Modified
Tue Jul 7 15:57:31 2009 UTC
(15 years, 7 months ago)
by
mojays
localization and filter for operators in dialog combo box
Revision
196 -
Directory Listing
Modified
Tue Jul 7 15:16:41 2009 UTC
(15 years, 7 months ago)
by
alfonx
* nur comments
Revision
195 -
Directory Listing
Modified
Tue Jul 7 13:15:33 2009 UTC
(15 years, 7 months ago)
by
alfonx
* More more i8n in French
Revision
194 -
Directory Listing
Modified
Mon Jul 6 12:24:48 2009 UTC
(15 years, 7 months ago)
by
alfonx
* New JARs containg a refactoring
* Fixed a regression bug in GP that made editing the styles via MapComposer impossible.
Revision
193 -
Directory Listing
Modified
Mon Jul 6 10:40:00 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Refactored
public static String getBaseFileName(File file) {
int extIdx = getFileExtIdx(file);
to
public static String getBaseFilePath(File file) {
int extIdx = getFileExtIdx(file);
because not only the name (as in File.getName() ) was returned, but the File.getPath() without the postfix. As i did refactoring, all references in Atlas, ISDSS, XULU and schmitzm should be changed to getBaseFilePath automatically.
* Created a method getBaseFileName(File file) that really just return the filename without it's extension.
Revision
192 -
Directory Listing
Modified
Fri Jul 3 16:28:15 2009 UTC
(15 years, 7 months ago)
by
mojays
"description" property for ChartStyle
Revision
191 -
Directory Listing
Modified
Fri Jul 3 16:18:56 2009 UTC
(15 years, 7 months ago)
by
alfonx
Revision
190 -
Directory Listing
Modified
Fri Jul 3 16:12:02 2009 UTC
(15 years, 7 months ago)
by
mojays
Chart style creation moved from (static) utility classes to ChartStyleXMLFactory and FeatureChartStyleXMLFactory
Revision
189 -
Directory Listing
Modified
Fri Jul 3 15:21:47 2009 UTC
(15 years, 7 months ago)
by
mojays
Revision
188 -
Directory Listing
Modified
Fri Jul 3 15:17:21 2009 UTC
(15 years, 7 months ago)
by
mojays
ChartStyleUtil: read style from URL
Revision
187 -
Directory Listing
Modified
Fri Jul 3 14:57:50 2009 UTC
(15 years, 7 months ago)
by
mojays
chart style enhancements
Revision
186 -
Directory Listing
Modified
Fri Jul 3 14:40:10 2009 UTC
(15 years, 7 months ago)
by
alfonx
Revision
185 -
Directory Listing
Modified
Fri Jul 3 14:36:08 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Un-deprecated the constructor Translation(String);
Revision
184 -
Directory Listing
Modified
Fri Jul 3 13:11:18 2009 UTC
(15 years, 7 months ago)
by
alfonx
Revision
183 -
Directory Listing
Modified
Fri Jul 3 13:02:26 2009 UTC
(15 years, 7 months ago)
by
mojays
new FeatureChartStyle interface (not yet final)
Revision
182 -
Directory Listing
Modified
Fri Jul 3 12:44:59 2009 UTC
(15 years, 7 months ago)
by
mojays
ID for chart styles
Revision
181 -
Directory Listing
Modified
Fri Jul 3 10:49:32 2009 UTC
(15 years, 7 months ago)
by
alfonx
* NPE bug fixed
Revision
180 -
Directory Listing
Modified
Thu Jul 2 14:44:57 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Added a special @Override paint() method to some of the GeoMapPane's components, so that when we create a screenshot in the Atlas, the backgrounds (of the GridPanel for example) will be white and not gray - that is much better for printing.
* Some more i8n n French
Revision
179 -
Directory Listing
Modified
Thu Jul 2 14:23:36 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Removed some ugly e.printStackTrace()
Revision
178 -
Directory Listing
Modified
Wed Jul 1 15:22:25 2009 UTC
(15 years, 8 months ago)
by
alfonx
* New release with FeatureDialog and AttributeTable improvements
Revision
177 -
Directory Listing
Modified
Wed Jul 1 15:02:39 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Selection buttons verschwinden jetzt pünktlich ;-) .. auch im ISDSS
Revision
176 -
Directory Listing
Modified
Wed Jul 1 14:14:15 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Further improved the usability of the filter panels (used in FilterDialog and AttributeTableDialog)...
** The preview map now always shows the complete collections in gray and the selected / filtered features in red above it
** Added de/en/fr tooltips for the preview mappane
** GP/ATlas AttribtDialog and FilterDialog can now be closed by pressing ESC
* Organized Imports ;-)
FIXED?: With an open attribute table, open the filters dialog and set a filter .. works here for me now and updates the attribute table.
Revision
175 -
Directory Listing
Modified
Wed Jul 1 10:06:26 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Corrected an NPE when creating a "simplyColoredStyle" for point features..
Revision
174 -
Directory Listing
Modified
Tue Jun 30 20:48:02 2009 UTC
(15 years, 8 months ago)
by
alfonx
Released 1.1 b39
Revision
173 -
Directory Listing
Modified
Tue Jun 30 20:41:43 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Changed the behaviour of the preview JMapPane in the FeatureTablePane.
** In FeaturetablePane it now shows the table's features in gry, and the selected features in red.
** In FeatureCollectionFilterPane, the unfiltered features are shown in gray, with the filter's result in red.
Revision
172 -
Directory Listing
Modified
Tue Jun 30 20:40:00 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Inserted one if ==null return check
Revision
171 -
Directory Listing
Modified
Tue Jun 30 20:38:52 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Moved many many methods from Atlas-Framework ASUtil to Schmitzm StylingUtil. These methods deal with determining and changing the "main" color color of an SLD fragment.
Revision
170 -
Directory Listing
Modified
Tue Jun 30 19:41:53 2009 UTC
(15 years, 8 months ago)
by
mojays
XML chart style definition extended (plot, renderer, ...)
Revision
169 -
Directory Listing
Modified
Tue Jun 30 08:03:29 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Better handling of Exceptions while reading an SLD
Revision
168 -
Directory Listing
Modified
Sun Jun 28 17:57:38 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Comitting new GT jars, because i had to resign them.
gt2-xml and gt2-wfs are now part of the game.
Revision
167 -
Directory Listing
Modified
Sun Jun 28 14:27:37 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Committing because i switch computers.. This commit contains a prototype to access WFS as a source for features. It's not very stable.. A proper commit will follow tonight.
* Quite a lot of i8n in the AtlasStyler + GP
Revision
166 -
Directory Listing
Modified
Wed Jun 24 14:48:57 2009 UTC
(15 years, 8 months ago)
by
alfonx
* b29 released
* More changes concerning the position of the JSplitPane Divider.
* The MapLegend now has a "valuesAdjusting" mode, that doesn't trigger GUI or map updates.
* The Map is now only rendered once when a map is opened and also the Divider doesn't "jump" when a map is opened.
Please test in ISDSS!
Revision
165 -
Directory Listing
Modified
Tue Jun 23 16:31:32 2009 UTC
(15 years, 8 months ago)
by
alfonx
* GP's MapComposer has a new button to reset the legend width
* i8n for it
Revision
164 -
Directory Listing
Modified
Tue Jun 23 16:06:23 2009 UTC
(15 years, 8 months ago)
by
alfonx
* GP's MapComposer has a new button to store the ratio of legend and map. it can also be stored as the default for all maps.
Revision
163 -
Directory Listing
Modified
Tue Jun 23 14:44:37 2009 UTC
(15 years, 8 months ago)
by
alfonx
* MapComposer remembers the state of the eye symbol now and restores it in the AtlasViewer
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
161 -
Directory Listing
Modified
Mon Jun 22 19:28:46 2009 UTC
(15 years, 8 months ago)
by
mojays
First version of chart styles in schmitzm.jfree.chart.style.*
Revision
160 -
Directory Listing
Modified
Mon Jun 22 17:15:45 2009 UTC
(15 years, 8 months ago)
by
alfonx
* JMapPane: Fixed a possible NPE .. happend very seldom when clicking in a MapView the first time
* SelectionButtons are now directly appearing
Revision
159 -
Directory Listing
Modified
Mon Jun 22 14:04:47 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Back to StreamingRenderer: Otherwise the Filter function doesn't work. Will be fixed with 2.6
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
157 -
Directory Listing
Modified
Mon Jun 22 13:01:08 2009 UTC
(15 years, 8 months ago)
by
mojays
Revision
156 -
Directory Listing
Modified
Mon Jun 22 12:58:36 2009 UTC
(15 years, 8 months ago)
by
mojays
JMapPane: Selection now "CRS-sensitive"
Revision
155 -
Directory Listing
Modified
Mon Jun 22 10:53:59 2009 UTC
(15 years, 8 months ago)
by
alfonx
* French translations for the Mappane button tooltips
Revision
154 -
Directory Listing
Modified
Mon Jun 22 09:54:07 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Results of Sunday evening hacking in Bolsena
** Rendering of big Shapefiles about 5-10 times faster now!
** Icon sizes in AtlasStyler correct again.
** Moved two functions from AtlasFramework to schmitzm
Revision
153 -
Directory Listing
Modified
Sat Jun 20 12:48:24 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Organized Imports
* Fixed a BuG in AS, PolygonSymbolEditGUI (Had to be Float instead of Double)
* Renamed DesignLayerPanel to DesginMapLegend etc...
* Bugfixed ManageLayerSytlesForMapDialog to trigger a preview of the new legend.
Revision
152 -
Directory Listing
Modified
Fri Jun 19 18:13:35 2009 UTC
(15 years, 8 months ago)
by
alfonx
* ToolTips für alle MapPaneToolbarActions eingebaut: zoom in/out, pan, info...
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
150 -
Directory Listing
Modified
Fri Jun 19 14:20:30 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Renamed classes:
LayerPanel to MapLegend (works on StyledObj)
AtlasLayerPanel to AtlasMapLegend (works on DpLayer)
LayerPanelGroup to MapLayerLegend (works on StyledObj)
AtlasLayerPanelGroup to AtlasMapLayerLegend (works on DpLayer)
Updated all JARs and committed them.
TODO: Some "ISDSS person" might want to rename:
de.isdss.util.framework.ui.panel.LayerPanelScrollPane to something like MapLegendScrollPane.java or FWMapLegendScrollPane.java
* Also committing some substitutions of "@returns" with "@return"
* Removed testsomethong.java from xulu
Revision
149 -
Directory Listing
Modified
Thu Jun 18 16:48:02 2009 UTC
(15 years, 8 months ago)
by
alfonx
* New JARs
Revision
148 -
Directory Listing
Modified
Thu Jun 18 16:31:56 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Reorganized the UI of the Legend
* Solved the never-wide-enough legend, including the "..."
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
146 -
Directory Listing
Modified
Thu Jun 18 11:30:49 2009 UTC
(15 years, 8 months ago)
by
mojays
BugFix in JMapPane for zoom box problem
Revision
145 -
Directory Listing
Modified
Thu Jun 18 00:28:28 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Tuned the versioning system in build.xml
* Renamed JavaDoc @returns to @return to reduce warnings (by prox 0.1% ;-) )
Revision
144 -
Directory Listing
Modified
Mon Jun 15 18:29:49 2009 UTC
(15 years, 8 months ago)
by
alfonx
Plaing with a upscaled preview image that is shown while the map is rendered.. but its not fast enough yet ;-) .. all commented out
Revision
143 -
Directory Listing
Modified
Mon Jun 15 17:45:02 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Nothing
Revision
142 -
Directory Listing
Modified
Mon Jun 15 12:09:05 2009 UTC
(15 years, 8 months ago)
by
alfonx
just removed a debug line
Revision
141 -
Directory Listing
Modified
Sun Jun 14 18:23:36 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Have to go now.. The basic idea of seleciton-related buttons appearing only when AttribTableDialog or a ChartDialog are open has been implemented.
Revision
140 -
Directory Listing
Modified
Sun Jun 14 17:24:44 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Not really an atomic commit: hacking session going on.. just switching from laptop to dektop.
* Minimally improved dialog to choose a language if the atlas only contains languages that your computer doesn't.
* GP: Added a menu item to send the logfile by email to Steve
* GP: List of languages to select from is now sorted
* Version-management in build.xml ... using a release.properties
** TODO: Still need integration with the webpage
* BUGFIXed: Layers expanding and collapsing every time while the AS is updating the preview
* UNDER WORK: AV: Only show selection-related buttons when they make sense.
Revision
139 -
Directory Listing
Modified
Thu Jun 11 12:52:58 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Fixed a bug when creating more than 3 additional styles at once... A NPE occurred because none has been set as the selected additional style.
* Moved the i8n and Localisation for LabelSearch to schmitzm
Revision
138 -
Directory Listing
Modified
Wed Jun 10 15:23:33 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Moved all classes concerning the LabelSearch tool to schmitzm
Revision
137 -
Directory Listing
Modified
Wed Jun 3 20:10:31 2009 UTC
(15 years, 8 months ago)
by
mojays
Revision
136 -
Directory Listing
Modified
Wed Jun 3 19:53:33 2009 UTC
(15 years, 8 months ago)
by
mojays
chart selection reorganized
Revision
135 -
Directory Listing
Modified
Sat May 30 20:26:57 2009 UTC
(15 years, 9 months ago)
by
mojays
SelectionChangeEvent removed because of renaming to DatasetSelectionChangeEvent
Revision
134 -
Directory Listing
Modified
Sat May 30 20:22:00 2009 UTC
(15 years, 9 months ago)
by
mojays
new Feature2DatasetItemDatasetGroup
Revision
133 -
Directory Listing
Modified
Sat May 30 20:18:07 2009 UTC
(15 years, 9 months ago)
by
alfonx
/**
* @returns all {@link DatasetSelectionModel DatasetSelectionModels} that can be reached via the renderers of this chart.
*/
public static List<DatasetSelectionModel<?>> getDatasetSelectionModelFor(JFreeChart chart) {
ArrayList<DatasetSelectionModel<?>> renderers = new ArrayList<DatasetSelectionModel<?>>();
Revision
132 -
Directory Listing
Modified
Sat May 30 20:02:25 2009 UTC
(15 years, 9 months ago)
by
alfonx
Basically possible to open a Scatterplot from the tool menu.
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
129 -
Directory Listing
Modified
Sat May 30 16:28:52 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Moved methods from AtlasStyler's Utilities.java to schmitzm's StylingUtil.java
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
126 -
Directory Listing
Modified
Sat May 23 15:21:28 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Atlas can now open PDF that are not in JARs and are linked via pdf://../../../asd.pdf
Revision
125 -
Directory Listing
Modified
Sat May 23 11:33:59 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Just code layout
Revision
124 -
Directory Listing
Modified
Thu May 21 21:01:59 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Migrating parameters "Window owner" to "Component owner"
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
122 -
Directory Listing
Modified
Tue May 19 17:16:13 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Removed some logging JMapPane
* Improved Layout in TAJD.java
Revision
121 -
Directory Listing
Modified
Mon May 18 14:15:42 2009 UTC
(15 years, 9 months ago)
by
mojays
FeatureFilterPanel
- "TEST" used as default button
- dialog with details for error
FeatureLayerFilterDialog
- OK/APPLY buttons disables on errors
ExceptionDialog
- details can be shown as default
FeatureOperationTreeFilter
- exception is not caught in evaluate(.) to show errors in parent components
Revision
120 -
Directory Listing
Modified
Sat May 16 21:25:44 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Possibility to ass more buttons to the button panel by #setButtons(JButton... )
Revision
119 -
Directory Listing
Modified
Sat May 16 14:33:54 2009 UTC
(15 years, 9 months ago)
by
alfonx
* New method: public static File getTempDir()
Revision
118 -
Directory Listing
Modified
Sat May 16 14:33:11 2009 UTC
(15 years, 9 months ago)
by
alfonx
* New method: public static File getTempDir()
Revision
117 -
Directory Listing
Modified
Thu May 14 01:15:22 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Selection buttons removed
Revision
116 -
Directory Listing
Modified
Wed May 13 17:37:11 2009 UTC
(15 years, 9 months ago)
by
alfonx
* JMapPane: cleanup, no semantic change
* TranslationAskJDialog now takes Component instead of Window for owner in the constructor
Revision
115 -
Directory Listing
Modified
Wed May 13 15:17:13 2009 UTC
(15 years, 9 months ago)
by
mojays
neue Struktur (SelectionTracker) in JMapPane noch nicht 100%ig (vorerst wieder zurückgenommen)
Revision
114 -
Directory Listing
Modified
Wed May 13 14:11:00 2009 UTC
(15 years, 9 months ago)
by
mojays
OperationTreeParser:
- Aussagekräftigere Fehlermeldung bei unbekanntem Fehler
JMapPane
- Entfernen/Hinzufügen des MouseSelectionTrackers (um Rahmen bei Info-Tool zu verhindern) ersetzt gegen Überschreiben der mouseDragged(.) des SelectionTrackers
Revision
113 -
Directory Listing
Modified
Wed May 13 11:38:56 2009 UTC
(15 years, 9 months ago)
by
mojays
some changes to avoid NPEs when FeatureCollection.getSize() returns a to big value
Revision
112 -
Directory Listing
Modified
Wed May 13 09:18:53 2009 UTC
(15 years, 9 months ago)
by
mojays
StyledFeatureCollectionTableModel
- bug fixed in FeatureSource -> FeatureCollection conversion (using getSchema() instead of getFeatureType()!)
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
110 -
Directory Listing
Modified
Tue May 12 14:23:23 2009 UTC
(15 years, 9 months ago)
by
alfonx
Removed unnessesary imports:
import org.apache.poi.hssf.extractor.ExcelExtractor;
import org.apache.poi.hssf.usermodel.HSSFCell;
import org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator;
import org.apache.poi.hssf.usermodel.HSSFRow;
import org.apache.poi.hssf.usermodel.HSSFSheet;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
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
108 -
Directory Listing
Modified
Tue May 12 12:24:24 2009 UTC
(15 years, 9 months ago)
by
mojays
StylingUtil
- new method to create a BrewerPalette
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
99 -
Directory Listing
Modified
Fri May 8 12:21:42 2009 UTC
(15 years, 9 months ago)
by
mojays
new interface PipedTableModel
Revision
98 -
Directory Listing
Modified
Fri May 8 12:17:59 2009 UTC
(15 years, 9 months ago)
by
mojays
SelectionTableModel extended with getSourceModel()
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
Modified
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
Revision
95 -
Directory Listing
Modified
Mon May 4 13:27:44 2009 UTC
(15 years, 9 months ago)
by
mojays
Geotools-Update: gt2-2.4.4 to gt2-2.4.5
Revision
94 -
Directory Listing
Modified
Fri May 1 16:24:36 2009 UTC
(15 years, 10 months ago)
by
alfonx
Corrected "4 von 5 Punkte ausgewählt" zu "4 von 5 Punkten ausgewählt"
Revision
93 -
Directory Listing
Modified
Fri May 1 16:24:15 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Just corrected some JavDoc
Revision
92 -
Directory Listing
Modified
Tue Apr 28 10:33:41 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added some logging
Revision
91 -
Directory Listing
Modified
Tue Apr 28 10:32:16 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added .a00 as a typical ArcASCII file extension
Revision
90 -
Directory Listing
Modified
Sun Apr 26 17:43:58 2009 UTC
(15 years, 10 months ago)
by
mojays
FeatureCollectionTableModel extended
- findFeature(.)
- getFeature(.)
Revision
89 -
Directory Listing
Modified
Thu Apr 23 19:47:11 2009 UTC
(15 years, 10 months ago)
by
alfonx
* New av.jar and schmitzm.jar "released" to update ISDSS.
Revision
88 -
Directory Listing
Modified
Thu Apr 23 19:40:16 2009 UTC
(15 years, 10 months ago)
by
alfonx
* SORRY! I did make real changes in StyingUtil, but sadly (bad habit?!) auto-formatted the source. mea culpa
Revision
87 -
Directory Listing
Modified
Thu Apr 23 19:39:13 2009 UTC
(15 years, 10 months ago)
by
alfonx
* MapView() constructor API change corrected.
Revision
86 -
Directory Listing
Modified
Thu Apr 23 18:50:02 2009 UTC
(15 years, 10 months ago)
by
mojays
FeatureCollectionFrame
- selection column added by using SelectionTableModel
GeoPositionLabel
- displaying position label on mousePressed disabled, so that the envelope label is no longer shown on simple clicks
Revision
85 -
Directory Listing
Modified
Thu Apr 23 11:17:43 2009 UTC
(15 years, 10 months ago)
by
mojays
FeatureTablePane
- moved getTable() to bottom of class
SelectableFeatureTablePane
- getTable() replaced by direct access of protected instance variable
Revision
84 -
Directory Listing
Modified
Thu Apr 23 10:31:26 2009 UTC
(15 years, 10 months ago)
by
mojays
SelectionTableModel functionality removed from FeatureTablePane and added to sub-classes SelectableFeatureTablePane/FeatureCollectionFrame
Revision
83 -
Directory Listing
Modified
Wed Apr 22 15:08:51 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Removed the utility classes from GTUtil
* Added new function
public static GeometryForm getGeometryForm(GeometryAttributeType geometryType) {..}
to FeaturesUtil
Revision
82 -
Directory Listing
Modified
Wed Apr 22 14:39:50 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added some FR
Revision
81 -
Directory Listing
Modified
Wed Apr 22 13:51:21 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added a SelectionStatusLabel to SelectableFeatureTablePane.java in the style of "4 of 15 points are selected"
Revision
80 -
Directory Listing
Modified
Wed Apr 22 13:47:55 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Moved utility functions from AtlasStyler's Utilities.java to GTUtil.java The methods "isPoint(), isPolygon(), isLineString()" return boolean for given parameters of type FeatureSource, FeatureCollection or FeatureAttributeType.
Revision
79 -
Directory Listing
Modified
Wed Apr 22 13:24:35 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added FR i8n for SelectionFeatureTabelPanel
Revision
78 -
Directory Listing
Modified
Wed Apr 22 12:36:15 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Tried hard to get the SelectionCheckboxColumn out of the FilterPanel.. but ....
Revision
77 -
Directory Listing
Modified
Wed Apr 22 11:48:11 2009 UTC
(15 years, 10 months ago)
by
alfonx
have a look at the "valueIsAdjusting" parameter when updating the preview. Without this change, when the selection is inverted, there have been too many preview updates.
featuresTable.getSelectionModel().addListSelectionListener( new ListSelectionListener() {
public void valueChanged(ListSelectionEvent e) {
if (!e.getValueIsAdjusting())
performListSelection();
}
} );
Revision
76 -
Directory Listing
Modified
Tue Apr 21 21:15:25 2009 UTC
(15 years, 10 months ago)
by
alfonx
* SelectableFeatureTablePane can be constructed with a mapPane parameter. if not null, the toolbar contains a "ZoomToSelected" button.
* Added a zoomTom(FeatureCollection) to JMapPane. This is now used in the FeatureTablePane's preview, in the Atlas search dialog, and in the ZoomToSelected button of SelectableFeatureTablePane
Revision
75 -
Directory Listing
Modified
Tue Apr 21 18:35:45 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Corrected JavaDoc
Revision
74 -
Directory Listing
Modified
Tue Apr 21 18:09:39 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added i8n for the SelectableFeatureTablePane to GTResourceBundle
* Switched from MultiSplitPane to JSplitPane to have the nice "OneTuchButtons".
* Resized the icons for SelectableFeatureTablePane to 16x16
* Set the width of SortableJTable's first column to 16 which (i check) is a resonable width for the standard L'n'Fs
Revision
73 -
Directory Listing
Modified
Tue Apr 21 17:26:39 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added a public function getTable() to access the Table.
Revision
72 -
Directory Listing
Modified
Tue Apr 21 17:14:13 2009 UTC
(15 years, 10 months ago)
by
alfonx
Added:
/**
* Convenience method to access the {@link AtlasCreator}s translation
* resources.
*
* @param key
* the key for the AtlasCreatorTranslation.properties file
* @param values
* optional values
*/
public static String R(String key, Object... values) {
return RESOURCE.getString(key, values);
}
Revision
71 -
Directory Listing
Modified
Mon Apr 20 18:34:43 2009 UTC
(15 years, 10 months ago)
by
mojays
new PropertyChangeEmitter
Revision
70 -
Directory Listing
Modified
Mon Apr 20 12:26:00 2009 UTC
(15 years, 10 months ago)
by
mojays
Java doc updated
Revision
69 -
Directory Listing
Modified
Mon Apr 20 12:12:43 2009 UTC
(15 years, 10 months ago)
by
mojays
SelectionTableModel:
- Problem with cleared selection (when selection column is clicked on) solved
- now using new class SelectableJTable
SortableJTable
- derived from SelectableJTable
Revision
68 -
Directory Listing
Modified
Mon Apr 20 10:04:49 2009 UTC
(15 years, 10 months ago)
by
mojays
schmitzm.jar, schmitzm-src.zip updated
Revision
67 -
Directory Listing
Modified
Mon Apr 20 09:55:19 2009 UTC
(15 years, 10 months ago)
by
mojays
SortedJTable renamed to SortableJTable
Revision
66 -
Directory Listing
Modified
Sun Apr 19 20:38:56 2009 UTC
(15 years, 10 months ago)
by
mojays
java doc updates
Revision
65 -
Directory Listing
Modified
Sun Apr 19 18:57:41 2009 UTC
(15 years, 10 months ago)
by
mojays
SortedJTable
- because of undefined behavior, class does no longer overwrite getter/setter, but instead defines new method to access the indexes according to the model
new SelectionTableModel
- extends an other TableModel by an automatic check box column to select rows individually (without Strg/Shift key)
Revision
64 -
Directory Listing
Modified
Sun Apr 19 11:30:02 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Junst renamed a variable name, as it was misleading.
Revision
63 -
Directory Listing
Modified
Fri Apr 17 18:59:10 2009 UTC
(15 years, 10 months ago)
by
alfonx
* The end of the hacking day with Martin and Steve
Revision
62 -
Directory Listing
Modified
Fri Apr 17 18:56:17 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Enabled the "zoom to layer bounds" for single selected points et al.
* Inserted a stub for getColumnCLass() in FeatureCollectionTableModel.java
Revision
61 -
Directory Listing
Modified
Fri Apr 17 17:39:13 2009 UTC
(15 years, 10 months ago)
by
mojays
new SortedJTable.java
Revision
60 -
Directory Listing
Modified
Fri Apr 17 17:37:34 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
59 -
Directory Listing
Modified
Fri Apr 17 17:26:58 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
58 -
Directory Listing
Modified
Fri Apr 17 15:55:33 2009 UTC
(15 years, 10 months ago)
by
mojays
StyledFeatureCollectionTableModel stable and documented
Revision
57 -
Directory Listing
Modified
Fri Apr 17 15:26:14 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
56 -
Directory Listing
Modified
Fri Apr 17 15:19:00 2009 UTC
(15 years, 10 months ago)
by
alfonx
Revision
55 -
Directory Listing
Modified
Fri Apr 17 14:26:14 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
54 -
Directory Listing
Modified
Fri Apr 17 14:10:10 2009 UTC
(15 years, 10 months ago)
by
alfonx
Revision
53 -
Directory Listing
Modified
Fri Apr 17 14:04:22 2009 UTC
(15 years, 10 months ago)
by
mojays
Hacking session in progress. No atomic commits.
Revision
52 -
Directory Listing
Modified
Fri Apr 17 13:57:14 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
51 -
Directory Listing
Modified
Fri Apr 17 13:18:16 2009 UTC
(15 years, 10 months ago)
by
alfonx
Revision
50 -
Directory Listing
Modified
Fri Apr 17 12:56:15 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
49 -
Directory Listing
Modified
Fri Apr 17 12:50:03 2009 UTC
(15 years, 10 months ago)
by
mojays
FeatureTablePane:
- new constructor with TableModel
Revision
48 -
Directory Listing
Modified
Fri Apr 17 12:49:33 2009 UTC
(15 years, 10 months ago)
by
alfonx
Revision
47 -
Directory Listing
Modified
Fri Apr 17 12:28:50 2009 UTC
(15 years, 10 months ago)
by
mojays
- FeatureCollectionPane renamed to FeatureTablePane
- FeatureCollectionTableModel extracted to stand-alone class
Revision
46 -
Directory Listing
Modified
Fri Apr 17 11:44:05 2009 UTC
(15 years, 10 months ago)
by
mojays
new classes (CURRENTLY ONLY DUMMIES!!):
- FeatureTablePane.java
- FeatureCollectionTableModel.java
- StyledFeatureCollectionTableModel.java
Revision
45 -
Directory Listing
Modified
Thu Apr 16 11:09:58 2009 UTC
(15 years, 10 months ago)
by
alfonx
Removed an unneded import
Revision
44 -
Directory Listing
Modified
Tue Apr 14 20:23:41 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added a static public convenience method isEmpty to i8n.Translation which deals with null, "", and the deprectaed NO_TRANSLATION constant.
* Moved the method "public static MemoryFeatureCollection filterSLDVisibleOnly(...)" from FeatureUtil to StylingUtil.
Revision
43 -
Directory Listing
Modified
Tue Apr 14 14:19:30 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Some cleanup in I8NUtil
* Transition from owner=Window to owner=Component, because Java 1.6 JOptionPane can determine the parent Window itself.
Revision
42 -
Directory Listing
Modified
Wed Apr 8 00:43:53 2009 UTC
(15 years, 10 months ago)
by
alfonx
/**
* Die Umwandlung einer URL in ein File-Objekt ist leider nicht trivial.
*
* @see http
* ://weblogs.java.net/blog/kohsuke/archive/2007/04/how_to_convert.html
*
* @param url
*
* @author <a href="mailto:skpublic@wikisquare.de">Stefan Alfons
* Krüger</a>
*/
public static File urlToFile(URL url) {
LOGGER.debug("\nconverting " + url.toString() + " to ");
File f;
try {
f = new File(url.toURI());
} catch (URISyntaxException e) {
f = new File(url.getPath());
}
LOGGER.debug(" to " + f.toString());
return f;
}
Revision
41 -
Directory Listing
Modified
Mon Apr 6 19:54:46 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Some corrections in I8N withthe ISO vs. Locale language codes
Revision
40 -
Directory Listing
Modified
Mon Apr 6 19:31:02 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Layers can be marked as "hide In Legend" in the GP and will be hidden in the AV's legend
Das Interface StyledMapInterface.java hatte bisher eine abstrakte Methode isHideInLegend, die nie benutzt wurde. Ich habe die Idee jetzt im Atlas implementiert, und dann gemekert, dass nicht unbedingt eine Eigenschaft dieses Interfaces sein sollte.
Ein Layer soll nicht generell auf verstecken/nicht verstecken gestellt werden können. Das sind Eigenschaften der Karte/MapContext, ebenso wie die Reihenfolge der Layer. Im Atlas verwaltet deshalb nun die Klasse skrueger.atlas.Map welche Layer nicht in der Legende auftauchen sollen.
Meines Wissens hat keiner bisher die Funktion genutzt.
Ich habe in allen allen Klassen welche StyledMapInterface implementieren die Funktion auskommentiert.
Revision
39 -
Directory Listing
Modified
Mon Apr 6 19:14:55 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Some corrections in I8N withthe ISO vs. Locale language codes
Revision
38 -
Directory Listing
Modified
Sun Apr 5 15:06:56 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Further improved the TranslationAskJDialog
* Removed deprecated stuff from TranslationEditJPanel
Revision
37 -
Directory Listing
Modified
Mon Mar 30 00:43:08 2009 UTC
(15 years, 11 months ago)
by
alfonx
Now Translation doesn't fires LocaleChangeEvents if newLang.equals(oldLang)
Revision
36 -
Directory Listing
Modified
Sun Mar 29 22:19:52 2009 UTC
(15 years, 11 months ago)
by
alfonx
Revision
35 -
Directory Listing
Modified
Sun Mar 29 22:19:41 2009 UTC
(15 years, 11 months ago)
by
alfonx
This jar contains the latest changed to the skrueger.i8n.Translation stuff.
Revision
34 -
Directory Listing
Modified
Sat Mar 28 18:08:42 2009 UTC
(15 years, 11 months ago)
by
alfonx
Added Listener support to Translation. This allows to register a swing PropertyChangeListener for Locales changes.
Revision
33 -
Directory Listing
Modified
Sat Mar 28 17:06:27 2009 UTC
(15 years, 11 months ago)
by
alfonx
The cancel mechanism of these didn't work. Thanks to AR for reporting this.
Revision
32 -
Directory Listing
Modified
Sat Mar 28 16:44:24 2009 UTC
(15 years, 11 months ago)
by
alfonx
Eclipse hat mich darauf hingewiesen, dass der alte code bei o==null zu einer NPE geführt hätte.
Neu:
/**
* Prueft, ob das angegebene Objekt einen Build-In-Type darstellt. Dies sind
* alle Typen, die oben in der rechten Spalte angegeben sind.
* @return <code>false</code>, wenn das angegebene Objekt <code>null</code> ist
*/
public static boolean isBuildInType(Object o) {
return o!=null && isBuildInType(o.getClass());
}
Vorher war:
return o!=null || isBuildInType(o.getClass());
Revision
31 -
Directory Listing
Modified
Wed Mar 25 16:08:22 2009 UTC
(15 years, 11 months ago)
by
mojays
Revision
30 -
Directory Listing
Modified
Fri Mar 20 14:41:42 2009 UTC
(15 years, 11 months ago)
by
mojays
Bug in GridUtil.getOverlappingCells(..) fixed
Revision
29 -
Directory Listing
Modified
Wed Mar 11 12:27:46 2009 UTC
(15 years, 11 months ago)
by
mojays
Revision
28 -
Directory Listing
Modified
Wed Mar 11 12:25:42 2009 UTC
(15 years, 11 months ago)
by
mojays
dependency of ADAGIOS removed
added some useful classes from ADAGIOS
Revision
27 -
Directory Listing
Modified
Fri Mar 6 13:21:33 2009 UTC
(15 years, 11 months ago)
by
mojays
readme.txt: Informations about resource bundles
localization for OperationTree/OperationTreeParser
localization for FeatureOperationTree/FeatureOperationTreeParser
localization for RasterOperationTree/RasterOperationTreeParser
Revision
26 -
Directory Listing
Modified
Thu Mar 5 17:34:19 2009 UTC
(15 years, 11 months ago)
by
alfonx
Revision
25 -
Directory Listing
Modified
Thu Mar 5 17:16:43 2009 UTC
(15 years, 11 months ago)
by
mojays
GPL, LGLP copied to source folder
Revision
24 -
Directory Listing
Modified
Thu Mar 5 16:38:39 2009 UTC
(15 years, 11 months ago)
by
mojays
schmitzm.jar.zip deleted from "dist"
Revision
23 -
Directory Listing
Modified
Thu Mar 5 16:37:37 2009 UTC
(15 years, 11 months ago)
by
mojays
Bug #902 fixed: Header in FeatureTypeTableModel now localized using the same translations as FeatureTableModel:
schmitzm.geotools.feature.FeatureTableModel.AttrName
schmitzm.geotools.feature.FeatureTableModel.AttrType
Revision
22 -
Directory Listing
Modified
Thu Mar 5 13:08:38 2009 UTC
(15 years, 11 months ago)
by
alfonx
* Added Localization in French by Oliver Schmitz.
* Added a comment to FeatureFilterPanel on how to recreate the Tabel Header. No code changes!
Revision
21 -
Directory Listing
Modified
Thu Mar 5 12:18:33 2009 UTC
(15 years, 11 months ago)
by
alfonx
Corrected some JavaDoc... @{Code ...} doesn't exist. Use <code>...</code> instead!
Revision
19 -
Directory Listing
Modified
Mon Mar 2 18:35:18 2009 UTC
(16 years ago)
by
mojays
converter methods "Raster2Real" and "Real2Raster" moved to GridUtil
Revision
18 -
Directory Listing
Modified
Mon Mar 2 14:54:11 2009 UTC
(16 years ago)
by
mojays
"config" folder renamed to "defaults"
readme.txt updated
Revision
17 -
Directory Listing
Modified
Mon Mar 2 12:46:03 2009 UTC
(16 years ago)
by
mojays
"config" folder with Eclipse files
new readme.txt
Revision
16 -
Directory Listing
Modified
Wed Feb 25 22:34:11 2009 UTC
(16 years ago)
by
mojays
new "dist" folder with latest release as jar
Revision
12 -
Directory Listing
Modified
Wed Feb 25 17:32:38 2009 UTC
(16 years ago)
by
mojays
build.xml extended with "src", "jar", "javadoc"
Revision
11 -
Directory Listing
Modified
Wed Feb 25 15:20:19 2009 UTC
(16 years ago)
by
mojays
build.xml changed
Revision
9 -
Directory Listing
Modified
Wed Feb 25 15:09:51 2009 UTC
(16 years ago)
by
alfonx
Ant Build File zur Erstellung eines Release-JARs
Revision
8 -
Directory Listing
Modified
Wed Feb 25 14:05:29 2009 UTC
(16 years ago)
by
mojays
Eclipse config filed deleted from repository
Revision
7 -
Directory Listing
Modified
Wed Feb 25 14:02:31 2009 UTC
(16 years ago)
by
mojays
libs delete SCHMITZM repository
Revision
6 -
Directory Listing
Modified
Wed Feb 25 13:55:32 2009 UTC
(16 years ago)
by
mojays
Eclipse project name changed
Revision
5 -
Directory Listing
Modified
Wed Feb 25 12:56:58 2009 UTC
(16 years ago)
by
mojays
hsqldb-1.8.0.7.jar added to geotools libs
Revision
4 -
Directory Listing
Modified
Wed Feb 25 12:07:19 2009 UTC
(16 years ago)
by
mojays
unused file deleted from geotoolsArcGrid
Revision
3 -
Directory Listing
Modified
Tue Feb 24 23:14:11 2009 UTC
(16 years ago)
by
mojays
Revision
2 -
Directory Listing
Modified
Tue Feb 24 22:43:52 2009 UTC
(16 years ago)
by
mojays
First Commit, corresponds to Revision 1008 of Wikisquare-SVN
includes:
- schmitzm.* (except schmitzm.test)
- org.geotools.* (all overridden classes)
- skrueger.geotools
- skrueger.i8n
- skrueger.swing
- appl.data.LateLoadable (dependency in SCHMITZM)
- appl.data.LoadingException (dependency in SCHMITZM)
- appl.util.RasterMetaData (dependency in SCHMITZM)
Revision
1 -
Directory Listing
Added
Tue Feb 24 22:34:32 2009 UTC
(16 years ago)
by
mojays
Create trunk