/[schmitzm]/trunk/src/org/geotools/renderer
ViewVC logotype

Log of /trunk/src/org/geotools/renderer

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1383)

Revision 685 - Directory Listing
Modified Wed Feb 10 15:04:02 2010 UTC (15 years ago) by alfonx
copy RC2 to trunk

Revision 621 - Directory Listing
Modified Thu Jan 28 10:06:05 2010 UTC (15 years, 1 month ago) by alfonx
Original Path: branches/2.0-RC2/src/org/geotools/renderer
2.0-RC2 ist für die weiterentwicklung und soll bald in den trunk mergen

Revision 604 - Directory Listing
Modified Wed Dec 9 14:15:53 2009 UTC (15 years, 2 months ago) by alfonx
Original Path: branches/2.0-RC1/src/org/geotools/renderer
2.0-RC1 branch ist für GP1.3 bugfixes...  1.0-gt2-2.6  ist der entwicklungs brnach 

Revision 522 - Directory Listing
Modified Tue Nov 17 13:07:57 2009 UTC (15 years, 3 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
Removed an empty package



Revision 438 - Directory Listing
Modified Mon Oct 5 13:04:01 2009 UTC (15 years, 4 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
* Using GTUtil.createGTRenderer wherever GP/AS/AV/SchmitzM needs a GTRenderer

Revision 348 - Directory Listing
Modified Mon Aug 31 12:06:30 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
* removed the transitional shapefile renderer fully

Revision 346 - Directory Listing
Modified Mon Aug 31 11:37:01 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
* ArcASCII mit GT neu

Revision 341 - Directory Listing
Modified Mon Aug 31 10:16:40 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
Migrating to GT2.6... only 46 compile errors left...

Revision 340 - Directory Listing
Modified Fri Aug 28 11:13:50 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
* Replaced the TransitionShapefileRenderer with the latest 2.6 version (without the hack ATM)

Revision 337 - Directory Listing
Modified Thu Aug 27 09:22:45 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
Migrating to GT2.6... only 100 compile errors left...

Revision 336 - Directory Listing
Modified Thu Aug 27 09:10:10 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
Migrating to GT2.6... only 100 compile errors left...

Revision 332 - Directory Listing
Modified Wed Aug 26 17:15:49 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
* Replaced every occurrance of AttributeType with AttributeDescriptor
 - I think it saves a lot of typing...

Revision 325 - Directory Listing
Modified Wed Aug 26 15:32:54 2009 UTC (15 years, 6 months ago) by mojays
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
imports organized
SCHMITZM-JMapPane converted

Revision 322 - Directory Listing
Modified Wed Aug 26 14:12:17 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
Moving to 
import org.opengis.feature.simple.SimpleFeature;


Revision 318 - Directory Listing
Modified Wed Aug 26 13:33:32 2009 UTC (15 years, 6 months ago) by alfonx
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
http://geotools.codehaus.org/Upgrade+to+2.5: Transition to GeoAPI SimpleFeature

   1.  Search Replace
      Search 	Replace
      \bFeature\b 	SimpleFeature
      \bFeatureType\b 	SimpleFeatureType
   2. Fix the imports
          * Control-Shift-O in Eclipse IDE

 PENDING:  3. Add casts as required for getDefaultGeometry()



Revision 315 - Directory Listing
Modified Wed Aug 26 11:03:27 2009 UTC (15 years, 6 months ago) by mojays
Original Path: branches/1.0-gt2-2.6/src/org/geotools/renderer
Branch created from SCHMITZM 1.0 (rev 313) to switch to gt2-2.6.x.

Revision 307 - Directory Listing
Modified Thu Aug 20 13:49:50 2009 UTC (15 years, 6 months ago) by alfonx
* GP-Feature: Futher patched our Shapefilerender (= TransitionRenderer in SCHMITZM) to also support spatial quad tree index from JARs. It used a "isLocal" method that only checked for file:// protocoll, and not for jar://... protocoll
* GP-Bugfix: Fixed a problem with .cpg files.. they have been set to the system default when saving the atlas.
* The rendering of vectors should generally be faster now... especially in exported atlases
* Organized-IMports
* Better handling of calls to SingleInstanceListener.newActivation: the splashscreen is now shown and the windows brought to front.
* AV-Feature: After switching from/to anti-aliased rendering, the waiting cursor appears above the map correctly now.

Revision 304 - Directory Listing
Modified Wed Aug 19 12:03:12 2009 UTC (15 years, 6 months ago) by alfonx
* 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 261 - Directory Listing
Modified Fri Jul 31 17:05:18 2009 UTC (15 years, 7 months ago) by mojays
all methods dealing with features moved from JFreeChartUtil to FeatureChartUtil
imports organized

Revision 227 - Directory Listing
Modified Fri Jul 17 07:25:29 2009 UTC (15 years, 7 months ago) by alfonx
* AV-Revert: Had to replace TransitionalShapefileRenderer again, because AR reported reproducable hangs on many Windows machines. 

* GP-Feature: Created an Export-Wizard! Check it out.. it's fun!


Revision 226 - Directory Listing
Modified Thu Jul 16 07:37:43 2009 UTC (15 years, 7 months ago) by alfonx
* Created a new ManageChartsForMapDialog that allows to manage charts and define which chart is visible in which map. Besides, that saving the ChartSTyles is not implemented, you can now basically define and use the charts.

* Created a TransitionShapefileRenderer in schmitzm. It's a copy (extend was not possible) of a normal ShapefileRenderer class, but extended by a hack to fall back to the normal StreamingRenderer if a FeatureOperationTreeFilter is applied to a MapLayer. 
* I have set this TransitionShapefileRenderer as default in JMapPane & Co.
* It's called "transition", because we will remove it as soon as we moved to GT 2.6 and switched the filters to eCQL.


Revision 127 - Directory Listing
Modified Sat May 30 14:29:58 2009 UTC (15 years, 9 months ago) by mojays
Many many many new JFreeChart stuff (selection panel and renderer, etc.)
- schmitzm.jfree.chart.SelectableChartPanel
- schmitzm.jfree.chart.ChartMouseSelectionTracker
- schmitzm.jfree.chart.selection.*
- schmitzm.jfree.chart.renderer.*
Plus: Imports organized!

Revision 121 - Directory Listing
Modified Mon May 18 14:15:42 2009 UTC (15 years, 9 months ago) by mojays
FeatureFilterPanel
- "TEST" used as default button
- dialog with details for error
FeatureLayerFilterDialog
- OK/APPLY buttons disables on errors
ExceptionDialog
- details can be shown as default
FeatureOperationTreeFilter
- exception is not caught in evaluate(.) to show errors in parent components

Revision 2 - Directory Listing
Added Tue Feb 24 22:43:52 2009 UTC (16 years ago) by mojays
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)


[email protected]
ViewVC Help
Powered by ViewVC 1.1.26