Oihana PHP System

GeospatialGeometryTrait

(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices.

Tags
see
https://schema.org/GeospatialGeometry
see
https://en.wikipedia.org/wiki/DE-9IM

Table of Contents

Properties

$geoContains  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in DE-9IM.
$geoCoveredBy  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.
$geoCovers  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in DE-9IM.
$geoCrosses  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in DE-9IM.
$geoDisjoint  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in DE-9IM.)
$geoEquals  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship).
$geoIntersects  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.
$geoOverlaps  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.
$geoTouches  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in DE-9IM.)
$geoWithin  : array<string|int, mixed>|GeospatialGeometry|Place|null
Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.

Properties

$geoContains

Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in DE-9IM.

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoContains

$geoCoveredBy

Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoCoveredBy

$geoCovers

Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in DE-9IM.

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoCovers

$geoCrosses

Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in DE-9IM.

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoCrosses

$geoDisjoint

Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in DE-9IM.)

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoDisjoint

$geoEquals

Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship).

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoEquals

$geoIntersects

Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoIntersects

$geoOverlaps

Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoOverlaps

$geoTouches

Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in DE-9IM.)

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoTouches

$geoWithin

Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.

public array<string|int, mixed>|GeospatialGeometry|Place|null $geoWithin

        
On this page

Search results