within
within(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 is contained within g2.
Source Code
This function has multiple methods:
within(g1::GMT.Gdal.AbstractGeometry, g2::GMT.Gdal.AbstractGeometry)- gdal_extensions.jl:393within(D1, D2)- gdal_extensions.jl:394