Revision 34026 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/utils/CapabilitiesTags.java

View differences:

CapabilitiesTags.java
74 74
	public final static String MINSCALEDENOMINATOR ="MinScaleDenominator";
75 75
	public final static String DIMENSION ="Dimension";
76 76
	public final static String TIME ="Time";
77
	public final static String CONSTRAINT = "Constraint";
77 78

  
78 79
	// capabilities attributes
79 80
	public final static String VERSION ="version";
......
90 91
	public final static String FIXEDWIDTH ="fixedWidth";
91 92
	public final static String FIXEDHEIGHT ="fixedHeight";
92 93
    public static final String ATTRIBUTION = "Attribution";
94
    
93 95
    //LegendURL attributes
94 96
    public static final String WIDTH = "width";
95 97
    public static final String HEIGHT = "height";
......
183 185
	public final static String DCP = "DCP";
184 186
	public final static String HREF = "xlink:href";
185 187
	public final static String OPERATION_NAME = "name";
188
	public final static String DEFAULTMAXFEATURES = "DefaultMaxFeatures";
186 189
	
187 190
	
188 191
	//WFS Code errors

Also available in: Unified diff