ISOSpatialTemporalExtent function

ISOSpatialTemporalExtent

ISOSpatialTemporalExtent

ISOSpatialTemporalExtent

ISOSpatialTemporalExtent class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO SpatialTemporalExtent

Examples

#create object md <- ISOSpatialTemporalExtent$new() start <- ISOdate(2000, 1, 12, 12, 59, 45) end <- ISOdate(2010, 8, 22, 13, 12, 43) tp <- GMLTimePeriod$new(beginPosition = start, endPosition = end) md$setTimePeriod(tp) spatialExtent <- ISOGeographicBoundingBox$new(minx = -180, miny = -90, maxx = 180, maxy = 90) md$addSpatialExtent(spatialExtent) xml <- md$encode()

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOTemporalExtent -> ISOSpatialTemporalExtent

Public fields

  • spatialExtent: spatialExtent [1..*]: ISOGeographicExtent

Methods

Public methods

Method new()

Initializes object

Usage

ISOSpatialTemporalExtent$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method addSpatialExtent()

Adds spatial extent

Usage

ISOSpatialTemporalExtent$addSpatialExtent(spatialExtent)

Arguments

  • spatialExtent: object of class ISOGeographicExtent

Returns

TRUE if added, FALSE otherwise

Method delSpatialExtent()

Deletes spatial extent

Usage

ISOSpatialTemporalExtent$delSpatialExtent(spatialExtent)

Arguments

  • spatialExtent: object of class ISOGeographicExtent

Returns

TRUE if deleted, FALSE otherwise

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOSpatialTemporalExtent$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29