org.deegree.coverage.raster.integration
Interface CompareValues

All Superinterfaces:
CenterValues
All Known Implementing Classes:
CacheFileTest, CenterOuterTest, GriddedTileContainerTest, SimpleRasterTest, TiledRasterTest

public interface CompareValues
extends CenterValues

This interface is a place holder for all reference values of the tests in the CenterOuterTest class. Don't alter these values, I've visually tested each result set.

Version:
$Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Field Summary
static int[][] ALLOVERLAP_OUTER_RESULT
          values from the test: allOverlap_outer_
static int[][] ALLSTRIFE_OUTER_RESULT
          values from the test: allStrife_outer_
static int[][] LR9OVERLAP_OUTER_RESULT
          values from the test: lr9Overlap_outer_
static int[][] SOLELROVERLAP_OUTER_RESULT
          values from the test: soleLROverlap_outer_
static int[][] SOLETOTALOVERLAP_OUTER_RESULT
          values from the test: soleTotalOverlap_outer_
static int[][] UL0_OUTER_RESULT
          values from the test: ul0_outer_
static int[][] UL01STRIFE_OUTER_RESULT
          values from the test: ul01Strife_outer_
static int[][] UL03STRIFE_OUTER_RESULT
          values from the test: ul03Strife_outer_
static int[][] UL0INSIDE_OUTER_RESULT
          values from the test: ul0Inside_outer_
static int[][] UL0OUTSIDE_OUTER_RESULT
          values from the test: ul0Outside_outer_
static int[][] UL0OVERLAP_OUTER_RESULT
          values from the test: ul0Overlap_outer_
 
Fields inherited from interface org.deegree.coverage.raster.integration.CenterValues
ALLOVERLAP_CENTER_RESULT, ALLSTRIFE_CENTER_RESULT, LR9OVERLAP_CENTER_RESULT, SOLELROVERLAP_CENTER_RESULT, SOLETOTALOVERLAP_CENTER_RESULT, UL0_CENTER_RESULT, UL01STRIFE_CENTER_RESULT, UL03STRIFE_CENTER_RESULT, UL0INSIDE_CENTER_RESULT, UL0OUTSIDE_CENTER_RESULT, UL0OVERLAP_CENTER_RESULT
 

Field Detail

UL0_OUTER_RESULT

static final int[][] UL0_OUTER_RESULT
values from the test: ul0_outer_


UL0OVERLAP_OUTER_RESULT

static final int[][] UL0OVERLAP_OUTER_RESULT
values from the test: ul0Overlap_outer_


LR9OVERLAP_OUTER_RESULT

static final int[][] LR9OVERLAP_OUTER_RESULT
values from the test: lr9Overlap_outer_


UL0OUTSIDE_OUTER_RESULT

static final int[][] UL0OUTSIDE_OUTER_RESULT
values from the test: ul0Outside_outer_


UL0INSIDE_OUTER_RESULT

static final int[][] UL0INSIDE_OUTER_RESULT
values from the test: ul0Inside_outer_


UL01STRIFE_OUTER_RESULT

static final int[][] UL01STRIFE_OUTER_RESULT
values from the test: ul01Strife_outer_


UL03STRIFE_OUTER_RESULT

static final int[][] UL03STRIFE_OUTER_RESULT
values from the test: ul03Strife_outer_


ALLSTRIFE_OUTER_RESULT

static final int[][] ALLSTRIFE_OUTER_RESULT
values from the test: allStrife_outer_


ALLOVERLAP_OUTER_RESULT

static final int[][] ALLOVERLAP_OUTER_RESULT
values from the test: allOverlap_outer_


SOLELROVERLAP_OUTER_RESULT

static final int[][] SOLELROVERLAP_OUTER_RESULT
values from the test: soleLROverlap_outer_


SOLETOTALOVERLAP_OUTER_RESULT

static final int[][] SOLETOTALOVERLAP_OUTER_RESULT
values from the test: soleTotalOverlap_outer_



Copyright © 2011. All Rights Reserved.