Class EqualPartitioning

    • Constructor Detail

      • EqualPartitioning

        public EqualPartitioning​(List<org.locationtech.jts.geom.Envelope> grids,
                                 boolean preserveUncontainedGeometries)
      • EqualPartitioning

        public EqualPartitioning​(List<org.locationtech.jts.geom.Envelope> grids)
      • EqualPartitioning

        public EqualPartitioning​(org.locationtech.jts.geom.Envelope boundary,
                                 int partitions)
        Instantiates a new equal partitioning.
        Parameters:
        boundary - the boundary
        partitions - the partitions
    • Method Detail

      • getGrids

        public List<org.locationtech.jts.geom.Envelope> getGrids()
        Gets the grids.
        Returns:
        the grids
      • placeObject

        public Iterator<scala.Tuple2<Integer,​org.locationtech.jts.geom.Geometry>> placeObject​(org.locationtech.jts.geom.Geometry geometry)
      • getKeys

        public Set<Integer> getKeys​(org.locationtech.jts.geom.Geometry geometry)