Skip to content

Key Concepts

Amy Boyer edited this page Aug 22, 2019 · 6 revisions

Domain Model

The domain model specifies the objects for creating pipeline configurations, as well as objects to track the processing of a particular request.

Adapters

Adapters encapsulate the acquisition of imagery from a particular provider. They are responsible for receiving an ImageryRequest and producing one or more JobBundle objects for subsequent processing.

Operations

Each discrete operation on a JobBundle is represented by an operation. Operations implement the AbstractOperation class.

Clone this wiki locally