Classes | |
class | Layer |
TEMAPEXPORT te::map::GroupingType te::map::serialize::GetGroupingType | ( | const std::string & | type | ) |
TEMAPEXPORT std::string te::map::serialize::GetGroupingType | ( | const te::map::GroupingType & | type | ) |
TEMAPEXPORT te::map::Visibility te::map::serialize::GetVisibility | ( | const std::string & | visible | ) |
TEMAPEXPORT std::string te::map::serialize::GetVisibility | ( | const te::map::Visibility & | visible | ) |
TEMAPEXPORT std::string te::map::serialize::ReadDataSetName | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT std::string te::map::serialize::ReadDataSourceId | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT std::unique_ptr< te::map::Chart > te::map::serialize::ReadLayerChart | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT std::string te::map::serialize::ReadLayerEncoding | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT te::map::Grouping * te::map::serialize::ReadLayerGrouping | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT te::map::RasterContrast * te::map::serialize::ReadLayerRasterContrast | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT std::string te::map::serialize::ReadLayerTitle | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT std::string te::map::serialize::ReadLayerVisibility | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT int te::map::serialize::ReadSRIDValue | ( | te::xml::Reader & | reader | ) |
TEMAPEXPORT void te::map::serialize::WriteAbstractLayer | ( | const te::map::AbstractLayer * | layer, |
te::xml::AbstractWriter & | writer | ||
) |
TEMAPEXPORT void te::map::serialize::WriteLayerChart | ( | te::map::Chart * | chart, |
te::xml::AbstractWriter & | writer | ||
) |
TEMAPEXPORT void te::map::serialize::WriteLayerGrouping | ( | te::map::Grouping * | g, |
te::xml::AbstractWriter & | writer | ||
) |
TEMAPEXPORT void te::map::serialize::WriteLayerRasterContrast | ( | te::map::RasterContrast * | rc, |
te::xml::AbstractWriter & | writer | ||
) |
TEMAPEXPORT void te::map::serialize::WriteSRIDValue | ( | const int & | srid, |
te::xml::AbstractWriter & | writer | ||
) |