Statistics
| Revision:

root / trunk / libraries / libGPE / src / org / gvsig / gpe / parser @ 21998

# Date Author Comment
21998 07/01/2008 02:17 PM Jorge Piera

GPEParser uses interfaces instead of classes.

21989 07/01/2008 01:28 PM Jorge Piera

GPEParser uses interfaces instead of classes.

21949 06/30/2008 04:45 PM Jorge Piera

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

20425 05/05/2008 04:24 PM groldan

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

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

It uses the XML namespace

19688 03/18/2008 02:32 PM Jorge Piera

Parsers and writers uses the SPI to register them in GPE

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

The array of doubles have been replaced by the ICoordinatesIterator

19589 03/12/2008 03:14 PM groldan

javadoc correction

19579 03/12/2008 02:18 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.