Log of /trunk/src/skrueger/AttributeMetadataImpl.java
Parent Directory
|
Revision Log
Revision
888 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 3 10:48:43 2010 UTC
(14 years, 8 months ago)
by
alfonx
File length: 8038 byte(s)
Diff to
previous 862
,
to
selected 523
* Changes some more kruegers to tzeggai
* Renamed Geopublisher_de.proaperties ResourceBundle to geopublisherTranslation_de.properties etc...
* Moved openOSFolder(File) method to SwingUtil,allowing to open a folder with a os dependent file explorer
Revision
770 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 21 11:36:11 2010 UTC
(14 years, 11 months ago)
by
alfonx
File length: 7984 byte(s)
Diff to
previous 769
,
to
selected 523
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
472 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 14 22:48:50 2009 UTC
(15 years, 4 months ago)
by
alfonx
Original Path:
branches/1.0-gt2-2.6/src/skrueger/AttributeMetadata.java
File length: 6592 byte(s)
Diff to
previous 470
,
to
selected 523
* AS-Feature: Added Double-Labeling to AtlasStyler
* AV-BugFix: Clicking points didn't work in GT2.6 and JMapPane because the dWithin filter broke?!
// This is a tweak. The NearPointFilterGenerator doesn't work
// any more in GT2.6... So we use a small BBOX.
// Well, it's not the
// NearPointFilterGenerator, but GeoTools that fails. I already
// invested 3h in this... I guess the bug is in
// ExtractBoundsFilterVisitor.visit(ProperyName) retuning null.
// It should return the BBOX of value the named property.
// Hashtable<MapLayer, FeatureCollection<SimpleFeatureType,
// SimpleFeature>> result = findVisibleFeatures(
// new NearPointFilterGenerator(geoCoord, dist,
// getContext().getCoordinateReferenceSystem()),
// state, envelope);
final Envelope smallBox = new Envelope(geoCoord.getX() - dist,
geoCoord.getY() -dist, geoCoord.getX()+dist, geoCoord.getY()+dist);
Hashtable<MapLayer, FeatureCollection<SimpleFeatureType, SimpleFeature>> result = findVisibleFeatures(
new BoundingBoxFilterGenerator(smallBox, getContext()
.getCoordinateReferenceSystem()), state,
envelope);
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/AttributeMetadata.java
File length: 6575 byte(s)
Diff to
previous 463
,
to
selected 523
* 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
304 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 19 12:03:12 2009 UTC
(15 years, 6 months ago)
by
alfonx
Original Path:
trunk/src/skrueger/AttributeMetaData.java
File length: 3738 byte(s)
Diff to
previous 256
,
to
selected 523
* GP/Schmitzm: The org.geotools.JMapPane has been patched:
The problem: Clicking into the map with the InfoCLick tool took very long. The algorithm has been modified to only check for hits in layers, that actually have any visible attributes. The AttributeMetaDataMap can therefore be given to the JMapPane (#setAttributeMetaDataFor(String ID, AttributeMetaDataMap amdMap). This feature is fully transparent: If no AttributeMetadata is supplied, all works as before.
* GP-Feature: The TransitionShapefileRenderer is in use again. It speeds up Shapefile rendering, but has been reported to make the GP hang. We include this feature in 1.1 again and will try to reproduce it.
* GP-Feature: Calculation of size now ignores CSV and SVN directories
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/AttributeMetaData.java
File length: 2410 byte(s)
Diff to
previous 93
,
to
selected 523
* 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
2 -
(
view)
(
annotate)
-
[select for diffs]
Added
Tue Feb 24 22:43:52 2009 UTC
(16 years ago)
by
mojays
Original Path:
trunk/src/skrueger/AttributeMetaData.java
File length: 2394 byte(s)
Diff
to
selected 523
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.