public class ST_Covers
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Covers() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
covers(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
Returns true if no point in geometry B is outside geometry A.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static Boolean covers(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB)
geomA - Geometry AgeomB - Geometry BCopyright © 2019 CNRS. All rights reserved.