com.supermap.services

Class QueryOption



  • public class QueryOption
    extends Enum
    The enumeration class for the types of the query result.
    • 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.