- author Gabriel Bull
AbstractInterface
| Methods |
public abstract pointInPolygon(League
|
public abstract pointOnBoundary(League
|
public abstract pointOnVertex(League
|
| Methods |
| public abstract League\Geotools\GeometryInterface::getBoundingBox() Returns the bounding box of the Geometry
|
| public abstract League\Geotools\GeometryInterface::getCoordinate() Returns a vertex of this Geometry (usually, but not necessarily, the first one). The returned coordinate should not be assumed to be an actual Coordinate object used in the internal representation.
|
| public abstract League\Geotools\GeometryInterface::getCoordinates() Returns a collection containing the values of all the vertices for this geometry. If the geometry is a composite, the array will contain all the vertices for the components, in the order in which the components occur in the geometry.
|
| public abstract League\Geotools\GeometryInterface::getEllipsoid() Returns the ellipsoid of the geometry.
|
| public abstract League\Geotools\GeometryInterface::getGeometryType() Returns the geometry type.
|
| public abstract League\Geotools\GeometryInterface::getPrecision() Returns the precision of the geometry.
|
| public abstract League\Geotools\GeometryInterface::isEmpty() Returns true if the geometry is empty.
|
public abstract pointInPolygon(League
|
public abstract pointOnBoundary(League
|
public abstract pointOnVertex(League
|