Revision 2613 org.gvsig.raster.wmts/trunk/org.gvsig.raster.wmts/org.gvsig.raster.wmts.io/src/main/java/org/gvsig/raster/wmts/io/WMTSDataParameters.java

View differences:

WMTSDataParameters.java
47 47
	public static final String      FIELD_DELETECACHE     = "deletecache";
48 48
	public static final String      FIELD_STYLE_NAME      = "style";
49 49
	public static final String      FIELD_EXTENT          = "extent";
50
	public static final String      FIELD_DIMENSION       = "dimension";
51
	public static final String      FIELD_DIMENSION_VALUE = "selected_dimension_value";
50 52
	
51 53
	/**
54
	 * Gets the selected dimension
55
	 * @return
56
	 */
57
	public String getDimension();
58
	
59
	/**
60
	 * Sets the selected dimension
61
	 * @param dimension
62
	 */
63
	public void setDimension(String dimension);
64
	
65
	/**
66
	 * Gets the value for the selected dimension
67
	 * @return
68
	 */
69
	public String getDimensionSelectedValue();
70
	
71
	/**
72
	 * Sets the value for the selected dimension
73
	 * @param dimension
74
	 */
75
	public void setDimensionSelectedValue(String dimension);
76
	
77
	/**
52 78
	 * Sets the style selected
53 79
	 * @param layer
54 80
	 */

Also available in: Unified diff