org.h2gis.h2spatial.internal.function.spatial.operators
Class ST_Intersection
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatial.internal.function.spatial.operators.ST_Intersection
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_Intersection
- extends DeterministicScalarFunction
Compute the intersection of two Geometries.
- Author:
- Nicolas Fortin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_Intersection
public ST_Intersection()
- Default constructor
getJavaStaticMethod
public String getJavaStaticMethod()
intersection
public static com.vividsolutions.jts.geom.Geometry intersection(com.vividsolutions.jts.geom.Geometry a,
com.vividsolutions.jts.geom.Geometry b)
- Parameters:
a - Geometry instance.b - Geometry instance
- Returns:
- the intersection between two geometries
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.