|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeometryFilter | |
|---|---|
| com.vividsolutions.jts.geom | Contains the Geometry interface hierarchy and supporting classes. |
| com.vividsolutions.jts.geom.util | Provides classes that parse and modify Geometry objects. |
| com.vividsolutions.jts.operation.distance | Provides classes for computing the distance between geometries |
| Uses of GeometryFilter in com.vividsolutions.jts.geom |
|---|
| Methods in com.vividsolutions.jts.geom with parameters of type GeometryFilter | |
|---|---|
void |
Polygon.apply(GeometryFilter filter)
|
void |
Point.apply(GeometryFilter filter)
|
void |
LineString.apply(GeometryFilter filter)
|
void |
GeometryCollection.apply(GeometryFilter filter)
|
abstract void |
Geometry.apply(GeometryFilter filter)
Performs an operation with or on this Geometry and its
subelement Geometrys (if any). |
| Uses of GeometryFilter in com.vividsolutions.jts.geom.util |
|---|
| Classes in com.vividsolutions.jts.geom.util that implement GeometryFilter | |
|---|---|
class |
GeometryExtracter
Extracts the components of a given type from a Geometry. |
class |
LineStringExtracter
Extracts all the LineString elements from a Geometry. |
class |
PointExtracter
Extracts all the 0-dimensional ( Point) components from a Geometry. |
class |
PolygonExtracter
Extracts all the Polygon elements from a Geometry. |
| Uses of GeometryFilter in com.vividsolutions.jts.operation.distance |
|---|
| Classes in com.vividsolutions.jts.operation.distance that implement GeometryFilter | |
|---|---|
class |
ConnectedElementLocationFilter
A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g. |
class |
ConnectedElementPointFilter
Extracts a single point from each connected element in a Geometry (e.g. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||