|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_ThiessenValuePolygon", specification=ISO_19123) public interface ThiessenValuePolygon
A value from a Thiessen polygon coverage. Individual Thiessen value polygons may be generated during the evaluation of a Thiessen polygon coverage, and need not to be persistent.
Method Summary | |
---|---|
Set<? extends PointValuePair> |
getControlValues()
Returns the point-value pair at the polygon centre. |
DomainObject |
getGeometry()
Returns the geometry of the Thiessen polygon centred on the point-value pair identified by the control values. |
Methods inherited from interface ValueObject |
---|
getInterpolationParameters, interpolate |
Method Detail |
---|
@UML(identifier="controlValue", obligation=MANDATORY, specification=ISO_19123) Set<? extends PointValuePair> getControlValues()
getControlValues
in interface ValueObject
@UML(identifier="geometry", obligation=MANDATORY, specification=ISO_19123) DomainObject getGeometry()
getGeometry
in interface ValueObject
Polygon
.
We will have some trouble here, since Polygon
is not a
Geometry
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |