Revision 35469 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/wmts_1_0_0/struct/WMTSTileMatrixSet_1_0_0.java

View differences:

WMTSTileMatrixSet_1_0_0.java
63 63
						setWellKnownScaleSet(nextText(parser));
64 64
					} else if (compareName(parser, CapabilitiesTags.WMTS_TILEMATRIX)) {
65 65
						WMTSTileMatrix tileMatrix = new WMTSTileMatrix_1_0_0();
66
						tileMatrix.setForceLongitudeFirstAxisOrder(forceLongitudeFirstAxisOrder);
66 67
						tileMatrix.parse(parser, getTileMatrix()); 
67 68
					}
68 69
					break;
......
81 82
    }
82 83
	
83 84
	public WMTSBoundingBox getBoundingBox() {
84
		if(bbox == null)
85
		if(bbox == null) {
85 86
			bbox = new WMTSBoundingBox_1_0_0();
87
			bbox.setForceLongitudeFirstAxisOrder(forceLongitudeFirstAxisOrder);
88
		}
86 89
		return bbox;
87 90
	}
88 91
}

Also available in: Unified diff