contains
contains(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 g1 contains g2.
Source Code
This function has multiple methods:
contains(g1::GMT.Gdal.AbstractGeometry, g2::GMT.Gdal.AbstractGeometry)- gdal_extensions.jl:406contains(D1::Union{GDtype, Matrix{<:Real}}, D2::Union{GDtype, Matrix{<:Real}})- gdal_extensions.jl:407