Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_Build_1217 / libraries / libGPE-GML / src @ 33885

# Date Author Comment
25073 11/13/2008 08:34 AM Jose Manuel Vivó Arnal

v2_0_Build_1217

25051 11/13/2008 05:32 AM Jose Manuel Vivó Arnal

pre_v2_0_Build_1217

22008 07/01/2008 02:37 PM Jorge Piera

Using the SPI mechanism to add the properties

21999 07/01/2008 08:17 AM Jorge Piera

GPEParser uses interfaces instead of classes.

21990 07/01/2008 07:29 AM Jorge Piera

GPEParser uses interfaces instead of classes.

21969 07/01/2008 05:00 AM Jorge Piera

It is necessary to add a escape character to replace the blanc spaces in the xml tags

21965 07/01/2008 04:39 AM Jorge Piera

Delete imports

21952 06/30/2008 10:47 AM Jorge Piera

Added the getFormat method to the parsers that return the mime type

21951 06/30/2008 10:45 AM Jorge Piera

Added the getFormat method to the parsers that return the mime type

21946 06/30/2008 10:05 AM Jorge Piera

Starting to use the XMLStreamWriter

21920 06/30/2008 03:15 AM jcampos

Fixed bug.

20664 05/13/2008 12:58 PM Carlos Sánchez Periñán

Añadida comprobación de si es una etiqueta GML implementada a parte de comprobar si pertenece al namespace.

20663 05/13/2008 12:53 PM Carlos Sánchez Periñán

Corregido BUG getName()=null en la etiqueta <FeatureCollection>

20593 05/09/2008 06:06 AM Carlos Sánchez Periñán

Corregido el orden en los argumentos en el START ELEMENT

20425 05/05/2008 10:24 AM groldan

use mime type to grab an xml or binary xml parser, and introduction of preliminar xml stream writer interface

20220 04/18/2008 10:24 AM Jorge Piera

Using the ICoordinatesIterator in the writing process

19964 04/03/2008 10:44 AM Jorge Piera

It uses the XML namespace

19954 04/03/2008 03:08 AM Jorge Piera

Bug with the posType has been fixed

19952 04/03/2008 02:32 AM Jorge Piera

The QName is used

19789 03/27/2008 11:14 AM Jorge Piera

The XML files has to been well-formed

19779 03/27/2008 08:49 AM groldan

commented out

19747 03/27/2008 07:23 AM groldan

added throws clause to IXmlStreamReader methods and formatted some gml test files

19712 03/25/2008 11:17 AM Jorge Piera

The parsing test has been updated

19710 03/25/2008 07:25 AM 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

19689 03/18/2008 09:32 AM Jorge Piera

Parsers and writers uses the SPI to register them in GPE

19682 03/18/2008 08:04 AM Jorge Piera

The array of doubles have been replaced by the ICoordinatesIterator

19593 03/12/2008 01:23 PM groldan

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

19592 03/12/2008 01:20 PM groldan

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

19590 03/12/2008 12:50 PM Jorge Piera

Delete not used classes

19585 03/12/2008 09:30 AM 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.

19580 03/12/2008 09:19 AM 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.

19573 03/12/2008 07:13 AM groldan

ticket #54, desacoplar gpe-gml de kxmlparser y usar solo la interfaz XmlPullParser

19572 03/12/2008 06:25 AM groldan

test commit, organize imports in a single class

19368 02/28/2008 12:48 PM Jorge Piera

Refactoring del writer de XML

19366 02/28/2008 12:43 PM Jorge Piera

Refactoring del writer de XML

19219 02/22/2008 04:07 AM Jorge Piera

The gml:name detection has been fixed

19217 02/22/2008 03:43 AM Jorge Piera

Actualizados loa cambios de la versión 1.1.2

19163 02/20/2008 06:24 AM Jorge Piera

Actualizados loa cambios de la versión 1.1.2

19150 02/20/2008 04:14 AM Jorge Piera

It is not necessary to validate the XML Schema

18773 02/12/2008 03:20 AM Carlos Sánchez Periñán

Added Compatibility with J2ME, and GPEContentHandler Modified to detect geometric tags user defined, finally some parsing bugs fixed.

18606 02/07/2008 04:21 AM Jorge Piera
18374 01/30/2008 04:47 AM Jorge Piera

Adding support to write SRS that are not based on XML

18286 01/24/2008 11:35 AM Jorge Piera

Initial import.