%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/test/vendor/phayes/geophp/lib/geometry/
Upload File :
Create Path :
Current File : //www/loslex/test/vendor/phayes/geophp/lib/geometry/MultiLineString.class.php

<?php
/**
 * MultiLineString: A collection of LineStrings
 */
class MultiLineString extends Collection
{
  protected $geom_type = 'MultiLineString';

  // MultiLineString is closed if all it's components are closed
  public function isClosed() {
    foreach ($this->components as $line) {
      if (!$line->isClosed()) {
        return FALSE;
      }
    }
    return TRUE;
  }

}


Zerion Mini Shell 1.0