From 3d356cc9ef7b1055242256c00a2e6b93b5462880 Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Sat, 5 Feb 2011 22:44:35 +0100 Subject: WCS 2.0 implementation in Petascope --- .../petascope/wcst/transaction/tools/TestRasdamanUtils.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java') diff --git a/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java b/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java index 0b6d794..f40bedd 100644 --- a/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java +++ b/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java @@ -14,31 +14,21 @@ * You should have received a copy of the GNU General Public License * along with rasdaman community. If not, see . * - * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / - rasdaman GmbH. + * Copyright 2003 - 2010 Peter Baumann / rasdaman GmbH. * * For more information please see * or contact Peter Baumann via . */ package petascope.wcst.transaction.tools; -//~--- non-JDK imports -------------------------------------------------------- import java.awt.Graphics; import java.awt.Panel; import org.odmg.*; - import rasj.*; - -//~--- JDK imports ------------------------------------------------------------ - import java.awt.image.BufferedImage; - import java.io.IOException; - import java.net.URL; - import javax.imageio.ImageIO; - import javax.swing.JFrame; /** Test class for various Rasdaman tasks. Comment/uncomment the lines in the -- cgit