Predicates#
|
Return True if a geometry has Z coordinates. |
|
Return True if a geometry has M coordinates. |
|
Return True if a linestring or linearring is counterclockwise. |
|
Return True if a linestring's first and last points are equal. |
|
Return True if a geometry is an empty point, polygon, etc. |
|
Return True if the object is a geometry. |
|
Return True if the object is not a geometry (None). |
|
Return True if a Geometry is prepared. |
|
Return True if a linestring is closed and simple. |
|
Return True if the geometry is simple. |
|
Return True if a geometry is well formed. |
|
Return True if the object is a geometry or None. |
|
Return a string stating if a geometry is valid and if not, why. |
|
Return True if A and B spatially cross. |
|
Return True if geometry B is completely inside geometry A. |
|
Return True if the Point (x, y) is completely inside geom. |
|
Return True if geometry B is completely inside geometry A, with no common boundary points. |
|
Return True if no point in geometry A is outside geometry B. |
|
Return True if no point in geometry B is outside geometry A. |
|
Return True if A and B do not share any point in space. |
|
Return True if the geometries are within a given distance. |
|
Return True if A and B are spatially equal. |
|
Return True if A and B share any portion of space. |
|
Return True if geom and the Point (x, y) share any portion of space. |
|
Return True if A and B spatially overlap. |
|
Return True if the only points shared between A and B are on their boundaries. |
|
Return True if geometry A is completely inside geometry B. |
|
Return True if the geometries are structurally equivalent within a given tolerance. |
|
Return True if the geometries are identical. |
|
Return a string representation of the DE-9IM intersection matrix. |
|
Return True if the DE-9IM relationship code satisfies the pattern. |