Log of /branches/2.7.x/schmitzm-gt/src/main/java
Directory Listing
Revision
2049 -
Directory Listing
Modified
Thu Jun 7 10:38:41 2012 UTC
(12 years, 8 months ago)
by
keeb
new branch 2.7
Revision
2001 -
Directory Listing
Modified
Thu May 17 14:25:26 2012 UTC
(12 years, 9 months ago)
by
mojays
Original Path:
trunk/schmitzm-gt/src/main/java
Missing XMapPane.tranformWindowToGeo(int,int) re-establish; maybe replaced by tranformWindowToGeo(int,int,int,int)?
Revision
2000 -
Directory Listing
Modified
Thu May 17 14:16:44 2012 UTC
(12 years, 9 months ago)
by
mojays
Original Path:
trunk/schmitzm-gt/src/main/java
StyledFeatureCollection: refined constructor parameter from StyledLayerStyle<AttributeMetadataMap> to StyledLayerStyle<AttributeMetadataMap<AttributeMetadataInterface>> to avoid casting problems (in SDSS)
Revision
1996 -
Directory Listing
Modified
Mon May 14 11:35:27 2012 UTC
(12 years, 9 months ago)
by
mojays
Original Path:
trunk/schmitzm-gt/src/main/java
RasterPositionLabel: Konstante LABEL_PREFIX wieder statisch gemacht!
Neue Enum-Klassen für Einheiten-Umrechnung: TimeUnit, SpeedUnit
DistanceUnit auf neues Interface Unit angepasst.
Revision
1985 -
Directory Listing
Modified
Sat May 5 17:13:14 2012 UTC
(12 years, 10 months ago)
by
mojays
Original Path:
trunk/schmitzm-gt/src/main/java
Changes for GT 2.7.x:
LayeredMapPane/MapContextControlPane: since GT 2.7.x MapLayer.setTitle(.) / Layer.setTitle(.) do not fire an event, so the checkbox title must be updated manually!
JMapEditorPane: With GT 2.7.x MapLayer/FeatureLayer should be used instead of DefaultMapLayer; furthermore FeatureLayer is disposed automatically when removing from MapContext, so a new layer has to be created when moving new layer from editor map context to "real" map context!
Revision
1949 -
Directory Listing
Modified
Sun Apr 15 11:31:30 2012 UTC
(12 years, 10 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
ChartGrapics as Symvols in AtlasStyler / GP now habe legends and therefor are beta - ready to testing and misses GP specific adaptinos (Translations etc.)
Revision
1946 -
Directory Listing
Modified
Sat Apr 14 18:52:27 2012 UTC
(12 years, 10 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
React to the following log warnings by disposing mapContext in XMapPane.dispose()
Apr 14, 2012 7:43:47 PM org.geotools.map.MapContent finalize
SEVERE: Call MapContent dispose() to prevent memory leaks
Revision
1861 -
Directory Listing
Modified
Fri Feb 10 15:49:10 2012 UTC
(13 years ago)
by
mojays
Original Path:
trunk/schmitzm-gt/src/main/java
SwingUtil.createDefaultCellEditor(.) instead of "new DefaultCellEditor(.)" to automatically apply some "nice looking table rendering" parameters (e.g. EmptyBorder).
Revision
1708 -
Directory Listing
Modified
Mon Sep 5 06:05:59 2011 UTC
(13 years, 6 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Small hack in SLDTransformer SVG handling since we still use old GT 2.6 where svg.getOnlineResource().getLinkage returns null.
Revision
1706 -
Directory Listing
Modified
Fri Sep 2 19:05:30 2011 UTC
(13 years, 6 months ago)
by
keeb
Original Path:
trunk/schmitzm-gt/src/main/java
Replaced DuplicatingStyleVisitor and SLDTransformer with trunk-version of geotools to implement proper RGB-Band Contrastenhancement
Revision
1700 -
Directory Listing
Modified
Wed Aug 31 14:01:24 2011 UTC
(13 years, 6 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Stylingutil in schmitzm can now "optimize" Styles, which removes and always-true filters and cleans the XML code.
Revision
1692 -
Directory Listing
Modified
Thu Aug 25 22:49:25 2011 UTC
(13 years, 6 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Speichern eines SLD unterstützt nun einen Optimized mode, wo featureTypes mit gleichen FeatureTypeNames zusammengefasst werden.
Revision
1669 -
Directory Listing
Modified
Tue Aug 9 21:58:32 2011 UTC
(13 years, 6 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Neue Klasse in geotools.styling:
/**
* Liefert die Farben einer {@link BrewerPalette} un Invertierter Reihenfolge aus.
*/
public class InvertedBrewerPalette extends BrewerPalette {
Revision
1630 -
Directory Listing
Modified
Mon Jul 18 11:43:16 2011 UTC
(13 years, 7 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
* PGUtil von schmitzm-gt nach schmitzm-core verschoben
* PGUtilGT extends PGUtil in schmitzm-gt mit den Mehtoden die PG- und GT spezifisch sind.
Revision
1530 -
Directory Listing
Modified
Sun Mar 20 14:35:41 2011 UTC
(13 years, 11 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
* Preparing the legends to be scale dependent
* BUGFix: Order or RulesLists was reverted each time the AtlasStyler dialog opened them
Revision
1512 -
Directory Listing
Modified
Tue Mar 15 16:35:53 2011 UTC
(13 years, 11 months ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
* RasterLegendData now preserves the order, in which the entries are entered
* EMpty labels will not appear in a raster legends:
if (I18NUtil.isEmpty(labelT))
continue;
Revision
1483 -
Directory Listing
Modified
Wed Feb 2 22:46:05 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Fixed a bug the was found with a GP JUnit-test... When cloning a AttribtueFeatureType, settings the CRS is not enough to indicate that it is a a geometry Attribute Type.. since the crs may be null...
Revision
1481 -
Directory Listing
Modified
Wed Feb 2 21:38:25 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Fixed a bug the was found with a GP JUnit-test... When cloning a AttribtueFeatureType, settings the CRS is not enough to indicate that it is a a geometry Attribute Type.. since the crs may be null...
Revision
1479 -
Directory Listing
Modified
Wed Feb 2 20:30:14 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Removed gt-legacy from pom.xml:
Ich habe eine de.schmitzm.geotools.feature.AttributeTypeFactory erstellt, die von den Methoden her fast so ist wie die gt-legacy AttributeTypeFactory, dabei aber direkt die neue API benutzt
Revision
1478 -
Directory Listing
Modified
Wed Feb 2 19:42:02 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
Prepared for removal of
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-legacy</artifactId>
<version>${geotools.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
only 12 compile errors left...
Revision
1477 -
Directory Listing
Modified
Wed Feb 2 19:30:05 2011 UTC
(14 years, 1 month ago)
by
alfonx
Original Path:
trunk/schmitzm-gt/src/main/java
if (featureTypeBuilder.getDefaultGeometry() == null
&& aDesc instanceof GeometryDescriptor)
// remove gt-legacy: && aDesc instanceof GeometryAttributeType)
featureTypeBuilder.setDefaultGeometry(aDesc.getLocalName());