Revision 34316 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/WMTSStatus.java

View differences:

WMTSStatus.java
38 38
	private int        tileCol        = -1;
39 39
	private int        tileRow        = -1;
40 40
	private ArrayList  tileList       = null;
41
	private String     infoFormat     = null;
41 42

  
42 43
	public String getLayer() {
43 44
		return layer;
......
94 95
	public void setTileList(ArrayList tileList) {
95 96
		this.tileList = tileList;
96 97
	}
98
	
99
    public String getInfoFormat() {        
100
        return this.infoFormat;
101
    } 
102
    
103
    public void setInfoFormat(String format) {        
104
    	this.infoFormat = format;
105
    }
97 106
}

Also available in: Unified diff