Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1252 / libraries / libGPE-GML @ 39104

  • svn:ignore: bin-test target bin
# Date Author Comment
31539 11/09/2009 04:58 AM Ignacio Brodín
31535 11/09/2009 02:43 AM Ignacio Brodín

pre_v1_9_Build_1252

29847 07/09/2009 06:29 AM Rafa Gaitán

improved management of native dependencies

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

Adding the IAttributesIterator to the ContentHandler

27300 03/11/2009 05:16 AM Jorge Piera

Adding support for "featureMembers"

27287 03/11/2009 04:06 AM Rafa Gaitán

upgraded parent version to 1.9-SNAPSHOT

27211 03/06/2009 08:30 AM Rafa Gaitán

upgraded version to 1.9-SNAPSHOT

27161 03/06/2009 06:15 AM Jose Manuel Vivó Arnal

Fixed compile task

27150 03/06/2009 03:49 AM Jorge Piera

It is possible to load gmls created with gvSIG 1.1.2
Ticket #1344

27115 03/05/2009 06:30 AM Jordi Torres

updating GPE versions in pom.xml

27073 03/04/2009 10:16 AM Jorge Piera

Using libGPE

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

21921 06/30/2008 03:17 AM jcampos

Pom file added.

21920 06/30/2008 03:15 AM jcampos

Fixed bug.

21919 06/30/2008 03:14 AM jcampos

Properties change.

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

20285 04/22/2008 04:28 AM Carlos Sánchez Periñán

Eliminado el jar kxml de libGPE-GML

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

19792 03/27/2008 12:56 PM groldan

moved QName to javax.xml.namespace

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

The XML files has to been well-formed

19787 03/27/2008 11:04 AM groldan

fix character encoding in test file

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.

19582 03/12/2008 09:28 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
18544 02/06/2008 03:03 AM Jose Manuel Vivó Arnal

Fixed compile-classpath property and compile target

18536 02/06/2008 03:01 AM Jose Manuel Vivó Arnal

changed output folder of "src-test" to "bin-test" instead "bin"
Added 'bin-test' to svn:ignore property

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.

18285 01/24/2008 11:32 AM Jorge Piera

Initial import.