creed
Joined: 06 Nov 2003 Posts: 579 Location: Colorado
|
Posted: Sun Oct 05, 2008 10:58 am Post subject: |
|
|
The OGC Grid Coverage Service interface standard specifies the interface for querying, accessing, and retrieving gridded coverage data in a tightly coupled environment (such as COM, CORBA, etc). A related OGC coverages standard is the Web Coverage Service interface standard which designed to work in a web services framework (loosely coupled).
The OGC uses the ISO definition of a coverage:
The essential property of coverage is to be able to generate a value for any point within its domain. How coverage is represented internally is not a concern. For example consider the following different internal representations of coverage:
1. A coverage may be represented by a set of polygons which exhaustively tile a plane (that is each point on the plane falls in precisely one polygon). The value returned by the coverage for a point is the value of an attribute of the polygon that contains the point.
2. A coverage may be represented by a grid of values. The value returned by the coverage for a point is that of the grid value whose location is nearest the point.
3. Coverage may be represented by a mathematical function. The value returned by the coverage for a point is just the return value of the function when supplied the coordinates of the point as arguments.
4. Coverage may be represented by combination of these. For example, coverage may be represented by a combination of mathematical functions valid over a set of polynomials.
Hope this helps.
Regards _________________ Carl Reed, PhD |
|