public static enum LASQuery.SunQueryType extends Enum<LASQuery.SunQueryType>
| Enum Constant and Description |
|---|
ALL |
AND |
DONTSELECT |
EXIST |
GT |
GTE |
IN |
INQUERY |
LT |
LTE |
MAX_DISTANCE |
NE |
NEAR_SPHERE |
NIN |
NINQUERY |
OR |
REGULAR |
RELATETO |
SELECT |
WITHIN |
| Modifier and Type | Method and Description |
|---|---|
static LASQuery.SunQueryType |
from(String operator) |
String |
getDesc() |
String |
getOperator() |
static LASQuery.SunQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LASQuery.SunQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LASQuery.SunQueryType OR
public static final LASQuery.SunQueryType AND
public static final LASQuery.SunQueryType NE
public static final LASQuery.SunQueryType LT
public static final LASQuery.SunQueryType LTE
public static final LASQuery.SunQueryType GT
public static final LASQuery.SunQueryType GTE
public static final LASQuery.SunQueryType IN
public static final LASQuery.SunQueryType NIN
public static final LASQuery.SunQueryType ALL
public static final LASQuery.SunQueryType WITHIN
public static final LASQuery.SunQueryType NEAR_SPHERE
public static final LASQuery.SunQueryType MAX_DISTANCE
public static final LASQuery.SunQueryType REGULAR
public static final LASQuery.SunQueryType EXIST
public static final LASQuery.SunQueryType SELECT
public static final LASQuery.SunQueryType DONTSELECT
public static final LASQuery.SunQueryType INQUERY
public static final LASQuery.SunQueryType NINQUERY
public static final LASQuery.SunQueryType RELATETO
public static LASQuery.SunQueryType[] values()
for (LASQuery.SunQueryType c : LASQuery.SunQueryType.values()) System.out.println(c);
public static LASQuery.SunQueryType 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 String getOperator()
public String getDesc()
public static LASQuery.SunQueryType from(String operator)
Copyright © 2015. All rights reserved.