/[schmitzm]/branches/2.2.x/src/skrueger/geotools/AttributeMetadataMap.java
ViewVC logotype

Log of /branches/2.2.x/src/skrueger/geotools/AttributeMetadataMap.java

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 897 - (view) (annotate) - [select for diffs]
Modified Mon Jun 7 14:14:39 2010 UTC (14 years, 8 months ago) by alfonx
File length: 4664 byte(s)
Diff to previous 833
Das ist 2.2-SNAPSHOT


Revision 833 - (view) (annotate) - [select for diffs]
Modified Thu May 6 19:50:32 2010 UTC (14 years, 9 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4664 byte(s)
Diff to previous 797
Organized Imports and minor improvements in IOUtil.readURLtoString

Revision 797 - (view) (annotate) - [select for diffs]
Modified Sat Apr 10 16:12:40 2010 UTC (14 years, 10 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4663 byte(s)
Diff to previous 788
Changed the AMD Interface from using org.geotools.NameImpl to use org.opengis.Name

Revision 788 - (view) (annotate) - [select for diffs]
Modified Tue Apr 6 12:18:52 2010 UTC (14 years, 10 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4674 byte(s)
Diff to previous 772


Revision 772 - (view) (annotate) - [select for diffs]
Modified Sun Mar 21 14:05:26 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4717 byte(s)
Diff to previous 770
The new Interface AttributeMetadata has been renamed to AttributeMetadataInterface. 


Revision 770 - (view) (annotate) - [select for diffs]
Modified Sun Mar 21 11:36:11 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4681 byte(s)
Diff to previous 769
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.

Revision 769 - (view) (annotate) - [select for diffs]
Modified Sun Mar 21 11:02:34 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4665 byte(s)
Diff to previous 692
Made an interface and a Abstract class for AttributeMetaData

Revision 692 - (view) (annotate) - [select for diffs]
Modified Thu Feb 11 19:00:00 2010 UTC (15 years ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 5016 byte(s)
Diff to previous 685
* Updated dependencies to schmitzm-2.0-x.jar
* Make some moves towards "NODATA values" support in AtlasStyler

Revision 685 - (view) (annotate) - [select for diffs]
Modified Wed Feb 10 15:04:02 2010 UTC (15 years ago) by alfonx
Original Path: trunk/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4978 byte(s)
Diff to previous 658
copy RC2 to trunk

Revision 658 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:32:21 2010 UTC (15 years ago) by alfonx
Original Path: branches/2.0-RC2/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4978 byte(s)
Diff to previous 621
NODATA values defined in AttributeMetadata are now stored and loadedd from XML

Revision 621 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 10:06:05 2010 UTC (15 years, 1 month ago) by alfonx
Original Path: branches/2.0-RC2/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4761 byte(s)
Diff to previous 604
2.0-RC2 ist für die weiterentwicklung und soll bald in den trunk mergen

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

Revision 534 - (view) (annotate) - [select for diffs]
Modified Fri Nov 20 10:28:01 2009 UTC (15 years, 3 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/AttributeMetadataMap.java
File length: 4761 byte(s)
Diff to previous 533
* Added more documentation to AttributeMetadataMap
* Changed StyledFeatureCollectionTableModel to show the columns in the order that is defined in the AttributeMetaData.


Revision 533 - (view) (annotate) - [select for diffs]
Modified Thu Nov 19 17:27:01 2009 UTC (15 years, 3 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/AttributeMetadataMap.java
File length: 2880 byte(s)
Diff to previous 518
* XMapPane now prints erros nicely

Revision 518 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:16:38 2009 UTC (15 years, 3 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/AttributeMetadataMap.java
File length: 2356 byte(s)
Diff to previous 474
* CQLFilter.toString does not produce CQL! Useed CQL.toCQL( Filter ) instead in some places.
* Added paramter weight (for visualisation sorting) to attributeMetadata
* Added paramters X and A for Attributemetadata.. but not using it yet.. 

Revision 474 - (view) (annotate) - [select for diffs]
Modified Thu Oct 15 14:04:16 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/AttributeMetadataMap.java
File length: 1555 byte(s)
Diff to previous 465
* AS-Hacking: Improved two label labeling. The seperation char only appears when the second property is not empty.

Revision 465 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 16:20:37 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/AttributeMetadataMap.java
File length: 1498 byte(s)
Diff to previous 464
* AS-Feature: Halo effect now editable in AtlasStyler

Revision 464 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 13:22:31 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/AttributeMetadataMap.java
File length: 1526 byte(s)
Diff to previous 420
* 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.

Revision 420 - (view) (annotate) - [select for diffs]
Added Thu Oct 1 20:22:48 2009 UTC (15 years, 5 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/skrueger/geotools/AttributeMetadataMap.java
File length: 740 byte(s)
* 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".

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