public enum CQL2Conformance extends Enum<CQL2Conformance>
Enum Constant and Description |
---|
ADVANCED |
ARITHMETIC |
BASIC |
BASIC_SPATIAL |
JSON |
PROPERTY_PROPERTY |
SPATIAL_OPERATORS |
TEMPORAL_OPERATORS |
TEXT |
Modifier and Type | Method and Description |
---|---|
FilterCapabilities |
getCapabilities()
Returns the capabilities linked to this conformance class, or an empty capabilities set,
otherwise
|
boolean |
matches(List<String> conformance)
Checks if this STAC conformance class is a match, ignoring details about the version such as
beta/RC/minor version changes (as long as it's a 1.0.x)
|
static CQL2Conformance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CQL2Conformance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CQL2Conformance TEXT
public static final CQL2Conformance JSON
public static final CQL2Conformance BASIC
public static final CQL2Conformance ADVANCED
public static final CQL2Conformance BASIC_SPATIAL
public static final CQL2Conformance SPATIAL_OPERATORS
public static final CQL2Conformance TEMPORAL_OPERATORS
public static final CQL2Conformance ARITHMETIC
public static final CQL2Conformance PROPERTY_PROPERTY
public static CQL2Conformance[] values()
for (CQL2Conformance c : CQL2Conformance.values()) System.out.println(c);
public static CQL2Conformance valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean matches(List<String> conformance)
conformance
- public FilterCapabilities getCapabilities()
Copyright © 1996–2023 Geotools. All rights reserved.