26 #ifndef __TERRALIB_FE_INTERNAL_SORTBY_H
27 #define __TERRALIB_FE_INTERNAL_SORTBY_H
It represents a sort by expression.
void push_back(SortProperty *p)
It adds the property to the sort list.
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.
SortBy()
It initializes a new SortBy.
A sort property name and order type.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).