/[schmitzm]/trunk/schmitzm-gt/src
ViewVC logotype

Log of /trunk/schmitzm-gt/src

View Directory Listing Directory Listing


Sticky Revision:

Revision 1530 - Directory Listing
Modified Sun Mar 20 14:35:41 2011 UTC (13 years, 11 months ago) by alfonx
* Preparing the legends to be scale dependent
* BUGFix: Order or RulesLists was reverted each time the AtlasStyler dialog opened them


Revision 1528 - Directory Listing
Modified Sat Mar 19 17:27:16 2011 UTC (13 years, 11 months ago) by alfonx
When saving a .SLD file, the content is not explicitly converted to UTF8

Revision 1527 - Directory Listing
Modified Sat Mar 19 16:58:07 2011 UTC (13 years, 11 months ago) by alfonx


Revision 1526 - Directory Listing
Modified Sat Mar 19 16:32:34 2011 UTC (13 years, 11 months ago) by alfonx


Revision 1525 - Directory Listing
Modified Sat Mar 19 16:13:03 2011 UTC (13 years, 11 months ago) by alfonx


Revision 1524 - Directory Listing
Modified Sat Mar 19 16:04:24 2011 UTC (13 years, 11 months ago) by alfonx


Revision 1523 - Directory Listing
Modified Sat Mar 19 15:15:19 2011 UTC (13 years, 11 months ago) by alfonx
Better error logging when validating SLD

Revision 1522 - Directory Listing
Modified Sat Mar 19 12:56:10 2011 UTC (13 years, 11 months ago) by alfonx
Importing RasterRulesLists that have not been created with AtlasStyler works now...

Revision 1521 - Directory Listing
Modified Sat Mar 19 12:15:41 2011 UTC (13 years, 11 months ago) by alfonx


Revision 1520 - Directory Listing
Modified Fri Mar 18 18:50:21 2011 UTC (13 years, 11 months ago) by alfonx
Generating RasterLegendData is now dependent on the typoe of colormap!

Revision 1518 - Directory Listing
Modified Fri Mar 18 01:58:53 2011 UTC (13 years, 11 months ago) by alfonx
Added NODATA fields to StyledRasterInterface.. not sure.. might more to RasterLegendData...

Revision 1514 - Directory Listing
Modified Thu Mar 17 02:24:07 2011 UTC (13 years, 11 months ago) by alfonx
Added support to define a simple NODATA value of type Double for any StyledRaster.

Revision 1512 - Directory Listing
Modified Tue Mar 15 16:35:53 2011 UTC (13 years, 11 months ago) by alfonx
* 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 1510 - Directory Listing
Modified Mon Mar 14 16:00:35 2011 UTC (13 years, 11 months ago) by alfonx
Added a comment about how to improve histogram performance

Revision 1509 - Directory Listing
Modified Mon Mar 14 14:43:12 2011 UTC (13 years, 11 months ago) by alfonx


Revision 1508 - Directory Listing
Modified Mon Mar 14 09:33:44 2011 UTC (13 years, 11 months ago) by alfonx


Revision 1507 - Directory Listing
Modified Sat Mar 5 19:03:47 2011 UTC (13 years, 11 months ago) by alfonx
Shapes in ZIPs are now correctly imported even if the SHP is in a sub directory

Revision 1505 - Directory Listing
Modified Sat Mar 5 10:42:50 2011 UTC (13 years, 11 months ago) by alfonx
Added some Serialization IDs

Revision 1498 - Directory Listing
Modified Thu Feb 10 00:30:02 2011 UTC (14 years ago) by alfonx
removed a debug message

Revision 1497 - Directory Listing
Modified Wed Feb 9 18:57:45 2011 UTC (14 years ago) by alfonx
Added GTUtil.descriptionTitle( Description ) to get the descrptions title without checking for null three times....

Revision 1494 - Directory Listing
Modified Tue Feb 8 12:50:03 2011 UTC (14 years ago) by alfonx
Started a noew Options Dialog for GP, which allows to set the GpHoster server you want to use.

Revision 1492 - Directory Listing
Modified Sat Feb 5 14:00:13 2011 UTC (14 years ago) by alfonx


Revision 1489 - Directory Listing
Modified Sat Feb 5 10:46:28 2011 UTC (14 years ago) by alfonx
Fixed typo: degree not deegree (Sorry Markus)

Revision 1486 - Directory Listing
Modified Thu Feb 3 13:47:52 2011 UTC (14 years ago) by alfonx


Revision 1483 - Directory Listing
Modified Wed Feb 2 22:46:05 2011 UTC (14 years ago) by alfonx
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 1482 - Directory Listing
Modified Wed Feb 2 22:01:37 2011 UTC (14 years ago) by alfonx


Revision 1481 - Directory Listing
Modified Wed Feb 2 21:38:25 2011 UTC (14 years ago) by alfonx
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 1480 - Directory Listing
Modified Wed Feb 2 21:06:48 2011 UTC (14 years ago) by alfonx
Schmitzm is prepared for Geotools 2.7! ... no more compile errors nor test errors.

Revision 1479 - Directory Listing
Modified Wed Feb 2 20:30:14 2011 UTC (14 years ago) by alfonx
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 ago) by alfonx
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 ago) by alfonx
			if (featureTypeBuilder.getDefaultGeometry() == null
					&& aDesc instanceof GeometryDescriptor)
				// remove gt-legacy: && aDesc instanceof GeometryAttributeType)
				featureTypeBuilder.setDefaultGeometry(aDesc.getLocalName());

Revision 1466 - Directory Listing
Modified Thu Jan 27 23:58:55 2011 UTC (14 years, 1 month ago) by alfonx
commons-lang auf 2.3 downgegraded, weil die version von geotools kommt

Revision 1465 - Directory Listing
Modified Thu Jan 27 20:38:28 2011 UTC (14 years, 1 month ago) by mojays
Removed the package definition in resource keys of GTResourceBundle

Revision 1463 - Directory Listing
Modified Thu Jan 27 18:18:57 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1456 - Directory Listing
Modified Thu Jan 27 16:20:40 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1452 - Directory Listing
Modified Thu Jan 27 14:07:21 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1451 - Directory Listing
Modified Thu Jan 27 13:53:06 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1450 - Directory Listing
Modified Thu Jan 27 13:51:51 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1449 - Directory Listing
Modified Thu Jan 27 13:51:10 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1443 - Directory Listing
Modified Thu Jan 27 13:24:10 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1439 - Directory Listing
Modified Thu Jan 27 13:01:07 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1436 - Directory Listing
Modified Thu Jan 27 12:34:14 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1435 - Directory Listing
Modified Thu Jan 27 12:30:43 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1434 - Directory Listing
Modified Thu Jan 27 12:29:11 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1433 - Directory Listing
Modified Thu Jan 27 12:29:10 2011 UTC (14 years, 1 month ago) by mojays


Revision 1432 - Directory Listing
Modified Thu Jan 27 12:25:26 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1431 - Directory Listing
Modified Thu Jan 27 12:18:24 2011 UTC (14 years, 1 month ago) by mojays
InputOption classes moved to de.schmitzm.swing.input

Revision 1425 - Directory Listing
Modified Thu Jan 27 11:52:53 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1424 - Directory Listing
Modified Thu Jan 27 11:46:22 2011 UTC (14 years, 1 month ago) by mojays
new packages de.schmitzm.geotools.data.rld and .amd

Revision 1421 - Directory Listing
Modified Thu Jan 27 11:29:08 2011 UTC (14 years, 1 month ago) by mojays
moved some classes to schmitzm.geotools.gui

Revision 1418 - Directory Listing
Modified Thu Jan 27 11:08:17 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1416 - Directory Listing
Modified Thu Jan 27 11:01:02 2011 UTC (14 years, 1 month ago) by alfonx
TestingUtil =>
 TestingUtil 
    GTTestingUtil extends TestingUtil 
    JFTestingUtil extends TestingUtil 

Revision 1414 - Directory Listing
Modified Thu Jan 27 10:51:02 2011 UTC (14 years, 1 month ago) by mojays
FilterTableKeyListener moved to schmitzm.swing.event

Revision 1412 - Directory Listing
Modified Wed Jan 26 20:33:06 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1406 - Directory Listing
Modified Wed Jan 26 19:44:40 2011 UTC (14 years, 1 month ago) by alfonx
0 errors!

Revision 1403 - Directory Listing
Modified Wed Jan 26 16:37:57 2011 UTC (14 years, 1 month ago) by mojays


Revision 1398 - Directory Listing
Modified Wed Jan 26 16:04:23 2011 UTC (14 years, 1 month ago) by mojays


Revision 1395 - Directory Listing
Modified Wed Jan 26 15:43:20 2011 UTC (14 years, 1 month ago) by mojays


Revision 1393 - Directory Listing
Modified Wed Jan 26 15:38:44 2011 UTC (14 years, 1 month ago) by alfonx
22

Revision 1392 - Directory Listing
Modified Wed Jan 26 15:27:58 2011 UTC (14 years, 1 month ago) by alfonx


Revision 1386 - Directory Listing
Added Wed Jan 26 15:00:45 2011 UTC (14 years, 1 month ago) by alfonx


[email protected]
ViewVC Help
Powered by ViewVC 1.1.26