Revision 29018 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/impl/Solid2DZ.java

View differences:

Solid2DZ.java
5 5
import java.awt.geom.PathIterator;
6 6
import java.awt.geom.Point2D;
7 7
import java.awt.geom.Rectangle2D;
8
import java.awt.image.BufferedImage;
8 9

  
9 10
import org.cresques.cts.ICoordTrans;
10 11
import org.cresques.cts.IProjection;
......
215 216
	}
216 217

  
217 218
	public void addSurface(Surface surface) {
218
		// TODO Auto-generated method stub
219
		
219
		throw new UnsupportedOperationException("Method not implemented");
220 220
	}
221 221

  
222 222
	public int getNumSurfaces() {
223
		// TODO Auto-generated method stub
224
		return 0;
223
		throw new UnsupportedOperationException("Method not implemented");
225 224
	}
226 225

  
227 226
	public Surface getSurfaceAt(int position) {
228
		// TODO Auto-generated method stub
229
		return null;
227
		throw new UnsupportedOperationException("Method not implemented");
230 228
	}
231 229

  
232 230
	public void removeSurface(int position) {
233
		// TODO Auto-generated method stub
231
		throw new UnsupportedOperationException("Method not implemented");
234 232
		
235 233
	}
234

  
235
	public void addTexture() {
236
		throw new UnsupportedOperationException("Method not implemented");
237
		
238
	}
239

  
240
	public int getNumTextures() {
241
		throw new UnsupportedOperationException("Method not implemented");
242
	}
243

  
244
	public BufferedImage getTextureAt(int position) {
245
		throw new UnsupportedOperationException("Method not implemented");
246
	}
247

  
248
	public void removeTexture(int position) {
249
		throw new UnsupportedOperationException("Method not implemented");
250
		
251
	}
236 252
}

Also available in: Unified diff