Class ComponentLocater


  • public class ComponentLocater
    extends java.lang.Object
    Locates the components of a Geometry which lie in a target area.
    Author:
    Martin Davis
    See Also:
    FacetLocater
    • Constructor Detail

      • ComponentLocater

        public ComponentLocater​(Geometry parentGeom)
    • Method Detail

      • getComponents

        public java.util.List getComponents​(Coordinate queryPt,
                                            double tolerance)
        Parameters:
        queryPt -
        tolerance -
        Returns:
        a List of the component Geometrys
      • getComponents

        public java.util.List getComponents​(Geometry aoi)