#include <cstdlib>#include <string>#include <iostream>#include "../../src/terralib/ws/ogc/wms/client/XMLParser.h"#include "../../src/terralib/common/TerraLib.h"#include "../../src/terralib/qt/af/ApplicationController.h"#include "../../src/terralib/ws/ogc/wms/client/WMSClient.h"#include <QApplication>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Definition at line 15 of file examples/ogc-wms/main.cpp.
References capabilities, TerraLib::finalize(), te::ws::ogc::WMSClient::getCapabilities(), te::ws::ogc::WMSClient::getFeatureInfo(), te::common::Singleton< TerraLib >::getInstance(), te::common::Singleton< ApplicationController >::getInstance(), te::ws::ogc::WMSClient::getMap(), TerraLib::initialize(), te::ws::ogc::wms::WMSGetMapRequest::m_boundingBox, te::ws::ogc::wms::Layer::m_boundingBoxes, te::ws::ogc::wms::WMSCapabilities::m_capability, te::ws::ogc::wms::BoundingBox::m_crs, te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_exceptions, te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_featureCount, te::ws::ogc::wms::WMSGetFeatureInfoResponse::m_featureInfoContent, te::ws::ogc::wms::WMSGetMapRequest::m_format, te::ws::ogc::wms::WMSGetMapResponse::m_format, te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_getMap, te::ws::ogc::wms::WMSGetMapRequest::m_height, te::ws::ogc::wms::OnlineResource::m_href, te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_i, te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_infoFormat, te::ws::ogc::wms::WMSGetFeatureInfoResponse::m_infoFormat, te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_j, te::ws::ogc::wms::Capability::m_layer, te::ws::ogc::wms::Layer::m_layers, te::ws::ogc::wms::WMSGetMapRequest::m_layers, te::ws::ogc::wms::Style::m_legendURL, te::ws::ogc::wms::BoundingBox::m_maxX, te::ws::ogc::wms::BoundingBox::m_maxY, te::ws::ogc::wms::BoundingBox::m_minX, te::ws::ogc::wms::Style::m_name, te::ws::ogc::wms::Layer::m_name, te::ws::ogc::wms::LegendURL::m_onlineResource, te::ws::ogc::wms::WMSGetFeatureInfoRequest::m_queryLayers, te::ws::ogc::wms::WMSGetMapResponse::m_size, te::ws::ogc::wms::WMSGetMapRequest::m_srs, te::ws::ogc::wms::Layer::m_styles, te::ws::ogc::wms::WMSGetMapRequest::m_styles, te::ws::ogc::wms::Layer::m_title, te::ws::ogc::wms::WMSGetMapRequest::m_transparent, te::ws::ogc::wms::WMSGetMapRequest::m_width, request, and te::ws::ogc::WMSClient::updateCapabilities().