Statistics
| Revision:

root / trunk / libraries / libGPE-KML / src / org / gvsig / gpe / kml / parser / v21 / features / ElementBinding.java @ 38048

History | View | Annotate | Download (4.53 KB)

  • svn:executable: *
# Date Author Comment
37960 02/15/2012 05:07 PM Francisco José Peñarrubia

fixes #317
KML support (Read and Write with legends and labels)

27443 03/18/2009 08:04 AM Jorge Piera

Adding the IAttributesIterator to the ContentHandler

20594 05/09/2008 12:07 PM Carlos Sánchez Periñán

Corregido el orden en los argumentos en el START ELEMENT

19962 04/03/2008 04:43 PM Jorge Piera

It uses the XML namespace

19953 04/03/2008 08:32 AM Jorge Piera

The QName is used

19710 03/25/2008 12:25 PM groldan

use StAX like event constant names and introduce stax-api-1.0.1 to base the xml parsing on a stable specification rather than an old ad-hoc parser

19680 03/18/2008 01:03 PM Jorge Piera

The array of doubles have been replaced by the ICoordinatesIterator

19592 03/12/2008 06:20 PM groldan

introduced IXmlStreamReader abstraction layer decoupling libGPE-GML and libGPE-KML from any specific xml parsing technology

19583 03/12/2008 02:28 PM Jorge Piera

Package refactoring: all the GPEParsers are located in the org.gvsig.gpe.parser package and all the GPEWriter are located in the org.gvsig.gpe.writer package.

18607 02/07/2008 10:22 AM Jorge Piera
18284 01/24/2008 05:30 PM Jorge Piera

Initial import.