/[xulu]/branches/1.8-gt2-2.6/src/appl/parallel/data
ViewVC logotype

Log of /branches/1.8-gt2-2.6/src/appl/parallel/data

View Directory Listing Directory Listing


Sticky Revision:

Revision 60 - Directory Listing
Modified Sun Oct 4 16:54:52 2009 UTC (15 years, 2 months ago) by alfonx
* organized imports

Revision 52 - Directory Listing
Modified Fri Sep 4 12:56:44 2009 UTC (15 years, 3 months ago) by mojays
Geotools 2.6 migration. ArcGridRaster now taken from "gtmig" package in SCHMITZM.
ColorMap-type can be specified in GTVisualisationColorMapPlugin color map file.
NOW STABLE! 



Revision 47 - Directory Listing
Modified Mon Aug 31 14:23:19 2009 UTC (15 years, 3 months ago) by mojays
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration

Revision 35 - Directory Listing
Modified Mon Jul 6 10:40:01 2009 UTC (15 years, 5 months ago) by alfonx
Original Path: trunk/src/appl/parallel/data
* Refactored   

public static String getBaseFileName(File file) {
    int extIdx = getFileExtIdx(file);
    
to 

public static String getBaseFilePath(File file) {
    int extIdx = getFileExtIdx(file);

because not only the name (as in File.getName() ) was returned, but the File.getPath() without the postfix. As i did refactoring, all references in Atlas, ISDSS, XULU and schmitzm should be changed to getBaseFilePath automatically.

* Created a method getBaseFileName(File file) that really just return the filename without it's extension.

Revision 2 - Directory Listing
Added Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/src/appl/parallel/data
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26