Class AggregatorsJts

java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.geosparql.AggregatorsJts

public class AggregatorsJts extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.aksw.commons.collector.domain.ParallelAggregator<org.locationtech.jts.geom.Geometry,org.apache.jena.sparql.function.FunctionEnv,org.locationtech.jts.geom.Geometry,?>
    aggGeometryCollection(boolean distinct, org.locationtech.jts.geom.GeometryFactory geomFactory)
    Creates an aggregator that collects geometries into a geometry collection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AggregatorsJts

      public AggregatorsJts()
  • Method Details

    • aggGeometryCollection

      public static org.aksw.commons.collector.domain.ParallelAggregator<org.locationtech.jts.geom.Geometry,org.apache.jena.sparql.function.FunctionEnv,org.locationtech.jts.geom.Geometry,?> aggGeometryCollection(boolean distinct, org.locationtech.jts.geom.GeometryFactory geomFactory)
      Creates an aggregator that collects geometries into a geometry collection