ISOBoundingPolygon
ISOBoundingPolygon
ISOBoundingPolygon class
R6Class
object.
Object of R6Class
for modelling an ISO BoundingPolygon
Experimental
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_EX_BoundingPolygon
ISO 19115-3 https://schemas.isotc211.org/19115/-3/gex/1.0/gex/#element_EX_BoundingPolygon
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOGeographicExtent
-> ISOBoundingPolygon
polygon
: list of polygons
new()
Initializes object
ISOBoundingPolygon$new(xml = NULL)
xml
: object of class XMLInternalNode-class
addPolygon()
Adds polygon
ISOBoundingPolygon$addPolygon(x)
x
: geometry object from sf
or object of class inheriting GMLAbstractGeometry
TRUE
if added, FALSE
otherwise
delPolygon()
Deletes polygon
ISOBoundingPolygon$delPolygon(x)
x
: geometry object from sf
or object of class inheriting GMLAbstractGeometry
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOBoundingPolygon$clone(deep = FALSE)
deep
: Whether to make a deep clone.