case class QueryResult(schema: SimpleFeatureType, hints: Hints, iterator: () ⇒ CloseableIterator[SimpleFeature]) extends Product with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryResult(schema: SimpleFeatureType, hints: Hints, iterator: () ⇒ CloseableIterator[SimpleFeature])
Value Members
- val hints: Hints
- val iterator: () ⇒ CloseableIterator[SimpleFeature]
- val schema: SimpleFeatureType
-
def
toString(): String
- Definition Classes
- QueryResult → AnyRef → Any