|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometryValuePair | |
---|---|
org.opengis.coverage | Coverages (generate a value for any point). |
org.opengis.coverage.grid | Quadrilateral grid coverages. |
Uses of GeometryValuePair in org.opengis.coverage |
---|
Subinterfaces of GeometryValuePair in org.opengis.coverage | |
---|---|
interface |
CurveValuePair
A geometry-value pair that has a curve as the value of its geometry attribute. |
interface |
PointValuePair
A geometry-value pair that has a point as the value of its geometry attribute. |
interface |
SolidValuePair
A geometry-value pair that has a solid as the value of its geometry attribute. |
interface |
SurfaceValuePair
A geometry-value pair that has a surface as the value of its geometry attribute. |
Methods in org.opengis.coverage that return GeometryValuePair | |
---|---|
GeometryValuePair |
Coverage.find(DirectPosition p)
Returns the nearest geometry-value pair from the specified direct position. |
Methods in org.opengis.coverage that return types with arguments of type GeometryValuePair | |
---|---|
List<? extends GeometryValuePair> |
Coverage.find(DirectPosition p,
int limit)
Returns the sequence of geometry-value pairs that include the domain objects nearest to the direct position and their distances from the direction position. |
Set<? extends GeometryValuePair> |
ValueObject.getControlValues()
Returns the set of geometry-value pairs that provide the basis for constructing this ValueObject and for evaluating the continuous coverage at direct positions within this value object. |
Set<? extends GeometryValuePair> |
DiscreteCoverage.getElements()
Returns the set of geometry-value pairs included in this coverage. |
List<? extends GeometryValuePair> |
TruncatedResultException.getResultList()
Returns the result list of a find operation. |
Set<? extends GeometryValuePair> |
Coverage.list()
Returns the dictionary of geometry-value pairs that contain the objects in the domain of the coverage each paired with its record of feature attribute values. |
Set<? extends GeometryValuePair> |
DiscreteCoverage.locate(DirectPosition p)
Returns the set of geometry-value pairs that include the domain objects containing the specified direct position. |
Set<? extends GeometryValuePair> |
ContinuousCoverage.select(Geometry s,
Period t)
Returns the set of geometry-value pairs associated with the value objects of which this continuous coverage is composed. |
Set<? extends GeometryValuePair> |
Coverage.select(Geometry s,
Period t)
Returns the set of geometry-value pairs that contain domain objects that lie within the specified geometry and period. |
Method parameters in org.opengis.coverage with type arguments of type GeometryValuePair | |
---|---|
void |
TruncatedResultException.setResultList(List<? extends GeometryValuePair> resultList)
Sets the result list. |
Uses of GeometryValuePair in org.opengis.coverage.grid |
---|
Subinterfaces of GeometryValuePair in org.opengis.coverage.grid | |
---|---|
interface |
GridPointValuePair
A geometry value pair that has a grid point as the value of its geometry attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |