Esri Geoportal Server
1.0

com.esri.gpt.control.webharvest.common
Class CommonCapabilities

java.lang.Object
  extended by com.esri.gpt.control.webharvest.common.CommonCapabilities
All Implemented Interfaces:
Capabilities

public class CommonCapabilities
extends Object
implements Capabilities

Common implementation of capabilities.


Constructor Summary
CommonCapabilities()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonCapabilities

public CommonCapabilities()
Method Detail

canQueryMaxRecords

public boolean canQueryMaxRecords()
Description copied from interface: Capabilities
Checks if query is able to limit maximum number records.

Specified by:
canQueryMaxRecords in interface Capabilities
Returns:
true if feature is supported

canQuerySearchText

public boolean canQuerySearchText()
Description copied from interface: Capabilities
Checks if query can search by text.

Specified by:
canQuerySearchText in interface Capabilities
Returns:
true if feature is supported

canQueryFromDate

public boolean canQueryFromDate()
Description copied from interface: Capabilities
Checks if query can search by from date.

Specified by:
canQueryFromDate in interface Capabilities
Returns:
true if feature is supported

canQueryToDate

public boolean canQueryToDate()
Description copied from interface: Capabilities
Checks if query can search by to date.

Specified by:
canQueryToDate in interface Capabilities
Returns:
true if feature is supported

canQueryBBox

public boolean canQueryBBox()
Description copied from interface: Capabilities
Checks if query can search by bounding box.

Specified by:
canQueryBBox in interface Capabilities
Returns:
true if feature is supported

canQueryContentType

public boolean canQueryContentType()
Description copied from interface: Capabilities
Checks if query can search by content type.

Specified by:
canQueryContentType in interface Capabilities
Returns:
true if feature is supported

canQueryDataCategory

public boolean canQueryDataCategory()
Description copied from interface: Capabilities
Checks if query can search by data category.

Specified by:
canQueryDataCategory in interface Capabilities
Returns:
true if feature is supported

canQueryBBoxOption

public boolean canQueryBBoxOption()
Description copied from interface: Capabilities
Checks if query can search by bounding box option.

Specified by:
canQueryBBoxOption in interface Capabilities
Returns:
true if feature is supported

canQuerySortOption

public boolean canQuerySortOption()
Description copied from interface: Capabilities
Checks if query can sort.

Specified by:
canQuerySortOption in interface Capabilities
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.