Parent Directory
|
Revision Log
Sticky Revision: |
Had to switch the AttributeMetadata key from org.opengis.feature.type.Name to geotools.NameImpl. That sounds not-so-nice, because it is generally better to program against an interface instead of an implementation, BUT NameImpl implements Serializable which is a big help when i want to map that AttributeMetaDataMap in another project.
Made an interface and a Abstract class for AttributeMetaData
copy RC2 to trunk
2.0-RC2 ist für die weiterentwicklung und soll bald in den trunk mergen
2.0-RC1 branch ist für GP1.3 bugfixes... 1.0-gt2-2.6 ist der entwicklungs brnach
* Changed AttributeMetadata and AttributeMetadataMap. It's not based on the attributes colIdx any more, but on the geotools.feature.type.Name. All the XML read/write methods have been adapted. This change was needed, as some users tend to change the DBF structure after the shapefile has been imported. Now columns can be moved, inserted and deleted. Just click "reload atlas" in Geopublisher after you changed the table schema. Geopublisher doesn't have to be closed.
* Added setFilter, getFilter and getSchema to StyledFeaturesInterface * Changed AtlasStyler to not work an FeatureCollection anymore, but on a StyledFeatureInterface. Otherwise the AtlasStyler didn't have proper knowledge about the first-level filter associated with the layer. * Start slowly to move MigLayout into the AtlasStyler
* GP-Feature: Improved/unified dialog management moved further. * GP-Feature: popup menu in MenuTree allows to edit DpEntries and Maps
* Lots of changes in this big commit for GP 1.3 * New Interfaces: Checkable, Copyable, Cancellable, CancellableDialogAdapter to improve the GUI * New DialogManager to unify the handling of all dialogs. * GP-Feature: The dialog for editing/translating a DpEntry has been "enriched".
imports organized SCHMITZM-JMapPane converted
Migrating to GT2.6: Genericas!
Moving to import org.opengis.feature.simple.SimpleFeature;
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()
Branch created from SCHMITZM 1.0 (rev 313) to switch to gt2-2.6.x.
* Updated the license headers * chart action going on...
* Updated all .java and .properties headers with a recent LGPL 3.0 and a link to the project webpage.
* 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
* Renamed StyledFeatureInterface to StyledFeaturesInterface
* Neues Interface StyledFeatures<T> eingefüht. Es hat getFeatureCollection und getFeatureSource und überwindet somit den Dualismus zwischen FeatureSource und FeatureCollection. Ein paar mehr Infos: http://wald.intevation.org/tracker/index.php?func=detail&aid=1061&group_id=37&atid=295 * Noch ein bisschen Feinschliff in den StyleCharts
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!
* 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.
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)
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.
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |