Skip to content
Snippets Groups Projects
Commit 0b7cb510 authored by Grégory Mantelet's avatar Grégory Mantelet
Browse files

[ADQL] Fix the language feature name of INTERSECTS.

parent 2053b0cb
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ public class IntersectsFunction extends GeometryFunction { ...@@ -102,7 +102,7 @@ public class IntersectsFunction extends GeometryFunction {
/** Description of this ADQL Feature. /** Description of this ADQL Feature.
* @since 2.0 */ * @since 2.0 */
public static final LanguageFeature FEATURE = new LanguageFeature(LanguageFeature.TYPE_ADQL_GEO, "CONTAINS", true, "Determines if two geometry values overlap."); public static final LanguageFeature FEATURE = new LanguageFeature(LanguageFeature.TYPE_ADQL_GEO, "INTERSECTS", true, "Determines if two geometry values overlap.");
/** The first geometry. */ /** The first geometry. */
private GeometryValue<GeometryFunction> leftParam; private GeometryValue<GeometryFunction> leftParam;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment