| AbstractDocument |
Base OGC API document class, with identifier and links
|
| AnyJSONObject |
Base class with support for parsing and holding onto unknown properties, and basic equals/tostring/hashcode based on
reflection
|
| Collection<T> |
Single collection document
|
| CollectionExtent |
Extent details (including spatial and temporal).
|
| CollectionList |
|
| GeometryDefaulter |
GeoTools code uses the empty string to mean the default geometry, but a STAC API won't know about this convention,
this filter switches it to the "geometry" property of STAC items.
|
| Link |
A Link with common (and less common) properties found in OGC APIs
|
| SearchModule |
|
| SearchQuery |
Represents a STAC query used in search requests
|
| SortBy |
Sort declaration from the STAC API Search Sort fragment
|
| STACClient |
Minimal STAC API client supporting the needs of the STAC datastore.
|
| STACFilterSerializer |
|
| STACLandingPage |
Landing page for STAC APIs, basically a document with links, with the addition of conformance classes.
|