Instance Constructors
-
new
FromBlobEntitiesIterator(blob: Blob)
Type Members
-
class
GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++[B >: OSMEntity](that: ⇒ GenTraversableOnce[B]): Iterator[B]
-
def
/:[B](z: B)(op: (B, OSMEntity) ⇒ B): B
-
def
:\[B](z: B)(op: (OSMEntity, B) ⇒ B): B
-
final
def
==(arg0: Any): Boolean
-
def
addString(b: StringBuilder): StringBuilder
-
def
addString(b: StringBuilder, sep: String): StringBuilder
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: ⇒ B)(seqop: (B, OSMEntity) ⇒ B, combop: (B, B) ⇒ B): B
-
final
def
asInstanceOf[T0]: T0
-
def
buffered: BufferedIterator[OSMEntity]
-
def
clone(): AnyRef
-
def
collect[B](pf: PartialFunction[OSMEntity, B]): Iterator[B]
-
def
collectFirst[B](pf: PartialFunction[OSMEntity, B]): Option[B]
-
def
contains(elem: Any): Boolean
-
def
copyToArray[B >: OSMEntity](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: OSMEntity](xs: Array[B]): Unit
-
def
copyToArray[B >: OSMEntity](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: OSMEntity](dest: Buffer[B]): Unit
-
def
corresponds[B](that: GenTraversableOnce[B])(p: (OSMEntity, B) ⇒ Boolean): Boolean
-
def
count(p: (OSMEntity) ⇒ Boolean): Int
-
def
dataInputStreamBlob(blob: Blob): DataInputStream
-
-
-
def
drop(n: Int): Iterator[OSMEntity]
-
def
dropWhile(p: (OSMEntity) ⇒ Boolean): Iterator[OSMEntity]
-
def
duplicate: (Iterator[OSMEntity], Iterator[OSMEntity])
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(p: (OSMEntity) ⇒ Boolean): Boolean
-
def
filter(p: (OSMEntity) ⇒ Boolean): Iterator[OSMEntity]
-
def
filterNot(p: (OSMEntity) ⇒ Boolean): Iterator[OSMEntity]
-
def
finalize(): Unit
-
-
def
flatMap[B](f: (OSMEntity) ⇒ GenTraversableOnce[B]): Iterator[B]
-
def
fold[A1 >: OSMEntity](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, OSMEntity) ⇒ B): B
-
def
foldRight[B](z: B)(op: (OSMEntity, B) ⇒ B): B
-
def
forall(p: (OSMEntity) ⇒ Boolean): Boolean
-
def
foreach[U](f: (OSMEntity) ⇒ U): Unit
-
final
def
getClass(): Class[_]
-
-
def
hasDefiniteSize: Boolean
-
def
hasNext: Boolean
-
def
hashCode(): Int
-
def
indexOf[B >: OSMEntity](elem: B): Int
-
def
indexWhere(p: (OSMEntity) ⇒ Boolean): Int
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraversableAgain: Boolean
-
def
length: Int
-
def
map[B](f: (OSMEntity) ⇒ B): Iterator[B]
-
def
max[B >: OSMEntity](implicit cmp: Ordering[B]): OSMEntity
-
def
maxBy[B](f: (OSMEntity) ⇒ B)(implicit cmp: Ordering[B]): OSMEntity
-
def
min[B >: OSMEntity](implicit cmp: Ordering[B]): OSMEntity
-
def
minBy[B](f: (OSMEntity) ⇒ B)(implicit cmp: Ordering[B]): OSMEntity
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
osmEntityIdx: Int
-
def
padTo[A1 >: OSMEntity](len: Int, elem: A1): Iterator[A1]
-
def
partition(p: (OSMEntity) ⇒ Boolean): (Iterator[OSMEntity], Iterator[OSMEntity])
-
def
patch[B >: OSMEntity](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
-
-
var
primitiveGroupIdx: Int
-
def
product[B >: OSMEntity](implicit num: Numeric[B]): B
-
def
reduce[A1 >: OSMEntity](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: OSMEntity](op: (B, OSMEntity) ⇒ B): B
-
def
reduceLeftOption[B >: OSMEntity](op: (B, OSMEntity) ⇒ B): Option[B]
-
def
reduceOption[A1 >: OSMEntity](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: OSMEntity](op: (OSMEntity, B) ⇒ B): B
-
def
reduceRightOption[B >: OSMEntity](op: (OSMEntity, B) ⇒ B): Option[B]
-
def
reversed: List[OSMEntity]
-
def
sameElements(that: Iterator[_]): Boolean
-
def
scanLeft[B](z: B)(op: (B, OSMEntity) ⇒ B): Iterator[B]
-
def
scanRight[B](z: B)(op: (OSMEntity, B) ⇒ B): Iterator[B]
-
def
seq: Iterator[OSMEntity]
-
def
size: Int
-
def
slice(from: Int, until: Int): Iterator[OSMEntity]
-
-
-
def
sum[B >: OSMEntity](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
take(n: Int): Iterator[OSMEntity]
-
def
takeWhile(p: (OSMEntity) ⇒ Boolean): Iterator[OSMEntity]
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, OSMEntity, Col[OSMEntity]]): Col[OSMEntity]
-
def
toArray[B >: OSMEntity](implicit arg0: ClassTag[B]): Array[B]
-
def
toBuffer[B >: OSMEntity]: Buffer[B]
-
def
toIndexedSeq: IndexedSeq[OSMEntity]
-
def
toIterable: Iterable[OSMEntity]
-
def
toIterator: Iterator[OSMEntity]
-
-
def
toMap[T, U](implicit ev: <:<[OSMEntity, (T, U)]): Map[T, U]
-
-
def
toSet[B >: OSMEntity]: Set[B]
-
def
toStream: Stream[OSMEntity]
-
def
toString(): String
-
def
toTraversable: Traversable[OSMEntity]
-
def
toVector: Vector[OSMEntity]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (OSMEntity) ⇒ Boolean): Iterator[OSMEntity]
-
def
zip[B](that: Iterator[B]): Iterator[(OSMEntity, B)]
-
def
zipAll[B, A1 >: OSMEntity, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]
-
def
zipWithIndex: Iterator[(OSMEntity, Int)]
Inherited from AnyRef
Inherited from Any
Iterate over all OSMEntities in a FileBlock. The Blob content must be a "OSMData" FileBlock