|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coverage | |
---|---|
org.opengis.coverage | Coverages (generate a value for any point). |
org.opengis.coverage.grid | Quadrilateral grid coverages. |
org.opengis.coverage.processing |
Uses of Coverage in org.opengis.coverage |
---|
Subinterfaces of Coverage in org.opengis.coverage | |
---|---|
interface |
ContinuousCoverage
A coverage that returns a distinct record of feature attribute values for any direct position within its domain. |
interface |
DiscreteCoverage
A coverage that returns the same record of feature attribute values for any direct position within a single object in its domain. |
interface |
DiscreteCurveCoverage
A discrete coverage characterized by a finite spatial domain consisting of curves. |
interface |
DiscreteGridPointCoverage
A discrete coverage with a domain defined as a set of grid points that are associated with records of feature attribute values through a grid values matrix. |
interface |
DiscretePointCoverage
A discrete coverage characterized by a finite domain consisting of points. |
interface |
DiscreteSolidCoverage
A coverage whose domain consists of a collection of solids. |
interface |
DiscreteSurfaceCoverage
A coverage whose domain consists of a collection of surfaces. |
interface |
SegmentedCurveCoverage
Model phenomena that vary continuously or discontinuously along curves, which may be elements of a network. |
interface |
ThiessenPolygonCoverage
Evaluates a coverage at direct positions within a Thiessen polygon network constructed from a set of discrete point-value pairs. |
interface |
TinCoverage
A continuous coverage characterized by a TIN. |
Methods in org.opengis.coverage that return Coverage | |
---|---|
Coverage |
CoverageDomainException.getCoverage()
Returns the coverage. |
Methods in org.opengis.coverage that return types with arguments of type Coverage | |
---|---|
List<? extends Coverage> |
Coverage.getSources()
Returns the sources data for a coverage. |
Methods in org.opengis.coverage with parameters of type Coverage | |
---|---|
void |
CoverageDomainException.setCoverage(Coverage coverage)
Sets the coverage. |
Uses of Coverage in org.opengis.coverage.grid |
---|
Subinterfaces of Coverage in org.opengis.coverage.grid | |
---|---|
interface |
ContinuousQuadrilateralGridCoverage
A continuous coverage that operates on a grid values matrix. |
interface |
GridCoverage
Represent the basic implementation which provides access to grid coverage data. |
interface |
HexagonalGridCoverage
Evaluates a coverage at direct positions within a network of hexagons centered on a set of grid points. |
Uses of Coverage in org.opengis.coverage.processing |
---|
Subinterfaces of Coverage in org.opengis.coverage.processing | |
---|---|
interface |
GridAnalysis
Deprecated. In favor of migrating to ISO 19123 definition for Coverage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |