|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Capabilities
Query interface capabilities.
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 |
---|
boolean canQueryMaxRecords()
true
if feature is supportedboolean canQuerySearchText()
true
if feature is supportedboolean canQueryFromDate()
true
if feature is supportedboolean canQueryToDate()
true
if feature is supportedboolean canQueryBBox()
true
if feature is supportedboolean canQueryContentType()
true
if feature is supportedboolean canQueryDataCategory()
true
if feature is supportedboolean canQueryBBoxOption()
true
if feature is supportedboolean canQuerySortOption()
true
if feature is supported
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |