Esri Geoportal Server
1.0

com.esri.gpt.framework.resource.query
Interface Capabilities

All Known Implementing Classes:
CommonCapabilities

public interface Capabilities

Query interface capabilities.

See Also:
QueryBuilder.getCapabilities()

Method Summary
 boolean canQueryBBox()
          Checks if query can search by bounding box.
 boolean canQueryBBoxOption()
          Checks if query can search by bounding box option.
 boolean canQueryContentType()
          Checks if query can search by content type.
 boolean canQueryDataCategory()
          Checks if query can search by data category.
 boolean canQueryFromDate()
          Checks if query can search by from date.
 boolean canQueryMaxRecords()
          Checks if query is able to limit maximum number records.
 boolean canQuerySearchText()
          Checks if query can search by text.
 boolean canQuerySortOption()
          Checks if query can sort.
 boolean canQueryToDate()
          Checks if query can search by to date.
 

Method Detail

canQueryMaxRecords

boolean canQueryMaxRecords()
Checks if query is able to limit maximum number records.

Returns:
true if feature is supported

canQuerySearchText

boolean canQuerySearchText()
Checks if query can search by text.

Returns:
true if feature is supported

canQueryFromDate

boolean canQueryFromDate()
Checks if query can search by from date.

Returns:
true if feature is supported

canQueryToDate

boolean canQueryToDate()
Checks if query can search by to date.

Returns:
true if feature is supported

canQueryBBox

boolean canQueryBBox()
Checks if query can search by bounding box.

Returns:
true if feature is supported

canQueryContentType

boolean canQueryContentType()
Checks if query can search by content type.

Returns:
true if feature is supported

canQueryDataCategory

boolean canQueryDataCategory()
Checks if query can search by data category.

Returns:
true if feature is supported

canQueryBBoxOption

boolean canQueryBBoxOption()
Checks if query can search by bounding box option.

Returns:
true if feature is supported

canQuerySortOption

boolean canQuerySortOption()
Checks if query can sort.

Returns:
true if feature is supported

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.