Uses of Class
org.geotools.stac.client.STACClient.SearchMode
-
Packages that use STACClient.SearchMode Package Description org.geotools.stac.client org.geotools.stac.store -
-
Uses of STACClient.SearchMode in org.geotools.stac.client
Methods in org.geotools.stac.client that return STACClient.SearchMode Modifier and Type Method Description static STACClient.SearchMode
STACClient.SearchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static STACClient.SearchMode[]
STACClient.SearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.stac.client with parameters of type STACClient.SearchMode Modifier and Type Method Description SimpleFeatureCollection
STACClient. search(SearchQuery search, STACClient.SearchMode mode)
Retrieves data using the Search APISimpleFeatureCollection
STACClient. 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.SearchMode Modifier and Type Method Description STACClient.SearchMode
STACDataStore. getSearchMode()
Methods in org.geotools.stac.store with parameters of type STACClient.SearchMode Modifier and Type Method Description void
STACDataStore. setSearchMode(STACClient.SearchMode searchMode)
-