Package org.neo4j.gis.spatial.pipes.processing

Examples of org.neo4j.gis.spatial.pipes.processing.Union


   
    /**
     * @see Union
     */
    public GeoPipeline union() {
      return addPipe(new Union());
    }
View Full Code Here


    /**
     * @see Union
     */
    public GeoPipeline union(Geometry geometry) {
      return addPipe(new Union(geometry));
    }
View Full Code Here

TOP

Related Classes of org.neo4j.gis.spatial.pipes.processing.Union

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.