Revision 10109 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/gml/types/GMLGeometryType.java

View differences:

GMLGeometryType.java
46 46
 *
47 47
 * $Id$
48 48
 * $Log$
49
 * Revision 1.1  2006-12-22 11:25:04  csanchez
49
 * Revision 1.2  2007-02-05 13:20:13  jorpiell
50
 * A?adidos nuevos m?todos en la factoria.
51
 *
52
 * Revision 1.1  2006/12/22 11:25:04  csanchez
50 53
 * Nuevo parser GML 2.x para gml's sin esquema
51 54
 *
52 55
 * Revision 1.2  2006/10/11 11:21:00  jorpiell
......
70 73
	public static final String POINT = "gml:PointPropertyType";
71 74
	public static final String LINE = "gml:MultiLineStringPropertyType";
72 75
	public static final String MULTIPOINT = "gml:MultiPointPropertyType";
73
	public static final String POLYGON = "gml:MultiPolygonPropertyType";
76
	public static final String MULTIPOLYGON = "gml:MultiPolygonPropertyType";
74 77
	public static final String GEOMETRY = "gml:GeometryPropertyType";
78
	public static final String POLYGON = "gml:PolygonPropertyType";
79
	
75 80
  
76 81
	public GMLGeometryType(String type) {
77 82
		super();		

Also available in: Unified diff