Exemple #1
0
 public function testXyzmWithSRID()
 {
     $point = Point::xyzm('4.5', '5.6', '6.7', '7.8', 123);
     $this->assertPointFactoryMethodAndAccessors($point, 4.5, 5.6, 6.7, 7.8, 123);
 }