Exemple #1
0
 public function testXyzWithSRID()
 {
     $point = Point::xyz('2.3', '3.4', '4.5', 123);
     $this->assertPointFactoryMethodAndAccessors($point, 2.3, 3.4, 4.5, null, 123);
 }