Packages

case class LocalProcessor(sft: SimpleFeatureType, hints: Hints, authProvider: Option[AuthorizationsProvider]) extends LocalScanProcessor with Product with Serializable

Local processor, for datastores that don't support remote filtering/transforms. Handles filtering, transforms, sorting, max features, and analytic processing (may be partially encapsulated in the reducer).

Note: will not perform any auth filtering if the authProvider is not defined

sft

feature type

hints

query hints

authProvider

auth provider, if auth filtering is desired

Linear Supertypes
Serializable, Serializable, Product, Equals, LocalScanProcessor, (CloseableIterator[SimpleFeature]) ⇒ CloseableIterator[SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalProcessor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LocalScanProcessor
  7. Function1
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalProcessor(sft: SimpleFeatureType, hints: Hints, authProvider: Option[AuthorizationsProvider])

    sft

    feature type

    hints

    query hints

    authProvider

    auth provider, if auth filtering is desired

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (CloseableIterator[SimpleFeature]) ⇒ A): (CloseableIterator[SimpleFeature]) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(features: CloseableIterator[SimpleFeature]): CloseableIterator[SimpleFeature]
    Definition Classes
    LocalProcessor → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val authProvider: Option[AuthorizationsProvider]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. def compose[A](g: (A) ⇒ CloseableIterator[SimpleFeature]): (A) ⇒ CloseableIterator[SimpleFeature]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def explain(explainer: Explainer): Unit
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. val hints: Hints
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. val reducer: Option[FeatureReducer]

    Reducer step for this processor

    Reducer step for this processor

    Definition Classes
    LocalProcessorLocalScanProcessor
  19. val sft: SimpleFeatureType
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LocalScanProcessor

Inherited from (CloseableIterator[SimpleFeature]) ⇒ CloseableIterator[SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped