Go to the documentation of this file.
26 #ifndef __TERRALIB_FE_INTERNAL_SORTBY_H
27 #define __TERRALIB_FE_INTERNAL_SORTBY_H
110 #endif // __TERRALIB_FE_INTERNAL_SORTBY_H
std::size_t size() const
It returns the number of sort expressions.
std::vector< SortProperty * > m_sortPropertyVector
Mandatory at least one sort property.
const SortProperty * operator[](std::size_t index) const
It returns a specified property.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
A sort property name and order type.
It represents a sort by expression.
void push_back(SortProperty *p)
It adds the property to the sort list.
Proxy configuration file for TerraView (see terraview_config.h).
SortBy()
It initializes a new SortBy.