Uses of Class
org.opengis.coverage.CommonPointRule

Packages that use CommonPointRule
org.opengis.coverage Coverages (generate a value for any point). 
 

Uses of CommonPointRule in org.opengis.coverage
 

Fields in org.opengis.coverage declared as CommonPointRule
static CommonPointRule CommonPointRule.ALL
          All the feature attribute values that can be determined for the input direct position.
static CommonPointRule CommonPointRule.AVERAGE
          The mean of the feature attribute values.
static CommonPointRule CommonPointRule.END
          The end value of the first value segment.
static CommonPointRule CommonPointRule.HIGH
          The greatest of the feature attribute values.
static CommonPointRule CommonPointRule.LOW
          The least of the feature attribute values.
static CommonPointRule CommonPointRule.START
          The start value of the second value segment.
 

Methods in org.opengis.coverage that return CommonPointRule
 CommonPointRule Coverage.getCommonPointRule()
          Identifies the procedure to be used for evaluating the coverage at a position that falls either on a boundary between geometric objects or within the boundaries of two or more overlapping geometric objects.
static CommonPointRule CommonPointRule.valueOf(String code)
          Returns the CommonPointRule that matches the given string, or returns a new one if none match it.
static CommonPointRule[] CommonPointRule.values()
          Returns the list of CommonPointRules.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.