|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Geometry classes support the concept of applying
a GeometryComponentFilter
filter to the Geometry.
The filter is applied to every component of the Geometry
which is itself a Geometry.
(For instance, all the LinearRings in Polygons are visited.)
A GeometryComponentFilter filter can either
record information about the Geometry
or change the Geometry in some way.
GeometryComponentFilter
is an example of the Gang-of-Four Visitor pattern.
| Method Summary | |
void |
filter(Geometry geom)
Performs an operation with or on geom. |
| Method Detail |
public void filter(Geometry geom)
geom.
geom - a Geometry to which the filter is applied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||