Uses of Enum Class
org.geotools.stac.client.STACClient.SearchMode
Packages that use STACClient.SearchMode
-
Uses of STACClient.SearchMode in org.geotools.stac.client
Methods in org.geotools.stac.client that return STACClient.SearchModeModifier and TypeMethodDescriptionstatic STACClient.SearchMode
Returns the enum constant of this class with the specified name.static STACClient.SearchMode[]
STACClient.SearchMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.stac.client with parameters of type STACClient.SearchModeModifier and TypeMethodDescriptionSTACClient.search
(SearchQuery search, STACClient.SearchMode mode) Retrieves data using the Search APISTACClient.search
(SearchQuery search, STACClient.SearchMode mode, SimpleFeatureType schema) Retrieves data using the Search API -
Uses of STACClient.SearchMode in org.geotools.stac.store
Methods in org.geotools.stac.store that return STACClient.SearchModeMethods in org.geotools.stac.store with parameters of type STACClient.SearchModeModifier and TypeMethodDescriptionvoid
STACDataStore.setSearchMode
(STACClient.SearchMode searchMode)