Uses of Interface
org.opengis.coverage.ValueObject

Packages that use ValueObject
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
 

Uses of ValueObject in org.opengis.coverage
 

Subinterfaces of ValueObject in org.opengis.coverage
 interface ThiessenValuePolygon
          A value from a Thiessen polygon coverage.
 interface ValueCurve
          Basis for interpolating within a segmented curve coverage.
 interface ValueTriangle
          A value object that consists of three point-value pairs where the points are non-collinear.
 

Methods in org.opengis.coverage that return types with arguments of type ValueObject
 Set<? extends ValueObject> ContinuousCoverage.getElements()
          Returns the set of value objects used to evaluate the coverage.
 Set<? extends ValueObject> ContinuousCoverage.locate(DirectPosition p)
          Returns the set of value objects that contains the specified direct position.
 

Uses of ValueObject in org.opengis.coverage.grid
 

Subinterfaces of ValueObject in org.opengis.coverage.grid
 interface GridValueCell
          Basis for interpolating within a continuous quadrilateral grid coverage.
 interface ValueHexagon
          Basis for interpolating within a continuous hexagonal grid coverage.
 



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