17 std::cout <<
"Coverage series is NULL!" << std::endl;
21 std::cout <<
"Coverage series information: " << std::endl;
24 std::cout <<
"Temporal extent: " << period->toString() << std::endl;
28 std::cout <<
"Spatial extent: " << sextent->
toString() << std::endl;
30 std::cout <<
"Type: " << output->
getType() << std::endl;
31 std::cout <<
"Size: " << output->
size() << std::endl;
33 std::cout <<
"Coverage series observations: " << std::endl;
35 while(it != output->
end())
37 std::cout <<
"Date and time: " << it.
getTime()->
toString() << std::endl;
This file contains include headers for the Data Type module of TerraLib.
std::unique_ptr< te::dt::DateTimePeriod > getTemporalExtent() const
It returns the temporal extent of the coverage series.
CoverageSeriesIterator end() const
It returns an iterator that points to the end of the time series.
CoverageSeriesIterator begin() const
It returns an iterator that points to the first observation of the point coverage.
Examples on how to load/manipulate st types.
virtual std::string toString() const =0
It returns the data value in a string notation.
A class to traverse the observations of a CoverageSeries.
void PrintCoverageSeriesInfo(te::st::CoverageSeries *output)
It prints information about a coverage series (PrintCoverageSeries.cpp)
te::dt::DateTime * getTime() const
It returns the time pointed by the internal cursor.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
std::size_t size() const
It returns the size of the coverage series observations.
A class to represent a coverage series.
std::string toString() const
It returns the data value in a WKT representation.
CoverageType getType() const
It returns the type of the internal coverages.
te::gm::Geometry * getSpatialExtent() const
It returns the spatial extent of the coverage series.
This file contains include headers for the TerraLib ST module.
This file contains include headers for the Vector Geometry model of TerraLib.
This file contains include headers for the Data Access module of TerraLib.