Constants |
public League\Geotools\Polygon\MultiPolygon::TYPE = 'MULTIPOLYGON' |
Methods |
public League\Geotools\GeometryCollection::__construct(array $geometries = [], ?League\Geotools\Coordinate\Ellipsoid $ellipsoid = NULL) CoordinateCollection constructor. - param \GeometryInterface[] $geometries
- param \Ellipsoid $ellipsoid
|
public League\Geotools\GeometryCollection::add( $value) - param \GeometryInterface $value
- return bool
|
public League\Geotools\ArrayCollection::count() - attribute ReturnTypeWillChange
|
public League\Geotools\ArrayCollection::get( $key) - param string $key
- return null|mixed
|
public League\Geotools\GeometryCollection::getBoundingBox() - return \BoundingBoxInterface
|
public League\Geotools\GeometryCollection::getCoordinate() |
public League\Geotools\GeometryCollection::getCoordinates() - return \CoordinateCollection
|
public League\Geotools\GeometryCollection::getEllipsoid() |
public getGeometryType() |
public League\Geotools\ArrayCollection::getIterator() - attribute ReturnTypeWillChange
|
public League\Geotools\GeometryCollection::getPrecision() |
public League\Geotools\GeometryCollection::isEmpty() |
public League\Geotools\ArrayCollection::jsonSerialize() - attribute ReturnTypeWillChange
|
public League\Geotools\GeometryCollection::merge(League\Geotools\ArrayCollection $collection) - param \ArrayCollection $collection
- return \ArrayCollection
|
public League\Geotools\ArrayCollection::offsetExists( $offset) - attribute ReturnTypeWillChange
|
public League\Geotools\ArrayCollection::offsetGet( $offset) - attribute ReturnTypeWillChange
|
public League\Geotools\ArrayCollection::offsetSet( $offset, $value) - attribute ReturnTypeWillChange
|
public League\Geotools\ArrayCollection::offsetUnset( $offset) - attribute ReturnTypeWillChange
|
public pointInPolygon(League\Geotools\Coordinate\CoordinateInterface $coordinate) - param \CoordinateInterface $coordinate
- return bool
|
public pointOnBoundary(League\Geotools\Coordinate\CoordinateInterface $coordinate) - param \CoordinateInterface $coordinate
- return bool
|
public pointOnVertex(League\Geotools\Coordinate\CoordinateInterface $coordinate) - param \CoordinateInterface $coordinate
- return bool
|
public League\Geotools\ArrayCollection::remove( $key) - param string $key
- return null|mixed
|
public League\Geotools\GeometryCollection::set( $key, $value) - param string $key
- param \GeometryInterface $value
|
public League\Geotools\ArrayCollection::toArray() |