Revision 31459 tags/v1_9_Build_1250/libraries/libGPE-KML/src/org/gvsig/gpe/kml/writer/v21/features/MetadataWriter.java

View differences:

MetadataWriter.java
6 6
import org.gvsig.gpe.kml.writer.GPEKmlWriterHandlerImplementor;
7 7
import org.gvsig.gpe.xml.stream.IXmlStreamWriter;
8 8

  
9
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
10 10
 *
11 11
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
12 12
 *
......
28 28
 *
29 29
 *  Generalitat Valenciana
30 30
 *   Conselleria d'Infraestructures i Transport
31
 *   Av. Blasco Ib??ez, 50
31
 *   Av. Blasco Ib��ez, 50
32 32
 *   46010 VALENCIA
33 33
 *   SPAIN
34 34
 *
......
60 60
 * free XML subset and has metadata information about
61 61
 * the object tha contains it. It is used to add
62 62
 * elements a Feature
63
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
63
 * @author Jorge Piera LLodr (jorge.piera@iver.es)
64 64
 * @see http://code.google.com/apis/kml/documentation/kml_tags_21.html#metadata
65 65
 */
66 66
public class MetadataWriter {
......
74 74
	 * @throws IOException
75 75
	 */
76 76
	public void start(IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor hanlder) throws IOException{
77
		writer.writeStartElement(Kml2_1_Tags.METADATA);
77
		writer.writeStartElement(Kml2_1_Tags.EXTENDDATA);
78 78
	}
79 79
	
80 80
	/**

Also available in: Unified diff