com.supermap.services
Class QueryOption
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.services.QueryOption
-
public class QueryOption extends Enum
The enumeration class for the types of the query result.
-
-
Field Summary
Fields Modifier and Type Field and Description static QueryOption
ATTRIBUTE
The query result is attributes.static QueryOption
ATTRIBUTEANDGEOMETRY
The query result contains both attributes and geometries.static QueryOption
GEOMETRY
The query result is geometries.
-
-
-
Field Detail
-
ATTRIBUTE
public static final QueryOption ATTRIBUTE
The query result is attributes.
-
ATTRIBUTEANDGEOMETRY
public static final QueryOption ATTRIBUTEANDGEOMETRY
The query result contains both attributes and geometries.
-
GEOMETRY
public static final QueryOption GEOMETRY
The query result is geometries.
-
-