GMLEnvelopeWithTimePeriod
GMLEnvelopeWithTimePeriod
GMLEnvelopeWithTimePeriod class
R6Class
object.
Object of R6Class
for modelling an GML envelope with time period
ISO 19136:2007 Geographic Information -- Geographic Markup Language. http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=32554
OGC Geography Markup Language. http://www.opengeospatial.org/standards/gml
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::GMLAbstractObject
-> geometa::GMLEnvelope
-> GMLEnvelopeWithTimePeriod
beginPosition
: begin position
endPosition
: end position
new()
Initializes a GML envelope with time period. The argument 'bbox' should be a matrix of dim 2,2 giving the x/y min/max values of a bouding box, as returned by bbox
function in package sp
.
GMLEnvelopeWithTimePeriod$new(
xml = NULL,
element = NULL,
bbox,
beginPosition,
endPosition,
srsName = NULL,
srsDimension = NULL,
axisLabels = NULL,
uomLabels = NULL
)
xml
: object of class XMLInternalNode-class
element
: element
bbox
: object of class matrix
beginPosition
: begin position, object of class Date or POSIXct-class
endPosition
: end position, object of class Date or POSIXct-class
srsName
: SRS name
srsDimension
: SRS dimension
axisLabels
: axis labels
uomLabels
: uom labels
decode()
Decodes an XML representation
GMLEnvelopeWithTimePeriod$decode(xml)
xml
: object of class XMLInternalNode-class
setBeginPosition()
Set begin position
GMLEnvelopeWithTimePeriod$setBeginPosition(beginPosition)
beginPosition
: object of class Date or POSIXct-class
setEndPosition()
Set end position
GMLEnvelopeWithTimePeriod$setEndPosition(endPosition)
endPosition
: object of class Date or POSIXct-class
clone()
The objects of this class are cloneable with this method.
GMLEnvelopeWithTimePeriod$clone(deep = FALSE)
deep
: Whether to make a deep clone.