Uses of Interface
com.vividsolutions.jts.geom.GeometryComponentFilter
-
Packages that use GeometryComponentFilter Package Description com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes.com.vividsolutions.jts.geom.util Provides classes that parse and modify Geometry objects. -
-
Uses of GeometryComponentFilter in com.vividsolutions.jts.geom
Methods in com.vividsolutions.jts.geom with parameters of type GeometryComponentFilter Modifier and Type Method Description abstract voidGeometry. apply(GeometryComponentFilter filter)Performs an operation with or on this Geometry and its component Geometry's.voidGeometryCollection. apply(GeometryComponentFilter filter)voidLineString. apply(GeometryComponentFilter filter)voidPoint. apply(GeometryComponentFilter filter)voidPolygon. apply(GeometryComponentFilter filter) -
Uses of GeometryComponentFilter in com.vividsolutions.jts.geom.util
Classes in com.vividsolutions.jts.geom.util that implement GeometryComponentFilter Modifier and Type Class Description classComponentCoordinateExtracterExtracts a single representativeCoordinatefrom each connected component of aGeometry.classLinearComponentExtracterExtracts all the 1-dimensional (LineString) components from aGeometry.
-