Class

org.locationtech.geomesa.raster.iterators

GeomesaFilteringIterator

Related Doc: package iterators

Permalink

abstract class GeomesaFilteringIterator extends HasIteratorExtensions with SortedKeyValueIterator[Key, Value] with HasSourceIterator with LazyLogging

Linear Supertypes
LazyLogging, HasSourceIterator, SortedKeyValueIterator[Key, Value], HasIteratorExtensions, IteratorExtensions, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeomesaFilteringIterator
  2. LazyLogging
  3. HasSourceIterator
  4. SortedKeyValueIterator
  5. HasIteratorExtensions
  6. IteratorExtensions
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeomesaFilteringIterator()

    Permalink

Abstract Value Members

  1. abstract def setTopConditionally(): Unit

    Permalink

    Subclasses should set top key and top value if the current row is valid to be returned

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkTop(): Boolean

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def deepCopy(env: IteratorEnvironment): SortedKeyValueIterator[Key, Value]

    Permalink
    Definition Classes
    GeomesaFilteringIterator → SortedKeyValueIterator
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findTop(): Unit

    Permalink

    Advances the index-iterator to the next qualifying entry

  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getTopKey(): Key

    Permalink
    Definition Classes
    GeomesaFilteringIterator → SortedKeyValueIterator
  14. def getTopValue(): Value

    Permalink
    Definition Classes
    GeomesaFilteringIterator → SortedKeyValueIterator
  15. def hasTop(): Boolean

    Permalink
    Definition Classes
    GeomesaFilteringIterator → SortedKeyValueIterator
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def init(source: SortedKeyValueIterator[Key, Value], options: Map[String, String], env: IteratorEnvironment): Unit

    Permalink
    Definition Classes
    GeomesaFilteringIterator → SortedKeyValueIterator
  18. def init(featureType: SimpleFeatureType, options: OptionMap): Unit

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def next(): Unit

    Permalink
    Definition Classes
    GeomesaFilteringIterator → SortedKeyValueIterator
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def seek(range: Range, columnFamilies: Collection[ByteSequence], inclusive: Boolean): Unit

    Permalink
    Definition Classes
    GeomesaFilteringIterator → SortedKeyValueIterator
  26. var source: SortedKeyValueIterator[Key, Value]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. var topKey: Key

    Permalink
    Definition Classes
    HasSourceIterator
  30. var topValue: Value

    Permalink
    Definition Classes
    HasSourceIterator
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from HasSourceIterator

Inherited from SortedKeyValueIterator[Key, Value]

Inherited from HasIteratorExtensions

Inherited from IteratorExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped