Revision 11464 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/writer/GPEGmlWriterHandler.java

View differences:

GPEGmlWriterHandler.java
75 75
 *
76 76
 * $Id$
77 77
 * $Log$
78
 * Revision 1.9  2007-04-26 14:40:03  jorpiell
78
 * Revision 1.10  2007-05-07 07:08:02  jorpiell
79
 * Add a constructor with the name and the description fields
80
 *
81
 * Revision 1.9  2007/04/26 14:40:03  jorpiell
79 82
 * Some writer handler methods updated
80 83
 *
81 84
 * Revision 1.8  2007/04/19 07:25:49  jorpiell
......
120 123
	private String currentFeature = null;
121 124
	private String currentElement = null;	
122 125
	
123
	public GPEGmlWriterHandler(){
124
		super();		
126
	public GPEGmlWriterHandler(String name, String description) {
127
		super(name, description);		
125 128
	}
126 129

  
127 130
	/*

Also available in: Unified diff