Uses of Interface
org.opengis.coverage.DomainObject

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

Uses of DomainObject in org.opengis.coverage
 

Methods in org.opengis.coverage that return DomainObject
 DomainObject ValueObject.getGeometry()
          The domain object constructed from the domain objects of the geometry-value pairs that are linked to this value object by the control values.
 DomainObject ValueCurve.getGeometry()
          Returns the cruve that is the basis of this value curve.
 DomainObject SolidValuePair.getGeometry()
          The domain object that is a member of this geometry-value pair.
 DomainObject SurfaceValuePair.getGeometry()
          The domain object that is a member of this geometry-value pair.
 DomainObject GeometryValuePair.getGeometry()
          The domain object that is a member of this geometry-value pair.
 DomainObject ThiessenValuePolygon.getGeometry()
          Returns the geometry of the Thiessen polygon centred on the point-value pair identified by the control values.
 DomainObject CurveValuePair.getGeometry()
          The domain object that is a member of this geometry-value pair.
 DomainObject ValueTriangle.getGeometry()
          Returns the triangle that defines the relative position of the three point-value pairs at its vertices.
 

Methods in org.opengis.coverage that return types with arguments of type DomainObject
 Set<? extends DomainObject> DiscreteCoverage.evaluateInverse(Object v)
          Locates the geometry-value pairs for which value equals the input record, and return the set of domain objects belonging to those geometry-value pairs.
 Set<? extends DomainObject> ContinuousCoverage.evaluateInverse(Record v)
          Locates the geometry-value pairs for which value equals the specified record, and return the set of domain objects belonging to those pairs.
 Set<? extends DomainObject> Coverage.evaluateInverse(Record v)
          Returns a set of domain objects for the specified record of feature attribute values.
 Set<? extends DomainObject> Coverage.getDomainElements()
          Returns the set of domain objects in the domain.
 

Uses of DomainObject in org.opengis.coverage.grid
 

Subinterfaces of DomainObject in org.opengis.coverage.grid
 interface GridPoint
          Point located at the intersection of two or more curves in a grid.
 

Methods in org.opengis.coverage.grid that return DomainObject
 DomainObject ValueHexagon.getGeometry()
          Returns the geometry of the value hexagon centred on the grid point-value pairs identified by the control values.
 



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