Revision 21966 trunk/libraries/libGPE-KML/src/org/gvsig/gpe/kml/writer/v21/geometries/RegionWriter.java

View differences:

RegionWriter.java
2 2

  
3 3
import java.io.IOException;
4 4

  
5
import org.gvsig.gpe.kml.utils.KmlTags;
5
import org.gvsig.gpe.kml.utils.Kml2_1_Tags;
6 6
import org.gvsig.gpe.kml.writer.GPEKmlWriterHandlerImplementor;
7 7
import org.gvsig.gpe.writer.ICoordinateSequence;
8 8
import org.gvsig.gpe.xml.stream.IXmlStreamWriter;
......
93 93
	 */
94 94
	public void start(IXmlStreamWriter writer, GPEKmlWriterHandlerImplementor handler,
95 95
			ICoordinateSequence coords) throws IOException{
96
		writer.writeStartElement(KmlTags.REGION);
96
		writer.writeStartElement(Kml2_1_Tags.REGION);
97 97
		handler.getProfile().getLatLonAltBoxWriter().start(writer, handler, coords);
98 98
	}
99 99
	

Also available in: Unified diff