Uses of Interface
com.vividsolutions.jts.geom.GeometryComponentFilter

Packages that use GeometryComponentFilter
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. 
 

Uses of GeometryComponentFilter in com.vividsolutions.jts.geom
 

Methods in com.vividsolutions.jts.geom with parameters of type GeometryComponentFilter
 void Polygon.apply(GeometryComponentFilter filter)
           
 void Point.apply(GeometryComponentFilter filter)
           
 void LineString.apply(GeometryComponentFilter filter)
           
 void GeometryCollection.apply(GeometryComponentFilter filter)
           
abstract  void Geometry.apply(GeometryComponentFilter filter)
          Performs an operation with or on this Geometry and its component Geometry's.
 

Uses of GeometryComponentFilter in com.vividsolutions.jts.geom.util
 

Classes in com.vividsolutions.jts.geom.util that implement GeometryComponentFilter
 class ComponentCoordinateExtracter
          Extracts a single representative Coordinate from each connected component of a Geometry.
 class LinearComponentExtracter
          Extracts all the 1-dimensional (LineString) components from a Geometry.
 



Copyright © 2012. All Rights Reserved.