crosses
crosses(geom1, geom2)
Parameters
geom1: the geometry. This can either be a GDAL AbstractGeometry or a GMTdataset (or vector of it), or a Matrixgeom2: Second geometry. AbstractGeometry ifgeom1::AbstractGeometryor a GMTdataset/Matrix ifgeom1is GMT type
Returns true if the geometries are crossing.
Source Code
This function has multiple methods:
crosses(g1::GMT.Gdal.AbstractGeometry, g2::GMT.Gdal.AbstractGeometry)- gdal_extensions.jl:380crosses(D1, D2)- gdal_extensions.jl:381