/**
  * Returns all the segments
  * @return ArrayObject
  */
 public function getSegments()
 {
     return $this->raster->getSegments();
 }