diff --git a/ALLRelease/ALLRelease.vcxproj b/ALLRelease/ALLRelease.vcxproj index fde6e9f..e39925e 100644 --- a/ALLRelease/ALLRelease.vcxproj +++ b/ALLRelease/ALLRelease.vcxproj @@ -118,6 +118,8 @@ true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + stdcpp14 + stdc11 Console @@ -139,12 +141,12 @@ {4e6e79a3-048c-4fb4-bbb0-43c518a3e6d4} - - {d50e4f7d-d021-36b9-a36a-7e4442ae70a5} - {7ef67daa-dbc0-4b7f-80e8-11b4d2cb7ec2} + + {e56b3878-a3dc-41a4-abf3-b628816d0d64} + {070c157e-3c30-4e2b-a80c-cbc7b74df03f} diff --git a/BaseCommonLibrary/BaseCommonLibrary.vcxproj b/BaseCommonLibrary/BaseCommonLibrary.vcxproj index c2f724e..10e2742 100644 --- a/BaseCommonLibrary/BaseCommonLibrary.vcxproj +++ b/BaseCommonLibrary/BaseCommonLibrary.vcxproj @@ -162,6 +162,8 @@ true StreamingSIMDExtensions2 true + stdcpp14 + stdc11 Windows diff --git a/BaseCommonLibrary/ToolAbstract/QToolAbstract.h b/BaseCommonLibrary/ToolAbstract/QToolAbstract.h index f818162..5f00324 100644 --- a/BaseCommonLibrary/ToolAbstract/QToolAbstract.h +++ b/BaseCommonLibrary/ToolAbstract/QToolAbstract.h @@ -2,7 +2,7 @@ #ifndef QToolAbstract_H_ #define QToolAbstract_H_ - +#include "BaseConstVariable.h" #include #include #include @@ -13,7 +13,7 @@ // 自定义 QTreeWidgetItem 继承类 -class QToolAbstract : public QObject { +class BASECONSTVARIABLEAPI QToolAbstract : public QObject { Q_OBJECT public: QToolAbstract(QObject* parent=nullptr); @@ -31,6 +31,8 @@ public: /* // 注册工具箱 +PluginTool_*.dll void RegisterPreToolBox(RasterProcessTool* mainWindows); +extern "C" void RegisterPreToolBox(LAMPMainWidget::RasterMainWidget* mainwindows,ToolBoxWidget* toolbox); */ #endif // !1 \ No newline at end of file diff --git a/GPUBaseLib/GPUBaseLib.vcxproj b/GPUBaseLib/GPUBaseLib.vcxproj index fb734c5..49a862f 100644 --- a/GPUBaseLib/GPUBaseLib.vcxproj +++ b/GPUBaseLib/GPUBaseLib.vcxproj @@ -129,6 +129,8 @@ true NDEBUG;_CONSOLE;GPUBASELIB_API;%(PreprocessorDefinitions) true + stdcpp14 + stdc11 Console diff --git a/LAMPDataProcessEXE/LAMPDataProcessEXE.vcxproj b/LAMPDataProcessEXE/LAMPDataProcessEXE.vcxproj index 1f13d0c..8c80513 100644 --- a/LAMPDataProcessEXE/LAMPDataProcessEXE.vcxproj +++ b/LAMPDataProcessEXE/LAMPDataProcessEXE.vcxproj @@ -62,13 +62,14 @@ - ..\BaseCommonLibrary;..\BaseCommonLibrary\BaseTool;..\BaseCommonLibrary\ToolAbstract;..\GPUBaseLib\GPUTool;..\LAMPSARProcessProgram;$(VC_IncludePath);$(WindowsSDK_IncludePath) + ..\BaseCommonLibrary;..\BaseCommonLibrary\BaseTool;..\BaseCommonLibrary\ToolAbstract;..\GPUBaseLib\GPUTool;..\LAMPSARProcessProgram;..\LAMPMainWidget;..\RasterMainWidgetGUI;..\RasterMainWidgetGUI\RasterMainWidget;$(VC_IncludePath);$(WindowsSDK_IncludePath) true true stdc11 + stdcpp14 @@ -110,9 +111,15 @@ {872ecd6f-30e3-4a1b-b17c-15e87d373ff6} + + {b8b40c54-f7fe-4809-b6fb-8bc014570d7b} + {7ef67daa-dbc0-4b7f-80e8-11b4d2cb7ec2} + + {e56b3878-a3dc-41a4-abf3-b628816d0d64} + diff --git a/LAMPDataProcessEXE/LAMPMainWidget.sqlite b/LAMPDataProcessEXE/LAMPMainWidget.sqlite new file mode 100644 index 0000000..bea7b1d Binary files /dev/null and b/LAMPDataProcessEXE/LAMPMainWidget.sqlite differ diff --git a/LAMPDataProcessEXE/main.cpp b/LAMPDataProcessEXE/main.cpp index 0242e3a..a6942bb 100644 --- a/LAMPDataProcessEXE/main.cpp +++ b/LAMPDataProcessEXE/main.cpp @@ -5,9 +5,12 @@ #include #include #include -#include "RasterProcessTool.h" +#include "LAMPMainWidgetRunProgram.h" + +#pragma execution_character_set("utf-8") + // 自定义消息处理器函数 void customMessageHandler(QtMsgType type, const QMessageLogContext& context, const QString& msg) { @@ -42,7 +45,6 @@ void customMessageHandler(QtMsgType type, const QMessageLogContext& context, con int main(int argc, char *argv[]) { QApplication a(argc, argv); - RasterProcessTool w; - w.show(); + RasterMainWidgetRun(); return a.exec(); } diff --git a/LAMPMainWidget/.gitattributes b/LAMPMainWidget/.gitattributes deleted file mode 100644 index 1ff0c42..0000000 --- a/LAMPMainWidget/.gitattributes +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# Set default behavior to automatically normalize line endings. -############################################################################### -* text=auto - -############################################################################### -# Set default behavior for command prompt diff. -# -# This is need for earlier builds of msysgit that does not have it on by -# default for csharp files. -# Note: This is only used by command line -############################################################################### -#*.cs diff=csharp - -############################################################################### -# Set the merge driver for project and solution files -# -# Merging from the command prompt will add diff markers to the files if there -# are conflicts (Merging from VS is not affected by the settings below, in VS -# the diff markers are never inserted). Diff markers may cause the following -# file extensions to fail to load in VS. An alternative would be to treat -# these files as binary and thus will always conflict and require user -# intervention with every merge. To do so, just uncomment the entries below -############################################################################### -#*.sln merge=binary -#*.csproj merge=binary -#*.vbproj merge=binary -#*.vcxproj merge=binary -#*.vcproj merge=binary -#*.dbproj merge=binary -#*.fsproj merge=binary -#*.lsproj merge=binary -#*.wixproj merge=binary -#*.modelproj merge=binary -#*.sqlproj merge=binary -#*.wwaproj merge=binary - -############################################################################### -# behavior for image files -# -# image files are treated as binary by default. -############################################################################### -#*.jpg binary -#*.png binary -#*.gif binary - -############################################################################### -# diff behavior for common document formats -# -# Convert binary document formats to text before diffing them. This feature -# is only available from the command line. Turn it on by uncommenting the -# entries below. -############################################################################### -#*.doc diff=astextplain -#*.DOC diff=astextplain -#*.docx diff=astextplain -#*.DOCX diff=astextplain -#*.dot diff=astextplain -#*.DOT diff=astextplain -#*.pdf diff=astextplain -#*.PDF diff=astextplain -#*.rtf diff=astextplain -#*.RTF diff=astextplain diff --git a/LAMPMainWidget/.gitignore b/LAMPMainWidget/.gitignore deleted file mode 100644 index bde2103..0000000 --- a/LAMPMainWidget/.gitignore +++ /dev/null @@ -1,464 +0,0 @@ -CMakeCache.txt -CMakeFiles -CMakeScripts -Testing -Makefile -cmake_install.cmake -install_manifest.txt -compile_commands.json -CTestTestfile.cmake -/cmake-build-debug -/.idea -/.vs -*.swp -*.stash -*.user -.DS_Store -# ---> C++ -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app - -# ---> VisualStudio -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# Visual Studio History (VSHistory) files -.vshistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp - -# JetBrains Rider -*.sln.iml - -# ---> VisualStudioCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix - diff --git a/LAMPMainWidget/LAMPMainWidget.pro b/LAMPMainWidget/LAMPMainWidget.pro deleted file mode 100644 index edca761..0000000 --- a/LAMPMainWidget/LAMPMainWidget.pro +++ /dev/null @@ -1,99 +0,0 @@ -###################################################################### -# Modified by ZLY 2022 01 15 22:08 -###################################################################### - -TEMPLATE = app -TARGET = LAMPMainWidget -QT += core gui -QT += widgets sql - - -# Input -HEADERS += \ - include/crs.h \ - include/layerprovider.h \ - include/mapcanvas.h \ - include/mapcanvasmap.h \ - include/maplayer.h \ - include/maptool.h \ - include/pointxy.h \ - include/crs/webmercator.h \ - include/gui/mainwindow.h \ - include/gui/sponsorwindow.h \ - include/gui/taskwindow.h \ - include/layer/tmslayer.h \ - include/provider/tmsprovider.h \ - include/tools/maptoolpan.h \ - include/tools/maptoolselect.h \ - include/tools/maptoolzoomin.h \ - include/tools/maptoolzoomout.h \ - include/utils/LAMPMainWidget.h \ - include/utils/imgwriter.h \ - include/utils/network.h \ - include/provider/tms/gaodenormalprovider.h \ - include/provider/tms/gaodesatelliteprovider.h \ - include/provider/tms/googlechinanormalprovider.h \ - include/provider/tms/googlechinasatelliteprovider.h \ - include/provider/tms/ostnormalprovider.h \ - include/provider/tms/tmsproviderfactory.h \ - include/tools/maptooldrawline.h \ - maparea.h \ - mapautoplane.h \ - mapline.h \ - include/tools/maptooladdplane.h \ - include/tools/maptooldrawarea.h - -FORMS += include/gui/mainwindow.ui \ - include/gui/sponsorwindow.ui \ - include/gui/taskwindow.ui -SOURCES += crs.cpp \ - egmain.cpp \ - maparea.cpp \ - mapautoplane.cpp \ - mapcanvas.cpp \ - mapcanvasmap.cpp \ - maplayer.cpp \ - mapline.cpp \ - maptool.cpp \ - pointxy.cpp \ - crs/webmercator.cpp \ - gui/mainwindow.cpp \ - gui/sponsorwindow.cpp \ - gui/taskwindow.cpp \ - layer/tmslayer.cpp \ - provider/tmsprovider.cpp \ - tools/maptooldrawline.cpp \ - tools/maptoolpan.cpp \ - tools/maptoolselect.cpp \ - tools/maptoolzoomin.cpp \ - tools/maptoolzoomout.cpp \ - tools/maptooldrawarea.cpp \ - tools/maptooladdplane.cpp \ - utils/imgwriter.cpp \ - utils/network.cpp \ - provider/tms/gaodenormalprovider.cpp \ - provider/tms/ostnormalprovider.cpp \ - provider/tms/tmsproviderfactory.cpp -RESOURCES += resources/res.qrc - -#LIBS += -LE:/PROJ/lib/ -lproj -#LIBS += -LE:/PROJ/lib/ -lproj_i -#LIBS += -LE:/curl7.80/lib/x64/ -llibcurl - -#INCLUDEPATH += E:/curl7.80/include -#DEPENDPATH += E:/curl7.80/include - -#INCLUDEPATH += E:/PROJ/include -#DEPENDPATH += E:/PROJ/include - -win32: LIBS += -L$$PWD/curl_7.80/lib/x64/ -llibcurl -INCLUDEPATH += $$PWD/curl_7.80/include -DEPENDPATH += $$PWD/curl_7.80/include - -win32: LIBS += -L$$PWD/proj4_5.2.0/lib/ -lproj -INCLUDEPATH += $$PWD/proj4_5.2.0/include -DEPENDPATH += $$PWD/proj4_5.2.0/include - -win32: LIBS += -L$$PWD/proj4_5.2.0/lib/ -lproj_i -INCLUDEPATH += $$PWD/proj4_5.2.0/include -DEPENDPATH += $$PWD/proj4_5.2.0/include diff --git a/LAMPMainWidget/LAMPMainWidget.pro.user.12 b/LAMPMainWidget/LAMPMainWidget.pro.user.12 deleted file mode 100644 index 7253936..0000000 --- a/LAMPMainWidget/LAMPMainWidget.pro.user.12 +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - true - 1 - true - 0 - true - 0 - 8 - true - 0 - true - true - true - false - - - - ProjectExplorer.Project.PluginSettings - - - - ProjectExplorer.Project.Target.0 - - Desktop Qt 5.1.0 MSVC2010 32bit - Desktop Qt 5.1.0 MSVC2010 32bit - qt.510.win32_msvc2010.essentials_kit - 1 - 0 - 0 - - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - - - true - Make - - Qt4ProjectManager.MakeStep - - false - - - - 2 - 鏋勫缓 - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - - true - clean - - - 1 - 娓呯悊 - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Debug - - Qt4ProjectManager.Qt4BuildConfiguration - 2 - C:/Users/Administrator/Desktop/%{JS: Util.asciify("build-LAMPMainWidget-Desktop_Qt_5_1_0_MSVC2010_32bit-Debug")} - true - - - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - - - true - Make - - Qt4ProjectManager.MakeStep - - false - - - - 2 - 鏋勫缓 - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - - true - clean - - - 1 - 娓呯悊 - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Release - - Qt4ProjectManager.Qt4BuildConfiguration - 0 - C:/Users/Administrator/Desktop/%{JS: Util.asciify("build-LAMPMainWidget-Desktop_Qt_5_1_0_MSVC2010_32bit-Release")} - true - - 2 - - - 0 - 閮ㄧ讲 - - ProjectExplorer.BuildSteps.Deploy - - 1 - 鍦ㄦ湰鍦伴儴缃 - - ProjectExplorer.DefaultDeployConfiguration - - 1 - - - true - - false - false - false - false - true - 0.01 - 10 - true - 25 - - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - LAMPMainWidget - - Qt4ProjectManager.Qt4RunConfiguration:C:/Users/Administrator/Desktop/LAMPMainWidget-master/LAMPMainWidget.pro - 2 - - LAMPMainWidget.pro - false - false - - - 3768 - true - false - false - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.EnvironmentId - {eb13e5e2-0535-44b1-b74d-6dffbc511dad} - - - ProjectExplorer.Project.Updater.FileVersion - 12 - - diff --git a/LAMPMainWidget/LAMPMainWidget.qtvscr b/LAMPMainWidget/LAMPMainWidget.qtvscr deleted file mode 100644 index 1d44d18..0000000 --- a/LAMPMainWidget/LAMPMainWidget.qtvscr +++ /dev/null @@ -1,5746 +0,0 @@ - - -
- - - Qt Visual Studio Tools - - - Project Format Conversion - - - Report generated on 2025-02-01 12:01:00 - -
-
- - Files - - - - - [Before] - [After] - - [Diff before/after] - - - [Diff before/current] - - - [Diff after/current] - - - - - - - [Before] - [After] - - [Diff before/after] - - - [Diff before/current] - - - [Diff after/current] - - - -
-
- - Changes - - - - - - - - - - - - - - - - - - - - - - - - .;curl_7.80\include;proj4_5.2.0\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;release;.;]]>]]> - - - - - .;curl_7.80\include;proj4_5.2.0\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;release;.;]]>]]> - - - - - - - - - - .;curl_7.80\include;proj4_5.2.0\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;debug;.;]]>]]> - - - - - .;curl_7.80\include;proj4_5.2.0\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;debug;.;]]>]]> - - - - - - - - - - include\provider\tms\gaodenormalprovider.h;release\moc_predefs.h;]]>]]> - - - - - include\provider\tms\gaodenormalprovider.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\provider\tms\gaodenormalprovider.h;debug\moc_predefs.h;]]>]]> - - - - - include\provider\tms\gaodenormalprovider.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\layerprovider.h;release\moc_predefs.h;]]>]]> - - - - - include\layerprovider.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\layerprovider.h;debug\moc_predefs.h;]]>]]> - - - - - include\layerprovider.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\gui\mainwindow.h;release\moc_predefs.h;]]>]]> - - - - - include\gui\mainwindow.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\gui\mainwindow.h;debug\moc_predefs.h;]]>]]> - - - - - include\gui\mainwindow.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\mapcanvas.h;release\moc_predefs.h;]]>]]> - - - - - include\mapcanvas.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\mapcanvas.h;debug\moc_predefs.h;]]>]]> - - - - - include\mapcanvas.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\provider\tms\ostnormalprovider.h;release\moc_predefs.h;]]>]]> - - - - - include\provider\tms\ostnormalprovider.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\provider\tms\ostnormalprovider.h;debug\moc_predefs.h;]]>]]> - - - - - include\provider\tms\ostnormalprovider.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\gui\sponsorwindow.h;release\moc_predefs.h;]]>]]> - - - - - include\gui\sponsorwindow.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\gui\sponsorwindow.h;debug\moc_predefs.h;]]>]]> - - - - - include\gui\sponsorwindow.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\gui\taskwindow.h;release\moc_predefs.h;]]>]]> - - - - - include\gui\taskwindow.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\gui\taskwindow.h;debug\moc_predefs.h;]]>]]> - - - - - include\gui\taskwindow.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\provider\tmsprovider.h;release\moc_predefs.h;]]>]]> - - - - - include\provider\tmsprovider.h;release\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - include\provider\tmsprovider.h;debug\moc_predefs.h;]]>]]> - - - - - include\provider\tmsprovider.h;debug\moc_predefs.h;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\moc]]>]]> - - - - - $(QTDIR)\bin\moc]]>]]> - - - - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\mkspecs\features\data\dummy]]>]]> - - - - - $(QTDIR)\mkspecs\features\data\dummy]]>]]> - - - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-Zi聽-MDd聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽]]>]]> - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-Zi聽-MDd聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽]]>]]> - - - - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\mkspecs\features\data\dummy]]>]]> - - - - - $(QTDIR)\mkspecs\features\data\dummy]]>]]> - - - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-O2聽-MD聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽]]>]]> - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-O2聽-MD聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽]]>]]> - - - - - - - - - - include\gui\mainwindow.ui;]]>]]> - - - - - include\gui\mainwindow.ui;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\uic]]>]]> - - - - - $(QTDIR)\bin\uic]]>]]> - - - - - - - - - - include\gui\mainwindow.ui;]]>]]> - - - - - include\gui\mainwindow.ui;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\uic]]>]]> - - - - - $(QTDIR)\bin\uic]]>]]> - - - - - - - - - - include\gui\sponsorwindow.ui;]]>]]> - - - - - include\gui\sponsorwindow.ui;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\uic]]>]]> - - - - - $(QTDIR)\bin\uic]]>]]> - - - - - - - - - - include\gui\sponsorwindow.ui;]]>]]> - - - - - include\gui\sponsorwindow.ui;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\uic]]>]]> - - - - - $(QTDIR)\bin\uic]]>]]> - - - - - - - - - - include\gui\taskwindow.ui;]]>]]> - - - - - include\gui\taskwindow.ui;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\uic]]>]]> - - - - - $(QTDIR)\bin\uic]]>]]> - - - - - - - - - - include\gui\taskwindow.ui;]]>]]> - - - - - include\gui\taskwindow.ui;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\uic]]>]]> - - - - - $(QTDIR)\bin\uic]]>]]> - - - - - - - - - - resources\res.qrc;]]>]]> - - - - - resources\res.qrc;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\rcc]]>]]> - - - - - $(QTDIR)\bin\rcc]]>]]> - - - - - - - - - - resources\res.qrc;]]>]]> - - - - - resources\res.qrc;]]>]]> - - - - - - - C:\vcpkg\installed\x64-windows\tools\qt5\bin\rcc]]>]]> - - - - - $(QTDIR)\bin\rcc]]>]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - C:\Users\30453\Desktop\LAMPMainWidget-master\LAMPMainWidget-master\curl_7]]>]]> - - - - - .\curl_7]]>]]> - - - - - - - $(QTDIR)\lib]]>]]> - - - - - $(QTDIR)\lib]]>]]> - - - - - - - - - - C:\Users\30453\Desktop\LAMPMainWidget-master\LAMPMainWidget-master\curl_7]]>]]> - - - - - .\curl_7]]>]]> - - - - - - - $(QTDIR)\lib]]>]]> - - - - - $(QTDIR)\lib]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include]]>]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - .;]]>]]> - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;]]>]]> - - - - - - - - - - - - - ]]> - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(Configuration)\moc_%(Filename).cpp]]> - - - - - - - - - - UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;QT_WIDGETS_LIB;QT_GUI_LIB;QT_SQL_LIB;QT_CORE_LIB]]> - - - - - - - - - - msvc]]> - - - - - - - - - - ./$(Configuration)/moc_predefs.h]]> - - - - - - - - - - Moc'ing聽%(Identity)...]]> - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - output]]> - - - - - - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;$(QTDIR)/mkspecs/win32-msvc;.;./curl_7.80/include;./proj4_5.2.0/include;C:/vcpkg/installed/$(Platform)-windows/include/qt5;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtWidgets;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtGui;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtSql;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtCore;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include;C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - $(Configuration)\qrc_%(Filename).cpp]]> - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - default]]> - - - - - - - - - - res]]> - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - Rcc'ing聽%(Identity)...]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(ProjectDir)\ui_%(Filename).h]]> - - - - - - - - - - Uic'ing聽%(Identity)...]]> - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - ]]> - - - - - - - - - - .;]]>]]> - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;]]>]]> - - - - - - - - - - - - - ]]> - - - - - - - - - - $(Configuration)\qrc_%(Filename).cpp]]> - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - default]]> - - - - - - - - - - res]]> - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - Rcc'ing聽%(Identity)...]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(Configuration)\moc_%(Filename).cpp]]> - - - - - - - - - - UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_WIDGETS_LIB;QT_GUI_LIB;QT_SQL_LIB;QT_CORE_LIB]]> - - - - - - - - - - msvc]]> - - - - - - - - - - ./$(Configuration)/moc_predefs.h]]> - - - - - - - - - - Moc'ing聽%(Identity)...]]> - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - output]]> - - - - - - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;$(QTDIR)/mkspecs/win32-msvc;.;./curl_7.80/include;./proj4_5.2.0/include;C:/vcpkg/installed/$(Platform)-windows/include/qt5;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtWidgets;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtGui;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtSql;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtCore;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include;C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(ProjectDir)\ui_%(Filename).h]]> - - - - - - - - - - Uic'ing聽%(Identity)...]]> - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - include\provider\tms\gaodenormalprovider.h;release\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\provider\tms\gaodenormalprovider.h聽-o聽release\moc_gaodenormalprovider.cpp]]> - - - - - - - - - - MOC聽include/provider/tms/gaodenormalprovider.h]]> - - - - - - - - - - release\moc_gaodenormalprovider.cpp;%(Outputs)]]> - - - - - - - - - - include\provider\tms\gaodenormalprovider.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\provider\tms\gaodenormalprovider.h聽-o聽debug\moc_gaodenormalprovider.cpp]]> - - - - - - - - - - MOC聽include/provider/tms/gaodenormalprovider.h]]> - - - - - - - - - - debug\moc_gaodenormalprovider.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - include\layerprovider]]>]]> - - - - - ]]> - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\layerprovider.h聽-o聽release\moc_layerprovider.cpp]]> - - - - - - - - - - MOC聽include/layerprovider.h]]> - - - - - - - - - - release\moc_layerprovider.cpp;%(Outputs)]]> - - - - - - - - - - include\layerprovider.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\layerprovider.h聽-o聽debug\moc_layerprovider.cpp]]> - - - - - - - - - - MOC聽include/layerprovider.h]]> - - - - - - - - - - debug\moc_layerprovider.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - include\gui\mainwindow.h;release\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\gui\mainwindow.h聽-o聽release\moc_mainwindow.cpp]]> - - - - - - - - - - MOC聽include/gui/mainwindow.h]]> - - - - - - - - - - release\moc_mainwindow.cpp;%(Outputs)]]> - - - - - - - - - - include\gui\mainwindow.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\gui\mainwindow.h聽-o聽debug\moc_mainwindow.cpp]]> - - - - - - - - - - MOC聽include/gui/mainwindow.h]]> - - - - - - - - - - debug\moc_mainwindow.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - include\mapcanvas.h;release\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\mapcanvas.h聽-o聽release\moc_mapcanvas.cpp]]> - - - - - - - - - - MOC聽include/mapcanvas.h]]> - - - - - - - - - - release\moc_mapcanvas.cpp;%(Outputs)]]> - - - - - - - - - - include\mapcanvas.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\mapcanvas.h聽-o聽debug\moc_mapcanvas.cpp]]> - - - - - - - - - - MOC聽include/mapcanvas.h]]> - - - - - - - - - - debug\moc_mapcanvas.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - include\provider\tms\ostnormalprovider.h;release\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\provider\tms\ostnormalprovider.h聽-o聽release\moc_ostnormalprovider.cpp]]> - - - - - - - - - - MOC聽include/provider/tms/ostnormalprovider.h]]> - - - - - - - - - - release\moc_ostnormalprovider.cpp;%(Outputs)]]> - - - - - - - - - - include\provider\tms\ostnormalprovider.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\provider\tms\ostnormalprovider.h聽-o聽debug\moc_ostnormalprovider.cpp]]> - - - - - - - - - - MOC聽include/provider/tms/ostnormalprovider.h]]> - - - - - - - - - - debug\moc_ostnormalprovider.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - include\gui\sponsorwindow]]>]]> - - - - - ]]> - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\gui\sponsorwindow.h聽-o聽release\moc_sponsorwindow.cpp]]> - - - - - - - - - - MOC聽include/gui/sponsorwindow.h]]> - - - - - - - - - - release\moc_sponsorwindow.cpp;%(Outputs)]]> - - - - - - - - - - include\gui\sponsorwindow.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\gui\sponsorwindow.h聽-o聽debug\moc_sponsorwindow.cpp]]> - - - - - - - - - - MOC聽include/gui/sponsorwindow.h]]> - - - - - - - - - - debug\moc_sponsorwindow.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - include\gui\taskwindow.h;release\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\gui\taskwindow.h聽-o聽release\moc_taskwindow.cpp]]> - - - - - - - - - - MOC聽include/gui/taskwindow.h]]> - - - - - - - - - - release\moc_taskwindow.cpp;%(Outputs)]]> - - - - - - - - - - include\gui\taskwindow.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\gui\taskwindow.h聽-o聽debug\moc_taskwindow.cpp]]> - - - - - - - - - - MOC聽include/gui/taskwindow.h]]> - - - - - - - - - - debug\moc_taskwindow.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - include\provider\tmsprovider.h;release\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DNDEBUG聽-DQT_NO_DEBUG聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./release/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\provider\tmsprovider.h聽-o聽release\moc_tmsprovider.cpp]]> - - - - - - - - - - MOC聽include/provider/tmsprovider.h]]> - - - - - - - - - - release\moc_tmsprovider.cpp;%(Outputs)]]> - - - - - - - - - - include\provider\tmsprovider.h;debug\moc_predefs.h;$(QTDIR)\bin\moc.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\moc.exe聽聽-DUNICODE聽-D_UNICODE聽-DWIN32聽-D_ENABLE_EXTENDED_ALIGNED_STORAGE聽-DWIN64聽-DQT_WIDGETS_LIB聽-DQT_GUI_LIB聽-DQT_SQL_LIB聽-DQT_CORE_LIB聽--compiler-flavor=msvc聽--include聽./debug/moc_predefs.h聽-I$(QTDIR)/mkspecs/win32-msvc聽-I.聽-I./curl_7.80/include聽-I./proj4_5.2.0/include聽-I./proj4_5.2.0/include聽-IC:/vcpkg/installed/x64-windows/include/qt5聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtWidgets聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtGui聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtSql聽-IC:/vcpkg/installed/x64-windows/include/qt5/QtCore聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include"聽-I"D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt"聽-I"C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt"聽include\provider\tmsprovider.h聽-o聽debug\moc_tmsprovider.cpp]]> - - - - - - - - - - MOC聽include/provider/tmsprovider.h]]> - - - - - - - - - - debug\moc_tmsprovider.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - true]]> - - - - - - - - - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-Zi聽-MDd聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽$(QTDIR)\mkspecs\features\data\dummy.cpp聽2>NUL聽>]]>]]> - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-Zi聽-MDd聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽$(QTDIR)\mkspecs\features\data\dummy.cpp聽2>NUL聽>]]>]]> - - - - - - - - - - debug\moc_predefs]]>]]> - - - - - $(IntDir)\moc_predefs]]>]]> - - - - - - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-O2聽-MD聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽$(QTDIR)\mkspecs\features\data\dummy.cpp聽2>NUL聽>]]>]]> - - - - - cl聽-Bx"$(QTDIR)\bin\qmake.exe"聽-nologo聽-Zc:wchar_t聽-FS聽-Zc:rvalueCast聽-Zc:inline聽-Zc:strictStrings聽-Zc:throwingNew聽-Zc:referenceBinding聽-Zc:__cplusplus聽-O2聽-MD聽-W3聽-w34100聽-w34189聽-w44996聽-w44456聽-w44457聽-w44458聽-wd4577聽-wd4467聽-E聽$(QTDIR)\mkspecs\features\data\dummy.cpp聽2>NUL聽>]]>]]> - - - - - - - - - - release\moc_predefs]]>]]> - - - - - $(IntDir)\moc_predefs]]>]]> - - - - - - - true]]> - - - - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - true]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - Document]]> - - - - - ]]> - - - - - - - include\gui\mainwindow]]>]]> - - - - - ]]> - - - - - - - $(QTDIR)\bin\uic.exe聽include\gui\mainwindow.ui聽-o聽ui_mainwindow.h]]> - - - - - - - - - - UIC聽include/gui/mainwindow.ui]]> - - - - - - - - - - ui_mainwindow.h;%(Outputs)]]> - - - - - - - - - - include\gui\mainwindow.ui;$(QTDIR)\bin\uic.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\uic.exe聽include\gui\mainwindow.ui聽-o聽ui_mainwindow.h]]> - - - - - - - - - - UIC聽include/gui/mainwindow.ui]]> - - - - - - - - - - ui_mainwindow.h;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Document]]> - - - - - - - - - - include\gui\sponsorwindow.ui;$(QTDIR)\bin\uic.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\uic.exe聽include\gui\sponsorwindow.ui聽-o聽ui_sponsorwindow.h]]> - - - - - - - - - - UIC聽include/gui/sponsorwindow.ui]]> - - - - - - - - - - ui_sponsorwindow.h;%(Outputs)]]> - - - - - - - - - - include\gui\sponsorwindow.ui;$(QTDIR)\bin\uic.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\uic.exe聽include\gui\sponsorwindow.ui聽-o聽ui_sponsorwindow.h]]> - - - - - - - - - - UIC聽include/gui/sponsorwindow.ui]]> - - - - - - - - - - ui_sponsorwindow.h;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Document]]> - - - - - - - - - - include\gui\taskwindow.ui;$(QTDIR)\bin\uic.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\uic.exe聽include\gui\taskwindow.ui聽-o聽ui_taskwindow.h]]> - - - - - - - - - - UIC聽include/gui/taskwindow.ui]]> - - - - - - - - - - ui_taskwindow.h;%(Outputs)]]> - - - - - - - - - - include\gui\taskwindow.ui;$(QTDIR)\bin\uic.exe;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\uic.exe聽include\gui\taskwindow.ui聽-o聽ui_taskwindow.h]]> - - - - - - - - - - UIC聽include/gui/taskwindow.ui]]> - - - - - - - - - - ui_taskwindow.h;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - Document]]> - - - - - - - - - - resources\res.qrc;$(QTDIR)\bin\rcc.exe;resources\plane-red.png;resources\plane-black.png;resources\theme\mActionRefresh.svg;resources\theme\mActionPan.svg;resources\theme\mActionDownload.svg;resources\theme\mActionZoomOut.svg;resources\theme\mActionSelect.svg;resources\theme\mActionZoomIn.svg;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\rcc.exe聽-name聽res聽resources\res.qrc聽-o聽release\qrc_res.cpp]]> - - - - - - - - - - RCC聽resources/res.qrc]]> - - - - - - - - - - release\qrc_res.cpp;%(Outputs)]]> - - - - - - - - - - resources\res.qrc;$(QTDIR)\bin\rcc.exe;resources\plane-red.png;resources\plane-black.png;resources\theme\mActionRefresh.svg;resources\theme\mActionPan.svg;resources\theme\mActionDownload.svg;resources\theme\mActionZoomOut.svg;resources\theme\mActionSelect.svg;resources\theme\mActionZoomIn.svg;%(AdditionalInputs)]]> - - - - - - - - - - $(QTDIR)\bin\rcc.exe聽-name聽res聽resources\res.qrc聽-o聽debug\qrc_res.cpp]]> - - - - - - - - - - RCC聽resources/res.qrc]]> - - - - - - - - - - debug\qrc_res.cpp;%(Outputs)]]> - - - - - - - - - - ]]> - - - - - - - -
- - - - - - - - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - Generated聽Files]]> - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - - - - ]]> - - - - - ]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - true]]> - - - - - - - - - - - - - true]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - Qt4VSv1.0]]> - - - - - QtVS_v304]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - $(MSBuildProjectDirectory)\QtMsBuild]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - - - - - - - - - ]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - ]]> - - - - - ]]> - - - - - - - ]]> - - - - - tools_qt5]]> - - - - - - - - - - ]]> - - - - - - - - - - ]]> - - - - - - - - - - tools_qt5]]> - - - - - - - - - - ]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;]]>]]> - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;]]>]]> - - - - - - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;]]>]]> - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;]]>]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;curl_7.80\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;release;]]>]]> - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;curl_7.80\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;release;]]>]]> - - - - - - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;curl_7.80\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;debug;]]>]]> - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;curl_7.80\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;debug;]]>]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - .\curl_7.80\lib\x64\libcurl.lib;.\proj4_5.2.0\lib\proj.lib;.\proj4_5.2.0\lib\proj_i.lib;]]>]]> - - - - - .\curl_7.80\lib\x64\libcurl.lib;.\proj4_5.2.0\lib\proj.lib;.\proj4_5.2.0\lib\proj_i.lib;]]>]]> - - - - - - - - - - .\curl_7.80\lib\x64\libcurl.lib;.\proj4_5.2.0\lib\proj.lib;.\proj4_5.2.0\lib\proj_i.lib;]]>]]> - - - - - .\curl_7.80\lib\x64\libcurl.lib;.\proj4_5.2.0\lib\proj.lib;.\proj4_5.2.0\lib\proj_i.lib;]]>]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - $(QTDIR)\lib;.]]>]]> - - - - - .]]>]]> - - - - - - - - - - $(QTDIR)\lib;.]]>]]> - - - - - .]]>]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;]]>]]> - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;]]>]]> - - - - - - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;]]>]]> - - - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;]]>]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - core;sql;gui;widgets]]> - - - - - - - - - - - - - core;sql;gui;widgets]]> - - - - -
- - Dir and FileName]]> - - - - - - - - - - - - - - - - - - - - - - - - $(Configuration)]]> - - - - - - - - - - moc_%(Filename).cpp]]> - - - - - - - - - - - - - $(Configuration)]]> - - - - - - - - - - qrc_%(Filename).cpp]]> - - - - - - - - - - - - - $(ProjectDir)]]> - - - - - - - - - - ui_%(Filename).h]]> - - - - - - - - - - - - - $(Configuration)]]> - - - - - - - - - - qrc_%(Filename).cpp]]> - - - - - - - - - - - - - $(Configuration)]]> - - - - - - - - - - moc_%(Filename).cpp]]> - - - - - - - - - - - - - $(ProjectDir)]]> - - - - - - - - - - ui_%(Filename).h]]> - - - - -
- - - - - - - - - - - - - - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(Configuration)\moc_%(Filename).cpp]]> - - - - - - - - - - UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;QT_WIDGETS_LIB;QT_GUI_LIB;QT_SQL_LIB;QT_CORE_LIB]]> - - - - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;$(QTDIR)/mkspecs/win32-msvc;.;./curl_7.80/include;./proj4_5.2.0/include;C:/vcpkg/installed/$(Platform)-windows/include/qt5;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtWidgets;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtGui;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtSql;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtCore;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include;C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt]]> - - - - - - - - - - - - - $(Configuration)\qrc_%(Filename).cpp]]> - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(ProjectDir)\ui_%(Filename).h]]> - - - - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - - - - $(Configuration)\qrc_%(Filename).cpp]]> - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(Configuration)\moc_%(Filename).cpp]]> - - - - - - - - - - UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_WIDGETS_LIB;QT_GUI_LIB;QT_SQL_LIB;QT_CORE_LIB]]> - - - - - - - - - - - - - %(FullPath)]]> - - - - - - - - - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;$(QTDIR)/mkspecs/win32-msvc;.;./curl_7.80/include;./proj4_5.2.0/include;C:/vcpkg/installed/$(Platform)-windows/include/qt5;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtWidgets;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtGui;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtSql;C:/vcpkg/installed/$(Platform)-windows/include/qt5/QtCore;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include;D:\Program聽Files聽(x86)\Microsoft聽Visual聽Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include;C:\Program聽Files聽(x86)\Windows聽Kits\NETFXSDK\4.6.1\include\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\ucrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\shared;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\um;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\winrt;C:\Program聽Files聽(x86)\Windows聽Kits\10\include\10.0.18362.0\cppwinrt]]> - - - - - - - - - - - - - $(QTDIR)]]> - - - - - - - - - - $(ProjectDir)\ui_%(Filename).h]]> - - - - - - - - - - - - - %(FullPath)]]> - - - - - - - -
-
-
- -
-
- diff --git a/LAMPMainWidget/LAMPMainWidget.vcxproj b/LAMPMainWidget/LAMPMainWidget.vcxproj deleted file mode 100644 index fed5c4d..0000000 --- a/LAMPMainWidget/LAMPMainWidget.vcxproj +++ /dev/null @@ -1,299 +0,0 @@ -锘 - - - - Release - x64 - - - Debug - x64 - - - - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5} - LAMPMainWidget - QtVS_v304 - 10.0.22621.0 - 10.0.22621.0 - $(MSBuildProjectDirectory)\QtMsBuild - - - - v143 - release\ - false - NotSet - Application - release\ - LAMPMainWidget - - - v141 - debug\ - false - NotSet - Application - debug\ - LAMPMainWidget - - - - - tools_qt5 - core;sql;gui;widgets - - - tools_qt5 - core;sql;gui;widgets - - - - - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(ProjectName) - true - false - debug\ - debug\ - LAMPMainWidget - true - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;curl_7.80\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;release;%(AdditionalIncludeDirectories) - -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions) - release\ - false - EditAndContinue - 4577;4467;%(DisableSpecificWarnings) - Sync - release\ - Disabled - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;%(PreprocessorDefinitions) - false - - - MultiThreadedDLL - true - true - false - Level3 - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;%(AdditionalDependencies) - .\curl_7.80\lib\x64;.\proj4_5.2.0\lib;C:\vcpkg\installed\x64-windows\lib;C:\vcpkg\installed\x64-windows\lib\manual-link;%(AdditionalLibraryDirectories) - "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions) - true - DebugFull - true - false - true - $(OutDir)\LAMPMainWidget.exe - true - Console - true - - - Unsigned - None - 0 - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;%(PreprocessorDefinitions) - - - msvc - ./$(Configuration)/moc_predefs.h - Moc'ing %(Identity)... - output - $(Configuration) - moc_%(Filename).cpp - - - default - res - Rcc'ing %(Identity)... - $(Configuration) - qrc_%(Filename).cpp - - - Uic'ing %(Identity)... - $(ProjectDir) - ui_%(Filename).h - - - - - GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;curl_7.80\include;proj4_5.2.0\include;C:\vcpkg\installed\x64-windows\include\qt5;C:\vcpkg\installed\x64-windows\include\qt5\QtWidgets;C:\vcpkg\installed\x64-windows\include\qt5\QtGui;C:\vcpkg\installed\x64-windows\include\qt5\QtSql;C:\vcpkg\installed\x64-windows\include\qt5\QtCore;debug;%(AdditionalIncludeDirectories) - -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions) - debug\ - false - ProgramDatabase - 4577;4467;%(DisableSpecificWarnings) - Sync - debug\ - Disabled - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;%(PreprocessorDefinitions) - false - MultiThreadedDebugDLL - true - true - false - Level3 - true - - - .\curl_7.80\lib\x64\libcurl.lib;.\proj4_5.2.0\lib\proj.lib;.\proj4_5.2.0\lib\proj_i.lib;%(AdditionalDependencies) - .\curl_7.80\lib\x64;.\proj4_5.2.0\lib;%(AdditionalLibraryDirectories) - /DEBUG "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions) - true - false - true - $(OutDir)\LAMPMainWidget.exe - true - Windows - true - - - Unsigned - None - 0 - - - _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_DEBUG;%(PreprocessorDefinitions) - - - default - res - Rcc'ing %(Identity)... - $(Configuration) - qrc_%(Filename).cpp - - - msvc - ./$(Configuration)/moc_predefs.h - Moc'ing %(Identity)... - output - $(Configuration) - moc_%(Filename).cpp - - - Uic'ing %(Identity)... - $(ProjectDir) - ui_%(Filename).h - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Document - $(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs) - cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >$(IntDir)\moc_predefs.h - Generate moc_predefs.h - $(IntDir)\moc_predefs.h;%(Outputs) - - - Document - $(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs) - cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >$(IntDir)\moc_predefs.h - Generate moc_predefs.h - $(IntDir)\moc_predefs.h;%(Outputs) - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/LAMPMainWidget/LAMPMainWidget.vcxproj.filters b/LAMPMainWidget/LAMPMainWidget.vcxproj.filters deleted file mode 100644 index 9b11b78..0000000 --- a/LAMPMainWidget/LAMPMainWidget.vcxproj.filters +++ /dev/null @@ -1,281 +0,0 @@ -锘 - - - - {99349809-55BA-4b9d-BF79-8FDBB0286EB3} - ui - false - - - {99349809-55BA-4b9d-BF79-8FDBB0286EB3} - ui - false - - - {71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11} - cpp;c;cxx;moc;h;def;odl;idl;res; - - - {71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11} - cpp;c;cxx;moc;h;def;odl;idl;res; - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E} - qrc;* - false - - - {D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E} - qrc;* - false - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Generated Files - - - Generated Files - - - - - Form Files - - - Form Files - - - Form Files - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/LAMPMainWidget/Makefile.Debug b/LAMPMainWidget/Makefile.Debug deleted file mode 100644 index 524feb0..0000000 --- a/LAMPMainWidget/Makefile.Debug +++ /dev/null @@ -1,5400 +0,0 @@ -############################################################################# -# Makefile for building: LAMPMainWidget -# Generated by qmake (3.1) (Qt 5.13.2) -# Project: LAMPMainWidget.pro -# Template: app -############################################################################# - -MAKEFILE = Makefile.Debug - -EQ = = - -####### Compiler, tools and options - -CC = cl -CXX = cl -DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zi -MDd -W3 -w44456 -w44457 -w44458 /Fddebug\LAMPMainWidget.vc.pdb $(DEFINES) -CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\LAMPMainWidget.vc.pdb $(DEFINES) -INCPATH = -I. -Icurl_7.80\include -Iproj4_5.2.0\include -Iproj4_5.2.0\include -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtANGLE -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore -Idebug -I. -I/include -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\win32-msvc -LINKER = link -LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" -LIBS = /LIBPATH:C:\Users\Administrator\Desktop\LAMPMainWidget-master\curl_7.80\lib\x64 C:\Users\Administrator\Desktop\LAMPMainWidget-master\curl_7.80\lib\x64\libcurl.lib /LIBPATH:C:\Users\Administrator\Desktop\LAMPMainWidget-master\proj4_5.2.0\lib C:\Users\Administrator\Desktop\LAMPMainWidget-master\proj4_5.2.0\lib\proj.lib C:\Users\Administrator\Desktop\LAMPMainWidget-master\proj4_5.2.0\lib\proj_i.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Widgetsd.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Guid.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Sqld.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Cored.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\qtmaind.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.7.25-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib -QMAKE = D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -IDC = idc -IDL = midl -ZIP = zip -r -9 -DEF_FILE = -RES_FILE = -COPY = copy /y -SED = $(QMAKE) -install sed -COPY_FILE = copy /y -COPY_DIR = xcopy /s /q /y /i -DEL_FILE = del -DEL_DIR = rmdir -MOVE = move -CHK_DIR_EXISTS= if not exist -MKDIR = mkdir -INSTALL_FILE = copy /y -INSTALL_PROGRAM = copy /y -INSTALL_DIR = xcopy /s /q /y /i -QINSTALL = D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -install qinstall -QINSTALL_PROGRAM = D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -install qinstall -exe - -####### Output directory - -OBJECTS_DIR = debug - -####### Files - -SOURCES = crs.cpp \ - egmain.cpp \ - maparea.cpp \ - mapautoplane.cpp \ - mapcanvas.cpp \ - mapcanvasmap.cpp \ - maplayer.cpp \ - mapline.cpp \ - maptool.cpp \ - pointxy.cpp \ - crs\webmercator.cpp \ - gui\mainwindow.cpp \ - gui\sponsorwindow.cpp \ - gui\taskwindow.cpp \ - layer\tmslayer.cpp \ - provider\tmsprovider.cpp \ - tools\maptooldrawline.cpp \ - tools\maptoolpan.cpp \ - tools\maptoolselect.cpp \ - tools\maptoolzoomin.cpp \ - tools\maptoolzoomout.cpp \ - tools\maptooldrawarea.cpp \ - tools\maptooladdplane.cpp \ - utils\imgwriter.cpp \ - utils\network.cpp \ - provider\tms\gaodenormalprovider.cpp \ - provider\tms\ostnormalprovider.cpp \ - provider\tms\tmsproviderfactory.cpp debug\qrc_res.cpp \ - debug\moc_layerprovider.cpp \ - debug\moc_mapcanvas.cpp \ - debug\moc_mainwindow.cpp \ - debug\moc_sponsorwindow.cpp \ - debug\moc_taskwindow.cpp \ - debug\moc_tmsprovider.cpp \ - debug\moc_gaodenormalprovider.cpp \ - debug\moc_ostnormalprovider.cpp -OBJECTS = debug\crs.obj \ - debug\egmain.obj \ - debug\maparea.obj \ - debug\mapautoplane.obj \ - debug\mapcanvas.obj \ - debug\mapcanvasmap.obj \ - debug\maplayer.obj \ - debug\mapline.obj \ - debug\maptool.obj \ - debug\pointxy.obj \ - debug\webmercator.obj \ - debug\mainwindow.obj \ - debug\sponsorwindow.obj \ - debug\taskwindow.obj \ - debug\tmslayer.obj \ - debug\tmsprovider.obj \ - debug\maptooldrawline.obj \ - debug\maptoolpan.obj \ - debug\maptoolselect.obj \ - debug\maptoolzoomin.obj \ - debug\maptoolzoomout.obj \ - debug\maptooldrawarea.obj \ - debug\maptooladdplane.obj \ - debug\imgwriter.obj \ - debug\network.obj \ - debug\gaodenormalprovider.obj \ - debug\ostnormalprovider.obj \ - debug\tmsproviderfactory.obj \ - debug\qrc_res.obj \ - debug\moc_layerprovider.obj \ - debug\moc_mapcanvas.obj \ - debug\moc_mainwindow.obj \ - debug\moc_sponsorwindow.obj \ - debug\moc_taskwindow.obj \ - debug\moc_tmsprovider.obj \ - debug\moc_gaodenormalprovider.obj \ - debug\moc_ostnormalprovider.obj - -DIST = include\crs.h \ - include\layerprovider.h \ - include\mapcanvas.h \ - include\mapcanvasmap.h \ - include\maplayer.h \ - include\maptool.h \ - include\pointxy.h \ - include\crs\webmercator.h \ - include\gui\mainwindow.h \ - include\gui\sponsorwindow.h \ - include\gui\taskwindow.h \ - include\layer\tmslayer.h \ - include\provider\tmsprovider.h \ - include\tools\maptoolpan.h \ - include\tools\maptoolselect.h \ - include\tools\maptoolzoomin.h \ - include\tools\maptoolzoomout.h \ - include\utils\LAMPMainWidget.h \ - include\utils\imgwriter.h \ - include\utils\network.h \ - include\provider\tms\gaodenormalprovider.h \ - include\provider\tms\gaodesatelliteprovider.h \ - include\provider\tms\googlechinanormalprovider.h \ - include\provider\tms\googlechinasatelliteprovider.h \ - include\provider\tms\ostnormalprovider.h \ - include\provider\tms\tmsproviderfactory.h \ - include\tools\maptooldrawline.h \ - maparea.h \ - mapautoplane.h \ - mapline.h \ - include\tools\maptooladdplane.h \ - include\tools\maptooldrawarea.h crs.cpp \ - egmain.cpp \ - maparea.cpp \ - mapautoplane.cpp \ - mapcanvas.cpp \ - mapcanvasmap.cpp \ - maplayer.cpp \ - mapline.cpp \ - maptool.cpp \ - pointxy.cpp \ - crs\webmercator.cpp \ - gui\mainwindow.cpp \ - gui\sponsorwindow.cpp \ - gui\taskwindow.cpp \ - layer\tmslayer.cpp \ - provider\tmsprovider.cpp \ - tools\maptooldrawline.cpp \ - tools\maptoolpan.cpp \ - tools\maptoolselect.cpp \ - tools\maptoolzoomin.cpp \ - tools\maptoolzoomout.cpp \ - tools\maptooldrawarea.cpp \ - tools\maptooladdplane.cpp \ - utils\imgwriter.cpp \ - utils\network.cpp \ - provider\tms\gaodenormalprovider.cpp \ - provider\tms\ostnormalprovider.cpp \ - provider\tms\tmsproviderfactory.cpp -QMAKE_TARGET = LAMPMainWidget -DESTDIR = debug\ #avoid trailing-slash linebreak -TARGET = LAMPMainWidget.exe -DESTDIR_TARGET = debug\LAMPMainWidget.exe - -####### Implicit rules - -.SUFFIXES: .c .cpp .cc .cxx - -{crs}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{crs}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{crs}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{crs}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{gui}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{gui}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{gui}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{gui}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{debug}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{debug}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{debug}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{debug}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{layer}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{layer}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{layer}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{layer}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{utils}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{utils}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{utils}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{utils}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{.}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{.}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{.}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{.}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider\tms}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider\tms}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider\tms}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{provider\tms}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{tools}.cpp{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{tools}.cc{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{tools}.cxx{debug\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -{tools}.c{debug\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< - $< -<< - -####### Build rules - -first: all -all: Makefile.Debug debug\LAMPMainWidget.exe - -debug\LAMPMainWidget.exe: D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Widgetsd.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Guid.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Sqld.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Cored.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\qtmaind.lib ui_mainwindow.h ui_sponsorwindow.h ui_taskwindow.h $(OBJECTS) - $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< -debug\crs.obj debug\egmain.obj debug\maparea.obj debug\mapautoplane.obj debug\mapcanvas.obj debug\mapcanvasmap.obj debug\maplayer.obj debug\mapline.obj debug\maptool.obj debug\pointxy.obj debug\webmercator.obj debug\mainwindow.obj debug\sponsorwindow.obj debug\taskwindow.obj debug\tmslayer.obj debug\tmsprovider.obj debug\maptooldrawline.obj debug\maptoolpan.obj debug\maptoolselect.obj debug\maptoolzoomin.obj debug\maptoolzoomout.obj debug\maptooldrawarea.obj debug\maptooladdplane.obj debug\imgwriter.obj debug\network.obj debug\gaodenormalprovider.obj debug\ostnormalprovider.obj debug\tmsproviderfactory.obj debug\qrc_res.obj debug\moc_layerprovider.obj debug\moc_mapcanvas.obj debug\moc_mainwindow.obj debug\moc_sponsorwindow.obj debug\moc_taskwindow.obj debug\moc_tmsprovider.obj debug\moc_gaodenormalprovider.obj debug\moc_ostnormalprovider.obj -$(LIBS) -<< - -qmake: FORCE - @$(QMAKE) -o Makefile.Debug LAMPMainWidget.pro -spec win32-msvc "CONFIG+=qtquickcompiler" - -qmake_all: FORCE - -dist: - $(ZIP) LAMPMainWidget.zip $(SOURCES) $(DIST) LAMPMainWidget.pro D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\spec_pre.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\angle.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\windows-desktop.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\windows-vulkan.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\msvc-desktop.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\qconfig.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_charts.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_charts_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_core.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_designer.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gui.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_help.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_location.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_network.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qml.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quick.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_script.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_script_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sql.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_svg.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webview.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xml.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qt_functions.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qt_config.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\win32-msvc\qmake.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\spec_post.prf .qmake.stash D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\exclusive_builds.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\msvc-version.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\toolchain.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\default_pre.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\default_pre.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\resolve_config.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\exclusive_builds_post.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\default_post.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\build_pass.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\resources.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qtquickcompiler.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\precompile_header.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\warn_on.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qt.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\moc.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\opengl.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\uic.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qmake_use.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\file_copies.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\windows.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\testcase_targets.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\exceptions.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\yacc.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\lex.prf LAMPMainWidget.pro resources\res.qrc D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Widgetsd.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Guid.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Sqld.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Cored.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\qtmaind.prl resources\res.qrc D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\data\dummy.cpp include\crs.h include\layerprovider.h include\mapcanvas.h include\mapcanvasmap.h include\maplayer.h include\maptool.h include\pointxy.h include\crs\webmercator.h include\gui\mainwindow.h include\gui\sponsorwindow.h include\gui\taskwindow.h include\layer\tmslayer.h include\provider\tmsprovider.h include\tools\maptoolpan.h include\tools\maptoolselect.h include\tools\maptoolzoomin.h include\tools\maptoolzoomout.h include\utils\LAMPMainWidget.h include\utils\imgwriter.h include\utils\network.h include\provider\tms\gaodenormalprovider.h include\provider\tms\gaodesatelliteprovider.h include\provider\tms\googlechinanormalprovider.h include\provider\tms\googlechinasatelliteprovider.h include\provider\tms\ostnormalprovider.h include\provider\tms\tmsproviderfactory.h include\tools\maptooldrawline.h maparea.h mapautoplane.h mapline.h include\tools\maptooladdplane.h include\tools\maptooldrawarea.h crs.cpp egmain.cpp maparea.cpp mapautoplane.cpp mapcanvas.cpp mapcanvasmap.cpp maplayer.cpp mapline.cpp maptool.cpp pointxy.cpp crs\webmercator.cpp gui\mainwindow.cpp gui\sponsorwindow.cpp gui\taskwindow.cpp layer\tmslayer.cpp provider\tmsprovider.cpp tools\maptooldrawline.cpp tools\maptoolpan.cpp tools\maptoolselect.cpp tools\maptoolzoomin.cpp tools\maptoolzoomout.cpp tools\maptooldrawarea.cpp tools\maptooladdplane.cpp utils\imgwriter.cpp utils\network.cpp provider\tms\gaodenormalprovider.cpp provider\tms\ostnormalprovider.cpp provider\tms\tmsproviderfactory.cpp include\gui\mainwindow.ui include\gui\sponsorwindow.ui include\gui\taskwindow.ui - -clean: compiler_clean - -$(DEL_FILE) debug\crs.obj debug\egmain.obj debug\maparea.obj debug\mapautoplane.obj debug\mapcanvas.obj debug\mapcanvasmap.obj debug\maplayer.obj debug\mapline.obj debug\maptool.obj debug\pointxy.obj debug\webmercator.obj debug\mainwindow.obj debug\sponsorwindow.obj debug\taskwindow.obj debug\tmslayer.obj debug\tmsprovider.obj debug\maptooldrawline.obj debug\maptoolpan.obj debug\maptoolselect.obj debug\maptoolzoomin.obj debug\maptoolzoomout.obj debug\maptooldrawarea.obj debug\maptooladdplane.obj debug\imgwriter.obj debug\network.obj debug\gaodenormalprovider.obj debug\ostnormalprovider.obj debug\tmsproviderfactory.obj debug\qrc_res.obj debug\moc_layerprovider.obj debug\moc_mapcanvas.obj debug\moc_mainwindow.obj debug\moc_sponsorwindow.obj debug\moc_taskwindow.obj debug\moc_tmsprovider.obj debug\moc_gaodenormalprovider.obj debug\moc_ostnormalprovider.obj - -$(DEL_FILE) debug\LAMPMainWidget.vc.pdb debug\LAMPMainWidget.ilk debug\LAMPMainWidget.idb - -distclean: clean - -$(DEL_FILE) .qmake.stash debug\LAMPMainWidget.pdb - -$(DEL_FILE) $(DESTDIR_TARGET) - -$(DEL_FILE) Makefile.Debug - -mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean - -mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all - -check: first - -benchmark: first - -compiler_rcc_make_all: debug\qrc_res.cpp -compiler_rcc_clean: - -$(DEL_FILE) debug\qrc_res.cpp -debug\qrc_res.cpp: resources\res.qrc \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\rcc.exe \ - resources\plane-red.png \ - resources\plane-black.png \ - resources\theme\mActionRefresh.svg \ - resources\theme\mActionPan.svg \ - resources\theme\mActionDownload.svg \ - resources\theme\mActionZoomOut.svg \ - resources\theme\mActionSelect.svg \ - resources\theme\mActionZoomIn.svg - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\rcc.exe -name res resources\res.qrc -o debug\qrc_res.cpp - -compiler_qmlcache_make_all: -compiler_qmlcache_clean: -compiler_qmlcache_loader_make_all: debug\qmlcache_loader.cpp -compiler_qmlcache_loader_clean: - -$(DEL_FILE) debug\qmlcache_loader.cpp -compiler_no_pch_compiler_make_all: -compiler_no_pch_compiler_clean: -compiler_moc_predefs_make_all: debug\moc_predefs.h -compiler_moc_predefs_clean: - -$(DEL_FILE) debug\moc_predefs.h -debug\moc_predefs.h: D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\data\dummy.cpp - cl -BxD:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h - -compiler_moc_header_make_all: debug\moc_layerprovider.cpp debug\moc_mapcanvas.cpp debug\moc_mainwindow.cpp debug\moc_sponsorwindow.cpp debug\moc_taskwindow.cpp debug\moc_tmsprovider.cpp debug\moc_gaodenormalprovider.cpp debug\moc_ostnormalprovider.cpp -compiler_moc_header_clean: - -$(DEL_FILE) debug\moc_layerprovider.cpp debug\moc_mapcanvas.cpp debug\moc_mainwindow.cpp debug\moc_sponsorwindow.cpp debug\moc_taskwindow.cpp debug\moc_tmsprovider.cpp debug\moc_gaodenormalprovider.cpp debug\moc_ostnormalprovider.cpp -debug\moc_layerprovider.cpp: include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\layerprovider.h -o debug\moc_layerprovider.cpp - -debug\moc_mapcanvas.cpp: include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\mapcanvas.h -o debug\moc_mapcanvas.cpp - -debug\moc_mainwindow.cpp: include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\gui\mainwindow.h -o debug\moc_mainwindow.cpp - -debug\moc_sponsorwindow.cpp: include\gui\sponsorwindow.h \ - ui_sponsorwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHBoxLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QSpacerItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\gui\sponsorwindow.h -o debug\moc_sponsorwindow.cpp - -debug\moc_taskwindow.cpp: include\gui\taskwindow.h \ - ui_taskwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QComboBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qcombobox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\gui\taskwindow.h -o debug\moc_taskwindow.cpp - -debug\moc_tmsprovider.cpp: include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\provider\tmsprovider.h -o debug\moc_tmsprovider.cpp - -debug\moc_gaodenormalprovider.cpp: include\provider\tms\gaodenormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\provider\tms\gaodenormalprovider.h -o debug\moc_gaodenormalprovider.cpp - -debug\moc_ostnormalprovider.cpp: include\provider\tms\ostnormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h \ - debug\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/debug/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\provider\tms\ostnormalprovider.h -o debug\moc_ostnormalprovider.cpp - -compiler_moc_objc_header_make_all: -compiler_moc_objc_header_clean: -compiler_moc_source_make_all: -compiler_moc_source_clean: -compiler_uic_make_all: ui_mainwindow.h ui_sponsorwindow.h ui_taskwindow.h -compiler_uic_clean: - -$(DEL_FILE) ui_mainwindow.h ui_sponsorwindow.h ui_taskwindow.h -ui_mainwindow.h: include\gui\mainwindow.ui \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe include\gui\mainwindow.ui -o ui_mainwindow.h - -ui_sponsorwindow.h: include\gui\sponsorwindow.ui \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe include\gui\sponsorwindow.ui -o ui_sponsorwindow.h - -ui_taskwindow.h: include\gui\taskwindow.ui \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe include\gui\taskwindow.ui -o ui_taskwindow.h - -compiler_yacc_decl_make_all: -compiler_yacc_decl_clean: -compiler_yacc_impl_make_all: -compiler_yacc_impl_clean: -compiler_lex_make_all: -compiler_lex_clean: -compiler_clean: compiler_rcc_clean compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean - - - -####### Compile - -debug\crs.obj: crs.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - proj4_5.2.0\include\proj_api.h \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF - -debug\egmain.obj: egmain.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h - -debug\maparea.obj: maparea.cpp maparea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDateTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -debug\mapautoplane.obj: mapautoplane.cpp mapautoplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsPixmapItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRandomGenerator \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrandom.h - -debug\mapcanvas.obj: mapcanvas.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - include\tools\maptoolpan.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\tools\maptoolselect.h \ - include\tools\maptoolzoomin.h \ - include\tools\maptoolzoomout.h \ - include\tools\maptooldrawline.h \ - include\tools\maptooldrawarea.h \ - include\tools\maptooladdplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QList \ - mapautoplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsPixmapItem - -debug\mapcanvasmap.obj: mapcanvasmap.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsSceneMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDateTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -debug\maplayer.obj: maplayer.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDateTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -debug\mapline.obj: mapline.cpp mapline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h - -debug\maptool.obj: maptool.cpp include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h - -debug\pointxy.obj: pointxy.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -debug\webmercator.obj: crs\webmercator.cpp include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\crs\webmercator.h - -debug\mainwindow.obj: gui\mainwindow.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDesktopServices \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qdesktopservices.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstandardpaths.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMessageBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmessagebox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\gui\sponsorwindow.h \ - ui_sponsorwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHBoxLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QSpacerItem \ - include\gui\taskwindow.h \ - ui_taskwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QComboBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qcombobox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - include\layer\tmslayer.h \ - include\crs\webmercator.h \ - include\provider\tms\tmsproviderfactory.h - -debug\sponsorwindow.obj: gui\sponsorwindow.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPixmap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMessageBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmessagebox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\gui\sponsorwindow.h \ - ui_sponsorwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHBoxLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QSpacerItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget - -debug\taskwindow.obj: gui\taskwindow.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QFileDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qfiledialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdir.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfileinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMessageBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmessagebox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QThreadPool \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthreadpool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthread.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - include\gui\taskwindow.h \ - ui_taskwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QComboBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qcombobox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\layer\tmslayer.h \ - include\crs\webmercator.h \ - include\provider\tms\tmsproviderfactory.h \ - include\utils\network.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - curl_7.80\include\curl\curl.h \ - curl_7.80\include\curl\curlver.h \ - curl_7.80\include\curl\system.h \ - curl_7.80\include\curl\easy.h \ - curl_7.80\include\curl\multi.h \ - curl_7.80\include\curl\urlapi.h \ - curl_7.80\include\curl\options.h \ - curl_7.80\include\curl\typecheck-gcc.h \ - include\utils\imgwriter.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h - -debug\tmslayer.obj: layer\tmslayer.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - include\layer\tmslayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\maptool.h \ - include\crs\webmercator.h \ - include\provider\tms\tmsproviderfactory.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -debug\tmsprovider.obj: provider\tmsprovider.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QThreadPool \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthreadpool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthread.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDir \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdir.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfileinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlQuery \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlError \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqlerror.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\utils\network.h \ - curl_7.80\include\curl\curl.h \ - curl_7.80\include\curl\curlver.h \ - curl_7.80\include\curl\system.h \ - curl_7.80\include\curl\easy.h \ - curl_7.80\include\curl\multi.h \ - curl_7.80\include\curl\urlapi.h \ - curl_7.80\include\curl\options.h \ - curl_7.80\include\curl\typecheck-gcc.h - -debug\maptooldrawline.obj: tools\maptooldrawline.cpp include\tools\maptooldrawline.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - mapline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap - -debug\maptoolpan.obj: tools\maptoolpan.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - include\tools\maptoolpan.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -debug\maptoolselect.obj: tools\maptoolselect.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\tools\maptoolselect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -debug\maptoolzoomin.obj: tools\maptoolzoomin.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - include\tools\maptoolzoomin.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -debug\maptoolzoomout.obj: tools\maptoolzoomout.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\tools\maptoolzoomout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -debug\maptooldrawarea.obj: tools\maptooldrawarea.cpp include\tools\maptooldrawarea.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - maparea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap - -debug\maptooladdplane.obj: tools\maptooladdplane.cpp include\tools\maptooladdplane.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QList \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - mapautoplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsPixmapItem - -debug\imgwriter.obj: utils\imgwriter.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - include\utils\imgwriter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString - -debug\network.obj: utils\network.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\utils\network.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - curl_7.80\include\curl\curl.h \ - curl_7.80\include\curl\curlver.h \ - curl_7.80\include\curl\system.h \ - curl_7.80\include\curl\easy.h \ - curl_7.80\include\curl\multi.h \ - curl_7.80\include\curl\urlapi.h \ - curl_7.80\include\curl\options.h \ - curl_7.80\include\curl\typecheck-gcc.h - -debug\gaodenormalprovider.obj: provider\tms\gaodenormalprovider.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\provider\tms\gaodenormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -debug\ostnormalprovider.obj: provider\tms\ostnormalprovider.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\provider\tms\ostnormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -debug\tmsproviderfactory.obj: provider\tms\tmsproviderfactory.cpp include\provider\tms\tmsproviderfactory.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\provider\tms\ostnormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h \ - include\provider\tms\gaodenormalprovider.h - -debug\qrc_res.obj: debug\qrc_res.cpp - -debug\moc_layerprovider.obj: debug\moc_layerprovider.cpp - -debug\moc_mapcanvas.obj: debug\moc_mapcanvas.cpp - -debug\moc_mainwindow.obj: debug\moc_mainwindow.cpp - -debug\moc_sponsorwindow.obj: debug\moc_sponsorwindow.cpp - -debug\moc_taskwindow.obj: debug\moc_taskwindow.cpp - -debug\moc_tmsprovider.obj: debug\moc_tmsprovider.cpp - -debug\moc_gaodenormalprovider.obj: debug\moc_gaodenormalprovider.cpp - -debug\moc_ostnormalprovider.obj: debug\moc_ostnormalprovider.cpp - -####### Install - -install: FORCE - -uninstall: FORCE - -FORCE: - diff --git a/LAMPMainWidget/Makefile.Release b/LAMPMainWidget/Makefile.Release deleted file mode 100644 index 5591fe6..0000000 --- a/LAMPMainWidget/Makefile.Release +++ /dev/null @@ -1,5399 +0,0 @@ -############################################################################# -# Makefile for building: LAMPMainWidget -# Generated by qmake (3.1) (Qt 5.13.2) -# Project: LAMPMainWidget.pro -# Template: app -############################################################################# - -MAKEFILE = Makefile.Release - -EQ = = - -####### Compiler, tools and options - -CC = cl -CXX = cl -DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DNDEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -W3 -w44456 -w44457 -w44458 $(DEFINES) -CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES) -INCPATH = -I. -Icurl_7.80\include -Iproj4_5.2.0\include -Iproj4_5.2.0\include -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtANGLE -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore -Irelease -I. -I/include -ID:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\win32-msvc -LINKER = link -LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" -LIBS = /LIBPATH:C:\Users\Administrator\Desktop\LAMPMainWidget-master\curl_7.80\lib\x64 C:\Users\Administrator\Desktop\LAMPMainWidget-master\curl_7.80\lib\x64\libcurl.lib /LIBPATH:C:\Users\Administrator\Desktop\LAMPMainWidget-master\proj4_5.2.0\lib C:\Users\Administrator\Desktop\LAMPMainWidget-master\proj4_5.2.0\lib\proj.lib C:\Users\Administrator\Desktop\LAMPMainWidget-master\proj4_5.2.0\lib\proj_i.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Widgets.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Gui.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Sql.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Core.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\qtmain.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.7.25-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib -QMAKE = D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -IDC = idc -IDL = midl -ZIP = zip -r -9 -DEF_FILE = -RES_FILE = -COPY = copy /y -SED = $(QMAKE) -install sed -COPY_FILE = copy /y -COPY_DIR = xcopy /s /q /y /i -DEL_FILE = del -DEL_DIR = rmdir -MOVE = move -CHK_DIR_EXISTS= if not exist -MKDIR = mkdir -INSTALL_FILE = copy /y -INSTALL_PROGRAM = copy /y -INSTALL_DIR = xcopy /s /q /y /i -QINSTALL = D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -install qinstall -QINSTALL_PROGRAM = D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -install qinstall -exe - -####### Output directory - -OBJECTS_DIR = release - -####### Files - -SOURCES = crs.cpp \ - egmain.cpp \ - maparea.cpp \ - mapautoplane.cpp \ - mapcanvas.cpp \ - mapcanvasmap.cpp \ - maplayer.cpp \ - mapline.cpp \ - maptool.cpp \ - pointxy.cpp \ - crs\webmercator.cpp \ - gui\mainwindow.cpp \ - gui\sponsorwindow.cpp \ - gui\taskwindow.cpp \ - layer\tmslayer.cpp \ - provider\tmsprovider.cpp \ - tools\maptooldrawline.cpp \ - tools\maptoolpan.cpp \ - tools\maptoolselect.cpp \ - tools\maptoolzoomin.cpp \ - tools\maptoolzoomout.cpp \ - tools\maptooldrawarea.cpp \ - tools\maptooladdplane.cpp \ - utils\imgwriter.cpp \ - utils\network.cpp \ - provider\tms\gaodenormalprovider.cpp \ - provider\tms\ostnormalprovider.cpp \ - provider\tms\tmsproviderfactory.cpp release\qrc_res.cpp \ - release\moc_layerprovider.cpp \ - release\moc_mapcanvas.cpp \ - release\moc_mainwindow.cpp \ - release\moc_sponsorwindow.cpp \ - release\moc_taskwindow.cpp \ - release\moc_tmsprovider.cpp \ - release\moc_gaodenormalprovider.cpp \ - release\moc_ostnormalprovider.cpp -OBJECTS = release\crs.obj \ - release\egmain.obj \ - release\maparea.obj \ - release\mapautoplane.obj \ - release\mapcanvas.obj \ - release\mapcanvasmap.obj \ - release\maplayer.obj \ - release\mapline.obj \ - release\maptool.obj \ - release\pointxy.obj \ - release\webmercator.obj \ - release\mainwindow.obj \ - release\sponsorwindow.obj \ - release\taskwindow.obj \ - release\tmslayer.obj \ - release\tmsprovider.obj \ - release\maptooldrawline.obj \ - release\maptoolpan.obj \ - release\maptoolselect.obj \ - release\maptoolzoomin.obj \ - release\maptoolzoomout.obj \ - release\maptooldrawarea.obj \ - release\maptooladdplane.obj \ - release\imgwriter.obj \ - release\network.obj \ - release\gaodenormalprovider.obj \ - release\ostnormalprovider.obj \ - release\tmsproviderfactory.obj \ - release\qrc_res.obj \ - release\moc_layerprovider.obj \ - release\moc_mapcanvas.obj \ - release\moc_mainwindow.obj \ - release\moc_sponsorwindow.obj \ - release\moc_taskwindow.obj \ - release\moc_tmsprovider.obj \ - release\moc_gaodenormalprovider.obj \ - release\moc_ostnormalprovider.obj - -DIST = include\crs.h \ - include\layerprovider.h \ - include\mapcanvas.h \ - include\mapcanvasmap.h \ - include\maplayer.h \ - include\maptool.h \ - include\pointxy.h \ - include\crs\webmercator.h \ - include\gui\mainwindow.h \ - include\gui\sponsorwindow.h \ - include\gui\taskwindow.h \ - include\layer\tmslayer.h \ - include\provider\tmsprovider.h \ - include\tools\maptoolpan.h \ - include\tools\maptoolselect.h \ - include\tools\maptoolzoomin.h \ - include\tools\maptoolzoomout.h \ - include\utils\LAMPMainWidget.h \ - include\utils\imgwriter.h \ - include\utils\network.h \ - include\provider\tms\gaodenormalprovider.h \ - include\provider\tms\gaodesatelliteprovider.h \ - include\provider\tms\googlechinanormalprovider.h \ - include\provider\tms\googlechinasatelliteprovider.h \ - include\provider\tms\ostnormalprovider.h \ - include\provider\tms\tmsproviderfactory.h \ - include\tools\maptooldrawline.h \ - maparea.h \ - mapautoplane.h \ - mapline.h \ - include\tools\maptooladdplane.h \ - include\tools\maptooldrawarea.h crs.cpp \ - egmain.cpp \ - maparea.cpp \ - mapautoplane.cpp \ - mapcanvas.cpp \ - mapcanvasmap.cpp \ - maplayer.cpp \ - mapline.cpp \ - maptool.cpp \ - pointxy.cpp \ - crs\webmercator.cpp \ - gui\mainwindow.cpp \ - gui\sponsorwindow.cpp \ - gui\taskwindow.cpp \ - layer\tmslayer.cpp \ - provider\tmsprovider.cpp \ - tools\maptooldrawline.cpp \ - tools\maptoolpan.cpp \ - tools\maptoolselect.cpp \ - tools\maptoolzoomin.cpp \ - tools\maptoolzoomout.cpp \ - tools\maptooldrawarea.cpp \ - tools\maptooladdplane.cpp \ - utils\imgwriter.cpp \ - utils\network.cpp \ - provider\tms\gaodenormalprovider.cpp \ - provider\tms\ostnormalprovider.cpp \ - provider\tms\tmsproviderfactory.cpp -QMAKE_TARGET = LAMPMainWidget -DESTDIR = release\ #avoid trailing-slash linebreak -TARGET = LAMPMainWidget.exe -DESTDIR_TARGET = release\LAMPMainWidget.exe - -####### Implicit rules - -.SUFFIXES: .c .cpp .cc .cxx - -{crs}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{crs}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{crs}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{crs}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{gui}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{gui}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{gui}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{gui}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{layer}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{layer}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{layer}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{layer}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{utils}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{utils}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{utils}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{utils}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{release}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{release}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{release}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{release}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{.}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{.}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{.}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{.}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider\tms}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider\tms}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider\tms}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{provider\tms}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{tools}.cpp{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{tools}.cc{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{tools}.cxx{release\}.obj:: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -{tools}.c{release\}.obj:: - $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< - $< -<< - -####### Build rules - -first: all -all: Makefile.Release release\LAMPMainWidget.exe - -release\LAMPMainWidget.exe: D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Widgets.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Gui.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Sql.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Core.lib D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\qtmain.lib ui_mainwindow.h ui_sponsorwindow.h ui_taskwindow.h $(OBJECTS) - $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< -release\crs.obj release\egmain.obj release\maparea.obj release\mapautoplane.obj release\mapcanvas.obj release\mapcanvasmap.obj release\maplayer.obj release\mapline.obj release\maptool.obj release\pointxy.obj release\webmercator.obj release\mainwindow.obj release\sponsorwindow.obj release\taskwindow.obj release\tmslayer.obj release\tmsprovider.obj release\maptooldrawline.obj release\maptoolpan.obj release\maptoolselect.obj release\maptoolzoomin.obj release\maptoolzoomout.obj release\maptooldrawarea.obj release\maptooladdplane.obj release\imgwriter.obj release\network.obj release\gaodenormalprovider.obj release\ostnormalprovider.obj release\tmsproviderfactory.obj release\qrc_res.obj release\moc_layerprovider.obj release\moc_mapcanvas.obj release\moc_mainwindow.obj release\moc_sponsorwindow.obj release\moc_taskwindow.obj release\moc_tmsprovider.obj release\moc_gaodenormalprovider.obj release\moc_ostnormalprovider.obj -$(LIBS) -<< - -qmake: FORCE - @$(QMAKE) -o Makefile.Release LAMPMainWidget.pro -spec win32-msvc "CONFIG+=qtquickcompiler" - -qmake_all: FORCE - -dist: - $(ZIP) LAMPMainWidget.zip $(SOURCES) $(DIST) LAMPMainWidget.pro D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\spec_pre.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\angle.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\windows-desktop.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\windows-vulkan.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\msvc-desktop.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\qconfig.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_charts.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_charts_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_core.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_datavisualization_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_designer.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gui.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_help.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_location.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_network.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qml.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quick.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_script.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_script_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scripttools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sql.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_svg.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webview.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xml.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qt_functions.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qt_config.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\win32-msvc\qmake.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\spec_post.prf .qmake.stash D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\exclusive_builds.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\common\msvc-version.conf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\toolchain.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\default_pre.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\default_pre.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\resolve_config.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\exclusive_builds_post.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\default_post.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\build_pass.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\resources.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qtquickcompiler.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\precompile_header.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\warn_on.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qt.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\moc.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\opengl.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\uic.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\qmake_use.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\file_copies.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\win32\windows.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\testcase_targets.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\exceptions.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\yacc.prf D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\lex.prf LAMPMainWidget.pro resources\res.qrc D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Widgets.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Gui.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Sql.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\Qt5Core.prl D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\lib\qtmain.prl resources\res.qrc D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\data\dummy.cpp include\crs.h include\layerprovider.h include\mapcanvas.h include\mapcanvasmap.h include\maplayer.h include\maptool.h include\pointxy.h include\crs\webmercator.h include\gui\mainwindow.h include\gui\sponsorwindow.h include\gui\taskwindow.h include\layer\tmslayer.h include\provider\tmsprovider.h include\tools\maptoolpan.h include\tools\maptoolselect.h include\tools\maptoolzoomin.h include\tools\maptoolzoomout.h include\utils\LAMPMainWidget.h include\utils\imgwriter.h include\utils\network.h include\provider\tms\gaodenormalprovider.h include\provider\tms\gaodesatelliteprovider.h include\provider\tms\googlechinanormalprovider.h include\provider\tms\googlechinasatelliteprovider.h include\provider\tms\ostnormalprovider.h include\provider\tms\tmsproviderfactory.h include\tools\maptooldrawline.h maparea.h mapautoplane.h mapline.h include\tools\maptooladdplane.h include\tools\maptooldrawarea.h crs.cpp egmain.cpp maparea.cpp mapautoplane.cpp mapcanvas.cpp mapcanvasmap.cpp maplayer.cpp mapline.cpp maptool.cpp pointxy.cpp crs\webmercator.cpp gui\mainwindow.cpp gui\sponsorwindow.cpp gui\taskwindow.cpp layer\tmslayer.cpp provider\tmsprovider.cpp tools\maptooldrawline.cpp tools\maptoolpan.cpp tools\maptoolselect.cpp tools\maptoolzoomin.cpp tools\maptoolzoomout.cpp tools\maptooldrawarea.cpp tools\maptooladdplane.cpp utils\imgwriter.cpp utils\network.cpp provider\tms\gaodenormalprovider.cpp provider\tms\ostnormalprovider.cpp provider\tms\tmsproviderfactory.cpp include\gui\mainwindow.ui include\gui\sponsorwindow.ui include\gui\taskwindow.ui - -clean: compiler_clean - -$(DEL_FILE) release\crs.obj release\egmain.obj release\maparea.obj release\mapautoplane.obj release\mapcanvas.obj release\mapcanvasmap.obj release\maplayer.obj release\mapline.obj release\maptool.obj release\pointxy.obj release\webmercator.obj release\mainwindow.obj release\sponsorwindow.obj release\taskwindow.obj release\tmslayer.obj release\tmsprovider.obj release\maptooldrawline.obj release\maptoolpan.obj release\maptoolselect.obj release\maptoolzoomin.obj release\maptoolzoomout.obj release\maptooldrawarea.obj release\maptooladdplane.obj release\imgwriter.obj release\network.obj release\gaodenormalprovider.obj release\ostnormalprovider.obj release\tmsproviderfactory.obj release\qrc_res.obj release\moc_layerprovider.obj release\moc_mapcanvas.obj release\moc_mainwindow.obj release\moc_sponsorwindow.obj release\moc_taskwindow.obj release\moc_tmsprovider.obj release\moc_gaodenormalprovider.obj release\moc_ostnormalprovider.obj - -distclean: clean - -$(DEL_FILE) .qmake.stash - -$(DEL_FILE) $(DESTDIR_TARGET) - -$(DEL_FILE) Makefile.Release - -mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean - -mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all - -check: first - -benchmark: first - -compiler_rcc_make_all: release\qrc_res.cpp -compiler_rcc_clean: - -$(DEL_FILE) release\qrc_res.cpp -release\qrc_res.cpp: resources\res.qrc \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\rcc.exe \ - resources\plane-red.png \ - resources\plane-black.png \ - resources\theme\mActionRefresh.svg \ - resources\theme\mActionPan.svg \ - resources\theme\mActionDownload.svg \ - resources\theme\mActionZoomOut.svg \ - resources\theme\mActionSelect.svg \ - resources\theme\mActionZoomIn.svg - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\rcc.exe -name res resources\res.qrc -o release\qrc_res.cpp - -compiler_qmlcache_make_all: -compiler_qmlcache_clean: -compiler_qmlcache_loader_make_all: release\qmlcache_loader.cpp -compiler_qmlcache_loader_clean: - -$(DEL_FILE) release\qmlcache_loader.cpp -compiler_no_pch_compiler_make_all: -compiler_no_pch_compiler_clean: -compiler_moc_predefs_make_all: release\moc_predefs.h -compiler_moc_predefs_clean: - -$(DEL_FILE) release\moc_predefs.h -release\moc_predefs.h: D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\data\dummy.cpp - cl -BxD:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h - -compiler_moc_header_make_all: release\moc_layerprovider.cpp release\moc_mapcanvas.cpp release\moc_mainwindow.cpp release\moc_sponsorwindow.cpp release\moc_taskwindow.cpp release\moc_tmsprovider.cpp release\moc_gaodenormalprovider.cpp release\moc_ostnormalprovider.cpp -compiler_moc_header_clean: - -$(DEL_FILE) release\moc_layerprovider.cpp release\moc_mapcanvas.cpp release\moc_mainwindow.cpp release\moc_sponsorwindow.cpp release\moc_taskwindow.cpp release\moc_tmsprovider.cpp release\moc_gaodenormalprovider.cpp release\moc_ostnormalprovider.cpp -release\moc_layerprovider.cpp: include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\layerprovider.h -o release\moc_layerprovider.cpp - -release\moc_mapcanvas.cpp: include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\mapcanvas.h -o release\moc_mapcanvas.cpp - -release\moc_mainwindow.cpp: include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\gui\mainwindow.h -o release\moc_mainwindow.cpp - -release\moc_sponsorwindow.cpp: include\gui\sponsorwindow.h \ - ui_sponsorwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHBoxLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QSpacerItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\gui\sponsorwindow.h -o release\moc_sponsorwindow.cpp - -release\moc_taskwindow.cpp: include\gui\taskwindow.h \ - ui_taskwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QComboBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qcombobox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\gui\taskwindow.h -o release\moc_taskwindow.cpp - -release\moc_tmsprovider.cpp: include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\provider\tmsprovider.h -o release\moc_tmsprovider.cpp - -release\moc_gaodenormalprovider.cpp: include\provider\tms\gaodenormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\provider\tms\gaodenormalprovider.h -o release\moc_gaodenormalprovider.cpp - -release\moc_ostnormalprovider.cpp: include\provider\tms\ostnormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h \ - release\moc_predefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Desktop/LAMPMainWidget-master/release/moc_predefs.h -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Administrator/Desktop/LAMPMainWidget-master -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/curl_7.80/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -IC:/Users/Administrator/Desktop/LAMPMainWidget-master/proj4_5.2.0/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtWidgets -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtGui -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtANGLE -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtSql -ID:/Qt/Qt5.13.2/5.13.2/msvc2017_64/include/QtCore -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" include\provider\tms\ostnormalprovider.h -o release\moc_ostnormalprovider.cpp - -compiler_moc_objc_header_make_all: -compiler_moc_objc_header_clean: -compiler_moc_source_make_all: -compiler_moc_source_clean: -compiler_uic_make_all: ui_mainwindow.h ui_sponsorwindow.h ui_taskwindow.h -compiler_uic_clean: - -$(DEL_FILE) ui_mainwindow.h ui_sponsorwindow.h ui_taskwindow.h -ui_mainwindow.h: include\gui\mainwindow.ui \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe include\gui\mainwindow.ui -o ui_mainwindow.h - -ui_sponsorwindow.h: include\gui\sponsorwindow.ui \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe include\gui\sponsorwindow.ui -o ui_sponsorwindow.h - -ui_taskwindow.h: include\gui\taskwindow.ui \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin\uic.exe include\gui\taskwindow.ui -o ui_taskwindow.h - -compiler_yacc_decl_make_all: -compiler_yacc_decl_clean: -compiler_yacc_impl_make_all: -compiler_yacc_impl_clean: -compiler_lex_make_all: -compiler_lex_clean: -compiler_clean: compiler_rcc_clean compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean - - - -####### Compile - -release\crs.obj: crs.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - proj4_5.2.0\include\proj_api.h \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF - -release\egmain.obj: egmain.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h - -release\maparea.obj: maparea.cpp maparea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDateTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -release\mapautoplane.obj: mapautoplane.cpp mapautoplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsPixmapItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRandomGenerator \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrandom.h - -release\mapcanvas.obj: mapcanvas.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - include\tools\maptoolpan.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\tools\maptoolselect.h \ - include\tools\maptoolzoomin.h \ - include\tools\maptoolzoomout.h \ - include\tools\maptooldrawline.h \ - include\tools\maptooldrawarea.h \ - include\tools\maptooladdplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QList \ - mapautoplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsPixmapItem - -release\mapcanvasmap.obj: mapcanvasmap.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsSceneMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDateTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -release\maplayer.obj: maplayer.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDateTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -release\mapline.obj: mapline.cpp mapline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h - -release\maptool.obj: maptool.cpp include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h - -release\pointxy.obj: pointxy.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -release\webmercator.obj: crs\webmercator.cpp include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\crs\webmercator.h - -release\mainwindow.obj: gui\mainwindow.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDesktopServices \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qdesktopservices.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstandardpaths.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMessageBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmessagebox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\gui\sponsorwindow.h \ - ui_sponsorwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHBoxLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QSpacerItem \ - include\gui\taskwindow.h \ - ui_taskwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QComboBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qcombobox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - include\layer\tmslayer.h \ - include\crs\webmercator.h \ - include\provider\tms\tmsproviderfactory.h - -release\sponsorwindow.obj: gui\sponsorwindow.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPixmap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMessageBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmessagebox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\gui\sponsorwindow.h \ - ui_sponsorwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHBoxLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QSpacerItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget - -release\taskwindow.obj: gui\taskwindow.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QFileDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qfiledialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdir.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfileinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdialog.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMessageBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmessagebox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QThreadPool \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthreadpool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthread.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - include\gui\taskwindow.h \ - ui_taskwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVariant \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QApplication \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qeventloop.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qguiapplication.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qinputmethod.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QComboBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qcombobox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyleoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvalidator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregularexpression.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qicon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractslider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstyle.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtabwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qrubberband.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qabstractitemmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QDialog \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGroupBox \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgroupbox.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLabel \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlabel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QLineEdit \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlineedit.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QPushButton \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qpushbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractbutton.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - include\gui\mainwindow.h \ - ui_mainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAction \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qaction.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qactiongroup.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGridLayout \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgridlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlayoutitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qboxlayout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QHeaderView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qheaderview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractitemview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qitemselectionmodel.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qlistview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMainWindow \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmainwindow.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenu \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenu.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QMenuBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qmenubar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QStatusBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qstatusbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTabWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QTableWidget \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtablewidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtableview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QToolBar \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtoolbar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QVector \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QActionGroup \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QListWidgetItem \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\layer\tmslayer.h \ - include\crs\webmercator.h \ - include\provider\tms\tmsproviderfactory.h \ - include\utils\network.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - curl_7.80\include\curl\curl.h \ - curl_7.80\include\curl\curlver.h \ - curl_7.80\include\curl\system.h \ - curl_7.80\include\curl\easy.h \ - curl_7.80\include\curl\multi.h \ - curl_7.80\include\curl\urlapi.h \ - curl_7.80\include\curl\options.h \ - curl_7.80\include\curl\typecheck-gcc.h \ - include\utils\imgwriter.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h - -release\tmslayer.obj: layer\tmslayer.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - include\layer\tmslayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\maplayer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - include\maptool.h \ - include\crs\webmercator.h \ - include\provider\tms\tmsproviderfactory.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -release\tmsprovider.obj: provider\tmsprovider.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QThreadPool \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthreadpool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qthread.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDir \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdir.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfileinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlQuery \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlError \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqlerror.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\utils\network.h \ - curl_7.80\include\curl\curl.h \ - curl_7.80\include\curl\curlver.h \ - curl_7.80\include\curl\system.h \ - curl_7.80\include\curl\easy.h \ - curl_7.80\include\curl\multi.h \ - curl_7.80\include\curl\urlapi.h \ - curl_7.80\include\curl\options.h \ - curl_7.80\include\curl\typecheck-gcc.h - -release\maptooldrawline.obj: tools\maptooldrawline.cpp include\tools\maptooldrawline.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - mapline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap - -release\maptoolpan.obj: tools\maptoolpan.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - include\tools\maptoolpan.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -release\maptoolselect.obj: tools\maptoolselect.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\tools\maptoolselect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -release\maptoolzoomin.obj: tools\maptoolzoomin.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - include\tools\maptoolzoomin.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -release\maptoolzoomout.obj: tools\maptoolzoomout.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\tools\maptoolzoomout.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRect \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maptool.h - -release\maptooldrawarea.obj: tools\maptooldrawarea.cpp include\tools\maptooldrawarea.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - maparea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QAbstractGraphicsShapeItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPolygonF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPen \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap - -release\maptooladdplane.obj: tools\maptooladdplane.cpp include\tools\maptooladdplane.h \ - include\maptool.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QMouseEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qkeysequence.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qurlquery.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfile.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qfiledevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qvector2d.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtouchdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QList \ - include\mapcanvas.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QWheelEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPaintEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsView \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qframe.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qwidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpalette.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qsizepolicy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcursor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsScene \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTimer \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasictimer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QKeyEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QResizeEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QDragEnterEvent \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRectF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMarginsF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - include\crs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\mapcanvasmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsItem \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ - include\maplayer.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - mapautoplane.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtWidgets\QGraphicsPixmapItem - -release\imgwriter.obj: utils\imgwriter.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QPainter \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtextoption.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpen.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qbrush.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfont.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qfontmetrics.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - include\utils\imgwriter.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString - -release\network.obj: utils\network.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\utils\network.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - curl_7.80\include\curl\curl.h \ - curl_7.80\include\curl\curlver.h \ - curl_7.80\include\curl\system.h \ - curl_7.80\include\curl\easy.h \ - curl_7.80\include\curl\multi.h \ - curl_7.80\include\curl\urlapi.h \ - curl_7.80\include\curl\options.h \ - curl_7.80\include\curl\typecheck-gcc.h - -release\gaodenormalprovider.obj: provider\tms\gaodenormalprovider.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\provider\tms\gaodenormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -release\ostnormalprovider.obj: provider\tms\ostnormalprovider.cpp D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - include\provider\tms\ostnormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h - -release\tmsproviderfactory.obj: provider\tms\tmsproviderfactory.cpp include\provider\tms\tmsproviderfactory.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QHash \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhash.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qchar.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qconfig.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtcore-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsystemdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qprocessordetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcompilerdetection.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtypeinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsysinfo.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlogging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qflags.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbasicatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qgenericatomic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_cxx11.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qatomic_msvc.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qglobalstatic.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmutex.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnumeric.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qversiontagging.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiterator.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrefcount.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qarraydata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qhashfunctions.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstring.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qnamespace.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringliteral.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringalgorithms.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringview.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringbuilder.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpair.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvector.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qpoint.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qbytearraylist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringlist.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qregexp.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qstringmatcher.h \ - include\layerprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\QImage \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qimage.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtguiglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtgui-config.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qcolor.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgb.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qrgba64.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpaintdevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qwindowdefs_win.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrect.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmargins.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsize.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpixelformat.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qtransform.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qmatrix.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpolygon.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qregion.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatastream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qscopedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qiodevice.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcoreevent.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmetatype.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvarlengtharray.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontainerfwd.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qobject_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qline.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtGui\qpainterpath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QMap \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmap.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdebug.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qtextstream.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qlocale.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qvariant.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qshareddata.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qset.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qcontiguouscache.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPointF \ - include\provider\tms\ostnormalprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QSize \ - include\pointxy.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtGlobal \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QPoint \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QDebug \ - include\provider\tmsprovider.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QtMath \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qmath.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QString \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QRunnable \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qrunnable.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QByteArray \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QObject \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\QSqlDatabase \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qsqldatabase.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsqlglobal.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtSql\qtsql-config.h \ - include\utils\LAMPMainWidget.h \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\QTime \ - D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\include\QtCore\qdatetime.h \ - include\provider\tms\gaodenormalprovider.h - -release\qrc_res.obj: release\qrc_res.cpp - -release\moc_layerprovider.obj: release\moc_layerprovider.cpp - -release\moc_mapcanvas.obj: release\moc_mapcanvas.cpp - -release\moc_mainwindow.obj: release\moc_mainwindow.cpp - -release\moc_sponsorwindow.obj: release\moc_sponsorwindow.cpp - -release\moc_taskwindow.obj: release\moc_taskwindow.cpp - -release\moc_tmsprovider.obj: release\moc_tmsprovider.cpp - -release\moc_gaodenormalprovider.obj: release\moc_gaodenormalprovider.cpp - -release\moc_ostnormalprovider.obj: release\moc_ostnormalprovider.cpp - -####### Install - -install: FORCE - -uninstall: FORCE - -FORCE: - diff --git a/LAMPMainWidget/doc/12-063r5_CRS_Well-known_Text.pdf b/LAMPMainWidget/doc/12-063r5_CRS_Well-known_Text.pdf deleted file mode 100644 index 6368ced..0000000 --- a/LAMPMainWidget/doc/12-063r5_CRS_Well-known_Text.pdf +++ /dev/null @@ -1,57575 +0,0 @@ -%PDF-1.4 %忏嫌 -1 0 obj <> endobj 2 0 obj <>stream - - - - - 2015-05-04T16:13:27Z - Word - 2015-05-04T12:14:42-04:00 - 2015-05-04T12:14:42-04:00 - - - - Adobe Mac PDF Plug-in - - - application/pdf - - - Microsoft Word - 12-063r5.doc - - - - - uuid:9d414be7-2856-964e-989a-b99a59595629 - uuid:b56a37d1-d623-ee44-a939-a3247b4eb8e9 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 5 0 obj <> endobj 6 0 obj <> endobj 7 0 obj <> endobj 18 0 obj <> endobj 19 0 obj <> endobj 20 0 obj <> endobj 21 0 obj <> endobj 22 0 obj <> endobj 23 0 obj <> endobj 24 0 obj <> endobj 25 0 obj <> endobj 26 0 obj <> endobj 67 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 68 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 69 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 70 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 71 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 72 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 85 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(86)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.003 Tc -0.003 Tw 13.92 0 0 13.92 238.211 745.8671 Tm -[(B)-1(i)2(bl)2(i)2(ogr)1(aphy)]TJ -0 Tc 0 Tw 6.147 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 695.4671 Tm -[([)1(1)-4(])]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.699 0 Td -[(I)5(S)-1(O)-3( )1(19125)]TJ -0 Tc 0 Tw 4.859 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(1:)5(2004,)5( )]TJ -/TT2 1 Tf -0.008 Tc -0.003 Tw 3.673 0 Td -[(G)-5(e)-1(o)-1(g)-1(r)2(a)-1(p)-1(h)-1(i)4(c i)4(n)-1(f)3(o)-1(r)2(m)-7(a)-1(t)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 10.563 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.283 0 Td -[(S)-2(i)5(m)-6(pl)5(e f)4(eat)4(ur)3(e ac)1(c)1(es)1(s)]TJ -0 Tc 0 Tw ( )Tj -10.28 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(P)-2(ar)3(t)4( 1:)4( C)-3(om)-6(m)-6(on ar)3(c)1(hi)5(t)4(ec)1(t)4(ur)3(e)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.991 0 Td -( )Tj -0.282 0 Td -( )Tj -0.005 Tc -0.005 Tw -47.696 -2.39 Td -[([)1(2)-4(])]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.699 0 Td -[(O)-5(G)-5(C)-4( O)-5(p)-1(e)-1(n)-1(G)-5(I)3(S)-3( P)-3(r)2(o)-1(j)4(e)-1(ct)3( D)-4(o)-1(cu)-1(m)-7(e)-1(n)-1(t)3( 9)-1(9)]TJ -0 Tc 0 Tw 16.606 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(036,)5( )]TJ -/TT2 1 Tf -0.008 Tc -0.003 Tw 2.26 0 Td -[(O)-5(p)-1(e)-1(n)-1(G)-5(I)3(S)-3( S)-3(i)4(m)-7(p)-1(l)4(e)-1( F)-2(e)-1(a)-1(t)3(u)-1(r)2(e)-1(s )]TJ -0.009 Tc -0.004 Tw 12.201 0 Td -[(S)-2(pec)1(i)5(f)4(i)5(c)1(at)4(i)5(on f)4(or)3( S)-2(Q)-4(L,)4( r)3(ev)1(i)5(s)1(i)5(on 1.)4(1)]TJ -/TT1 1 Tf -0 Tc 0 Tw 15.306 0 Td -( )Tj -0.005 Tc -0.005 Tw -48.541 -2.366 Td -[([)1(3)-4(])]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.699 0 Td -[(O)-5(G)-5(C)-4( O)-5(p)-1(e)-1(n)-1(G)-5(I)3(S)-3( P)-3(r)2(o)-1(j)4(e)-1(ct)3( D)-4(o)-1(cu)-1(m)-7(e)-1(n)-1(t)3( 0)-1(6)]TJ -0 Tc 0 Tw 16.606 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(103r)4(4,)5( )]TJ -/TT2 1 Tf --0.004 Tw 3.163 0 Td -[(S)-2(i)5(m)-6(pl)5(e f)4(eat)4(ur)3(e ac)1(c)1(es)1(s)]TJ -0 Tc 0 Tw ( )Tj -10.28 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(P)-2(ar)3(t)4( 1:)4( C)-3(om)-6(m)-6(on ar)3(c)1(hi)5(t)4(ec)1(t)4(ur)3(e)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.991 0 Td -( )Tj -0.005 Tc -0.005 Tw -46.508 -2.39 Td -[([)1(4)-4(])]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.008 Tc 0.356 Tw 0.699 0 Td -[(O)-5(G)-5(C)-4( O)-5(p)-1(e)-1(n)-1(G)-5(I)3(S)-3( P)-3(r)2(o)-1(j)4(e)-1(ct)3( D)-4(o)-1(cu)-1(m)-7(e)-1(n)-1(t)3( 0)-1(1)]TJ -0 Tc 0 Tw 18.043 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(009,)5( )]TJ -/TT2 1 Tf -0.355 Tw 2.619 0 Td -[(I)5(m)-5(pl)6(em)-5(ent)5(at)4(i)6(on )1(S)-1(pe)-1(c)1(i)6(f)5(i)6(c)1(at)5(i)6(on:)5( )1(C)-2(oor)4(di)6(nat)5(e )1(Tr)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on )]TJ --0.004 Tw -21.001 -1.171 Td -[(S)-2(er)3(v)1(i)5(c)1(es)1(,)4( r)3(ev)1(i)5(s)1(i)5(on 1.)4(00)]TJ -/TT1 1 Tf -0 Tc 0 Tw 10.222 0 Td -( )Tj -0.005 Tc -0.005 Tw -12.052 -2.39 Td -[([)1(5)-4(])]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.699 0 Td -[(O)-5(G)-5(C)-4( P)-3(r)2(o)-1(j)4(e)-1(ct)3( )]TJ -0.009 Tc -0.004 Tw 6.043 0 Td -[(D)-3(oc)1(um)-6(ent)4( 09)]TJ -0 Tc 0 Tw 6.045 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(083r)4(3,)5( )]TJ -/TT2 1 Tf -0.008 Tc -0.003 Tw 3.163 0 Td -[(G)-5(e)-1(o)-1(A)-3(P)-3(I)3( 3)-1(.)3(0)-1( I)3(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)]TJ -/TT1 1 Tf -0 Tc 0 Tw 16.892 0 Td -( )Tj --34.31 -2.39 Td -( )Tj -ET - endstream endobj 76 0 obj <> endobj 77 0 obj <> endobj 78 0 obj <> endobj 88 0 obj <> endobj 89 0 obj <>stream -H墝V PT給wY4>x傝瞓LDDT枹8$馘*p貛v4揘搄b裈'>-洿V1&M5Mb獚c潠}=oA傣迃o线界茱渟w.疊?瑔DnE澐=hlP{XQX<挣5u=糾骻j5W{蟃=5%鹙⺳調繱蒷擸藗茳R[仔运-蟳陁蕈^搋黂{氇zy鰢代%z:[看緗;`mc倄殻剀亄CB%@YaC侾C4vD`S憟Bt@僗! H腀 #;'! 4 胮8'F #y荩鼘耤x1嚷Xdcr00箻勆菴>\(纖P)槉"L鉼1吲肍1Jb1罂萭a鯟w体j8婙烙%曆傫g~疀唼 S鏮b|&>噝煘q '袀僪阗;)―36饇 ;皡: +惺綦魡ㄇ<X糟7I8媫卶F圜桠x(掦翔.yR窤\俿樝7p1gYf8&傫[t塱w鐌 鏱8;窰i<g=棻7b'N&Q%枊Vy2莤裛/糞WD娉2<_SE襕tU)[黽峍>鵓畬I滬鍇毞q*﨨s╖8膌Y疿#畦鄻qM9澭鯼%瀉亩鞌-齱钙%O'G=+l.阌8\姧J4嬫觱鷩皦眀峢w︸虜;!鶋$o*匤搑jEFd糽0>eLsuO=损$紎k睘车曠6紝]8孨罳紡K穚圍(G9TM嫧塣+z椢'刉]R擉豾%_)V)琰餲鵞3F銆;鉑虡=鎰U禊G貍劂^靽误(.鈉|稳蟠S乓FN薁L*欸5訞汪,mねm%r4情篅组痶嫅a楨僂睭N1B5b澵,鰤C铣q^\W臡qWF(炆2U施睱.慚瞃畳{嫌虿4%]睰侬极|≤祫Z6Z灣r誶 -:轟l>o泶~d摱[祄曧鄢睹A覀鲴齯俼脡2紓鏖8﨑m2J欹b睕~F齟蔩衶"黊潶7jD薟|兠B缟§8茲"&%溇Ъ猼S價N戔 -谀 訌5J偻搌n:毨T 牮拡耰咽Y>~崡b3鐌R7b4M1s#酒4 窸篿ДA糂+鋟s\T[鞽C y毊p銁)1柺褝k磧畨9.謆c鶂>!桶詒鼳,j)^徾h?:0M濪龜豢K80E,6}Z┰萙幉I(礀{a蔅%攐賮愦G~H霿歨1=g负熇mk涷歭穌*峉䦶i5帄c湌s5碪夌綷奢粩 -臹^繒o61暵戨5氾禶铗竟︶I号硸Q胜4蒟(&賂k/ 硴c]P鲳齪4w异軌歧屗5f翥弽ztdg篶础)C翠$u#&&那牌DGE埌圇d砕8珓t梀郠鮐彯厖N撟,疝'痂* -囱UO繪}2-e欅c欅gIv59蝨榨﹝W睛v壹7?勺JU==@+&寵$^『鈐骍<狵/h<_{hH灃W釲G{H(摗L楸Z};臢!b]夙Aa暈犲霍x- A).o\鈜'&%:觰诗惺uh擋pGy75O塄笸鉦冓烚Οビ巖彛_-s胍[j鷪p斑|=v艜臣鶂<骱壱鐘洴毈戏N辗椄镒&欙襌迌讑彲]窐(芿p fQzUスL塯仾k摰Z'$璃cfs襾剟#芿$窽遧窎L訨靳郏鄾質0>WP鉒o稧魻俎?紬v?Q乍 Ps*氋'iS t礏錒$藎Ue罻懪fO/禘鄗鬥}篰J徧s薉袺塂衦%桋嬹jn8沱磙椁覫:/6X瞝`秩袮侹熵斸eLx腘耴 -嘩$PtxM;lc8赼啍擨L跧'C:覲Ze趫襜(H攴聬餩向揞穡{唠=A9%斺蠍皲dDW蘌繻}Jm汎xl=%=}浛暪}髭 洤袭鹛鰯8C唴2Z;uf<.?砏峲'韩鉓窆zz毛^逢嶗#鬑|閯'沼?-8U齨# - U璀攲镳B垆 讦蘬鑁9h涄蠭伨4颈z軇h*}J+7_慫@O铯铺VA廎葐坍!d煮t 汃 <>Ι^#迤y#掳 ╅爌蕐GBC滵t(?蛨,馡7椦 騷J钾e汋kIF暾丠]2B8W0jで畋椻劓"1r{F".矛蚇节_摠?B詃寞霁 bw劽`w鋮穁她b┻!凣崉2 -$2u併钶-枣壴dV/~壿Z踥=aJJ=5迼t港EQ杹n瓴-zx爊 ♀/A~2P{  勬╕P榭j_憐蛤dh7嚲h悔毆J拯9u&u@zwj2 f綵[d豰=HZ橴5:烗(跫劕爩娅:L闃葯獽p6拑L睦a夕扐騐暳78呔 +縇O砉搄阫缓.A7PsQ鯭┇袑祶壴ki寗'槝Q1.閠c0濐斅"硴t$u颌躢抙魯箺扮吜&阤蜰um0H〞%+ヅ坨谶.腚:辞<桑鉾鐎NO蠩璜nM5劄d{E<%X琵杲~R52+鋺鏀Q_)栎剽嵴鉨錂r刯8Kh|~タox_>滯0}摻尯苸 鍗峀菣 -齫-zl>r漨1糄饎d偀墷隟f柦逊N駸r-;秷盁+!K禍賝K[叭秲觟]|痍闆]xw鉣6u硣枡W=, xd犯^髪C1譵8⒛UZ5鍡瓰1l]偹襄鄴爀c~既瞂V旭 屍b寷蒣LC賧箒选J菢`櫡貈7靄叶珆膈;t鋙'G宂2}m腙y[脫#皋 nl;稲7谶vy+-s禤耩亀kf甇^( Ji&m谛Z - ,O剹濠碅e彻謺徜e蚕$殅D慹撡K搲 吏#瀾t谪m.婁酡=*鳆#G7 1淰 矽4僩㥮懾*桘耚(' *K87鳏noi集%'LY脮煂髤痂 -跞絿<[o/l蒰V=齾Vg7胠%卆Vi ;!銍6褽骀瑓鵐M咉喖:t ]免4蝪1,M豒 - 侾dqg嬵"旘寚(顊^ゴ胓殭笂濞3呋頁Az#O!yO4x仮D7h繿晻h_n`儓桉H -{邻饧硗鮰?<f-踣-塨癏瞙Y4[$(匵tHk筁萬L@(私DAl(挞鑐諰,R{ -﹂居2"c+橼`_wA&汥Q6%藘RY俧蚤蘊 1烟6/\V翊)淧吮簙翼 捑*繗Y楕劂測- &0G赩c毵xw鷯9^檾Ib殅0Чt~騡茈睿v/奊墔绦蕳7沬佇().4 F撏 ,厅6婭4笉扏K_=_+寖<膞奅鑔@汩媦3$淞訿`斄s晰旝$K届x癍芜津驴:f跰1斁!lF$赴V 挓w籙{癙OE斥d桥 聽I像81甯\訢\#rl赣7bQ!!裖-@Q]g鴾s呋祟]vaa僮e椴!(/儺rc蔅╔亭N}"ВME|:Zu栽R4jcl+勰晫3j蘴浂V;鉮远〒({.m+钶粭蠼䲣I5S2敃斬> i*K7熶莙q烦妷阙Xyq5嶬忶 螉a廜$伨o戢X槻鸓錯)缿扏yY呁⺋$g9獦p抷0?z鞼湾|'雼p枠魫?臽轚 n>=厏娎外霦螙甲:蚋k+譪#1輍-^1譯岿+術搎メNo暐e2#Z扡飑磜儡銬@烴嶱瞯$g6癡2?5婶徜 $GHS3搸w琈/螡篺荇蛈霙6磉x铨{揻韄頢7鑬;"-懵媈'Y[鏝[飵灦坏钷诸琻:A顄黵矽鏃肪.跥绲.^6牱垎j蘳宅^V忍n練嫇 1q鬹碏閸#欥衃鬢0tk肔摿儂廇qt峕脼乂U 3"iA?繀链╱曪3羐f猧 7鵛賘PiJ#iEz讎9纗濙}')僘鱁躜 暙g`gj !釤糯^鞹 p篷>秿鍀\獊1+H埓B*泉乷鍚S沦b鉸倴閃L*=%饈Jr鰤r卪|廀樉槞{=崘%6;o5"銽LrI剕搹a獃'~ < 母滯e 3xp9OVi砪 -嘽D喚 6咑戠 /'L,/歁&-$泇0馎鼀揮L哪咢,XX&亵H⒙駋鼇jXm$殈eY:+-鳎癓窥iI脿暟反)'%雼Lrx聿箺腠m庄n蓮Km~Fa奥騳┖飇岿'喙Q﹫% \蟽>燤#c駛僳V佊 -垅X@槑\(.5j鬜;/悻氍浀莓` 胒潋 -尪犓眦$k熭凒鶊蛁)!廩 #裃(粕N5蚛堯緹讗讝擎迮%浙>$桲r籟% *&乛 #搰+酓鶠 椫?]騑魕B/妗傕偨' 3)C尌"]翥箩d(臞壝CX%>"縮^苏藐q -n椾寨6{唍r哅#u舦娯F 8鏺ヮ楨鹀踌Y$`瘨#檿亡虒l9軷i辠臅[i僨計孡v+!P櫗-藼豊,敼/杆^燫sa=欹龔R% -1遫胬f栰\I嘍Q爨戇嚞箔B)a棠'餠傧N闲鯺志盐搦徆1鱷[疮l节絳񵑌#x迍櫅>硋u藿ㄝ竩#陓觼Y堇, 颉mj澝 ]魝>鹢憩[|D翭绺季b\j8鞊考> !禞Y Z愯,'缡q,ㄖ$w"寔<;@攈蹰戜萿(72悇kO9]-Rh丶;zJ錏>癮:.=]//ygJ髴穐_荜\:、f魟樗jvj 犴撼悒v迨r忋;輄T坐po鲊^溨 @Q:6D -樠D g#5r⒛奿&V扲@yN[*A 儰岺N#髊2潜s殌蜶軵蛾皠LI 5?-!]6鯊+郣.'&e烼礽嬀z链袏䴕並賊帼χ?ob鲽篂冓s5些筞@.∶j{)e*!驉g)rN4/t)搞xqLπ耖9Nf:塥Y,+K瓔鑹這暇Y?{)餉羁.臃氅烕$J櫮Fq s軣0蝔`b#臯t0* ;;t揥@>t8騹n /毄e歶5邐S咈y1趕靨讟寛!滊d既魕僵l饅l曢厶 RHc>橙谈媥蒝楴$"Cm:r潊# 肛 e 孒f臥F絉髂pH>'&?@?}w0俌 氐D@ 鐕廂褶拢唃鼆UN希嫥n,垉'S'珬穐鐅j'鳖6~/?靠謢襸嫱.韄o蹁OH炐p-尠垙~吼念宂麕ho]絩mCy1!^駑祹旸慶 F:税i&b4驛<"g噊K垜8!FJ螷傂*職%N:T欴坉4䲢&',DG鋆*峎<#OoGKu<鯏拠6 窱$曀脃Q t*匛I睍b縈a︵3+升暯谂蕲 椐\O虀!盌= -韲0鞵%櫭E,P芦<笁雽糠誮璿u琕贫,:vmY怖%N揃歹AL溋 3 v跇膼 6e訖4u -ij帞+从N藧橪殕6凩;9J惰鱒矋3汪碛背z稃~唢HX睼陈鞩P4/ 祤s郁>胲萒C 憑]FIB仹锏Y及髑w4析Ef萂Il黒_"褍孍 G萟 瀤7&丿=g桍(甘i:8;滊澝覉!7hI -"顎铁撮gE妽粁I鈋9*:癏"tl6<璽7革u飌圮糰Q|傋1/c<6r磙忬n熞 0r鄖曈RbB鞿 MR剙麕*低]Y>w跪躯剹>8kNey膈魑NK4# 1沀Dc3*@X/幻列 5 _虨瓙q屏眑!ow铆,汔虷%06 蝍;囲N檼逮V;哠`]+踫倂全>T_8忱fX;,AV&E蝆o陔睺阕[L佌EH.2O.鹫粐`E拱貸妴7捱rV幍0c愥4h鈑;k茻\识f x濩?簢孊)留2*誔5m0酴悈3p璩1擤c随れ帬D'4筫百靧阺PW-ej 〦f脨亾t奒馡e>7煙4┉魊u -c_蚲膶碫蚳k崓6z嬰)-醪2.T瑞3勽E塋镋 1崧xda,S癝$i)蹬聛c 悑贀稯#^6樲m芻9郂fIp*.棳=针觰蟅傥徿~Fu忇肮醿b楤*cW=vx飹.唕杉肣(򼒰'呵 O`邦i瓜 Au玲F醳*(哫u轞&暧y弴柞 0幞H,a瓰2k5雃%!W -C翶絍xB,蠦パ`P皦>橏潀1硟: 2~C<: >厺齽`翢YF%蛀wrU>铌U诨螑'埡鱰古疿炴79翭錂1B咧z璣笷|*y豠e顋D謐_zAuuu府帉KW鹺罌骢%S楶~Rc9輪N鉭oЖ喜<[徊鞚Ww簓縹9>吼膩1鷌P冞呃5>:>伴罊V@k'燯磈x棣{槏2潠[錟LF頦 -1%v簔=礛忪PbNv*婁R5EI藦茕嘬3R!GA@盵\洦IJ朌z/I#i &挧颌x嬬L疅@=iF`9M汱q<c溧`x9鼰誙罗盶N揂v咕娲6咔腠謏鼴緶!調"珪 -閑C锦p蚁侊N3蠄SZ#J盋Lp匁`E銓g 魫t7囤讐k~sk闌漯╈叧倭撐豵牸稧t貀z磐y艚镱邁qt 脏T剉汧◢趂738((塀 k|乄 芈x佫瑏O\鈲(K&.a瓉k5a泬~扒K儺h(QL,徕\^$辬QN=8Е =7g厼扲*弼yL *T侼囿祔頾籿繙郊胩76tg頍緬軬[=7撄醵% 泺綧o醍>厎棸-掽Z@5wY上@{毯a/4j6S{L郐赿舙j姮x2溛e杧l粍韅妆,薴 ,vcjB+3揃鵲W距'>{媟]銝f足)‥愔傉V鷥鹱俴ㄎ vu啧賕聧'_~3侪恬過~瞱38"貔溢,徚V^捷耉A鱱4}b篬#f暠侔%齍纴$I邥躩蝠E!AC鵷7纴- 丅oY9# -憶)G板H熝b胙L諛->=F圏汄豩镍#鱼\k*8曟娾]瑛偍7 oA y眞iU(Z%釰媺仩1 A失-襥b"猧/m慱Zǐ綄膯 -猺6慗傚!PJ蜞"y翯EyE孰到桂{蚚5&淉帐绾=D7捊瞦鳔=饔嵌=诩糲LO瞬铈晴-{3{O酱沲=塔蓝7z3/f澘1)汞悍`羆`鹣A*E27嫛钣 j0裈EU漗皆薪昳轗/廍P) n窴u -t橽^$>蘒o燙^<(Tj≡ ;出襌掮71牪G束1[臨lc913sN -琵捵īY鮹鍍|bH 19濩jz塵淝, G.e暽鵂@;%!:}氕潠.@i蝽=g讹酱U駕柵梟j^莺5}塥瞳 糊?睨 恻墓D~i+(腍LJ3F"內hB敜訞o"!硦"I續#'cN媘凳hK44罘稳?4婒鯑/7蒠麟订穚K'%瓨F!x竝 n怒8蕟噊纟I逓qw6)衡m┯c懎⺌`痏济T -B4@磨 i綩I爌Yr赸邚L芉=*%*9好tG鄻P逴焥,'n9@响C菢\N騃旇矸$脾 囱F╠&媈抌9Zah靄痨s給鑫m,籤葰y躞}sQ圊酽}~钎鱕蒴+赚w悲鎌暣潛糳杣@浶褪L彊tg 鯒釔袻 Ju>阺[;Q搔螈|俋/M>s肌艼= G鬊h2捛崌蟆埈8勹/咃惤苖aKC帜S頼K▃y瀖栌雾fn!驌x(l3C &k耛dKx轌鰠抔挛鸧b正*;m('訌7&T。a -侬賳 ,0櫇酘EEH朌*匪カ殾閁Q"*Z耿hA蒿擿碆 启 -]a褉撺Q e焿Px猡 鎌Y6d漞F岯甦墶奈翹⒚曈o(冋XRK狾4鵅^/L郞$"1[|a<G鍶濰ヶf,赗R矱*r飰輾㈦绊@w;s楧狁4rL| 帜嶝郕$,漦 (]-f幕矜髫崃6麇Ul1守:9a4Dgv7 1-&琾= 筙m覸 -蟜u硸S$_擮p3VK亿A7)URT(鲔t篿0 ⿻-2o祹7鄐*"踐,6乖釭pИ亮Я関3蓦髸{<刺缬毖蚩鏃橻臿R┣跑~M矎鶸艄~鍕溼"g畫LS1~nl7駎籑礫嫳nj簓邕6U笜~)鹕e 滺 尚#,$#殷仉|=C舿阋葪Dfi娙,駓饏輒椙芨q蕸虲唤驰卿1挹圇`s搎橎 4Yj贻魷踵阵朐H踮@ -K鄥>/Ho皏=朐觼茙锛 T.5淨?>Π筧n堠靦R磯姩BB誘 ㈥3獔83TTh攭鍖墛H權v"0m肝qê謬[!椢0耣燨幞纖 睰,,悓C喟唾 撣斎3飂曑①Q,E,娘?:墤仳砲銓槽|舎忠+W抗b鞸絮顱#磿=mm褍總踊 Wy厷p{8疑腈5\槥剹R文囫z輓纷飛5U"KLu附(8o軞5怰墅睩:'搽<"n軋At萒=hS窺G#PH2魑8杊楁 o1E 轗$]n梩-鹌卸 d歔荿屪I擗 J閒Cj*俤Ζaq泤氾s飔䅟<珟\雒GΨ'蟪滑f厥∷ 醳Kp`鸿0$猓'豗p甮 1帗帟悾, ;FA,灓s0塯Sh_>世愨,灌G0X蹙u陜*獹Z7鹫8磟pU 稒U2P澿2眹躰!ⅳ''(3LZ)怮!譕砃g5㎡ - 兒)舱愓[V僔蟺竝sx亿%訷焋s"揊$,||湡l\ ┪|c[h痀兰c迣,5+灑鴂嚾Q ūa馺攘,剠繉揖R -敋()"@:圏舓?啞淌闉鵋H 薍YH4镙:j5j\珯謧槖垆o; ^*.!5褁"墒\桅H"櫆鐃;澁繻誂n,珟H滴<梓rp褜bm嫆.=я櫒轷祼韷茶9-^y檇鏣玨g弚\*/2鉢#筼戄-裸-塯5"篈[)乏飆档s|(誵錶o1傫2Q斳$瓨oX邬|酾;鞿$鳒夞坤啍|洌%持之枤IK婑-程K%棩?&揳%`<v蠆a1+Y姛"芖躟踡9f窗,裛+,X5绉+秝X4_W魷ˇ~7 焇觀埝駑[鯩袤 榘UG旌澹硟8埱 ;A%IPa鸣{{湆肶 逻<铯Ct乹c顜\憌Q^.l1籕@芀a 2^' ^蠕X轙zJQ膇 ez+懅zsB~纷溞寂,涀歰R鍋Py ?2痂藧Ga:e(B 笒濗2dQ9_v -木 X,洁承剌盈淿y窥臭>砶y猳,s菸针相&ャN蟮m莙U鳚梭_8聚嗃\z燢R`3 縂vt!笔厢0瀈,錸Xo)?Ph$啽褗蚽防92槍&谌K惠 `蹎 K^玊 檃hjd]雃曱6o'犀荴O筯R4.P6>濊0\鼚 9嚲#]R魕Qoi!买H鷷Ry3萫怰适j$Y9遭t%釆8?:鳛=彛h蒡九鍝c掻9鷓住#幧薣6M玤:丄Q(観2$隆8Q靿闐妐旘怠哖鹍C0R8 -*A[晊惠V爄傕 媋囉4pF 掅O PEb裕r0安a(焚徉澪$Z荐簡=ZTk桩jLZm#氶}u$菼櫐O+J<岣矸f鍍録b/顋僳芽=籸偕唃襚疻栒頸-鑎+P<}e锱 4h拃濦9M枸?i?洏-)垸k<磲7?脧,20 J鵤娿 V蓾[掷raF8頴啑u訞G: 蹤k 爬(S蘬葋樎d佀i怑鷻募玮耨P淚醌揸P娈T醿籮?笕]榊]烟猠_錟颡鹖び<鵜{*r蓡4溼 u姶郮嚟E4閶孶^锟螌\跪朗`: -簰ㄚ陪╖oQ0mE世嬃萉㈣癑炶(Y蝛1垻x剎L./0棪A&d!*膮陎艱3珺]欰p綏襏j紮)鼒屵 y\/8+Q&u#Pfj!&CB津褌 鬎Feoy釘櫫"%折&FQd揑湪^8^& 酜揔L姮樹$$ITdIY礃乹X^T骴 (e遃,`awチ$渽}.(鐛綻魭!舨 1^殬韯糥媿5針駷憽2B惵豧軝WH2臾揷眞梎$梊糂鑳腡禅?嘅;眫d \Ig糩崨e鬺B_":a媝G郿 臖焢V岣FFf6匩甯眨$锧描6"[]匧笒O&掓裃g撧tぇ9*谚#6杵泆R9剂#6囔鐱<孤`Q罠l皪Sl攂禴毼> 9&N洗徟c夯7\d毟% =d穩(赖 5v\+_徨衟醡秕羞坸膡$艟琮噘滤^壁X:VX.攦諶鼓Z#媴鞁譟h斔/ !夶氬髤4克黊狱6#鋞筡炖厺NW&f场db佹ca眕\6叛啖菼ra噉巡ǒ,咶5⒈ Z0#P?誠陨8I 煽dg&3箎z烸cw熮嚃灡s鈜\"L"`颙$C萍+fO铽眷蟉拮远=B鄱m=3b笙4厏圢徫猔;>o_铂憝甮;G^!W9沿揖_寣怬k胆爵煜花Zz}^禩*蓶薍' +菷观+0槉涷u粫髕8怩狄i臵)cA釥嬧斂pB偱<匙b/ P氓箧 -V徾屗d3倗蝱0#w鏢礗7,娏 嬦3 3婽芇:經f竼馓7$g苄chk4庿7|y2穋╱雭尀䶮竗玾}Q*|m兕拽=矙挤锤t频&0兴 曊zV銰輧鷈鹦檦x*%6HD!禹騫媆嬢q_\[鉵涯*\2摁]鋭I/94U爹慯TE酅ITZ+q液`xy2b r枒皰n妞迳k#T暢 5崒ノe梲炕z颼釧飶nt麸]髚滓j范o鮽轁.縴驷蚄夁焂踽綜G媅6蚻k苒7豰睃,笩衏=X%杜涴蓟T缲j軧?q楏1汙@沛缅'1銔i;q/鶺@LO 洤郰鳸2M豠'\枟仨)詺曯あW唱<伢.'6\*鑥=9抭弦h3T^,鏙0B鵀o e缄c8哮鱹v铧q9麑I8貕 q'8\I勇 iR胎#!(J毝礠Z巡󕘗4员杯iHC>D;uL殾vL敧JIU寫儋骬却M鹀N辿乡鐋~象跨I衬麾样G撟乡=鏨瓇沱螉纶蠥层:廳炓.ǐ齦=k3DC:n \'r? -蠶H弑幩縟~翄9檩/鞐煻矬 q躋錦閐s /菪tp/@簎冓N阅"8墕.綪𯵄+ 憇x歵j(To2;孏-F浟Cこ靝闑@ 蟷蕔1qnG8妹y8焅=猥.=櫐&藋肄$ 蓿簔V<爙#5VW/峈Pes|gu枊'1.?w"縦鄒资嘩w牦靮恐Zs唋薼\刘蒞裾殡镺粱u2:e畆E榾!俅7豞K]龇鹣銩l恪e淤圽墵u""kI# 虥$娫⑸写5!!@#l[S椸1訂廱俫l#笌<儸嘿摴滼覧WS(韴鲗纸=增(<81$茑k摯鵭x麧酮^迗/e~聠3儚y罿蟟+挵>慁鹔!K*l8蔔鎚n萁岲3閹+嚲聼M_'mK~倦鱣2PKu綂Ss9'墾Τ临獀:y1輄蜬狇@G膔袚H( 揮QT泹H 蜟T$唱( Cx -E稓棝m3悢誜mFb0BOl龢i&斒0 屟締橀u;5;/戕椭哽剀BR心1v喅Y1罳m鶐T%烩淘鶄 -uhf -抅.蔨胲攔=dlVsC'鰅韱"f痫患┈椵.泅;骳12徹.铧6>湙赛蹉谥l'uзF0誔徆&牀豅哗,s捿枺K9j酔Q蔘醆淦": AA蒕d亮鋱P巡,瘼茉)笽#p狓泷t缠=<牶@,:踩hYW鞓XmmSg'imQX$6[eE2a鶔倔 ^'盘姝=退箔FplQf怍if胻;{╟貢md厩暍,!貤7劚)E嫷h簇璱魸琉灭KK睐淬淾e堨2];%佗V 炎=抗DNn]?}#砞)L脄%+烆H$,椭魨粡7Qp竦盋罖﹎X⌒杕- S@!ZU‘*Q┆詎aQ芖ol) m6i瑶h6!峗*Z淡啧瀞l>*跚熙鐌象~\焥=鱢錴杋 t鼵l[h鷺?a跡拭 漂翓厊 +g艨U!鰑鬢`! 踅h,烼.0b錋)臑劀Q&ag舜-5牽ywH$=w!莙呗麯層睷鬒筁?V=錼yT寞襥湎明涅2?試k樲l cSl𡞏囧5m}ウ玣规_跶郜冥Ki搽+=帥.鏻m趗{整u壓鬈慨件3!螱Zk蟵集{缃h*|嬐夋慨9觑-憱/诪? ~遮蔸鱃O7.钞增躾鷖怼鯹+!5腃尚Th&鬉鑶\5O咬磵騎僽洇.:鹽A賸蒇*W敡憾lp>94;8>D钱┃'茝O j魙鞩浃Z狢瀦腯E#y _媬z刏圫+v笛zjv0E(J詨屎駯圦m礄z眐m量誳)I;(Ei牆亍v裯市贙鹔愽鎒{C=Y梳!zz枮h毼Q慗螅葑0瘜te7暪捇1&dQJ禐丞D2K飥畠V@VY>[|E鄃媷(姖r限樤'*裔狧{_Ev軈R鷜(批*zxCE_讍鬾j\懠 Y扅B┍モfon35⺋輚egt=兌AUYI鬮屼$?,y\.呻wDv莎K䦷鋆捛%旤g扠<浊割夂妙2馓en昔(9[dv,n浏毺n錆< 熹QH鷈 j /蜜C&&4O溅涭蚧邽u}s諩v撆嬦=屸n箸i@M碆鐽~ N鵳瀏θ/ 踌忱L咇:Z:夨tH讟p]鴔奚e篽%輈曏BB,饁${TfI.凰轠鴽Z楽 砵幛ZH▍璲a砕丐赫B梈埁6敌6h铜j5嚘i6酮)i f鶘蟸兺-勍*窾鲚蜞^6 -3澦戺鐀_苡_縠 =霩旼4_;-嫎錶I遨U#P B-兆b溝宒崑-9#&:鍠\苮m$,v昡N!r貳K擼M %毷2壝部*pWN籄q仯竩C猬瑐 J朷 PP鈧蘩wpk \-Z+qk沶=剾_ -罅嘟XK砊塭li侴匥g妱 > endobj 90 0 obj <>stream -H墧UkTT9缥 呤C寃!拭7AmD -# `DP裛D峇腖|(QcL16鎎血言<.E琁揾[烮5Y1耶肇8穥昷V蛔=黛s鲑弌锍o妩匛鹎硱H((sU犿9歇侲晍+2K霈娾6辡髎嬬,炲\`宓N]乁%E媦子仐f残^hi+}K*鬁梙犊 l绅,sU帝 錋熾*+j玢紎E鶄蕍>棁o+邓<饆'匿}黙38+偅S蘨袄 -t/黊& 澭] 菅= #娹x}Z地;"x憟B4b01!x C1 1#1 -嚽乡 c憟$$脕屆xO`R憜tLD2憛I绕dL罷8憙ix{r后繛?鉭磶y棊?0(d垙#樳m俇c 7絖O﹜踊稞妎仰ㄇ汿7;糋-|-C#>鎙$c禍籭简<銛艡L苀 -6齗溳]hb侃X嗐鐸A孀X 煪,1(:J52v椪J蜶*姊倿5濇zs摴{qL~l捭醁 -衐~a䥇s湅-貑舜┟a武T-卿珮忢r"池鼇=搬i鯝q>涜攬b鞥窤AT-揦薾0?`㏄蜤 躲8 娄鍤ifW] 猉6鈠=聵溎E蜃Z=f Wc4W藃沏,潚瀧+埿V垺"QLd!娔<盦l嶁3駜碕?買鰫憆湝.媎,毪!先渴k騵#摡|U"T訠礢軵7碶泶鰰抛RfYm9ju5逇a痛N穘眫険险>惴7"WH<岝b -g臲<4習*阨峏J崲疺e-FS:ZTc龖xM|/F4欯0[ n觙楫捺O渮吩 庬,k2q垅廋芪G餐 %O恽糒V VH纺>櫫UpR舓N劁旙h) 鄘譯-譹:搅}!沚開覄閈E缅uS 茆{/S*苲 芾雦+鷎s-憱Q5B軭闗R霂U4]n奋褪椾鹒qPΙ-婮,舑3W`辨T绌挦 \]犷V-c晬克公鋜O;路8鱽2峎偢rR.&s囏未曽勨 -*;>暬豗4Z才Qk壔燦{0蛗厶b57!嘂A璝腭6牉j扑踋监簅!咝y)錋C蟧擫`蒠?揕h揕鳬:雚垕壷v輍J峨GiZ珉掜9簈玼炛:哓:喙推tGPI瞡P绢0R暩料7蔀T_?烔裉碬4P`<礜D燾T儉O;e勜F=匐!瓸##娱H頴冲腄擳`焛罏ht妀AR脪dX[丸マh饌}式鰄g烫忩/簉潌t鍃mt塨簧F3_龡e錧摐调秭抧GP╊e蓊Z蔌e⺌泈躺a|V劎浠S佤Zq$澀墯5lR鱂鈲-"幻粧?[7:%钯鶞穪禖!! 翘+q桀lлf岄e蟩%6t;k駉羿wb:w阏苣q苭鳏搕睳'K:>:鶒l~!乷熵-醺瓂Yrc青稿盐餽(櫛 翈B伾!&摍v` 懕模 袞洪憧<'3n2澠?升$籷:韙鰗飚>}遫枯v偡f薟櫨E浧i)缀n1矘zが@$鋇<*馃j)楂E褶Z-哸V热秳┅'.許=潫宣E?@e铙蚘  蔙,B |"L琗A!bh倻倧k4躬t鍙揇Qv -2t>鬩堩鎄}9勥纾 ~!- $冢YF[H-Z,螎2癭Y溵挧+3a ,~瓊ho轟熇0鱡飙霑嘱唯锷贫u)c痌磂箘)蔋$壯失S!殦轩崴j爚&i0*5 朳B734迄|绀潼=:K膻=-雈>窽~b壖慕8肣俸3鐤j\涰駂C'7%蠪貦~&绉k*劕黣TYq葽)饲燪t柈l丅彿(rK'99?癊%~呠 7;泏摐窥倲h9僗m捧)j淧餻麆妵譿F5!z塦以沊惰!UJ*萒@%b云KWT4玁Shro#Mg\衋詻$澃#犛et謽 询蹝盧D皏街#腐蛸|6? G頲櫃~褩H諱冕p6噖=糞>;烈%/7T1聄]劖歉|65R6H5V俋蝲1针kuT 銟!2气菣}癁t冞顆E趧9a枠睥唵6!鮥膪瑜^0"B$3稅峚狟蜗j>况.!c峦閗徔H徧蘌_粰I睴笳岤 伲"X煖枃,G#綖55 C惲岈10T6}]刞誦 慵淽縫S儜禩DH"j圥 貣[WG熓 - 讴{LH'V蛿~X9S罫b捉{榭f(跤9.3拹W狢%瀂1長襛絣縗p踾秽憞拍塋:苼Lz謫鄿惿l$. -V冟鈙Y泲3/#N%8%畝qH渿q-叕蚼癫6夈$蓮L凩粉镡.$~ 拎繁I鼥Z梭 菣愪v籠坰:6a o`Y啲A媖拟鏤[輜鴔烉>nD2嵗7mu23I^潝蟤u厙]凉Yav笨O銜≠f◥侾陉蕘樗傁 - 暪ig齔wu韗贂獝軼宄鷦 -鉺蓬c>伙鏽+齱\1謥熻x┿鉂V,1)}追驷螅x(緲^O熝翳hz>熮D老均卟銗!3rA枈釚lPy'蛏Vc$%)贞蝧篙yn蒳退 鎊'闳椨2畾欬<C%T}夸7\'鯻%95Ytゲd+,iⅠwtj翛?'<鍾s嬔~rCZ*+躆u8醇0鐴!挂婯罆/蜝琟湟9截g7仿S馀珅@V梱Q勄9^,陙鎈/r燻夺fw倜铡Upe暍.b1椽*`pb踳f,#螹嗪g銚0E/>逄K`C=U6:u潷?根稣哕7骶虺={O垠=_郼g蕨嗃鴿蒋軰 P舰閶!O^U阏戬8w嫽]^!2巠^审鍑>2%譮潽1 蔀=覠縖"'"壔I錅髐*屗$* w鋄興F!懌d[鮑憀s鯀H_9z獨磩:饯Ml擧E~潡2Aゥ叆e$Q8eQ斿玕﹥鉐^^X蠘#セ蔷觺治斲U;9钇$門 蛑顤=豐[患[蜼vl豝畴d!]sPB浻 凈兔x?淾I_/>"u蔪祣[0讕9&埵4Ad屏"VJ隅:矀4慥@x珎漥9鐷繛瑶)%m?罾磰搣s煔5>骃榳&M眅爮磬J稈c沾, ,$瑒傸首qeI)=n皵f睟氷炷]陠fD蠎穸0谼&腸刼咃[rX 敵8 #?"苋誺湧FQ|/G>w宑躩B翈=櫥I豈L螣X#僕3XF_愜怮阿謿稏魝狆╦繯耏郩.9涡ペr( 䦂兊婚p;vI6垔OH柂B3R 陜謨+噬G倯D把檐秲"鈵:>!邯b嬒 y1悦@o8(煂\#Yp驇\螊圬ve击pK娕f櫝U燎r鏅  僌嬖K跏"簌@}餲9k侬恼:6i弤押.嫍曄健{6喉鼈7%nnK炑圢亡烙(羶CK渎k 殕⒘0i瞾$I%p罩毢+BD末阰鑀$宝究uuG楑复鰨蹼圳^Z_昫龜|Tw"=r%漀z魸S艚艮/镄夙缍"V 箵1;省氘鐩X3坨?猢泩丬U頃濊e\规$tn賳撔皳P彄P豦;堥藟摕*剜髤睗(hT&昻殸瘣 5奰_F|@G'酊P6嬺 Q斒亝レn翘⺻{Y紛駕塍>嗀o-X朻mzaKnC,k4剴a8澺禰住 刪6夃窇緣y$舲l暽儋<輤僒ˋ癀>l鸋 F:踫S检迍菧 m纷`c骪熒j"~|哻访蠬Ea5賆e淽8捂LfO{XxX螆=着棒刏笤珛=雦胩W}證譻顒3)撳鑑=W忚'#w鄔凛 -Ed%娊釔?孤!P W(蘨=灅cP#E璑\q睹K*7f髅n#謎跠秊t蝋ulkb<雈迀<vt諩(/Xw喁芚3O%c $I殀《v| ?V3C( F@攛闆 -=7飤yx邒涽.罂犟袅氯眩3嬑総铤掹扶0? 帨>庚)旟#7,@JM磍+L(B礖窗@旨7"藚丠槒唴B瑻S 貓◣鄰J1"+F蹰+?鈰蠘Ed7x^?飲腌姦鈪疇ei炒?藊蔢澝=欟季炭8霔赯Vm諟C,D97姫yx壜觔z‥ -塅;T5繹蒽 播圧05_c]tE擡-DrtTs)FIL1坸~k檇e{盁v覬($gm寰ZML7弿 枔E袁、dF穯淧'1煓tU!伬V赑 6b鬌歎q;朇L-侒它幖蒗M>豍:埏SS[=酚邞脬5锦KonI呒祇埏7?5[砤焰-[瀖_\r晃s栲\e販=头@]Ua67[{涚|q$ -'绒笋~庛90U?彰z垕0趈藙玑+)朵 葀n^<r09澺N厭S绰${\A櫞1縗j2創Ⅸ覻攓 尶佄繧 媵よNgЭ鮯刾%∵試_%寈湈Dy爩纂呿~l醾.枉臕r.貸i7)务构 镓~誚怅乒q諑耪qa窸;j[願3(3紖谨柱閞Zw;鵐铡 躅醶筑|岱牨3涕"支醾h#G伆耱|$瑈(,#p:薖訍%#佯9`P鏷iZ浕#w忶※﹝Y<清6-螩!蝅"(轄c癈7鍊4{=^壳魗P61塾 -嗇愕t4⊿^烐#}@侦(唃蚤+&結鐄 夊惸⒛-f崙膉夲N觬猊T曧炍o#K迌d筄$:J鄨承嚷6卒"睭醩46踷6!]@Z; F淟i"6墾!:垙広M265摠M圬賻F嘾X{䶮]$}燔击铨w鳒鬅s倔}/'H濢k缇浐;Z娣y曑>U掖6躔胊糀荼筹玄螔"^'? ~|yO鏮k+喬9缶嚍%Q訩瘁D\)NH鏖爕-0$_溑涿(EeC38甄VY筌溋梗t搤鮾X&Ca/2鵧M<&胛i裼磖瓎.憲K碪喺惴稁责壦.kl嬘FzB鄝穷鼃Af iZ@蟪;蟛訠老|瓊%@輥N4<憼鮐鑂堚)艸灾 &9.衇E -魉铛n另bkn3珙%蒥#$ :1<毮(鈗c砻挟 僃庠 D$肆T 僬|u8nLJ榉] 3j=3w1y鎈U黟氝752鹚韪5淿蜿讲雳0踆漇滙艨垄萕瀴駪嬳:Z蛀孓闱a*颸鈇dA岛迪8圓0柋.!X0*J 蹝>)褛 葈pyo峍1觓u菱囜Y ccL伴]`/誔琇罤圝r 厢券'["釞y队t觾砺7-?8"喏吲椷@L滰艭篞4R冚 -J餰1F鎓e9>IL9,>B妽﹢"2m怚$qb7|焰憗2峿嫀/Mv*祀N䦶N^疚莏峄R1畃A哩"9慴嶩# peb媋x>{7Cz{忍瞋:99y銒[8;闌靌敓肼﹚/rDc^囍酕a暋蝄冬u顳;p嫲瞻衍奠r蝵i# :兼eM薴'礣> MA>R缻僘x蘊77bc/┮仗洰A镓0博6b肱{z&zNPLa3沽9*i満8[4△嶡^8[菃V碿8螀觌P]YNM蜐1&嗌父12秛pu韸;/墉Y偌+2x鉌dp镶5朔l_V淡pF腱嶍浿 {藜}p匐漿0景"灣糹s 蚆C強[K掭伴h{L瞬汈*头9F@ O(涑T圓伝!Q拑俰姽P Xh撑\ ->v9东妹aq1怗鮱1G8s巷K鏞,龋1v荳>泜j宴耇岱HB搴矝n %j 釿R))$簍.諠> 膋倶m譲y~9/ ;(>踇啑鯅 s;1v忠+CJ绕v伎+关舝S徾凚A夤yVO%,菷擝q -%r H)0"W !鏓5鈞9KP餇焘0d婍A,q菒藷8瞋(欱?d']>|狚"轅v 罃1h "艸圗硤艖垾c y 殘舎膚Bo8藼c溗a關.臗忚1R賲媝+矊E],@%&=:84z萣镆RZI2荍颥蝇$! HM驰%#麪c忞?榟J &%iA窟鷁2-tW' 5;禬伨d {T嚒9冟7镂;!x寸珏虫|VCV"砵伦毕鮐蛸)o痠仫9諘0*呒 螷z嬌庩饴,.|癍謢泈遌th宅,Zy濙桑a(2衴2测l旦\P}靳6a 爩o>圗䴙║嗗艵6讵~$^.T矨,皿H┖軀B}<<EVj6EAP,V$ -$E萜iK凴鎏蔀QMP忄WF(|晍I璶D 漙B蝋3 &愁P4碩?* - --趮眓.U.确讵`厎Vm騏櫖7菵~亡間#-'(o -h) -z肊<=醘1+34Fs枃_9鳣E7珆}志緁q -Y泍<{ t 6j愊<k秂笧 -郔8@齮湡ΖI2%>& n>衯哌7=i$裉7玉谷4Rqz彤潓觚涺j崓夂瞒辻响cf鯽{谆烏z讖咜壨b粚)Ej翿 -搐4糂暥E)44X幽b僱 p#礿倞RH揜詡PM,%鲆s镬?T]y顪蠟s顆倔潩退癝<|垏=櫔i忏'$綵侉堖 =+琍飫焗byP -双⒘垻hUUe%*嶥!o%穴佷陇琚RO炜=d子(毚5"图(臃媗疎?艁8;憈p9臙> -崑D->9M?g術粮涨61Dj屫*}/胜氱;齞@!蟕砻诐[) W窴(杢祽啀捆S/饖z#V迹<$巆uM峊$鉆悼E- 展黔塼戫h楌:鳘{雜羮]寍1`,D=虌 -粕駾h埆|!釥/睭X鳐憖馱嗛揢濆<挻T慖-J.~釴)冯箈纘 顷茳X漥a讛/0 衉沣徕PqQ1'簰z",I >O#1酊b鸢遟IpU*$b竂d X,喪8X鼳@8僵鼑b渲剟馹,惥B>D  -i2盖闰m儆]绮{鷝裉忲`麭騚焐Ol鼅l釵1俦n浍dx炻x凉3xu咭㥮袁鑜破痮袤N鰂纰&l纞F)e昿n!!_爜纰娳V*⑸P翓$A嘶黍 5[c]Og]療Nea柱2漬&殐:簳*剪!'玎ws誧贡鍨閊鑎徭; -S檿y1惓)夾ě-長5! M G謢冧粥鄻(跲孑欱z勤燎鉖P! z"捉[毓玖9彲q曃9瀙螒╯. 背]逯,a籶P瑐X蹎盒!腤#虳G#H0-腹q靟朓楶濎+煗燔皍G楸祆逑t蹸緈罂鵩'裙L鞘U-c檤J 搃)4沶-bj鑰?E枈k瘸CTX锦i窜鷔戎WQ挭*'叠踂g虪i;0胕隰;,秥秓麽$礴yJ紥咴弒滘▂4砂瀁镈4虇箩嵩d6p5i觢侙E1^歭>(璛瀊 P葔' R)g稰刭i籇b|$矔c+蟅伃2E[淶剦 -h槾{橖d髴蔞墇@$觿昉+)`棩 ^.aH2 溇%o9葎\捅9"嬗蟐0嶅z5`澋'樚]欹8嗧#鈺$,髃]沒凾害功y笿>诗46婓 削吞瞵莝9厂w交>剜 R寔嗿丽 -*蔵Q %` @8ZDi懒XN&QZ嶥酖8JB4偊Q(氈x荀涊┳3筇a{燋y烥&堆蘡裸b坷駱錿\楣v僰 炃囪w傼馆媛(Vs厒P羠孤嚖噽ԘG/2┯rW 籉 J@昰(7*崅BGA(芪#~^RD<芰脠7Q #y窚彶速>F >1$Q/廵2sT噘h/Cg ?節0ls)焵<:J蹧鎝韒<虲嘒犆EN疭x蝥虣3桞陆吷/螆*419:优i1]XUu<梿\.葚搧叐鑿|Jm娏Fq鋦%PG呄?-C+f薑f;2~鏖o.1}餆 蘙3荌3/"m;汊>僑 }笝&I2F嘺 -9怺踚歴0;CGm66?o冫枂蛌#`9錛擾/7饈<藄唳-S#罈}5[蛗僮芊誗唝yr2=c醖\:XP]飃 -鍏枮<+e)1昉儣9囎mˋ鐚,頎畼(`U挮q |\穻剀鋦l 0渽a^8s_n褦謥V#獐愺廫竒B羦0邸X}銄$穠侂{ u賆悙G鰔侸002汜>葴T喣邏储ˋ 蜤頔hc璻硈櫥]YΧZ僌)嚢鞆写+;糧Bq黾k饳デv;汝罭长'FaI#5碝+焨 !,;Krb悗L暽dz2玝H4<{滾UWQ嫨.站N絣9r" -選{?y緦症#o/茭傈楣嫧孢+寉朱(L `稝┰YcZ穝7蕧姑灭PJQ砓膝q浣99Ы刽U#鄺虫谺骨Z0jyn2凶UJ泌腷N赖3j磾钮浿\y绍嵍緕4碃騃s;"汉囍綽NL鼟Fw>s&盁s糡 Zi<籐麎嘄j!1O'n+c覬6洕L 攜Z唌幏i胭v綇}桗3}嵑婊C軶瞑[N暠砓&T磌擊昳5>]洤 涨凫m祰[奪-奴拚赩鞞鑰鼍zK篌*騻簼 臧TW崣A漄=j;媏0+№%氷c)[寁XLN(6塇4#牴UR w灩罴cv -揨阁%繦挭哥鉆船 椗4P'奘^寂^轤靘戍<嫿_u*z.*:瀣/蓷灿0摗6M钯槃丞Sr(8\戂I榐Д樋鮫詮9 娅/滷鯒嶙M内S荔涙G(xkegG鲬Ly烤点5赠轒麴入 餄3??=s間Q3 6逫亡C蛷伄蘔゜t蠄箈筳C鞥+傅E孋盾偟穂 /d睷蓮]8~6X湭q掦p狥ボ~0琫锩髍頗$霹※%|ghmhcq盬赮癧zN8) K?杁p8Qтq:%鑠q,+肮湶P泉嘜 # -~R4E臯憢h鈇!-邽6扙娚{豯鋶m檋bC/A'娬锥9冣$ ,抬h&2劕>鬟V5朓弱w9軟 R盔@9 ﹢磡*桵螑tI炲t"鮔.A剦痣N業.谼#に`礤"仡 獆>f)> !qKN垶腸丘7咿r揷o4痥M垘Xq硞Yt摈瘐p2眕迟*熫7摲OlΛ雤勘rI嫕3a撺*白Hu裖&鶴咺衵桦<麄p}衍DCj 皆n-巽汔琿撊僤hy愂兏U婌肶愄-噌蠉侸-t*Y+漳&毵稧[馔5黽呎 -O汾薿禜垆蛪M蒥鬪~彴W/風<<( H轍螡+Z)(4郻*5欿Hq0覒T%YK勁r鉲$韴D|5缡A#2板D粞'h Q噘X( rvCcJ&娽殟冃铥0{F}T芠蜫FQ-G S;M緬|5U奐韶E躙J5侟]i - i.b偃-W炰.耬申騩揯餡vuX勎4&' -~n┽Xv欜踕7Fh$ (*芋o弘":硕敄Hi趯氌趈`%($(⊥隥|宐憯瑗謞^Xvq埴_,Y9踈蟓U弢镱c;"絰螋1}&嘿址e坐 鎋蚝n歔H\鵑y蓠铛?缄釹vt,^]2c洴lz略 -#爦vj!8 N梁硨co储*B鏼Q劎訄|Y褸0o椨喕/东56婋 -遱绫w钴轁俏瞵m坍c岦 涱%糝揜乮沸 -+惔QZ拹W*U諚"UD塱 祱ZiQ擳J$V+! -N --U镆sgwyǖ5徠籹嚣蝫撅b$骊&鶋l'w籚L'*襅ニ ~EG治vg浆M菔<酯J均檤踎♀k练M惄菲珐圬y&% 挩浕哉l戫Z泬G■=3塚Z卒舳&|a*Y)磾2绳$輽軟<楾捬 ^<^^G -縈嘰*蜊t菿灁鋡0W褐g≈ QU÷蓱t5遄嶒7慙"Plu绻]曄騸彐辳雴p\{{钿吺躪疊e榆┻峿$d 渟k1G緓拞m雋@Xㄨ8 諙_x虾馂葙9/"PWt4 梜皠)孁r!v賸茞8+ 3#U┥h N L吗#婨9趔02LK0攋~'巒t惲 e2昮[緹罙6酿o J兌 -G/(ヲ帩漾5趤tH;玗4t/寴;廤]杈K豈蝌-霣$ 閗~ & 5q儶覮牄c;j3p}4苞?Y妳廗T劁輀晸“[ㄏ嘝袣(h蛅(Iρ赫M򴓑鎅Kck鯰S>*閡~S轊岖%S譏︻c -妸z楅`Z'o妝冫趟L.#*#幡馂浡{2荩羢pW屖刹0e% 翰"陚_喤.梚顉迦 -2D玷o+/zc戗箄呮褖*+罛朌炧u %"緿缍_ 蓲弍e哃离ч &跊BU^x蚷舱_痩!OkWo&饹W隼hx怰礬D欳茛k8Oㄊ6勒囩z峪関w葀w 撼0Zybj -^╈9/O覥O)囻4:鵙8$颦"&誁/ t7q]峤猾]絭但譲宓鄄,K鼝蓖榵蜎y諴 B0卼嘃Bh〈喣爐-肔0fZ`&Shc蜂針8N!仡9Wqa$轞>倔}鐋k橺"k桓祃i項H9揙.擁 R牽[鮊↖f{蒬o瘋 葊] 咕 d闆do`挈莣a P3撓崛缾: 潫T 鬗6魱時&b底8鑗囷 c1謍囦堧R8^"陪5腋@U硒鴮xZJ荹ゆxS殡耶拑罜R J邘微+裶齞鞙豒#龇罎榼r愪~U褁x絰倒馴夶@#Fc緁 ~咑艍曵婺&鱋q?&元擫x%Ii妁%隟#)咨抿發;,飞}2'籕詟鳠担紊8q@Q凢賺nG<甘gO b遫叐!淩,78W蒖e)#Pa,蕪?? 胂"/K酘憇輼 3√3蠋蔹噗潣∧捰洖3愌 `悸鋻m!bs{"禞洯0dW(r肊楀jrms瘭卙筯幒B4咮L /h򎋨y 窯G$忾z暔 M>喦+b+勳'G萯騹&#sMMZ[箻^劍 -Q鹱膵〣h猔?軒F 庠$勼?NA艏iU<=i欀eF簳'兘楡餠1_>邮d駻q鍄l@a - 9繂塒櫬T!c~辙zfY[椫癌77漽w悝S秼僟餂筹肳嗿唍縈藓茗契哭竩磛铕}*L;靡b瀿穤埱E,f.磸.1d."D;頭せ莞{Q凛4茂呒啱頤笋SV歝Ms笁iL騇hM&{;(S巺輛Iw栋蚛媘兇M:>8<雟莼軣皽\稷g絞珖kK)儖j俥aU磺<S羼笜'k4`貼酴 q%L▊郕- -怑褭N1 SLf丠嘓L盢dE濜怘錟,薎]艎淓%K⺶胩3$%{[江t顯v&─会嵃a缂榟萴FMy籂&F,吂3箎侩跤=宽2埕>y烨-?%;:H.q"祧秝r脂遫壷槱賋` -宭磶9Y^*扲襠蒝榀4边s西/0V/賄8桘泴+鍹-角足镉>讃(髠#]g啈烩X6" 巊+i啽裙PZ% >"B滌R<繦棬2@I L戧)R*QTKmR珐@M虊,AU/2G ┆ -楢*%,寏徛壂28IY -瓑垘7rY飱"91彟読1/泭6Z朌Z}D=/5)Ε3 絻OZ杳砕<醂& 4獶-1#'<悛W\輟kc送Mo%uj悝w惋禚呸o&茈箨YT蛀褔贾U膌&╤,-񳭥郈叶矗训俒c[颴岵 -襪C`颓(桌k摈c#@/髱姿寊oC皋樼]⑾7杬_/56 霡Ha偰#i谲`SpC 烗匲>莗娞E$f靾歖6拦+缼>`廸伖靔# 淶满廏J}В8:-)l螺鸈~[鮔fMb+攬hE猢=厰A懯虪)^杂殬N4 v蟅5揉}* T萵J畉韅: 剫 %欀)LE9z劈 釫颍磮r/\匫圍埧懮沱西v.;厣蝧W/荏d礉 鰊蠧eT叟珍喇I珡儕耺袘jD豺庋搝﹏鬋顭K'${X奍+:y穆f*.qn忈$6狩駵8麎豨馴蟨煜@栶霜S鴐% 3禑!簠4- h驖翆QsY腶Fg18磘<檒廎觽粒hv4"檤f8:B闔-嚠7澋P烑吱p稉禭~EIqxsU痄I姆o' 郔+6暕猶@5T礍X旝鰠wl毜$Ш|钹尢氃訣薹漇洊韢1qh0"弶擋c籞`8紮7o嫱靏vwvf腾弊素佪F ^熵叼F! `p )( 旦\ㄚb)片〃XJ擩U*爅獤(@剾B[R.?戕wgq ?>3髒呋鳒{Na﹊獀昔9fxEYE维眘橣侈~跍i/:蜎瓶搼2冠祍j{s}9>]?%7訙檔2?=蔏隗殓,蚼藵滯"髲跇氚鋛鵋窳騽啎莫:睲斘9.Ι邋Q5胾uH鄃H绰魌uCQr] d-燜x?fML 浻_叱藡悕裏 縷鰨揫.わW輜扮蹏掭铲P扦g黫藶k.i⺶/!咣豁鰥毵7\檢v鹪Gpu;%I U&嚓H沇刴Ay碛镴玶"Lq-嘶z,旽裷U矼#潴B]}~寭AN1NA剚?圵[剙 c荙垴I9 B耺. -)>.恂1q都Xt篚鶁g貞8}N3鍼G秨膋羵0 麘 s.JT@ Ut -.4悤壶h墫z3袃拰皵Qr%g+墜R岳=4 K1A!4癭s I<@g凟4?翨)3籡P搇]'四0,踄:格硧V蝱$?ww烬阊%騺澂~睇=?L顐@-P}汈勐讁截A;镥}紵 |榢k6究4u憦q兤舀琾%S5樻軴鹔?)っT杊=#J,/犮鏔褴!>"逞惶FgF q喆M糁麻 k箠%B鼖擾蹪ML疜*p*粖"橛窉存9狌狈xE壌H韤H下#坿尭0摜82 瓑T -枮趼腦cā凈蓈#-鴧tn幑;諊泊曲Z/亷a讻a栎鲁9╀+2髀轷鹼孁1hz?cQGbM樄:8w嵍!7瘯剎喴 ら朇v⑵臨$N-%馦郑棤\瀀L;竍銥虱岿;G3媑a眂贉鞰存投%哽8qh揢K氜|{t<皔蠹齚鬙w5诅/)$T%銫謖霋驐陌2抈TPn3$+賙濕.zc韴砟As鎰峱$欖∥騊s櫒禠T[娓2f5>!N諙塲 7個毃禠∑Mt&?惩牄$敆7焐k>舁uI9R屌潺羍'竍-!q縚赖怪HW鳁1^Cv,黒6: j鸶 -sX骸 -砵b,"Q#^ -蛟鞡nC -a攨s 裎6|呼<(N]簾褮=嘯滋澲3篘揆蜿莢4z婔呢eZ Q Ked灞'v$"娶掚D o5,4=/d濟坟K簽窔釳蝨燀磟嬚劈Y+掊<氕VW骵株鴍g櫡$9S脣旟陓cQh暡\]n -n9誦@鲣z&\z硽U.婓jqP勀d?_搏秹髱哏筹岢}~湮w~谋圬!@鈵%賣+琻钧世刃檽/<担$q鉿销懣鬏-b踘?吽熞i鍔(.乃=2Q櫋,P窵鑨&葢@YAY`v`mhoHㄖ獇蟮%翿笽k虻 V錣m碉\瑾绂鳓q58 -崋桼R\凋87_iTQ琋籌觖佸U枯婌z確聤敃Z. 1C N贳ngや鹼?o棹虐d 擿疎犢R'v棑rW1B绋 駋 -q譪漜lc破橅,-1 3`.e藀cJW諺zq狽y剤曖{?能鎣奲唝b频祷螭x诟4筋#整~匠宽鶃蛵{J滸護|菸u'FZ蚲_^磆麒嘒简D躔討倔棷_o0卻GZM( -蜚┵+I懁wY@6蓶LAF_狅  氂畲/琿坐 緰`W饸搴攵錥鶐W橜聄獱奣润茹r#i%_蔩y縑空oG槼y 繒穂<~з薗雹;扳:Z].樀襳z0 CmwoLH□z T&怾瀉煅閷~蘝鳴+&窞c擬 0沵5g|<雭`gQz淛6/N嵜i:Ei鶲丄碡&蓹p -犍啤b*Ix觎瓤熁咑C肊6;彺aZ.劈翍忲軣c鶦_達>滚'爌;(4)*Nt);m+巔in桌:9嬭DA垂潰 le#$1盬繠8淦nv鎸_VyT苰f濄勂聢鐶巶韆dg螂\电O┎ *枉:is5U魢9甓o=嶊劳yO狇 -艓C3[3K椡={2O悑接>氟輝mΕct!3鷯砺d摉萏=醞q綳]^"鰣郏G蒿楛賒5毛M^P蚬f鰬Q拾鋗毮&┥$7仝6盡j扯蒻掇Xo廍阊 S3眊潙蝖Wt眶柤/q犱跎Gみ藝鉍bj"顳鸣"/Ⅸ"慘嘽譆褆牴" -V5 -馼Y鈱P瑎硸審葅侔^/3z浸K龏nq鑵鷖鷢陒tヘ衹U\,& -瞌A+榒瘗5靨g阋 x^砚6姮纥ブBQ=膂λ`$;輿;麓*=+Yp訳σ懃'鵫.=懑闛$<V$a<6牲溡馕aQ襚*'-e缡HΜ珜)(蜴.踨)礐/EV嚄E寑祯1喐 1薨3b)虮VJJi裚厼:陿E偗赟 莥!陞幄蘌猾jR.貾襢'嘿蒹Z=e厂$鎀\奫1Y露 迖!琛嬱 -Gl0A蜥D\,)螄 -擝]Y 4昄m鄱 崳#苘艳飚TsT徟KIEzjeN 鑼1/嫜7觽$'霰蘄钱蚚6V锟鴉%_k貁堆y\^缀U'|`q肱璚灸3;V痔坸嬎鎚輸(L洼+飺MOVF-煹ォ耥_9崕~O掓7憜8$#贝任棊杕6!US塉飞關(宮産忩耤鈉-黌緥咚s:黴呦[xk*>'脂8嬒灞眰眤蜛<h?,c,*?6渑SO瑉$X市轞^甛傌欽k锌X3B2Y拈佒舩b5%鄯:}跐J遹[櫣Y髃F^=a=z憆-.F焇7b仏&!窔v累柣<閿G*c穓瞍mB錴盬8a艾⒈敘範嫕嵮扶0焗,焗@,焗,pj怬l袕Q 熡癡gFM岋 仓8h7F 螑嬇嚶!b$喣~駯葔y -嚾,J餞钕鬊d貲$餷盢囲踭竼~B▊@3觭柿喨煌a#^fN!涏!!射6tmQ&N)w 1jSf缩e囯k鶝E媧︴菊;髻鷬ud唣¦г.j爻揟=窤选櫨¤H B纥琭$X癊BfQ0cb幝3OJ蒽Sn鲅j聦Q豗%扣淯"崣i2)z芻gzY1X擣 z`維 J粲嶌 壱4 -褍C瀫bL狟襖T+-茓醝q^EZ匳q#趢7怣翭q冊嵒蒏麼醗駑 5:$滶'鑲t]楟壘爗R 齱$/R?照舥F锝缶蟾3w泅畐謂腪盗 q)!`Q揁,*(圔B("%u驪I狚袹U )/?D澮妭JKEU摳Q]CE﹚駳镂蘿鞂鐍鱸鐪瘝v觺QC墄cP:┢k7`=b镠X鋱塵(鍼 1踄晉(奺露o8苽{{悱LG軹吁糀}脿H"寜1刷雱`U劙R窗曈(2抹圄pT葤缣O 4贉.O棝摀鉫a5勠桧t ;, _򓲶).%0 A褍E/*梈qg⒈iqw鉥Vw黬痸4褪Y$&6痱嶑赢庰-黡"曣bA%+B)J'&A*K瞰;{琖B咲霮6扼栦[朌 C拡 -晙e!谙1_i锓r攎V嶟e嵲5闍UR+dy鋎$盶 膮jyjF,@+苒钤銰/郰hE箮烛K頔$^煴A=F樘.=zOCN%4E纪栃55t怯鏩C#蕜硦S*顱hСIHO7&樶W獓龀厵撰?膐芗贝R勒+:杣瞢Z釻终Z}R`3蓴2)芔SMD渆腿手睊*7洆c)W\p&c貶焒棠"炈iv淛羻d ]8i柫$o7郗v{钡豝鎏/$瀐,馬⒃皪oKlk孬畋鱶} 瘂o7囪Q骫鳒w剘fO粀齔妗YD5&蘈Zf彵W樐R鱛?~?貎rG輰Y.p%8嚁烪9酢, 眉I}婴 -薚P仆恇娼 蒚H0僗D~叕嬏^q騇'紓棈0淐_MS1G+蔤V%j编 bCz囈 F摁.(D袦L篠)w技k9镹-吤,@\搧S囋``=& lsY d&饍\阕:襖w鐯 7刕!< '."1Cb1 -6Zt繨虭獫证氷対槑禼:M$&霍? 益铪瞎鳛{蝟O,^U;| eY^%NV嚃 -莲U;7$鯌羥#歽渟C薫応6I"积 4羋執~bQ}λ'J搾磓.粚8so溄s)谣娢涭r y$O灮3)⿺4 $WW啌瓊_駨秱狇蕁珒羂孰уY`蕿資^%~氌b呢2.鄕'軅鮲PEL_樸^W9OcZU騤()嵥)K/█%惧g',z>蠖煠^痕餁椪b唇|俈綰茺拘2"z/悓^"薪(,DN -]?#腘)=)< 傝2籤pz簩Ue_Kh鮚+ 懍 #~覎&鰧h7漂懩襄? [倣$R憐桸v仨z])&o娝c3乖灱凬*姗;I!璆铱捯軃愨}團!j0=0u|硟/3;++垌鰁z茴p-LV+轧茥V蜘谼@、 - ]瓠0莹iY|帙塥儺鞁ws}-Fk鍓斜7 噰散崆U?干l棏R~$鯅jy蕯矃 漓^楩 *%>頺I絧"b#3z.q酪 妝ㄡ7磆a 埌煁j孚`癲±3&3藳侓栉6[笐X蹴帝谮淀[梭鐥椣//谮侖秏妁( 炾1温@釮斛鞰&ksLs]o臊橕睙z殽瘱=p钝q葯苪z*M=糄抭僘7.uR兂蔣鐋滿RFvjHrc騪矏蹹}A"BW┓q疾n莂褀 蕡*垨L1F琳6zF鳟0!  -q肈@妏┝TU92=}頝ro+壠%篗.\眓珄扠韼qy搢q$蹍冑A忤礒托蔐葓顪8"雽:U罁E 揢x3'恚%4C4Y 芆s/愉碝羈6夀  N倨'彄嵐yp,酅列e洪鍬桫祂°#輙5t汇4Mio):魲寤c>穵羡w膎_8赑]|Xu?t魖柝縉7骺T{栌缨ir)氈4:_;骐u[.Zz犋駯J魏欌吉昵3残O` -VnD蚑"0El擱\苫錀DEz蕾-U7宒厒郟p鉀葾瑐悅>2朝稯Xk|Go奤. $謔>1*吾hq$爮J$i<樋E1@o诀焌戰%弤鼽k[;⑨){*鯜哰鞏 W篨 U咶(胇禬唎桶E赽哹┴ ZIk,1浿!傖金 鑥@祳(:贑 齣r玞峀`T1+z漋敛襬嬌詏,GRE丅tT烷皲4凨b"矺敔2埆&5吣釤ooLO'555磃鬇襒鈟炇Fn0洑撝g -磇瘆颢7斅膢蹥U"礍枿n剳猴_F隀籼 T鴾}.们靋>b蓀灊棥嵉蓀慳?/C5珫a兇 ER(R璅 娉2荈獵若曃2迲N@ -儮E<:,璙轻襪倫y翶搔0Z|a*"r‵9镶`鄻!X咩TS兏N/3S3鎢{照镐5)Y>徂!~蚗柛繸Z4n裾痎鴴. 砵?k肤:龑=ep壿b刑:- $哾A?=時猦m-哻匽DN9'<%弎姐螘蠫劵琾p|忸L岞1綼嬸庫6葵6{揉7瑹量%鷖椁i+ D%屪hxb轺&咔"Ls4#E煂憯硉"鄘~ [(!*泌噖陬H%聫秶$7棴z|貶$-6#瞒嚐b矪K萛#y搋|棏岞载箘藋窴謮baS認矚"判A鰌縳幵鈣貫凓w9e%J蘦_蕑"奁{{8F5'祌8堬z_5@6@籑|H唯s蒝l熉g畧刣髙瘙髡瘲c 垣眪淼鳿H4(j霴膓跤#\%Yb`8"7p麭赠(嬹簩擟t胢x59>柠Q鎹陞埮A>焥b185j%躃>詉鼭倵垣䜩kA佱颬,纖裕l粮X鸱橽★B咅G b澵->U橳楠Ju菌缝嗶a钠Is5椎=諿踣隉:寀憢#涋1=j47Y詵]2^M]W豂vRp蜮缒 墎pHBluY 4)IH@憘f~HmLE :峬T[XhQ粖楃.uR榅6k赬&褨毱] -撝硷>擌灴s=鐊髯;作竜枌擣Jo-*&/5瀔 飬蔱>纣檕茻颻?E旦h耠5擤]XKi俪甩雗/w舓牖雊V颈%斶辅┏yㄥ詺c巨鷡[&i峑弙'|4<泳厥竌篏-靵淺TG[7?窌c枫Ve2囨鮩壆[%灐}{,畉5潵']脌D6詴Cd~V<*@MN碪埡煢楳7K〝Q蒚N溊糡A曚*R撺58ah a歌錼ZAAZI(D嵈殮#YC8噅奝斨Q 盆Y贖_辎M礄憨嚩`枷Q/农彾Q?=O踧~膡潳觗役 &℅Z淭K旊棩窽c蕰 ㈱*7-%鶔E 兾餜Il顄桇B)繤~銺@.S纔 姹`fED*梔荧嘎誖)-澎;襽D -d gQ 氢 p敬"歍l綷従'-曑/h2毗绛b蚬xFo軘褢 ZS喍!鉤譃颜K2酣* 漌vKn 覎庯嘾黈鋎 即 K9Y&%齤ptJ撃al)+3 -冡<炴sH憠/掦 儯醙鴐L繊鹲9宄b!踿Q` -9|鱣竜馵鴶陘6`9牢?卼馩臍挨佰?乼駨1瑥!濣&瑳&忽{3:8a伜Te嶁铂Q淦G嘛帖5(ouI狣2譑昮 -%%晿-{SP螄楏n5粿0r`屠!x 8 x4!0C 塮R鼩┒+a7-5┞?怙[鶦䴙眠掉蠿秥毧gz -#Nx韨瓹)たHI 鍺伂趢N`8漯)^i頡奝%毱n猵擃X5z誂赹ES"紹∕k`A寊GUg將觊梐 皠P縬 昃C皠Pw韰%勞7K党D陓亂肗~硉硉硉榣搁綧繇扯3vN 栽*$/3}3觃e0訌0覽樉濋λL0]c%(巇L{鈐瓌橛L嬮 ΛL痓簾閊襌悸躊o┄a辫犠粹咔+0腮 -'LA^襐I蒣!梲劗L侄e仕殏#狨*紛譸>lxAW慒WQ夬PrB`H9`W€g,閯趢(0鋁輽8峝粁殃X]队潰寞猱腯+磖楈 -钢Kgd骠癗O诿C鋠cc)*t柳Wr霉4?兺C/e髜箳b?2誎Jx!!yl:稓TV軭 抎囆 $79Mu2涉嫥茣煏;r娒|I7ec︱xWn'闞x.)5榈rr执E=喞9S9"愿騇笴yA脵丽J歋佻)隥_D蕖h 9邵晼 kf\Y.2f-:[#[嶛> endobj 91 0 obj <>stream -H壧VktU虦{ 锞蓤)a蚝旆R滞u_r_e 3蓄睒堸貜w-維昻%"噿H%瀳WQj帤1&c祡C忟%6E-蜫k墤熒DY&擤pU鑅篫h膌$>F}*n比繘寬I2M~'螷璻7戟 1笸鳓螉緒G篧楳迅砅Il_T=|勶p#%驋8R+擗PьQ錴Ф陸z欈oz歵36'璤Y嫿~o嗥+佸伃仯頝(c#泩蝒T8F顭郤梶yRλ痚卨rT.蠮憎8誣eR4q毀柅攡匌}uR}VW触鉻/~I;z梸_i"L奸j簺{L緌闄k垥cm6[oZ<"O圭+<飩怌u u( 8屳F,"0瞰閮僁=j\嬁 +稴锞-胑勡/悭X嫔"yZ灂U睩^碅y﹞瑀擾j憐RU筹V铷汴労H#礝'觐z樜足鬞赑$Dv欈鑓鷾﨡_ぷ"MG蟥檈3隡9j輒暠薨j 雴Gy==wz&y6xN{=轣轖捱x?鬪)楒扏晚 唺bvT汿kS)|/蠥 腩2$9虋鬕赤9uk"LMO歲x緽鰻@i謜S嬳rJ諝卡鳫 -$尸譙瓋*沋崠IG礘Uc誮 9+p栺>+d睱莊(齞遏朖|ㄚYTw2*娩鏆"<疬 ◆)糮殮'X焩a%=熕F\她喺M鵜e0"X&0*檹Q S0沀o欕斧甍钽4妓蛔%I嬏圿紤姺贌'矘y8{Ei'%咘p褮a-6Y罩>氚;裗U岃訉0ZP垼竴B逥駇霢}鸓鱘LQyz/2$逄.閸朙'梱Do5髖/s肽x烀 QI -)?剕鐭擔zp眷郚玽睛萃獱4rZ瑟UC漀酜㈨蛛暷簮)c呻*頖%袈(貴计wz$2!廨I".q矕 -槨网牤鯀($F簘T┺7棋䦆|絙0@蚷G谌=C帀6巪Ps] L粱豀煠尢戳鳓 8 烤}z黛qWJ鱪wvMNJL福隧駶;b碹:vh.瞞浿璟秷h蕃ix摪2Z 挷|_鄻x咝∩恋舷 M幫[i粻炋緯2崝 eZe趶a"59晌蛸吾L熃K騁鐁㩳/蟰.窒G韵椫蠜r vV粧L蹜;松濹R昒怚v蹥別2娒挀- 8s"}遨$r犜OTdV縨 -!M⿺硭蘲橝 9薩鋵潧洍滀HF_河<睘鮞O嗐cb{[RM諕]榅^+驈蟯?/("錰:懗未鹖I-3r輡+糙曏羍U"郓漿骾lp趟#轚澇 )z A瀋S歓槜肴B姶儢璲隘貤)榙;【t_I栅&菏翗騗趿MW|w颪w'瞵揺悇dA云虏:鳣1u0#*尡鵋域U殕? 8" 虗B[楤;臢楲*02 链LR议J挌f2a:$$𺨴|钲驡黹no遻汾w亏{穙w鵽淣璷6rV{ /S弪',*栉C閑晃:4痗瞖戊n: -lw巈#蓮vZ&lF蟲滝陽M 嫨G@垖焚 $N宕i)G殒rx $哘檜 1謹V*幭p厞邲鼉_L脂訕 -昽鞷濴P 煦齃(敊5婻剰AL燎鶈\:g鲻,夬(^|h)`&YQ瘥|4Z BfO}bT觫诞厭褼-桙圆g21忌L>gl>3Bp獯(涵"冋cn底-髯寨JxMc刂5L扚礤侗^K0.2#.瓢)00R-動d恴]R -飙(M担m异簖1Y^xdPv+:矢齱貥棛娦d撲I轎i黣儰產U:m瀌珌P:]泖证浺k#{助綂?軬篐WzKu觴@#25/%%趐悤爡輣躋攮釒瀚} -;=揦勇dwl>(T4CK&碩騌 誥 z 摣6>{ +k( 9嫅苪5g扫N1tp藺勂瀮Z 嗞狻楅╭虿齈棤Mz=i鉵轮禙藱i閎 b$*(W竸#ahyY3媉K墙l1K,9z謟z158<4 ⅹ*伖p -麅盓事勪珏NUI藭_渏n苒b脬浸.鏟瘨蹢/r|=$瀐'5 2密JZ颓 z稷 8s76|:'|棬7c詻玲;摑蓖gJ&骁駝鲸龐棌u-瑊My膻芹灸⒖橛钸鴹>?牉l欲餴LK血螈0興娉x氭2澙錝替8,葍绩uH!=3 s噯5姮谚躡/?蟙鈍D"e䲢癱侄Ue+jIv\-琞A鏪鲹 幕Dc *2埦聏檅唀q1扉蛅;└騣 -  -堫2j}噡楟h^序I92撪#薏S_嘺簢ぃ j顾鎝齈渪璶Ч密呄餲漠 E⊙歍撐FOMms秡(墯"bD^L洩筀筬*^昽M飰锷V蓬{v+蘒缳;賑)挜q顏%癳tN樷疠醎|餓錨{ 涤媶竏猨Ux:*e懇覯忌j$R* )y纭;@陴R=oIx羝鼫綵o= -祘'㑳镅4<Cq姪;共  D渊墰萵r0纙僬娌溟 側a$夎 0Ii2嘪雃3,:q校@W苅^BBVU(弩YM|i$Pf傶輄辺撯;p鮄嘹 4哸睾H鄟Wi踸潁畐賥熳碜诐B+埞琴熧习偵镋3Me蝂6f9bN!`8NF 矋l圐勲D 鳈3n!纷=捉萁讅佚乕p痈▂蹹,nJ5B耿伬tb劜渥g ,Y塄=R慏$;┯茐 -5+FN廵@貯悠8dD安2N3r8詞>I{57姯酨 -謱>轱盕=悝(QVP`吇52巇穳彦p 覯湬$eF]}rAMS梴鋠yyy阀/V_$ 窺:/F(噥6瑝g3擲_猦I&3蘧u墄X亏剨9薠籮鍔6.巨|v韨ˉA8鋳 Ⅳ亥曥峡朞v( 澨玕W^/s戨望积#嚑驷冴俩膅嫥赥烥V$s4i墝5鶒Ld玒L4嬊Vd#6 -优a8%爁;gb ┦荔濩灀炦y.{8蟤~`I!u`<&抜h,潃佒hQj, 础b F エJ -嵻2秀嗽 鐡p 軻*4?=菉嫉~鍘"u灜;媖譕褔]宵a譥瀔靳觕}G矬=粀似熶耹X暮鸑>祑s菚恨躻E'梋笟憣>症扺帄扖 -I衰M?$訝孧3錤)筀 -嫎H25产N;,}q萴氊U颁*)劰Q密鑯;!9濯舃ь閝).齓鶫庑(i8l 囶*n:名鰭V玞]I6秳 6怒6帕2嘏1嚕-G&独\n'亍3m0踏臠▔9jl e() 槫-4C犐@p哹繒虗v:>I祺倦峰塇D溱浠潢粐j7=ま梲澨A擗<0n0n (#鮢彵H,(c涢锋v镾3'壊螭2I{舗6Y蚮揹皕m名綆h焓4AのVLnC谸0 漋L>辥弞玝ガ=h廱E劝%郖d嬇L[犮%R柔r泏怶慙 tb;褝,鐁/殥禝L蝃@Rm來R熊>>醞蛂1燛Oq;D跎饳0瞓46M遘曱6搘抇彧}(mRhev菀M涆趡%珡呎侂6烖竂"8甃X7贳繇粯].髇棺|X<./&S(N氻嚾? 棳海腅9峵NI若ias⑻N嬌 {I/疼銗耛鈫8婋A駜! V疀枚(跒恠"?nDFW境_馹9 ej纓bbBi-S營P4葿鄥鳃7柖喪V浇柄砼开煟雷>K頧;岵髓姕黍庝j趿暱m@緽髲~贯76璤,:仴<掩K蠧711j郵鑒肨f繘坷_ ^駭巔骯 1>蜸<~b!戴I"Z7闍:=竈1搎 -Q.擿c4犌陈=:h冃憀,I:紥TTE!耩鏗龂钷izb∟S鍝(B畑湰篗;`繚"侺"鷏w礌g鑋濮8#瀾1譼tPd}M -垁睈榒|巟薷劄VdK|恙潶.g棲3g棷sTWぷu$菓怺錠k洀n噠lげB[a漯: -酖弲!2訥n(;vgtYVK賾叢瞂蓮Y牧e库'=銯$檅柜\2:鈈w?銮-肉浹O%螓c7 磟UK-傳jlq'尿歚寢︺>潡朊蒓Q坺j崷?钩妇y潥荐聱4踔潘腚蔲曰誙Z綘乺剉燥紌u缢c幁:.Z轃8僨T种U齐険k堐槌;执/)/LK綴緼吲t;蜐!:d邨?"螇'd1*镶玀u釲筤f3槃}涖/ +砅F)q3 N%%LF饅@dAg凜q7gGJ淥%rfJ&g\B+?鉙鷟黏绳}渧"+r\殫[4,m5H0TN甹o喵qn蹶W融53>棦姕婒幜U埧z夑.礠]⒕}勈z}霜77畂螧y鶞.墟藧扞#- \7E抣0哾乎鰄$KQb鱎T*,Pe络Oxr龕閮谐絼n╛釆艷Y?tux庄攞}FpY!l,&姌榪1睒l燸f﨨YΡ彞攣鉮噽囆Y B莚4韆X+冒z冣漱丄)Wv詯ORK脼S态巇hzC醾.;W彷p埩Dr劼9醃8掚#G4\羪犻g鸬髥嚗 7)g瞝r盲踐3J琩=乜0糈` 帴5иBN| %%mゲ}.蕶噡閪劲t螌貾~!==mR┝,]\滎蛛鮎饑2E1$疶O续拦觝簔愰%镮迍q呚瓤人羞G齁,@ +烽4蛓m逋稫n[蹻Fl6襢虫彐K厕c虶欓[贫$[犄u'彡像Qo翷RB濉睵Khs#"`R謀釕#PW{7S1<$◆,LN+Y俖毰h颠6则^鰔.|j9 悝_ =V狸膏:汣 %烋01定;幆 介7y[萯窟6{i]腈M釉/T驘x惊t讪Ov##8盉Yy庨藒q[輦紸弑u髲/7镮簭岐1${湵鈰荠輆j櫵剫釜數r燠壄 -u嗏9垦oiiod筕F瘬u囲p$T>s3蹣v,夏P豅丂7哱tF党僨+鏷ZoV蘎診ZgA匦3 -摌_蓵F(藑,>≥亹谤:t娶s"衇afx野馃tYxy+埾xQ冪R&啣<貁囕* 蛧!鱀趼]跸觌E戦甍c障\縦z琰M簧9_h6Z傓赹筗^鸍-~ 7盢yr熲h孡򤌏誢m_hg; -3󷝝[x-bZ蔙綞術q8墴J壅舥Eg辡辡v足駉仅瞔埍1^蛛蝰挐釨- -)仱VBBi偔')焸B+bPVKめ苺pI昑 -―"裐"藩+T;題扯cR嫁鱢G]{;畿s:蕋,b漦 -,匓纭(儬什UW0**,磿9T疘Y=nE緼-{Z猤<穚佑2楐蔾?1E*鮸樱莌o殇s尥弿m陑J寽 貹?x瘌svHa鋟? SS坶吾 L筧迁@X├镠妑S闾h膆驹E渀<杪`BW悁3淣史冗>EgQ袏>@+LA懄莐 晬糭'椤狛寖ki颹镌D⑦ MC-g忬滁餃责q甧S赬8咥 -E3n"罅免oN鵑-摬U媜7淘7Tlo尥霷晑豾冂5虦8a)[亲娥蛠-E汯凲d斬EvIene2R9佅7"K膿騍驌餕戙°譄X棴沄巄嬏)唗桨蹿"溳(O蟂l薙l汻X潈5+鄓吔C汔綂+氦#c2.盩+k隩蛑梼瓇咳7槴篏kU<焵z]Y.0p#F{品j2铝薞顮{撤蘖符N06諲>嫿誵钇篱鍿sQ蓾L蠐圻誛]骸痋编艷3弼见摭蒦萐鯅)>>飽 B%FB豭斅Q2潝;遶挎Nt儖-A6D -猐辆 "3{貆袆瞤}鵄遁/G[&,晏}糱8增 紟Bb祯[陀++櫽7s}鸮跇Q3菬 '梵;慙R%撌M%5暌糯凍S-t-紼I錎X_5戆织>デ*⿱饓h/愰6扟:嬛6圴欧C谨 =P埙Tm鮙n簃KI1殨悅K*笎0蠝p珮懴榿晧慲b`Z$槢4xL3M8锳+徱6譮綪牨蕪誓3_捉XA.C荨鸵 v%\E^蔽\]p+畔c郸簿鍢p蘞五#鼖20谲en馾$滷9L踠鼇 愛p鲗菗B(7嫒楌V{錋軏?尿]|I倌掜娨買樘甇佥ビ.,`韬鴹W'e*%枅蒊h*qD峔匳揼m 腁yL羰垅,躉v婟瘛紝異O臮y 鉄2竈l悰睮鞇;[f>嬛怳b礬噡L<訦鎵FB,,,kBI4$E絃Fb! P 枀傿IA%孭 鲈聢/媪ぉ? 嫽ぉ铬唊 揷5!&5汵)膄瞃>T7Jz嗠輏噋!樹cL)e#窪58@ -惚暄冚I/氶 腟蚘a(jZ挙 娌W刮霞 -苩闍3]羺51e屷k侸悻/a惈睷禦慴+託iMEp铭偡|鎒6n6驓駖堥(舆鶌R#6,bsw椐t37鑍螽{认锓7`攇掙埴莕H`"Nl5óVキvw -d寖qbX@綘V槰寜蕵$ 0)/v团f媺讱&2鸏旐鮘寍┫鵓SSR$r\?1 :耯KO緬*4k/Ι洹BY酗 -@w;!j黙棧哈S峭:轪柱壨塋K&X(. 靊襽穩m殁G8/鹣8vp O鈠緢镧]?屜r3;ぶ%慬n&慏嶼X~苜韸瞚I閱 |倕#坡暴▊眨Z鰙洳ⅴL洌=砌卜豞蠻4n帛怸*禀秿綅 誐讵F碤(,讄$( 裺;u-芋妓#j|閊>=4O闺遴宯3恃J催?豈w笪@g坧潊x W7堳6[熁+傥秵敦垠l+ 0)#鶓pA勫UEq5脜嚖甀K:Y_:瘿m壆峷D虎EQK觭乐驱3哐]邺迾=x筹觾J沎a嶬聰Mv行魘en纞冄Y>7袂U刍鮵;銤糈蹰_9r據蔚G玣{/x{絵迡0n簕_誂y锘U圂n笰O鏌 泔R}龜";< -i%杛9/耿0崗銰蝬/}p,Fl熳孨#璁粥&+|锞過Y险ZA沂惐厬m ,實񵶝(瓐1w2t -楲 湔怈LZh皲M!1N2厫?041R)嚈2`ゞW暣麒畍F荤|;遟6銸_膀髐,躛遺蜩腼>=e~ui蓦 ]|wS蟁噞,u,誠磒rY?洞h銯!t莬"&k.*禞镳{.銄/0#x9廝)UY,椻蕆〆JY拄瑫鯚偢歘=靥o6捭猊,1eヲ{e涷咮+AYr刹%筫'砖簆倡薊竆(惨塻#h#3*愊觞.f?忧渇(f2崢A!黟瑓囯 7d蒀`0@R-杈$nOZ -斌蓏<^g," 冕x楿h菐6痬鞱y泓E緃瓬U9x嶎濙3o澩穛o轉hp'Y欦繍hk螲_)魔蛪=侘 R瑩u{漗/贐琡V+ -蜬龁(s c壌({qhi菱耈亶佄悢mX麘q+-?>;<8>jP磲vcCx僸9|賎⒙(9r塄j濠)Fb瑧~V~.糩#-(3a菩M鰟侔!6鵏-o筢6.犭%Z,$亝驯>贓l裄?廰7鄁w猃s鴞属W忊}7襘5澽阜柾象嵢颮鳙刏媜82訤聕韈筠C娓D漊絲蔫r(#槜浬钑L\.C]稜 C>衾$f欨螉0霳榷v -9榏!谿杣;S戉淺!肶﨡 I 鱴a糪.<秩S耈苙犴皜拤t鎧<b煞撺癫嚃奺.瘒矐EA46紧蚰欛眠7oZ鉳炻^6u喂v韱氣聁x⿻/ぱ签氅~|1珏蚹f莐綮 Mk-鹍熒砜* W膕=u澌u_c _吚I嚒嘫窜4婛鴈|繀gLI皥憬^?缔毞x)0l切z珛` b袮l!(B>T曎筠#*晆衉儠癓k檢e垞*m 儯4q)UG綐庉箂w苷V+ =g巆9杇U ~:7漡珧MjШ蓠歿噂忷佺[#蕭伶:yI 失,QeC紸o稚ez嘚鯓蕙鏖攷罙禈支憵Ek l2 3鋩抶熘啓*纬甓埼梸樊脧 b雾;s~+C痍憅?蹈s綏J甍3盽菧u 腴40g#<儠nDbT'犕煃>绌4m 菡魐躀鼔z嵽舚$檅油*蘪让孌yL 毼虆*娜磐7C M慉滃踿.閊b"呑S%阫姠z癶 -肷5垀枵Cp任^,"俋`1尡莆馔篈 :,y3檶ㄊ仧j蕠姪痆蚳 AL'm裩B蒔忄M</沏K鬓齽惲">o6常d 奵E -)殣8pg蒩駙V -毶qA僂嚎C謳而0 末 ,,F#7?弪炜卥襪礼岫D煚O -'/宴郞腓[炦K紸迴>ず匔咬_D呴b!(頎兑;刉%.箴95藭PF怛霦群鍧绫觮[>銲k'2$, 搛聡^Gc"E{冶n現O耗%墹0 M棃侹瀉 腔8帶DI2%'LI$-,1艘C 表 U椟bp=8f -A鎴x,盾 l xOM緩縑7橍`襑 *浴穧黟q+rX8^~2Z诙 鞢Z-8*N2%:.緢%(2曏:烔*u盒A薷(~nPVM;獔殑 T傐%瑹恕 :&鱾z闪梚U谲糆阝紞y痟[龂﨩u塧d穱<HwB[El$v3嚇銓魆J"%c卹膶#f-o嬡應U魳(~ P丂!婰8k)T 9嶨CΞ骡笄C=膴C+葿庰釆B嘎4]#c蚋憒仠!頀饌i皟︹塊qo單蘸cG啚疴K^<他劮蚄z当K'獒07掯j騐4郴b3 d柸灕&奻`}8<&H#OF坉4匷搳殹5鲵a萗倝ty!k1 楔5耸3"[谠Seジ%=s辏瀂R螹]U柆~3懄cfC[m#瀇v=R>o晏icU戻﹁羡蟸愱y3s5昀媲_ 嫣6!u&荒梍9々$<)h豧k魲(;}#V旊觰"粔iB莇%-+N<鉍5湋#zX"\XJ赴嶩湠幔(囸U jd麭N虈% '$(錦,sRC)P}C鶝剽P*1衂PS_UT蟕衋{P桔首:_Z粻虳Fj7md \鶚黷猗緔眥俪5亢倰團w{恭爒+Gp城潬缲湗袋爍O阢]qr - M1394莑v傖肊篓q塖T8 -1ZトI剳ⅹDl7芅倃J4>躠禽14顯+r-=@ 浵%u# 'C區檩焴j閅锞w3r妟M髬+wl]龒磔藃敻倻}6荥鏃伲嘺坑a繒媬褿h'3翧 娓xA 煁窦乫慜3霹r/{_&)t忹,廢菤.0勯*釋j^2kR唜謴J" 鯫_牞PH胖眂鑥芼PZ'饸挷 -bjB肀~tU犛#PRB兇[u蕓殩t椈B鈭1漳[阆情笟郵Y虭罣0+炃傛绵;奕趎\'燻s弹鞒E逷钀q2癏{F 1 |7啶{8約Zo'猖標菽 汍oP%逿练W\(? -s5岪蝋k`处} -l0乃@渂T伦瓚繷D#{RI秭d鼅閘靴6瘻贝捼给k崓}规嘌3{oR摞夼蜽f绝RS觭7lhO罁Z9w$U觘ZY8Gw O_睮 -搯n厱圝hJi*閬DJ D匲 =皭呥5A鴌6b圔:讼?^ 穯绅9D徊I扚+q暮l苿蔢NtcY 3Jo1翅$lh搢GcYxj槰逻姢}51戍琡νr犠r换崂烱6M{碱糩輙r炼瓔*拚盾>K亡{遊HD 氱>健d{ ﹪漩趍rW-]喪蓃1&訑嫐&j櫄3rW-啠Z 邒鑃宕5u|官j唿鑐w撂朆睺++jN怌` -g饋畡}悳朆A_4@ 謋侳1oe0釘獣8(\p射l嚟畳1搸8必頩T t塼EBw{>C# h艣C8>ds燄擉o囥a貸`蓢瘝幐煼詡Q泛-U╝駭2Vtt钭厤8Z 黇厛梞B御採嬜諒嬋呓|i. q于/祧麽-+V镖眆諙檿撏x陋-_踘vI(鰦讎燑妁g鹶)鋿:cGA本Otx"z軘奐Q>Hm3 c1鋻饸01聑2HもP 妴)Z!塈^p*2'鬇@幠z"城>b擁鰻M~f#0挅橛=b橬4綾} -恍y貝︻幖 (╥詶W紀Pa`'Mrw,~夀趒qe鼽颲俾莋甂{稝||xV麕菖絛眈;?匨禵僃|^R啻6d 媃WX 怾;耬酑3)V/ GC列L1楕慀+|3殘eXIf臘E唙鴳}}睆a"q}*倱喦k锐n!囶E7|澕 [垀鎔hs-.蓵E'q<E!k!M宧搈諓禟P憫$51陛X(溨狊藠' 驒S惁瘔澒7m\ 銇黨蕗鎝蚱Y沘脳硶>逳 繆満W瘻\k敨﹝=靥烕?8綷Uif\f3u酬N@^+霮"GPn湒肶*v:2禦hcO姉墨鈛Q\D瓲H櫝厵霿X =@觲Xf7弌c;轱裲休藺 wKi滿)箙naD汹("# -KK 虰I9E>G~藣15|C)嚫U2)%Q丣!a'旪鰣u勒q椿60鰔DP鴩钸蝫j矧崳,A=岗#$2抹 謨S狸饴;憙f%揠鑕飛逎-`忸硷棧;Cw涨6q烋{镉g哔倔夔9箣銛MHq蒕 亹()抦l瑳 m3>挳 磹鹫D A骸槖m也u﹉m(舀B"@蔅[g蠞>V蛫秕{鬓]炵}炦G贱a曋廰(j(UG釢05N]ST坖■P僷倐悮剨肮j膢7猶二*r礕4糼7喲齹Z8咵犷&x+绂=\湀[廪x$/,酽"\Q璯[褋鑙,s喕D_鈫⒆,Z瓋 繌^嬕Q學眉蛹H1a採tx潦凪V$ h乣P宅蠷* -D媭v@儗鈏葆▂A8#圸(.┆f( 鈯6F}>,蒸硼M路P媖夏舜祂嵝BZ`Z乂hゆ+⺈r鏍>栥犣⿴&c槂$ K辗鬗虈|~'f-姽耼明搔麚=&Di !Z鞦D蟲霊螋⿳;Of錳n潡澣癁縳 R=赧殕5S践瓂蒭=G8>揪4輚t>熨!臿<貈頴\瞜絜珔%鞏3eI9>wR c鏸蝔 #諆檺崱x僱玀屐F~y瀧篶`萩萴f酀k9~ $摍霥岐邒R=5[麦辖笭B6D'..仝#疻.?戲噔e7褎鍨霝浖屵袵鵛<鉲t5z2>紵罘魆l'盁p}搘灥|厏向g広i9@wY连B沴"⿰穹x砞9髿3#s9[翄磞IdP:jr臙 p宬>q懦q8{倬椒w#蛤⒒硹o咄咀53糁行鄩!#逓焖d碾遳L煼赖虆媞痳)b9寇 -|`槠~l婛*`侢駴茓1鼦畋贉而哿k Q惠:潶车c濔&_^u.螏窉皯s徭湎:n}伨劃4b媔衼aF輧鑺w^Cx鳋睾+a=o秐zm [雒种m牺3;潩蕕歯橚蓱厂 b XvR搙湉K蒨 炩SRM幸By螾隯狙晳3򘞹/)䴙 =`$伌箥$竘屆I{羑鎷Q0U<D邃咴#馩﨩庂碤m諺W涇鎘蛢 6艣`7彙迱观奔騮螗澼閤;?佘z犽g_=险@N硚蒙呐_ >#鱝Qi铪恀蹽!謳戛Vj'E攭腱[眄"ie\埫r3^铜鋚ne鑠Л雂速v杁齵o鲌缗+"):1f鄕'D8 誧(槼4魯 L蓘z*W X戆\_;淴祣莼支@%勍畘`5h =絛[%出筭.#站m┠-㧐.腦韯K?赉碄G,,葢~盻暧zKXFJK给[~虀9黋銴~J。|"遦*c8υ-蔲u煾O讷糬萔狵榇瓎_镠嚐US+笵8$"塀喍R鲵(J)T粢飏护嚎軾策軺r梯[rQ;袮 镅挿K咾i9煅脩窯嗏!f+:X檗紉懣岳GxМ晽⒉RT.団狜al枦栦槞鍋檆籉崝镅qkCc 樿z侳團*竺轲攽76y -Y憣據皞粁/7搱L坳焩1嵯0&s擀幚μ|`xhnTFg畯箅#÷苘7鐉~l阊|%?W|a呫I覐秃5餸#0彴諩鎈)鞆ぃ:D稜Nt詝jAす义仌+05搘H粒茫=蠒uxì'*悴嚔(喙9$7;dRn痣繽?哮褓;b揗963盰~%#w1c!>MMK6倀+測_gmb担悋/~蚖qWe繳A嘅 -3nFp?0偒萩诠惤E棃淈O斍1 毠/|徊Hr/蠟郯gW?.无氉(/檜摲?滷e闭 帕$.j<邶7{瀄鬺蓋[kj0tQh&~: W=Z爤5陎赹c87&. ".!/2V嗴関`驙<,-0屗<娙 nd惼姒7頊-硸aXj攢z睏Pe绷]- H%陻~&]戭H&9‐"%奏湝淴81咺3 2鰽IM6%潛>Zasa 觠8郼` rG商﹍$M厰 -慏E繽穒A婚沁zナ凭*驌牾鞖譩晾諕奤K熿E^鑤溏2酩 - -閯.G(偉}tO -祒񩍛ΗH澈%墒.I/遀舥勭韠v鱪镂w;澅cc?绺躛虖q巴 q@Aj(劆m(ídP" -UCj凴酺劤 JS斝@Z㏎D[T(BBuQ 羨澐wmお碲咛符f嫱紮`D魟<)Dr梵'O业'H櫼場縆埸%鵔窞B!+骲嫐G籞~冻獺m獇9栈妁'し翅踇熿3I.c眻r >媟つ 蕌褑*"&朮譍惢ej,趻8蓤B M悝$A蒓斚倆悛aO9〔X們lA臉 s犵C('栭舅袐寑N鄲J墛1.鉪夈73冸$踷+楼u 锚-莃Vqq枣)迧e馗澡LJ,藕e棨FLQ:^sJ"<[q糕嵛{齲S鮃簴m]踳3t憺麚粪簐/,岌鳷捠@衤E 琐愙k-艎渠 ┨Ⅵf䏝aYň^*想T菉h1暝$r妫f9(WeBR9笊Q礖/>郁莍\񝣾┐觱e*篏H簑 -T×樚t3,$4*╟祌絕莐往癏^/ -筣]╋厎lO咔鳉p 葒鬋|兰7貏<∵鎉杆&錓.4翪鯜濾尘`#峘/B,帧T' =C(袇誅Y#BhF?4蟯(\G臼i苝5A"踏27T]S4U昬苿丮帠捺Iy$ZUK肽1T0P崙坲"夋搷h&灆塅f聐+B迆〣檈泛烱羚頡7坸=j8V艤蝀I攔兊針bd -퍊燧鸰≯嶟"" 蘒%イ/馷#摅%领p鳋(瀸vi\喃浺餖/ 齧撾o兾玼5& -2Y拨FYX㏒羈瓭魬W曌惛簮川薎:hL+营>浾╯x偟6峙?b*廾媗逩鲶沆剒塐癧1(SU潎X屚嵬,艞3="紖w駇6>槷⒋#痱#!3qM_㙪a9d汎鯄%㈤xC Z#镋挙藠aΗ "歂1N5 葕,c啯楹蚋#4肴C圳m澆n[寓bXj6陌 -諈檒 伭织齱'楓"漹 鶚坉@忥炜20/\hq@A慄榫纁x悈溧 a;wA殙kW"琷伲d名搸 9渳琥M㎎①[:鼮 忳d装礹I岤雂MoB Y迍*"1IxTFRYQ榚x[個肧別X`&沅咥喋僗1)H0芎RMBp莀Z⒖$u聭aR腓捽搱$z~aBhk盯+69A*⑨岆@ō]濚棑X7浣#h.顴n毷G宁н绸俷 :胠笖Ck濡蜸,僻螹囦幥颔v 偰N赦榓G 鲶镪;戧諍Kl憞某婴*{竚v蹎tE瀂板:擥X贺垮硘番輢B鸃蝚 /垊3iH2癱勖q! -4茈熯鑋P责谉}&V侅}.; 拗h 3tУL餩xK铮G廹l歇輬N躨り抣促痂眩镓P鶬+8$%こ 褑=葁#?苬脄褖ˋlDl(`"嵖D緤 -'清躔?R挵E屻鸮C&廄D9 G=坰}鈝詈跣乻s眪L^熕〨@舧浣葅 - -豁;餋盙);,趈|菑""^El铤F\W価#6鸹:r嵘膺w2L -矂\朴z怸靋y擖乺DmT;}泘/#F银躇戼wO7陖薞靟閫S9噻嚗瘅#邐LE友煑磿|籺]榈2ъ凃TXOl豺橸R昡鮑酯 2i:(x鰉h^確!蓉扼歆@`Ew呛畮xz譑浄?躜;{臏(W 訾(鉴 京倶7C畴(擛)擜5虇▍:x鍬媛<躉#虈&h- 鷲X -/th嚂O*鑴.鑶瞻致:鐰)置xY狭腮瀮i嬀 ((鈓嚲;M8r懰3优躤l4汇跚綩囜h漆酟q6辜w鬈齶鯟,-R簘 豙! ?飭熸/窔l鮀1^醧$干;怑'柑66a吩菣皗CQ嗊d冧 -[)>`穚 V碵,[摱l;ソo擔Uj疿e锍8N{<嵒讒佪齉鰏6nw媣硻終郁_蕮u椁濤處蒒霼]斮[01胦剭%馟聭%醢訔t用鎞,2|~26c;b桖<搢.F鎁-2ョQ腌gW垺廔h -殕.釛]刕囖Pw啤 皟貲o憼黆Dob鏽罈mq惋枕W禭乚放霦;,靹麯榥< $:陴鉿n榍l聨赽dt簢ι}缚A懋忎撑.[鞐.O$ 捨嫎忻2M;ūY|& 嬼鳷/9`鼽%鷤,V?E)l砓沏衟K鶰变餇/昕%~,筢 矾a3j[\諯靻盪L媹缒7)qL艰莭[玶$C屿-態囘繱鴐駵郡X|_"(鲭玶}删z勘皙\瓘 7/>VFH鸤[蠳h泌艇硪vj葳6W凰鉰qmq5籠.醔.廒V讪}螨f汼舰:瞭ê嚿猖鶦u1糳X[y%婴U9C挧u脒莭%趞糅&0第$9:l黼K柎峜V/iiン艿卣%i輴樊tY韲蠬甛*J熀r-!迬租辺鸓埝脡'貴禀j孵d翊跛顚晻嶎L液t\?.砎I擸嫶L红缺謶c蚓#椚 炀 -C6 !5Lt嗴dX哸応q鄨霊喐f7 ǜ@砙9▽+#墏?!*f軴儗(*失哟將i煯&禛u$B翨匬S 出>7B 8}#1踷繄僦嫎髈l笍'&譌苵#Y呷數鎊{舓M熤趼鋭l-葹>髪鬝c謩o,aMz 蚹补邨(惖懷taK佚F堬T"SL3痔1熜貯資Z7熜l舒藬c檙Wc峾G鎪*]p戓獭搖/餐腿醠WOf该 ]>秀濎喉 :佘棻而-7$浡f財M鴾搔躰m4y'魌荭M躰 /枛葼5x艨lW絡0杕圛穘%4糡&佒珖d騎苍澸盨嚀蓉W#(媑讍谣7k繐-轃颪|gW秼葶*m<3b差 眪汆叜炻KA¥艸kM糹IB旐醍l镱q8F┃M蹗稥懙絆й蠠o8%(.菕 $,0u拧櫂8銺A醭 7娓p遝+;E禧e麦嬯砙򹦸飂5*9B'):┯:7塈M>侕癃岖此欻(I埅8;t梥[匕 e%)皒潅x袕酪悤lz忪4$A'\u砻d澸$N;n鞼18 endstream endobj 75 0 obj <> endobj 74 0 obj [/ICCBased 92 0 R] endobj 92 0 obj <>stream -H墱杫TSwo蔀悤懊c [5laQIBHADED劒2謒tFOE.甤謢暌0觇8讕8G漀gτ秣9鱳镲葸谨濗'オ嫡0 嵵犗J屌b  - 2y.-;!鄴芀癦 鼖瀆恑"L世0-组 @8(數r;q7鐻測&哘腭q4眏灲鐋9谀 -峍伋)g滲0駃淲8#8w诈曱8_刨ナ≦泓玅蔶@&籄)/琴g>'K傮萾;\ 鹰$蘸F絑Un儡(4T%)氆0C&瘮槫Zi樋鬁8bx憙E×罛;咜瘺縋斡撎篂A om?鏦= -x兑-尟莉鎇浰0窬绝蝳y)7ta揪貂>jボ荰7鸁緻锛锨t軟騚q2櫛蕗欔&6瓯Z滾?鈅yxg)藬z徣莽L璘犴*uSkSe豋4?赘竎.蚍 逡R 邅摁-晵25哚撄芟 S>樱V瓪嫇d錪r>n~萧Y&+`渷;翧4 鋩華9=-tl胉;涣~p寖徚 餑p| 畞[`L儑`< "A YA+鵆b(妵R,*乀2B- -陣啞衝梓蠶t}MA狅牀0觓l涣景巵Sx 瑐k&^粒>0|>_'釃,翯!"F$H:R垟!z镕慟d?r 9媆A&慓 攬rQ ⑨h殝恃鞥囇]鑑4z滲g凶翓郋#H *B=0H豂鴪p唒0MxJ$鵇1剺D, V泬侥你腒幕腨塪E"E愐I2拋訣贐贕鷮t4MzN叁r!YK 掲?%_&#竣(當0J:EAiQ(()訑WT6U@崰鍼+!陗阭嶆D 以村!陲h熡/']B/殡覐涌?a0n宧F!美X秦8砒汃軐k鎐&5S樀檷6籰鰳Ia2c楰橫藺!鍱#呭茠癲琕(k柾e嬝閘 粭絿}巬烠飧q9 -N')蝅.聈鍶竢 - w欸 xR^瘒鱗o茰ch瀏轥>b䦃$峄癀*~ :滶寘襜嵟~嬎,m,-晼輺,痀敬卢猸*6X峓荼F=3Y煴~d贸 窇踭垂i 踷趂6踾`{羦治.袾g放顢#{緘磢咠j囅䦅檆1X6劃苀m崕;'_9 渞:8輖:嫕藴淥:细8袱勾胳u归Jq粬籲v=膪蘉鄸锒蕀茼纠R 4 -n3埽躪蹽莜z=[=爵=<=GTB(/賁騼,]6*-晼網:#椚7*e框^YDY賫U刯jAyT鵣#礑="゜{懦属+:!kJ4Gmヶt祡uC%潡甂7YV畅fF煝遈 .=b噌?S岊茣譬喝簯虹鮵鯂 趩 崬峩5%4m7焞qlio橺砽G+訸趜餐弓砿zy怛]碓鍪?u鴘魒|"疟N晃鍧wW&踖芝锖*|睁砧j蹶5k冬y莪棹⑶痝扮嘵ykEk囍甽軩_p叨跄踮踝7Dm卣项o昕1m汜l爗帑M艣 n週輑<9旡O[䴓笝$檺欬歨氄汢洴湁滣漝澮濦灝煁燏爄犡《&fで8ォо≧7┅獜玼琝璂-瘚皍瓣盽敝睰猜8钞%礈祳秠娥穐粪竃秆笿孤;旱.户!紱綇 -緞縵旷纏漓羐零耞论肵迷腝奈臟湃艶泼茿强=燃:晒8史6硕5痰5偷6味7细9泻<丫?伊覦悠訧运誑昭諹重譢奏豥罔賚亳趘邴踿軍輺蔻)忒6嘟酓崽釹廑鉩汶鋝潼鍎 鏂绌2杓镕樾闧赍雙臌靻頊(畲顯锾餢疱駌驅螫4袈鮌蹀鰉鳆鲓8鶺鹷鼧)﨣m 鲃篼 endstream endobj 82 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(85)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 733.8671 Tm -(E.6)Tj -( )Tj -2.083 0 Td -[(Rev)-1(ision History)]TJ -( )Tj -/TT1 1 Tf -9.84 0 0 9.84 71.0342 710.1071 Tm -( )Tj -ET -q -71.274 676.987 54.24 18.24 re -W n -BT -/TT2 1 Tf -12 0 0 12 86.4051 682.7471 Tm -(Date)Tj -( )Tj -ET -Q -q -125.994 676.987 42 18.24 re -W n -BT -/TT2 1 Tf -12 0 0 12 127.6199 682.7471 Tm -(Release)Tj -( )Tj -ET -Q -q -168.474 676.987 56.16 18.24 re -W n -BT -/TT2 1 Tf -12 0 0 12 177.8565 682.7471 Tm -(Author)Tj -( )Tj -ET -Q -q -225.114 676.987 106.08 18.24 re -W n -BT -/TT2 1 Tf -12 0 0 12 226.2823 682.7471 Tm -(Paragraph mo)Tj -(dified)Tj -( )Tj -ET -Q -q -331.674 676.987 208.32 18.24 re -W n -BT -/TT2 1 Tf -12 0 0 12 406.2613 682.7471 Tm -(Description)Tj -( )Tj -ET -Q -70.794 695.227 0.481 0.48 re -f -70.794 695.227 0.481 0.48 re -f -71.275 695.227 54.239 0.48 re -f -125.514 695.227 0.481 0.48 re -f -125.995 695.227 41.999 0.48 re -f -167.994 695.227 0.481 0.48 re -f -168.475 695.227 56.16 0.48 re -f -224.635 695.227 0.48 0.48 re -f -225.114 695.227 105.84 0.48 re -f -330.954 695.227 0.48 0.48 re -f -331.434 695.227 208.561 0.48 re -f -539.995 695.227 0.48 0.48 re -f -539.995 695.227 0.48 0.48 re -f -70.794 676.987 0.481 18.24 re -f -125.514 676.987 0.481 18.24 re -f -167.994 676.987 0.481 18.24 re -f -224.635 676.987 0.48 18.24 re -f -330.954 676.987 0.48 18.24 re -f -539.995 676.987 0.48 18.24 re -f -q -71.274 660.427 54.24 16.08 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.2742 665.4671 Tm -(2012)Tj -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 91.2742 665.4671 Tm -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -(05)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(22)Tj -0 Tc 0 Tw ( )Tj -ET -q -125.994 660.427 42 16.08 re -W n -BT -/TT3 1 Tf -9.84 0 0 9.84 125.9942 665.4671 Tm -( )Tj -ET -Q -q -168.474 660.427 56.16 16.08 re -W n -BT -/TT3 1 Tf -0.004 Tc 9.84 0 0 9.84 168.4744 665.4671 Tm -[(V)-8(ic)-3(to)-4(r)-2( M)-11(in)-4(o)-4(r)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 221.5213 665.4671 Tm -( )Tj -ET -q -225.114 660.427 106.08 16.08 re -W n -BT -/TT3 1 Tf -9.84 0 0 9.84 225.1143 665.4671 Tm -( )Tj -ET -Q -q -331.674 660.427 208.32 16.08 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 331.6743 665.4671 Tm -[(D)-4(r)2(a)1(f)2(t)4( s)1(ubm)-5(i)4(t)4(t)4(e)1(d by )]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 409.7212 665.4671 Tm -(I)Tj -0.012 Tc -0.012 Tw 0.338 0 Td -[(OGP)3(.)]TJ -0 Tc 0 Tw 2.287 0 Td -( )Tj -ET -70.794 676.508 0.481 0.48 re -f -71.275 676.508 54.239 0.48 re -f -125.514 676.508 0.481 0.48 re -f -125.995 676.508 41.999 0.48 re -f -167.994 676.508 0.481 0.48 re -f -168.475 676.508 56.16 0.48 re -f -224.635 676.508 0.48 0.48 re -f -225.114 676.508 105.84 0.48 re -f -330.954 676.508 0.48 0.48 re -f -331.434 676.508 208.561 0.48 re -f -539.995 676.508 0.48 0.48 re -f -70.794 660.427 0.481 16.08 re -f -125.514 660.427 0.481 16.08 re -f -167.994 660.427 0.481 16.08 re -f -224.635 660.427 0.48 16.08 re -f -330.954 660.427 0.48 16.08 re -f -539.995 660.427 0.48 16.08 re -f -q -71.274 633.787 54.24 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.2742 648.9071 Tm -(2012)Tj -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 91.2742 648.9071 Tm -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -(08)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(06)Tj -0 Tc 0 Tw ( )Tj -ET -q -125.994 633.787 42 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 125.9942 648.9071 Tm -(12)Tj -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 135.9942 648.9071 Tm -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -(063)Tj -0 Tc 0 Tw ( )Tj -ET -q -168.474 633.787 56.16 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 168.4744 648.9071 Tm -[(R)-3(oge)1(r)2( L)-2(ot)4(t)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 212.0779 648.9071 Tm -( )Tj -ET -q -225.114 633.787 106.08 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 225.1143 648.9071 Tm -[(A)-4(nne)1(x B)-3( a)1(dde)1(d f)2(ol)3(l)3(ow)-4(i)3(ng )]TJ -0.007 Tc -0.003 Tw 0 -1.024 TD -[(C)-4(R)-4(S)-2( D)-5(W)-8(G)-5( d)-1(i)3(scu)-1(ssi)2(o)-1(n)-1(.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 317.0674 638.8271 Tm -( )Tj -ET -q -331.674 633.787 208.32 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 331.6743 648.9071 Tm -[(A)-4(s)1( s)1(ubm)-5(i)4(t)4(t)4(e)1(d t)4(o I)2(S)-1(O)-4( T)-2(C)-3(211 a)1(s)1( N)-4(W)-7(I)2(P)-1( doc)1(um)-5(e)1(nt)4( )]TJ --0.008 Tw 0 -1.024 TD -[(N)-4(3383.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 361.396 638.8271 Tm -( )Tj -ET -70.794 659.948 0.481 0.48 re -f -71.275 659.948 54.239 0.48 re -f -125.514 659.948 0.481 0.48 re -f -125.995 659.948 41.999 0.48 re -f -167.994 659.948 0.481 0.48 re -f -168.475 659.948 56.16 0.48 re -f -224.635 659.948 0.48 0.48 re -f -225.114 659.948 105.84 0.48 re -f -330.954 659.948 0.48 0.48 re -f -331.434 659.948 208.561 0.48 re -f -539.995 659.948 0.48 0.48 re -f -70.794 633.787 0.481 26.16 re -f -125.514 633.787 0.481 26.16 re -f -167.994 633.787 0.481 26.16 re -f -224.635 633.787 0.48 26.16 re -f -330.954 633.787 0.48 26.16 re -f -539.995 633.787 0.48 26.16 re -f -q -71.274 606.907 54.24 26.4 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.2742 624.1871 Tm -(2012)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 2.371 0 Td -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(23)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -125.994 606.907 42 26.4 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 125.9942 624.1871 Tm -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -[(063r)3(1)]TJ -0 Tc 0 Tw 2.371 0 Td -( )Tj -ET -Q -q -168.474 606.907 56.16 26.4 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 168.4744 624.1871 Tm -[(R)-3(oge)1(r)2( L)-2(ot)3(t)]TJ -0 Tc 0 Tw 4.432 0 Td -( )Tj -ET -Q -q -225.114 606.907 106.08 26.4 re -W n -BT -/TT3 1 Tf -9.84 0 0 9.84 225.1143 624.1871 Tm -( )Tj -ET -Q -q -331.674 606.907 208.32 26.4 re -W n -BT -/TT3 1 Tf -0.007 Tc -0.003 Tw 9.84 0 0 9.84 331.6743 622.2671 Tm -[(U)-5(p)-1(d)-1(at)3(ed)-1( t)3(o)-1( r)1(ef)1(l)3(ect)3( co)-1(m)-6(m)-6(en)-1(t)3( f)]TJ -ET -Q -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 449.4136 622.2671 Tm -[(r)3(om)-4( I)3(S)-1(O)-3( m)-4(e)1(e)1(t)4(i)4(ng )]TJ -ET -q -331.674 606.907 208.32 26.4 re -W n -BT -/TT3 1 Tf --0.008 Tw 9.84 0 0 9.84 331.6743 612.1871 Tm -(2012)Tj -ET -Q -BT -/TT3 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 351.6743 612.1871 Tm -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(09.)Tj -0 Tc 0 Tw 1.27 0 Td -( )Tj -ET -70.794 633.307 0.481 0.48 re -f -71.275 633.307 54.239 0.48 re -f -125.514 633.307 0.481 0.48 re -f -125.995 633.307 41.999 0.48 re -f -167.994 633.307 0.481 0.48 re -f -168.475 633.307 56.16 0.48 re -f -224.635 633.307 0.48 0.48 re -f -225.114 633.307 105.84 0.48 re -f -330.954 633.307 0.48 0.48 re -f -331.434 633.307 208.561 0.48 re -f -539.995 633.307 0.48 0.48 re -f -70.794 606.907 0.481 26.401 re -f -125.514 606.907 0.481 26.401 re -f -167.994 606.907 0.481 26.401 re -f -224.635 606.907 0.48 26.401 re -f -330.954 606.907 0.48 26.401 re -f -539.995 606.907 0.48 26.401 re -f -q -71.274 568.987 54.24 37.44 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.2742 597.3071 Tm -(2013)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 2.371 0 Td -(07)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(25)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -125.994 568.987 42 37.44 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 125.9942 597.3071 Tm -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -[(063r)3(2)]TJ -0 Tc 0 Tw 2.371 0 Td -( )Tj -ET -Q -q -168.474 568.987 56.16 37.44 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 168.4744 597.3071 Tm -[(R)-3(oge)1(r)2( L)-2(ot)3(t)]TJ -0 Tc 0 Tw 4.432 0 Td -( )Tj -ET -Q -q -225.114 568.987 106.08 37.44 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 225.1143 597.3071 Tm -[(D)-4(oc)1(um)-5(e)1(nt)3( r)2(e)]TJ -0 Tc 0 Tw 5.277 0 Td -(-)Tj -0.005 Tc -0.005 Tw 0.338 0 Td -[(w)-7(r)-1(itte)-2(n)-3(.)]TJ -0 Tc 0 Tw 3.133 0 Td -( )Tj -ET -Q -q -331.674 568.987 208.32 37.44 re -W n -BT -/TT3 1 Tf -0.008 Tc 0.121 Tw 9.84 0 0 9.84 331.6743 597.3071 Tm -[(A)-4(s)1( s)1(ubm)-5(i)3(t)3(t)3(e)1(d t)3(o I)2(S)-1(O)-4( T)-2(C)-3(211 a)1(s)1( C)-3(D)-4( f)2(or)2( D)-4(I)2(S)-1( ba)1(l)3(l)3(ot)3( )]TJ -1.257 Tw 0 -1.171 TD -[(doc)1(um)-5(e)1(nt)4( N)-4(3596 f)3(ol)4(l)4(ow)-4(i)4(ng O)-4(G)-4(C)-3( S)-1(W)-6(G)-4( )]TJ -0.004 Tc -0.004 Tw 0 -1.171 TD -[(d)-4(e)-3(lib)-4(e)-3(r)-1(a)-3(tio)-4(n)-4(s)-2(.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 385.833 574.2671 Tm -( )Tj -ET -70.794 606.427 0.481 0.48 re -f -71.275 606.427 54.239 0.48 re -f -125.514 606.427 0.481 0.48 re -f -125.995 606.427 41.999 0.48 re -f -167.994 606.427 0.481 0.48 re -f -168.475 606.427 56.16 0.48 re -f -224.635 606.427 0.48 0.48 re -f -225.114 606.427 105.84 0.48 re -f -330.954 606.427 0.48 0.48 re -f -331.434 606.427 208.561 0.48 re -f -539.995 606.427 0.48 0.48 re -f -70.794 568.987 0.481 37.44 re -f -125.514 568.987 0.481 37.44 re -f -167.994 568.987 0.481 37.44 re -f -224.635 568.987 0.48 37.44 re -f -330.954 568.987 0.48 37.44 re -f -539.995 568.987 0.48 37.44 re -f -q -71.274 508.027 54.24 60.48 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.2742 559.3871 Tm -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 2.371 0 Td -(03)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(01)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -125.994 508.027 42 60.48 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 125.9942 559.3871 Tm -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -[(063r)3(3)]TJ -0 Tc 0 Tw 2.371 0 Td -( )Tj -ET -Q -q -168.474 508.027 56.16 60.48 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 168.4744 559.3871 Tm -[(R)-3(oge)1(r)2( L)-2(ot)3(t)]TJ -0 Tc 0 Tw 4.432 0 Td -( )Tj -ET -Q -q -225.114 508.027 106.08 60.48 re -W n -BT -/TT3 1 Tf -0.008 Tc 0.613 Tw 9.84 0 0 9.84 225.1143 559.3871 Tm -[(D)-4(oc)1(um)-5(e)1(nt)3( r)2(e)]TJ -0 Tc 0 Tw 5.894 0 Td -(-)Tj -0.005 Tc 0.616 Tw 0.338 0 Td -[(w)-7(r)-1(itte)-2(n)-3( to)-3( )]TJ -0.008 Tc 0.979 Tw -6.232 -1.171 Td -[(a)1(c)1(c)1(or)3(d w)-4(i)4(t)4(h de)1(c)1(i)4(s)2(i)4(ons)2( )]TJ --0.008 Tw 0 -1.171 TD -[(m)-5(ad)]TJ -ET -Q -BT -/TT3 1 Tf -0.008 Tc 1.29 Tw 9.84 0 0 9.84 242.334 536.3471 Tm -[(e)1( a)1(t)4( 2013)]TJ -0 Tc 0 Tw 6.313 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -(11)Tj -0 Tc 0 Tw (-)Tj -ET -q -225.114 508.027 106.08 60.48 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 321.1143 536.3471 Tm -(13 )Tj -0.004 Tc 0 Tw -9.756 -1.171 Td -[(e)-3(d)-4(itin)-4(g)-4( c)-3(o)-4(m)-8(m)-8(itte)-3(e)-3(.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 300.1124 524.8271 Tm -( )Tj -ET -q -331.674 508.027 208.32 60.48 re -W n -BT -/TT3 1 Tf -0.008 Tc 0.171 Tw 9.84 0 0 9.84 331.6743 559.3871 Tm -[(A)-4(s)1( s)1(ubm)-5(i)3(t)3(t)3(e)1(d t)3(o I)2(S)-1(O)-4( T)-2(C)-3(211 a)1(s)1( f)2(i)3(na)1(l)3( C)-3(D)-4( f)2(or)2( D)-4(I)2(S)-1( )]TJ -0.502 Tw 0 -1.171 TD -[(ba)1(l)4(l)4(ot)4( doc)1(um)-5(e)1(nt)4( N)-4(3728 w)-4(i)4(t)4(h a)1(ddi)4(t)4(i)4(ona)1(l)4( m)-5(i)4(nor)3( )]TJ -0.213 Tw T* -[(e)1(di)4(t)4(or)3(i)4(a)1(l)4( c)1(or)3(r)3(e)1(c)1(t)4(i)4(ons)2( s)2(how)-4(n i)4(n r)3(e)1(d i)4(n c)1(l)4(a)1(us)2(e)1(s)2( 6.)4(7,)4( )]TJ -0.019 Tw T* -[(12.)4(2,)4( B)-3(.)4(1 a)1(nd B)-3(.)4(8 f)3(ol)4(l)4(ow)-4(i)4(ng s)2(ubs)2(e)1(que)1(nt)4( O)-4(G)-4(C)-3( S)-1(W)-6(G)-4( )]TJ -0.006 Tc -0.006 Tw T* -[(d)-2(i)2(sc)-1(u)-2(ssi)2(o)-2(n)-2(s.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 379.7334 513.3071 Tm -( )Tj -ET -70.794 568.508 0.481 0.48 re -f -71.275 568.508 54.239 0.48 re -f -125.514 568.508 0.481 0.48 re -f -125.995 568.508 41.999 0.48 re -f -167.994 568.508 0.481 0.48 re -f -168.475 568.508 56.16 0.48 re -f -224.635 568.508 0.48 0.48 re -f -225.114 568.508 105.84 0.48 re -f -330.954 568.508 0.48 0.48 re -f -331.434 568.508 208.561 0.48 re -f -539.995 568.508 0.48 0.48 re -f -70.794 508.027 0.481 60.48 re -f -125.514 508.027 0.481 60.48 re -f -167.994 508.027 0.481 60.48 re -f -224.635 508.027 0.48 60.48 re -f -330.954 508.027 0.48 60.48 re -f -539.995 508.027 0.48 60.48 re -f -q -71.274 458.587 54.24 48.96 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.2742 498.4271 Tm -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 2.371 0 Td -(04)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(14)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -125.994 458.587 42 48.96 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 125.9942 498.4271 Tm -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -[(063r)3(4)]TJ -0 Tc 0 Tw 2.371 0 Td -( )Tj -ET -Q -q -168.474 458.587 56.16 48.96 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 168.4744 498.4271 Tm -[(R)-3(oge)1(r)2( L)-2(ot)3(t)]TJ -0 Tc 0 Tw 4.432 0 Td -( )Tj -ET -Q -q -225.114 458.587 106.08 48.96 re -W n -BT -/TT3 1 Tf -0.008 Tc 1.064 Tw 9.84 0 0 9.84 225.1143 498.4271 Tm -[(C)-3(ha)1(nge)1(s)2( di)3(s)2(c)1(us)2(s)2(e)1(d a)1(t)3( )]TJ -0.004 Tc 0 Tw 0 -1.171 TD -[(S)-5(W)-10(G)-8( im)-9(p)-4(le)-3(m)-9(e)-3(n)-4(te)-3(d)-4(.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 304.5428 486.9071 Tm -( )Tj -ET -q -331.674 458.587 208.32 48.96 re -W n -BT -/TT3 1 Tf -0.008 Tc 0.056 Tw 9.84 0 0 9.84 331.6743 498.4271 Tm -[(D)-4(a)1(t)3(e)1(T)-2(i)3(m)-5(e)1( c)1(ha)1(nge)1(d t)3(o be)1( c)1(ons)1(i)3(s)1(t)3(e)1(nt)3( w)-4(i)3(t)3(h I)2(S)-1(O)-4( 8601,)4( )]TJ -0.004 Tc 0.523 Tw 0 -1.171 TD -[(p)-4(ix)-4(e)-3(lin)-4(C)-7(e)-3(ll a)-3(d)-4(d)-4(e)-3(d)-4( to)-4( im)-9(a)-3(g)-4(e)-3( d)-4(a)-3(tu)-4(m)-9(, d)-4(is)-2(tin)-4(c)-3(tio)-4(n)-4( )]TJ -0.008 Tc 0.294 Tw T* -[(be)1(t)4(w)-4(e)1(e)1(n ol)4(d a)1(nd ne)1(w)-4( W)-6(K)-4(T)-2( ke)1(y)-1(w)-4(or)3(ds)2( )1(a)1(dde)1(d )1(t)4(o )]TJ -0.007 Tc -0.003 Tw T* -[(an)-1(n)-1(ex)-1( B)-4( cl)3(au)-1(s)1(e 8)-1(.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 402.2137 463.8671 Tm -( )Tj -ET -70.794 507.547 0.481 0.481 re -f -71.275 507.547 54.239 0.481 re -f -125.514 507.547 0.481 0.481 re -f -125.995 507.547 41.999 0.481 re -f -167.994 507.547 0.481 0.481 re -f -168.475 507.547 56.16 0.481 re -f -224.635 507.547 0.48 0.481 re -f -225.114 507.547 105.84 0.481 re -f -330.954 507.547 0.48 0.481 re -f -331.434 507.547 208.561 0.481 re -f -539.995 507.547 0.48 0.481 re -f -70.794 458.587 0.481 48.96 re -f -125.514 458.587 0.481 48.96 re -f -167.994 458.587 0.481 48.96 re -f -224.635 458.587 0.48 48.96 re -f -330.954 458.587 0.48 48.96 re -f -539.995 458.587 0.48 48.96 re -f -q -71.274 431.947 54.24 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.2742 448.9871 Tm -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 2.371 0 Td -(11)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(21)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -125.994 431.947 42 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 125.9942 448.9871 Tm -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -[(063r)3(5)]TJ -0 Tc 0 Tw 2.371 0 Td -( )Tj -ET -Q -q -168.474 431.947 56.16 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 168.4744 448.9871 Tm -[(R)-3(oge)1(r)2( L)-2(ot)3(t)]TJ -0 Tc 0 Tw 4.432 0 Td -( )Tj -ET -Q -q -225.114 431.947 106.08 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 225.1143 448.9871 Tm -[(D)-4(oc)1(um)-5(e)1(nt)]TJ -0 Tc 0 Tw 4.234 0 Td -( )Tj -ET -Q -q -331.674 431.947 208.32 26.16 re -W n -BT -/TT3 1 Tf -0.008 Tc 0.254 Tw 9.84 0 0 9.84 331.6743 448.9871 Tm -[(M)-6(i)4(nor)3( e)1(di)4(t)]TJ -4.577 0 Td -[(or)3(i)4(a)1(l)4( c)1(or)3(r)3(e)1(c)1(t)4(i)4(ons)2( i)4(de)1(nt)4(i)4(f)3(i)4(e)1(d dur)3(i)4(ng I)3(S)-1(O)-4( )]TJ -0.007 Tc -0.003 Tw -4.577 -1.171 Td -[(D)-5(I)1(S)-2( b)-1(al)2(l)2(o)-1(t)2( an)-1(d)-1( p)-1(ar)1(al)2(l)2(el)2( O)-5(G)-5(C)-4( co)-1(m)-6(m)-6(en)-1(t)2( r)1(ev)-1(i)2(ew)-5(.)]TJ -ET -Q -BT -/TT3 1 Tf -9.84 0 0 9.84 518.0308 437.4671 Tm -( )Tj -ET -70.794 458.107 0.481 0.48 re -f -71.275 458.107 54.239 0.48 re -f -125.514 458.107 0.481 0.48 re -f -125.995 458.107 41.999 0.48 re -f -167.994 458.107 0.481 0.48 re -f -168.475 458.107 56.16 0.48 re -f -224.635 458.107 0.48 0.48 re -f -225.114 458.107 105.84 0.48 re -f -330.954 458.107 0.48 0.48 re -f -331.434 458.107 208.561 0.48 re -f -539.995 458.107 0.48 0.48 re -f -70.794 431.947 0.481 26.16 re -f -70.794 431.467 0.481 0.48 re -f -70.794 431.467 0.481 0.48 re -f -71.275 431.467 54.239 0.48 re -f -125.514 431.947 0.481 26.16 re -f -125.514 431.467 0.481 0.48 re -f -125.995 431.467 41.999 0.48 re -f -167.994 431.947 0.481 26.16 re -f -167.994 431.467 0.481 0.48 re -f -168.475 431.467 56.16 0.48 re -f -224.635 431.947 0.48 26.16 re -f -224.635 431.467 0.48 0.48 re -f -225.114 431.467 105.84 0.48 re -f -330.954 431.947 0.48 26.16 re -f -330.954 431.467 0.48 0.48 re -f -331.434 431.467 208.561 0.48 re -f -539.995 431.947 0.48 26.16 re -f -539.995 431.467 0.48 0.48 re -f -539.995 431.467 0.48 0.48 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 422.3471 Tm -( )Tj -ET - endstream endobj 83 0 obj <> endobj 84 0 obj <> endobj 94 0 obj <> endobj 95 0 obj <>stream -H壌V{tMW}{焥/7I暃芗怘B<*<剎浚Z塆$゜创(K<室惖<鞘D7 B4,:*ǚ堵j誧1F;f犷%Lф炦:珙斤w鳋盹;3^焺X崵 呝Exz}娶 硦]O籮0嗉淪擺镉p逆躺8g袖`刷糏繋煵鹪楔k炡W扺X<鸜?烍GL洂}$}齃`W璢ia鲮g腼賲摓鰓Y4mf癯~2UE3&=尺h準礧8dV豙7縆锚醼鮌>疱 嵮M 婉双茨 h呏h帽仠?羛#C8"硌懴厧團 b .鑺n鑾x$z%鬊"掟2z#)HE~将+y鱃 6z-}s嶗骷oz麢泅附撏U]脶?籄飼b3絰Obq砧囘儽杔O鈉Ffg苘粑v凧 #殕盦咾笌~瓾3螕"F,捃3K蛜Z;q@ -d宼)蛤*S拓F"{q]BL%}?01珯擇箉L! -',擷q23匭軆s捔瘫/诌镜Mぺ詷鴵%樐欈罵2迏j誕'踇?a岨@d筮哙4梄漝翸oS蒲 -躓詆贗栎qX伃羝y|臰喝F貯湒祸Er死霕顺紤瞢繥/T捞V腼)蓯L〇C很庱&葡0嗁; 7讀 1瘁 -:X[m璪挥摲姑壺S8MW梓馪自[je稕脘R彠;哷 蘩o彰8#U煐'鯸麨YC邌130堉8w 4 U膟畈└笅2P咼扲⿸KrI9T悮畁k>焙诙I郘⺷б峇萩蔻纷p扣q悄O$;:削R=T -盡漈W鬮绞zl侩疥鲬YFUHa迧7?.蠳&薒鶐踢S袓t碇]羲z肝訩鮖5泌a]尔谫g秝瓷0婸獼 -*鸟軓G砳 -30ocV2_謄 vp邿吾[鼚憇>W/d-枙D檤$囦搆騍-T0『狣暚襎甖L琔гyuS费魘絸丐麝K,2v'".+菨蝨瑛z_<倔撎'W拣厄锯-蜣0#皔XB杄塘r釩f鈄|芞q雧Qb3鉡姏扫%J镵 !b攲!瞖间骵伡# e懍愾氚瀧+d/監绀F~愛r_1墪f6嚜p褂d誈 RC塡5(R3,F˙鞻y輁囮(澀щ2絊謌蹩-eEZ裋Okk-碞ZЛ嬛#;蠳刁霱鯽GkG渃刢瞔姐c荕莄9󰞷蟳謎陞R蘿飝N酡'e職璲x.Z"{墝犌j.+鮓v庈.,藅緸b堕4鮌O搼闟 謥v偽羠佟陠'谜-壈V>5M'+G"讼Zh遜)粈酽Tzh䦂{撛貨詉脯9jx獥╱|镵暞J0趭!焴罏M鱎Kソ>km聈鞻攞RJ8!鯕姉T'wd:婁}$'颦TAd划慆eQ  $g2k9J橋摿隇:N."T壇0W茨0w䓖y1'` -ЕM蜨'V謚喳迌祳m_碖榞[u$啿j惊幊N襖鐧|5sp)b詚3 d"u鮏&#Z|〇6燉耞S 莙諊烯ro垕'V?谁T*S醴剺圵氽5= ~yX.&f7x5;5{5昺I.*髏颈翛濪喦E酠r钆s>豃枤绍a>kT帜c7霅特 5 M 茩璮,r1蘬2圾}澳蜹#V5鰳a=鶽Jㄛ楦L= -晼窶$^'Xf]爒&氬縐"鳰RF濋G*腯-]W3w牚4i簣CL 錂*顰;mj吹藱%V帄!遶饤h帋7'1<)弊K={$膚镏礙\鏝1";磑r秨盡隫/ 餺鸭Y&5l嚯S繛觓[Z "S輎Y.OX柷 -sЁG睁葙叁臔柷拧寸m<:3左朓刺?摔I?[JWO魧妕ズ])nW晫2氻)頛楃N]{@]簐C秲傴+礶^娝#Y甌O诂糴℡)湲易'贊<'*>緇 pUJ@/﹌█詣J厇 I鼠茓5订雦喂鲺3鲺篾趛\scg!圡夂滏 H肂扸vJ婓*#u俁5潝A/柙秄%摝uL:惮嵁?Vi$碔鉍&!Kh*馁w畵攈掖+咩<咀9鼷黂[R6獊蕜胘字T- ψT└uHT懺②#元m2A跢ブ犮鈚5錎朇儥坲X貣R檨4菝亇跿[w鼎>. 0J7*RRQ帄暝衷阋 呴4扨{Fi噸O ;zD貗L*瀫 Ej旦`輬敜溙.Q5I-襈eW鉝T詝(8泖薟n#RTzSRPm -H閬垛i7R]dQX)YS59 -n澏k雁热睱么腓^+I TqHMR卦@罤R`(蛼錎瓼"je%MC+Dt軤蜒5U/f*礴Dx侞P鴙 4记2B邭*" &扸I咼-I眳*9烜Ms哉AG.帧G"s響珿'牞-4欵稹烖 +Xkv犭KR╚{賲;*u(籶S.D7x`+o%驸 蹘X綏 屵7儾L魊Q慪gD鳅眉G鱷~r`荄狓嵿綡d~.鏿6j歄4Q#x?=f*卵旱^徾櫱"羌ぁ:诣j耺髑 劍x碱椤饂W神'*N鎜&7繖褵D.棩:9堸佄Bk墣亵K郦.炽钷绋s鹲髩炌5尻犜慢(囍{X杧軀)!G螌湠膋鏭zgK锌蠸峡帟苦^豙賤7謲縙T摭 鑀 :<i(棷諹7剀J笭4橝懎ee朼=高躜^C唄,鎸諻T撽#&z鹨刮犘qD?\亳鼜蜻"<J~墂啉BU~A5貨?徬叙鋈i掓瘂>F澪ntⅦ澆闸嬠=e瀜闵釰賀f遪'v7 JA契w西C豶澄F靝驆T3<旲0词繨珫祁1f2,!Щ.k賟*緅诈.W懮m姱玨a麕i9Q膎`^+`錢#'Dv)ㄔ䲡暞宏濍!;xM烂狨颹6>鎬*質鈆_f蛉矍<珄'莃K玨W芹肷;w瘅簺陷萠紱A魶.嗥;o縋|'? 1W, 螈3瞇鰁|S聚>蛏>"#闹炻8n)h  7.A縁v< -e~3抦豱'&傰&0*~7蒒浲.;⒌鯳歆鞸v漖喁抮<昏蹾送# 製訄铉猁憟v珜趸Bn瘲H:o垓$余5B⺁嬵?{x鬇C) 匟I輆蝼7*乓2殗U`銀氨飻`餣y_駬>@伣噪]mH6~e`e馳]燅Y鞠粉x衠9i砬 禣鯚7}辐[聚7簅x楄}#x灸g0煡J4Bx縛渝赵y岂鱵锆$椳銪 乣.! $駽揚q絑霃BW)]旜 -&璟P戓羅諹珂?NO(粼v腈欫c泆;;2勤洱酦g'哥Z9癸私99审|繜琨:x塹P幥 釿a$~ Q砸退"圛&e钨鐎A腔gBX皋犳$鬸犸T+跏6a$殺Y'qk罡沬p'茉砀 餍ghZz=軫;i絁o雄鬫8 漆祰z灛楽th+Y7拄L]嘗t樧'颔>畩7DJ辎盗Ia┪厥拴<鳀 巀>疢懝帍倚嵳a荘$!$芕駛~6耘ee0珀颫`襲剪聽想竡|/熀 [kV;仜裏V卤3{O韴廄怊龥7縰q鲞K銭E: 彦洶煁L糶.>*体+那尗M晊  - j釂饙餌鳮掳B祠熗/缍飨臺銶y碗 匢8]7璆兪奒r}F 绥5_酹,蟳觸>#楼-j刓 頣摽宐1_ $桸筨7晾^麷y,F⒘燫朾錾瀓:?2褆:}")鲽<輫zg呮ッ'jV巜姆>麖蠗誏o犻鐐嘌躅炅祘7硰8驳鷻7嶎>亏*縦[螞Z+椄 -V窟]焦髷蝡 ぬv讏)歃V`椑B4  `  屓窭歁a藳%tU巉 閭`00 d襡鍲 j糷鄖菤挽eX噡1@揻E 兲 e掟薙霾@騤侣XxM翍-E+R狜狯SYO標薑d湴虼<朳S嗛)8bA⑴0(Ec愥眤琷B36:4髎恒ァ質耕陟O)蝨?L邷┳坺o悛 -冠'Y罢鎛身:鵑譨蹲%DhD}妝蔧6潇溱rz鐰缌蘨1釞餢,舱3 8y絋V穵#梪F萣9;8鈜8$婹4)!魩i緦d脷媞!‰䞍:鰛鎖餚滢↙*噃2y鉷洭C趟uzuR覟D栲鏸J蠬}2=嗏 囧"?s犙膆梯]此#qt g餷Z豰r穝踋\]-,AX]<瓕5/^援樁醭偷 遅育渌m碹=NI;絰X歙`瞖4d汊湢瑔;wai慇-:熎^ :矵汞v;嵒液腫)/3辛闯眦}檒叀彛懒3顉鴟 g#Y動蒙圗,鱄硻$h$6鄻;>"姮笗RES鷷"(幝>紊鶎払玓72旅Z^0褓Q矖qZ7pL@\I4〢JH繂忛' 潗挨`"iC9鍙4'C啿屇ik"鄎犸< ?M樌0s泗s滦43aeVc7 朿O墆绢c2呺机 视凉|趽竹鸭x臰竁鴑疀g鐓2唘庱U'Ko蜼l#硣ⅴ 垢*遅锍撞LB鮲蹑 >倂m廈[=/n姏阄xv7;:5鋦;b距间混縡糵)b^裲2漗蓻V 囜揖3$;d)T扟XWP唧?贘堵嘿氛 {; 醣}\\含]毒>1雳 隥踧);䎱BIv0e<6鍩Z\(H))%嫻Ubv訣蜭eq+Er戨"*_曗^F$i$"6夤鬇=`,驮23橪Gx9=炦MAez蝾\B E8X挍g党 y0 瓼Xh$6湀y,幦\=鞥崵腪4'鮵驫嘙T餁镝慚癵螡}=o偌謚+季蘋K8餱蒗3'誾顋y諢?l菰媈誺65#嬍6n鑮钡朔啚隢l昃鷁琷爀h遫跒{鶛?秜To俚:躙2辍喗芹k謻oE=塏8崥$~0k≥㘚芡糩~稒m: 礅揮=癕\gw䴖木w;庯b涁潇劯工:H5)AD(0(#惍 -嶑G -[$(p爀k呅犽6VVQ厱Lh嫪s貃g亘f鍈咻?娹鱹?玪珴=7,?t朰-q魟鯀>##*`6瀯 j洽瓌2i謹驋B3i{霧俀?>骢洀"纴!(繣嶁Z7蝖癞鴃黬寐淝床_暋2zf$h%詏|Nx尨J莭]Z挲  -+仾H昫 /A栚& y -晪;q$TZ暻!6Jo抖諵WB嘼t偞A樾磍 褫~粁唾穤秥~v飅:歐响匦4祤俕侐煗8蚱窿_蘅6菌/醭眏p螱=鞩覅 -73 yA筵尶-h[R毁?H虩衁屯h痔f鳡惯 -釐?BPB1]{霒v&`MiよD9{嗎軎r挬殭铭+9Egs椹2纗馗剕o#P錋P隴k繩帣2鏆娴爛劝杸'ゅ"-,瞼T#m訃0暍=拢 S^踳 &gRZ嫕em窵碕璦摏ub炪! 毬DQ4M衔9Q#馬9TU*骲╈账G躾襼姖䎬=;儩啩-鰕苕-救.吝W鈄C熃燀脈嶮釬i 镟v#~?`香蠇煵楌W霱|S妓 揤I蜕%仩(2陵 x嫑s 頤"婥X *9焘杝惷^@4.凞)遗喟Va,泠x,%P4+K~矸k\秷P,犤=べ[韜鞂幸~}鼃眘郧S塂=$裈l璩棓Q_Ы跅#+x鈅烀k4葪.>0O4R噩脭;湱瓋*魯^(^#鎌駸s+焁0拗鎃Ю"餜}鐆姺灜弣锲mx鲢枿2+ -隟o5探縸愠FE1T嚀鬆 膳?S篇纏凁`2Z鐎9&癚埭钹wG國¤-䁖/S摿贞螝陗%鬜+/彶Kjst*毜扛U 'I饗-#AfκS昅'餭z]1dㄘj06 糑羧灅;]]髷<#<滍輪8 p 螒籸藄焦翜匫5瓈羏^c䲠羷+定鍧'9斢r卙!觘2u櫥+M+聄馿yE粽仉 q@硗漁]N}%邠VJ, 瀙DcH俵B挋束浃蔜W撇Y'髗=:F'e3Q唗靤Y=5釉{幢)C_>9M蠚嬙=/四t irr~*胄圔A劔艪媏6. 0dD鯸袛ど镈m -枼裦#睊2婹鞛;凒蠫0*1k,慼9Jfж贊桁~r樐L%鑙磧X:※Q}莉%x'嚕$A 鄾R橦'B3/d2U蓜v元槸J)$F*暽繧**L玌+U 0Y(/b_凗拫% -骟y愶/}B癉驭H8哉f9B誓繂┃%u臗贍霓f睢h溆敲7]ya釅吸蘍0疚w拐M喋=9v赧伍 S匶岖诗<奍癗n,~鉊X娴Mが 珈驾姑}N8紙->吾 -妼 "奩L坒[8 樰nC䴓,亞,IごCs铇』81獷`(桮#W#L$煺费玱縩/榣/歺Z4愆t媧$j*燌ZoV褗x憉c臮%瞾v然IrR;滯鯣譕M贅蝞鯖28茇l -G森倳d/"j混 埩4{C飴框楹鰶癴黽w娆P曷+榚隑IG阕O_\訝 濙 帒Wa╡z灰Cx涨6q烋{_踳g;w>;_鏫祗濄忎黴$gC嘰iX賵Z%"tlヂ尧*4嵍Ci!u鞆)澛<贏鯱i谛樅*uj兀ィ刭缶:U擙~躿<跨~HE蕗:R.范唜,铣除N釬8|隿籋康+32詔^葜2G髴釶/鍶袉8r孌(*匤襝m6z谾洷~庼RsG`A蛯]5vp峕/H発犺癟┐U*b仴胱镾-N牥1渥Ht婃o"ug陛愒煨,陎>a北([_ %W|Vs錊r鐫iD歔贔Mg/沿諜茆聲搜腆珍嬷h:鸬Ds$或尻l琘7;&N篇)6 詑4-0<6憌;轂宫苅=躯徎*盨翊k気鬁禽9畬舛+\HU5P蒊籏aE獫aU塳Q#曯饀N!i&g扲' 冶D"帥汏剳渆觧BsR倿霜嵝Y阡湸3孒)h"ER悦!奷(挕櫶-ü复I谂z/x磵尡刕遛 -脕z"? @锑h}[W簍?笍藓絶D埮Pbh鮩I櫵*迅,xTH -?卙诵杘hW譶F峌7|C 鋁lY%嵌诰z岍岻傋P洘赬h8舌`%%Y -釮尬o曙鍷r)富銆| 8'介.颺疌蝕Z婛R~燇m鏐轞瑛畐>颴.'z胆儙\k.鸻猋杣6檙圛輱 5\G"$萢蒿//0绖;g繧乛:A 磳?辰濨1巪q5幜莅%驒窪钋繑泋m + Dǔ珹、╙ AI骇TK,iE N鈉蒁{#醏肜堷4/姩挓3勈.4]罴皬緓;'觡 廰!.责苈䅟h糜矾ǒW q亢筌鳸u㤘<哵y篲嬊痴駮=wq弤'漩苃 O灶Mㄔ!鬊#癕偲氖:I塝迮籿l-汒吶獓靭r\弔姖N隕//^秈凌鬉絜@侼2## #迷领喲=Ψ廼k唆酟3齓赮瀮嗱5:,懁鵶Yf/3 艦, >?0飕瀒刁E豣8氇要闁猟4}HUVj:V璚E媯pさhNU(D 谥Μ祀髗=8揘范*|燸嵌>襋D7鯍~X?/璎^籈4K7珱鄬gx宲F槬輴9*驥{籉UX)Y蒤P鱋鋣U翚.獼@觾獋川[U黌4㈡ &Y銲濅諣.裼颴鋺鵐笺)~?;x'y導葪?;A迏MQ0)i于傛0耽禝s蘫5L@YHP殕鼙恼敔k(9q絿摭剐APiHc)龠}濐I劆蟯"4堢祢駥埛1h娰夨埢s/逑zN  -82<^彿鄆}矎 '挠]"\^1媇澾c鰒0宠傍 .澚::屎#題蘽蘉绥&梳.{昡1z 監酳灩U鐦欝柘鴤*s軥焭n暂洇&岁4璔t坹]xs犲>V暗琌翪橣&鉎萂AEfe=$z槫z宸t"蒈$活l剌),QM溪JR }J铃t*.UUUZ醋闝z描⑿苰a束w雳i5槮 p 櫶屐z'柲"銣撱殮偝r》7橪趱舸非grs3撕嘏撅M3霚v 故x匽g EO hN@B跱e}T齷敺|斖|:I%aⅨ瀁=.*GAps坪l暠IZ↘縏踁 -引_"4枀X霖+f寳ミ"揢f$校yP -鲸尊g优蟺卐b磰 漛?糦8'^ 央#8唾&S'謾sD&bf拇8 -S%G鮤篜k5fcq~ubg疵霤解v 詏@=艁釭聡忾'q8"\疓/o’/淘c$.,噀骡麦骆鑉駥yU糺SUNJ1E哇,B4漊4挝娡 訰"!1 *姅>1 !S虃XB,皼e2蛯翚O颡,+{呹芿农於奝L/徨?@竊$[PH/┦希蓫 丷z茔bO (醢鶜 - -i朄庾贠詇Ap3琓郆晬0緋%Q 擠/!V, 乔啅 -% %}鸈 -53dé<鄝磑OY歊ktb<%})= 鯄鷬'F]岋蕤茴u|w酏麅笪僴勴芄欎蜫$璉~伪 :]=懊鍢舲 膭 lH2#哻d芼,iJ玄k鍎暲堾鐤葚颪罕)J粊$駦蹄终堍厺蹯pW蔁殣帴僫_e $sr*RA*毋虯搮g9$8聉椿癹e pH‰:<G2i<,l+w昽敮暦}r陭5;W烔瞱 hm蹇栂昜a'4垃忁m曩_>Y>2猘&<}p$守踎O勍'P炣晗ё##cm斧S<胃$]奯詽 7谣T)So橓鍣2k筝 g拟嬴茗撷棨婟麵 \/d7tg芤耄T狟Rr)!诎ⅰ<:a4j5琲畃墑1隻y鉨f虋瓖U臍虼4症每嘅搽'迪瑌2掩貗&/繹簱D煣%;楿礆{竗甙o幥箅睽齭宥奛倞0J;V鯭X陑枑6翶 狡~ }樑,语8巼18UbY阓症n銨O铂棭Q捔B 攦f -V泴{2,+{边涺boS鎍築烔H3罳CwsK;-р 暈JS簴野3Vs恜x黡I取懟*涉f>H4,恼6袕轄j蚓蹍 -闎雍N&荶羮∕5弝〆た瘄饵Y水E]=牟纕偨稐w9zr}香*鍔g煗>sH ?+.酋~S(;苒"P# 蠤S0"蹟==*疔觛39m婭!撷3npб9h)瘁6} l岭撾鍗赕T羧铝员羯軜v/滤鷭7醴-糘'w*w撄<7栿(1e摝绉-鷖O5嬨q'%竣!!6)-挃鈯f釅)]W10柋:6W着羹蟱涨6q饆琨糍w绡笄舧8%%鰴貐浃F!%A媭1aⅴt0慏Y%Ve幸5k7┬u摔A誱@ -i!5 趲I晿J玄0u宨蜌j櫞&賩/Ii眧镙潁娺鹽頯]囐,觊哛ql<轅Jk$7P'豧AY踓冹仭4嗡e鄶囁姿畆壝替:p樫\绿釈!天袕/_栗h%黚Z说压趫i"V朮]Xf鮮x殭!璳丹hL瀁iD繽塃+9!鱼縧"堶璵ZRO& E笑罜颈$洭D{+葄騃0 -Q5#"{鯛7倳,闕Al榩:{^甔-,9#孾SI媧h_ 纛厳靊芦 閚镟7~+瘉葞琏}&欣縮踟£N螂$ t濟趚=金3<鋴噤S`".蕈h銿'^ 悁D -.B⒉D6{@甥猽拔筤(荺*5艈T嗹"褆 c1駋iX謬 弥耻3聞wB|Z0OR'嫴遊魱紇/舖∩V*%鬨 :.蕣Z殽[茪{絯}s煱呕U迴踒苪爴jQ氛r_/雘,砹蚶*%箑犳払_为廁G6e~`,\删蔹+驤u苣u>R=$8窰註=僦犉鏖]專+ヨd娗j魓D佑,RiL堂攎s%矨< :H:r羨貵摁亜飳铴襄珦o椐5S唽F袕辶妩蛆Ehmm'>*4㈱ @%F蹷婅&kC趒嵰.扽BY -*X7" K肻 V把\`驝y5柵93#仞絩:螳at戇撨C@2嶖 鵢:勔:軚醪}梐"/炭嶁+C僖6-虞 雉5UW輿[夆擥 漢U吪[\<8t伆`韍.,T?Mxt鷶哛柀2萏~塉%S欥d{fmrm'6棭d萟kLxB毺\吸#同慒.玅1YW亼 鑚腍F#鑃d*脲沘GZ58箖 灎獭&<鐇*C -gq$霛 戺`b袟颜ilH1鼰~∷-0l肺Z,室x3x3x3崀靅 h鑎 Z橕【7i尋5P馝膋l]&帯7餆Z臕軎崿圩h$ 拺R橳摌h%d_趽k傐怱璂VH柭L>垼悑,;i5^虃潸*鰵⊥3讆荍瑌癏n(5E爿巷o剮CgR鯌]积蜾S'汻)籭t~阼啽7仍丏 膩恫籋9纺桎I捱讽4賉w-Q'V凙⑿瀵t审庄_6Ku<~ -'TN)No[ -xt%挜岿镩硢隻鳥溏背?Y鶷魌=蚛`閃)稣 咡!{X:鞜T鬰胏詞鰽P秵{岹樓X!稛{冉]褞袺艄兑_b鑴Q:B雸D:配, e&H2v z夾?蔵 D#酼bJ斥RX/鷫}滃t慏审W痎卪U籖Q A晲B*諸骄8狲朓p, 覲歛m% 下cA / G9*攔 -9∞匈衛圢剉剢CCT∟㧐:a糳靬.偰潾}X#"跟雷戒p屶 ]泞=鯟﹠䥽 l6騳w腳叒/逎+ɡ豿c:Pqg桕)┎襷鸻!唴藫H2 r枌 c盈疧俟匧j伿妊:涉y淏u-怼籗^m憑郀 $滼聩瘄鶪梠5n P⿱焚q埨奒[罗4:r闋⑾扅2C6饢J ~R鄨刟敢厑<鉫=湜g輓嫨皛1▁郲E@澍⒈幬]8)髒a逴m鉕b键c𴟜w琨醩瘗螏;9熴籏矽/ 鳿锠剢敹[BJK@a#@藔.R4[礥+洜褾 -JXザ悂?姶u+&擌螪%&M諛擴鉍剔鱨X秈椅螓藿w>娠簖<象:随x3`J畉楩睏v鋘{綊鋀+O#; 屓#鯯舖8碀煇'祸P{=^阔騘錊b妘坺孆n釳隡{C庺N鞓|T9b:b焍Os域)e6q哄,s=锆蕇鰋燠靘⺗薽u蛣蹬(蝡TI贋苎<祬俾Np 范u9hQJ7'lrf7$?j蚔G⒔等8<譖} 汯P|ň硦2<鋂膘戭<醕閧 杶嶬$X庴'P邥L瞼F HrX慙玗1z嫅)颥蔓贞n豧5荔殏濾銬"声龢巿扏 珔e5 -鄱U逫谽tY擠4G秣,悯>QD1;泠q婇&W羡輛qv慭W|8閉\/*才?庵笫/d"辯y70 趱W塷灜凍肇7饴崢0餀旍峦嚲臎赇M/9P'颻'靵E,䁖弻癲EF缹>旤q讍 沠sS9誇CkL渌財屄堉辣Ade胗/鄭蘅h▆@m~颮造 !讝B辅KR -銳樲魇唴媫増1鐾趰钾欢众昚>旱靠tt3眥高菌),瑔_8m =噅4涔崋V羐kG鷮堏Af2>Ay佊7+矏痊猐伵^3"!垨傃榹 q?膣妅s>E疌?U顀韻睄馻浭E_嶎喻邒t `G槇┶枚乡C聦T -ò163S绊疉讆0#姘經尥6wwL赟p>4:锩鲏黛_礬k筺珖鑙f$!C(皀[uUifAuk槍(6="F騡X恪&2cz25C忶Z@kk[蒱s觜9l1猩糶c饓魷犳豳H磛辳暴G5l5啀Ic蕏踐*q衄叀 骳Yy9謕嫻翂ЗF+H5@貳堅想蒰甇3$-燔 愰 F疳4夽&4x坅 p_',鐿(.n 疥偑8R,=泉\愬聃 }}n2vǖ敝剈be襔 *?幸蹕jM犭/,>|`Wa(峸橪.锥6侗惾疟蔰ㄓHe!H虊.rux_愪頡$ 毼s.嚴?N嚼l抆1撘a fJ楚M焸*_m ->I!停臾q08侕CV9萓I醉b齶:日d8V讠徲-[RYZ'慠⊿狆}6.J鸕/帯848觋懇9&噜>線慊0 qx8加, -)@q鯲+4,n噻B2蠙般'a橁靅%S=0匔摉╳"rS3=)黝卿众婿缁"z路.=鵶簐,Cx忐椾 巳顷曏U.謒倥(L!抿<駎&W3 蠻蟸"駎W3~]qN紦y7偱咤=坼0尢 8@*噡RI=gw\4喽袋撾矎m饧泺筌l哔9縘.9~捂湕Kr 睋\0旦=貰坹Xm釉畄行枋0Zj洩洣"誓涵旻Z匏+-m稨珺 M俅刁擨P!4=绱畔筌沌=蟬哌琨;Z+轵馔\3$I*V漗∈F硱閜!珰瑽諹绗礍悝9-竝`Z┸6蚹蛲贋n觢=)j莦權X挊]牺襰阉袜~纯t\<炴eP螙.彾戂券&s伲Q纷/_7x讐胍冸Vnw婫<嚱嚺-!厜ewf櫌2]m潻珢(KH豏玥Kt飴僫睵啨%N礧rI埜[6Qw狾P恒頛.美';藵Lg雾2&p塢昇躖4P疧扲)8 疸絎駈 魩~1L疁1o0e2d\e騂@H╟v2逎kn察!绶0*V鸺G,G57濲SS姒贻)/榩af胎4Y捑0W惈u -踢 豻宨Z5 -缴JT単EWOw~_n8紹Kp〓伨嗺附n喿$勿i&( i(獘4Ol 窼bP5鞆C1萭4 -'X - -7圹<轴B68瑝淍陙漹QS棟辎哳'~曜攜勬"<韟鴋T韻㈨匞龠Jk/証=P{l喚鰅%馍t奪60鳫}钢鬃患^¦"伆x鯣hK8X}飏fe}+w~抗韽:5拰4瑱SOm^锦u蒐铌?豿鴫@繚牟;怦幜┪夐敦面懴?",2'哵聟LCG裗!f窳{厈)h鵲4s4俥薥XB獥F -䥽鉾韗4%:轌荎抁廫'D3鸃8鐏aj2<⒕P6{郜:~婺閙" A  f孹 楪缧雇4 -崆U啰.琬yz \挃4 +5籺縔z;監N3麰䝼餼膛%缶BI~椵雤唥瞩*[馉;茆[jr5)H竹+閴qS涫餬胷烪 -B2I拀>I叽蟄哹魄"熿#緉hV|7|R&+剜 炋&妦a瑃*ǚ颱?明溞hm ($ 跮p誔*J産.澿盜CQ緣牃3 勂羶 x8鲰d翨M[詪鉈嬔P氧-i8蛴>褡G>QGT廋澖O;N瀨,漬e>津?啐Qyp惤痱贔91剐吼族斤齨娣Ma疳5牎踵:诀吙棬&x塲剋!D`(]醪 ]謮>}M氙3zE俊哐鐄熅+鶴!J6璻A6)奍xDzAb$KF(噴hMTAw悋v0璧=崌櫻F|7^芌.8蟘乃|-玎鴟<厃9職*m ヂ\蓱昳f拑罟郣坹洽廎鱀贄⒗阋v垗亖邥?P#d S吿B嘅A p琑<扅&摝溯b$輒.(Z冟v#!0@.岍R芄f腁0怍Wdq=桯簶/5蘚蠗谉竤韢#@菷訃漸阂)~>吲g刀1篪庉kV>x<奸W'P>竲zX $J镢[C擌确摞/犺嵗1v匭斴郡鑆~'諄戇0龖欣 $C灏6r:鷆诟铠;麀a午箫伉G3c0羦bB+JM($ 喙$以I`5Yi -]歟磿@櫤巋 -阎vS鸊S甏N4tB贇mS詅j揓Q'璦手(毝鸯鹽&[k耕诀罱w锝麀繜锨f矨墿耖6T1hv厏偐r*+oc4榋kjhb@ 刕U,番,岆溣蘗HG\坒'堦E|AV厫pNa堛Y$2磆怵Ul #1婎靝癘,耼另q穈@B摙邉瘌*q筙宱厱⒒^m蘏魩3銕珳M骻]?腢蒥鶖DR嫢h缶奇攺鱆闽荾c頠Oa揁8$裝v>滔跋'-溪'陗辆9o鯕z圐挸k懵8 粵戅~k- 迪皽剄翪滀3R麗4b嚖l墲毕x珥/I/窦tN 鰡鍘W;蟦頊 79槫藟K祂Ym蘺坦嗉49澗?|罸RT;殢宆-媑-/"| 篵粳誆&\荺.蝩轻IR伽8+^9U4D貕xN!蜮珚幽虪_qM問T ePEUB -w[! -瓺偝T]$@覗"5帙*M ]*^擦'= 驙'K5祧硖T憈 梱啺煸岦#累j禿-F"[ 棃 -U9b裌6jr&Wk姅u7d酥翬S7X葓漺#阪轅0 LzA:喁慍嘚帪H漌~媵艴撲Wf調0筹8汇'<鴶c3B>䝼縶祡8草x胮G拖3qV軋n=A*a $ l_湪 -OD圶'滜_ T裩鑃怰x' 0I#z劳0k咗5^dZrkK闞neM]珎议e2-pK+美P.亸繪bHx孈By5]艷F 岶鮧擾+J㈤>}7x -騐 菨蠀鏉驫疀攵魖Op',嬗&覓8炪鐒qA:睗KH*yj琿,晰EOm&鍊P酓#%`秷&馎暔善推媯瑐僕绒7gA餠鼗嫟1^!猀k 氄瞆I濙婉淀鞺浰UmZ缅ф.>*K湿+蕈w8 猉u漱5p]猯;纜^糦瓧:r霠l (㭎z矫諠Q3鯉垷lB $<N兓e叶-6悁TR芓%L狘渕N驃_吖o龘哫qq庙﹢- F -n鼹+記"慩v捶c孑幂夗乼v{敕痸鰝1|彰8鎍f剓养佹|1:熱槃Z`4偾2峾3亏箰)穖0表pt0k5w?銠M?惑倬监~3?P1]0椵e消麞 -珔呟擀惓MM;2羵鶙b>擉1..嘻o梖S璊F$惠!売:阳式O鄲師胊伞5j礆軅~I玺 -9s~8> b 地W[媛c▍!a鑛x骝$o@k迉哊~蠥" 僫4?逧*\玜矜/鬘{Y顴 琳蟭#納葹&k籠.,酉%崰$少銪扠z_ 塪:厶M!躘-D+當U-|Z.P竚鹊HCz0Fb輿R12泴-臯c=嵫2<h0b嘋卍(渽37pǹ茠*(?!=*阨 箞5辁拀遛? 巗Y歌]觫a熛慭k湄A0準シ.E-淌犭&c醡#髂h:鶏O<~r鵝i肘j|.K橗鉙闙鄋 h盏 PX!"М昉羆 (Q0|=N旑)媍媬]嚃 -dZw磑H赺琏sT呲谥歫屮裦1鷺>'?訔1$b0琰蘞⑦响匟阀荗'忢痥鰽wfwk>D閷羦 忥4u#-{締=!f椈讼PQ;飧见75B嚆彅vS 筜M玓 嶊奩p38磂CC袢<蒴>AY昇仒蔿#萬鐯+潽5ě嘑Wu\醲3go溯5肐滹(N|鏶~顳_--尌釿馓闚 >矮慝$],恐:yめ#?Z6碳滢$淁奚榉熏L淵獫;u鹪廏飻[僛gO9zfg殍耯瀗謸憹莦S. @煩呬%ü ;粊島 \U渡eO霝MX駙X1Ux澰E bC4淛'H豥卑弳釀鏗T铨珜璓竅夳1匸啎2/A@=(詊p閜培猤R贾!霖t啯氛5p霒詡悍n丼n鐰JZ斟薣斟x礶怛状醦J脨L;急>撯敹z櫬疞!WΠ,{u蹬秏漚J,闔$E$%[$-Z7N斻Z艼E'N埠K5u晩dj0郧崵s!m咞R!R瀬创@/0 乃&%氃cBCR旱艢6嘰樁啇zI褢S邲<簲栥讁策铻/N骰:{鱡摢牕+q潁鹇7烒岟游/ u胁9(汑醩曬c澚莶d緌"跋板M吕(3>3*cA!"pN(躢恖佴"PACp?B篅r偡/摮#1掸納㎏窙=狠x摬拓(翘S鎤 /r垼N8+0'⒕ 俱窉2Jf谧苲L&蓇.=齮7槣O筜廋 菲变G0嚸2俎=o惉孌琹岒!厍(任|>▌鴶?惞釹仁>壳剓g礍麘.炊%玬璝籚劝f,#僂 -尕8{<晗:{帠側用眀&慈k揊茰栛梐唓XN痦姼⊕Z绽0巌1K鮨W%筎m飜[E3*ZT椩逗︻!u=箕Jr;Pzw| -&v葽Z瑥um'\SX鐊.&&Jユ姆=摑渢$淚 (:K4K廀8怱蚘酎34罿b貒燀B鏐礒t笱侺 Y'镲%"4杪骹騞>秠拵;t 镅%鼌.焉Y3\1O饖 鸗H-2暆 -Q[]X趘橏u鑍.88 黉I逢諛蜱3v踾-袣鹣!砿R}吋1櫹4%nVNEJZ(怵妠1慳p~Y #y借5K⺧W幁()x>j祡禆 $h裍3v崁a怱實囷C'%鹷&y琏鸦詨5張膴5強??u肴]x鸴稜>礪>.r[镵o;+"+Q+暟]哹儕8槈 C#儌>24q9ㄗ緻檧#镕x#)赝 餢讧?登Lゥ鏜x劄s魀蒼v岥_阁鼾凫X,<72&Eb$ b薪z郬])Z5:楡@##d捺#$餷$则帋忽 H厭痢踹 鄏z>灵()O)Iz0+⿷!bn!荰{u :撚05 惣1 -锢化!{穷殘鲦&焙徺{:&ㄋ%歵Upu桵p"偪D^孥6>/"漁饥_p哙yWsS'艙襂)閿~瀺苌扈靔浠耠侂耺龆#;炎抁jKo-鲪奥M璜%1r穪b竉淓蠄连8囨刐恹b)殂鶾懛!%2 闏簙愝/pQI恈)<$d:w<0<煏灂9M疏琴`W+5昩>_単鬗岎i蟟y屷ЩSw誵b毄嶤餩庛6jk垷賯D-岯-M跊腏 Y5=曆*鵤瀺dx釺蛸Z2Y驮 -荼 =i 中"6 菩e坛/*_ge界}B趴塅y惎i*奴樰舎吣弈,()軪.X篇TGt.:浳歲歇觱Xg贬n牤縜菌UJ礤 6杆b=轢求佂i扖F禠"庁l瀴;杧鞮_7`礫$nr靂8<蟝eeyy乊XA 裘,3诵琝eD燤|<^ApYRБn擫+鳶臒0L瘍蚌 ;廆:$页T莝傧q岚L{RqjA(警?n瑤轂苶f潁+搘罴02* h担>迕蓼噷于Nも簹*HH -濤咪壠!稂a=*聧~铺~攮"<6蟰张秏]a^挅hJ(刷%竖3M批3鰆狪炷抌穳+3w0柇蒔;C&K坏+6c/{衛羳C -渂輰l V`A!={(唉;`(癲H錆s%9)6A<<鬓蒿|缁u魇頎[毹U2鞠鄦怫∏般g4:J&;&;PcDp詃i狣菚(PJ(㖞3/昇0㧟xqlE0峃阻thX蠶恜<6,8览瘘啤桍`14咰Hc(Z(追b(jXp尔F!"{庸禁PP)S噅嶪兹L砼趨W3Me=駭<炾2f豃cE[Xa鮬?潅叮妇b丁-郵w魯犿 翪t嫻藎6g鰀収eD3!5暧 -%鶷 -记鼕2=岳Q`鼖 -璎t2寋捶R┫潜覬皉z+0魸oNL )z=錍罂e&?c雎晢+除賩>徸泷<漾札F`丶Y碾 7睼'姞!:jA e0,545蒿PC顄蝪5√:譻5ZRC揱OFk蒵镻ǘGP U(9>5w7&灢硥2OMf3稾)9b憣B枙喡*隓7uH=)愬B@'W梑旿:[eW玨U柀JU -y齸<\]湳G爁]瓞摜砖$m+R8噣耩又mjSHr麹衞0*y嘞e诠妊峻樥&b諬仂x(A譠Yh:亃Tv穁馘鑣疯"擤%I` (9頖<层6浱鋼'矺交緯;:觯蟒晥#巪9嫺E逕溣廤X5:偬V姈瓾jfD?杆-7&r>猻搗咬眞楈壛ク縗.譌5O)r8sKQ,yky刃鱕磃8*=粳L毊##⺋?V#G氷鑑+胮&顺;L&薖=湧璏八Q!|c狜)I爘 P>N搣![1襄=侎 e%008\f倀r -A諆!T*溦嶡V[-扴戂D湣26朅"槲覔Y6左(\齪疟'f忓叹K$潌歺鳟 騏iHH k煨蒲磳Y崺枼6]@h(S5橢桳]瞼.Y謬  E Gí>麳敹T镹蚆胟2-Re妑~T7uA屈翔锄⒕閉粁bP{憨阬C'嬥匦範 !:g7奙 j6 (1&K橮vO夋螋峜穴輓輗碳&悊@炻瞤Q%鹇:醀罅豟X漊誩昣U自喪1*竹nHxuqR6蛂锐嚟{G昩B;㎜棺沐L|芩に溟騯瞲a咎 欬? 苤倫憦;墍<)'妉砫焜9嵓葪/澏0&出p'樊楃葡5{盭2a!/讲騤3 !应柸鹼榞,愽к53;dL 蜫錦隠'Y,喧x霥胮xw\癏q)~oR鄠铌啻鹮'S>緩"*Q'QS&蠂p丒K jl祉]u慱曙 u>鴔珐黠"僮絎>靭澕蔟c9l鋞>`w1Ln>虮F橃:錻53E瀕b;/蛩哙M黓潌"qv噕=樗揨uk5]1p败榼kh0#2猪 唶+冀%p鼽梒x溯戭{勱Poh{愣$母)岚)L慀"w冨1冨鞈忡爍Y -沩偊u蠃@ 7ud骷8艦2馅析,燆 - u8玲氰H帰.W,E孴堟焳&S?櫺嘒F荦&摣1 晝e6?}肼荿AS_}阀杆飢蝼琟4裎?6?锞|{埙浻$SdXS d諟87褎P=N/獡r癝懇8r节裬攚Qv軃炙跮[輝1穽訫$ea啿0C澙盃芏(嵋挏n砥唗5M邸謐Ln{臏垬魻)奵0:奫'錒б&\啛5F 榣I唜m ;=!禈懘萻矱75D鮵q 裐旜K螶o:7Rd,51VN=泎榴B昊菣詋%醻wOfl>_>1c$-pjd曶崀'埆d擨Ff!f郢 p鼝4Bp%卒踟r侔&矉猹xY淠(瑂3鼕2Y幇翫#賹tEG瘲蹏檘壊馍-<衛羕漷笅R9泟鷩"ZI腈!>湴&2q轀SH殀鲌B矕!卆v D箁r乊Yr窦 庑Lq橃樇\xt@阩&H -tX釱L齲姝鏥~包铘菮蝅,7o!閠I褠'N喕m9隔溆髾t+烖藱鏞紇{雊\鯹;G蟆x溔栰鲘z芻恍|髋梃鼇o^O/`欃訙纑愌软6杴 J 棇7棄楥凚権餖釦a:腇uxF寋寤靋󹛴~;繜;哔矽l邼c;g捘}籕}Y郗Jhm萍劧C孶k拏秈擣牻T4衖]璐T雸V殏害聜.k2䦂j6Σ?Vュ<痘MHD簕炣s鬈慊稞緹 "榘(貒絠彔I偌)嶩7苤 J苫樟僂k*-殔d墧衐夎0Y"TU籊錉B戂P蘭蜘LU~V8Vq醌龣∫kXtT'3\赿订#诙探kS輽賉8&2'燥[ 溪蟢蟜+絗Q}9鮯隩黸\羅謚玠T鲥蒅#褏婘 2酊翬蚹鯞Q髽伽"h:桿婡~V6烿糬O8檇t=LdWctv ︵8p#7 贫咆3斌摈b\L$Gc胧蠮lMLnm-[ b箱#"z\Z&z旍7+箓軗腴3槀尰|swWv ︱y懛} p頬F*穃僕携_?{j∥ 鶈P^'QY8蜒Uk飰NMEU支挴掊Z終:〧"1=J鸳S務i猊'側)衲疩t -訃 泏&g糐惷b礖n 箜P┴黰桪箕%吁岬{'P<窻Z(#4翏5~D %v嗀C(闇$c篰*~ 8?SZ\l躡趣銢0 -遶y寲@'U庢'肠i苎霗_奃 \蕯勦1^L劊p<喋%(1憸L"&銈6茒/>L舥+鉓.MLRe壄蒝#椅r6-x雀撊wh1wh潹桸觋餦7钷髫闙+r夙1)V闂C熁龁当7p嚥猲 氕ues諉h颃涳6農q毀v鹟阤魍%鯫讑巀:誎!t苽B?(鋧儛T}f73B伏腍筛0圊橞%Ynx {茑巫犱M<⒘. 醇÷:3C虵▎-6 4!"渚欧欧跱zK留笿qM僖=MB核 w愁|苫^冚谧5V薑<~啜D-侾T}a歜L48f齿6憽 矇蚮cHlJ6啖坱婠r⑻JR蔗韗伔曡H疝荆39w(奵躐鶷#早羛灺ry.t.芴5蝆听賣9{9鱪櫁喪嶒脮Cp=腗纽冤銽阘錚5$8袚 -斶椠}謼忖Q)O'娚驅&p8=溿%+T(o)譍霃-?~){紐吇 -}s氄@0s:))Z鈚RSuD绽'Gсd癢抮L诟5S瓡驨娼 棛纰?.罉0.L 0珳劑&|錣铺qs输 尺d蚠伭 傫嫽侵咒5帠雟梯藹c漠!W屋"礀p瓔摩%睄\d嘥罍 裱P*\德鎴聢W 懂第}趍嬭氮璥Z覵參n廤廳R)鶵 k)芠p[豂雎{{??孿/#0舌0宋r滁廋颖iu:9潥=挐- Vя祃-鬏蜓苎不1B9R0犊惏 ,nIs[%I"矮x↙75i(l"鋅姚M挛!躺v遁冰=椩濳愷轇菜咲畒馶V皢Eo䴖]:$a筍抿iG杤H佲 -q痐L稬252箟濴湉,備欦晠x59<鑔k璮敲.!碜>]=AbCq簭}镢蔾Ш峁(閸罄 I=呁Q牱sP妜o> n>bsn陚n\嗫dピ绑袸%鋞阠.,扡竱⊙X舊 啴_k碐a攅囈3憴臋貦鴟釰;泦* 嘋A研稧)β與JB鍊膦蒫琅;鶼<習d疡蟊w(c=M旧痼p)h炚Z4沠\.w.篗)Y擾 蜻e<杬鵣7,摨}竼煨:睎Z^")秔h >Jg麛'-"苲,岛N壂oe$籸j豶馼綈=bfеWw攡竮_ェ:{銖梍菇X毓>簨齤&37椄e&霄wT7_藋5n駩鎾#觍┮U)E螕簉摵Y;譔7z啎紘7聤']骬~'H趑樬%k遠岑秛竓裦釖鮅広顄|c緌 _东6秏 篝E(K$K$%Q敟$Qn$:朻@蕷/bth禿0襛+ H1X< 購v枰柲夈詇蹛?n骳 羻!隫,* -4鲻閠6偌黝D?顈烑y錢檇`UIac鋪 -閖垘T蟗惟 3tyz+Lu铞緡鯂+隈皸H樒$贐#纊(;B蠄\誆&*t撴噑f)l/歹絽絲X鍜h錣<衬檋玵;u佷传浤 !悞梵陌〃Sc!G切"呅J囗.I(j9憳H8鐰s.臃`3逈齩鑓(:>慰pj:膌..邂jガ樝A'嶢秬`b+)3釖囙踃犯匩檔餥馼篳6?tb﹋n鸮淬P絞Z噧6n,钌Iォ鱶_:裘zm嵌,"?隡岇 癬 Q 0岅伀>F梱濹懺;' 嶡鹣惏~钶N2B6` +O蓸蟫 窩4 }s蠱))的幄'什j沷醰%籎[27物幕鋆矢z旣9 貂焘携𪹫3跬;%~/藯暦哉熠 !~(yD错+O鵔除竒M訌%蓩莓択茋N0觝:p,|B~衣哝毟)凡繌?T賧|R濻傐{錊RNiI&玨LK班課昗]V攁gU堤s秀豀8饫%`洏埅 -傯t#楍"^繿<胓)埮n毣陆鞚釙汴*2:妹M炥窉麾卪. 棧.茂A勾傓]嘝op嵥馾矵匲+P>槫z+y鶃讧qZ铥噓s緷 ;沧﹢#q砩2 -个┣幚儈M兛箘豸@碾o!騟鹚P,K8兮t)p ?#Q3q鑀8塪\ 堵-FB%dJ79紂3 CMTi雇U{驤*H蹅7#亖褆審 剟$m鳎O冡懞萻罇 _禩冸[l1姎 TW2!s!"厃痝Z馄u=翙+賡'=9鐣^ u勼[汆C屽-﨡U欍岣,羅絑婲峈磼^3贆oOz摷{ 噦4譹&1u鐖s?鎩B>>#焂Qz聟る漺-[h渠鯤^Q -賿鑴皯7狥藊.s6sV>kp賌辬`觥8阀价躱矸缳炟搤D姝y荤.灑'揢 -筨诫\#赚徣G謚Ю凜ld0斸 k騐膙3O婳K醙賰虺鯥aA湕O*'K骴掼99虦艞pv孹`厴4Q/5澅1-^P4,掗L+摬伪蠔m+e爜樏熲8軌2X$1)曀貌拻e6J姕晾? 婎4tw﹢塋 dAQ,t 蠭腡 ┘娋咰快骗.躭筶  j讟煲 -夂冚l}BA舳騺騁P綗旊@镬e=N汵(D沝墝 茫]\?b牣3鼘Y甾歴`О蝀╣莩妄餝4K!;a[磚籯煶嘴6k?_5T&悼q姙-n脭 -鸬|G+EJvJu曻┪礨c[~匡譟纞_b躢9酁湬?a1n)4 J1MK埳 - -CLE;0Y倶:憃e)頬却 冝椟/翥+G撽/弲dk孞A_GP茵o讛汪焊WKq庄μ*~娃|唼随?涉鐸H@繛四倓3b)5竡}>'!G=0緌9o P蠘e樴_AaF凎彖4>.|紞偷濜釕愑 w膸4jt琕s=.H坏qc燉L驰>$磴飕0+蜫抽偬O貳qQ:+Z,鉘糧 Rc;Soc饼xd趓 -e革WF(}悧戗M>冩潴-莍 Z睫樾'm蚾31洐t趌6],D ,M焚pIb!]棎鋫-MG3蕜喆:y4[ -Jà莍5j鱩踠L累瀜矰a俨KR甂nDS岶v^妫檰Ia磏8m瞡<噐貕篊$熏靹j╒哟<巶偶鬮矀bK簜Q秧*鐢?)鲾潬賆Y 0 咵吖:&枇覢嵳繳ε麠婋@褪蒙䞍靖Q欬7嵴跠v嗙虒c弌3_{l莢2肚 OHH竸-nRAw儢.$蛂m[D楠R賃礭/侏R "U0b+x菿穄塉t叒V⊕惠Ⅱ惍獖L鸁q( 戟二缣蜋|琨縊歑?榆{礸う1pR啽羀蠙曃; 认1专醱0^4琾茢cㄌ瑴wr曢, fHX8YV=AL梨籑豟OYUX揫*D邙*訽軇炫&昚悛:W蹉U樴g栅穸儌玼X夽頗兵nO鎅=骡珰馞fp+双饀  憄僶&WS2*/!h际q侶k^蛰d_3窀z 4稺U,^5曮.婳e寷酻 8嗌~:緗熙淸^/脱  2魦O0滣楋误*眵怛媦/敩Q伪/&0⒛25.褘&坧""膱xWつ:窄賶L6珓髓:及蘼斂下攭W姅ㄒO驔"RWXA省皫囄29頖l?隉汊鐻|&~-N烹dD笮篂瀬.忩s涫吺骓k褕甋1玩#Faq爢乧( 暸赿2V楌B杞奜毈瑸Q1,* 沸滒玕覶*鶞跨6芑%6敷砦俎栶丷mI踸鼸5诳筙"屩霢U U_{O慔$纺董Gn7匷)62列旎\Ez/魁6 -隝 疘艏M蛖=$嬈蓃墢 Q汈zx篨報7熥豫绥+. (- 襰G蛿&钧眫礮庄}| 啉咡烧+╰*_躬颤綃鸆⑼h婶栾錜寵2穏弤w菽轉拄-砗~跷鬔6趠k%/榭煗厈]F]湱 |/V鲐)蒋NlE燎 mB@?淉Fy讻A桨/簯鍙 -у訁揺Sa$;=馋`甑塘祇y忎庝仙稘朶濌鸯<昗朐墛b;Rj'TN崹9昖朐捌a|fb(獷篽,b梨.鏁紿圚ⅴ9V +睷Uh錽郍魎齽 :0 庆苔醀 -D#財byl KZ臥5箲爸○藸(Ma(Ma(Ma(M齇 谸摣?x 匙牗;鬈剿很y润怖...Q.aW燎feWEIh浥邡Z4N[d歞茪Z&bB* 洚嵍抳Rk&L3恧摙I1F閣.k澪t濓飍鬈s9*経欂鴋T橥樫鐨8梀Z|t珀W倔 抠阖诊钷鎩<1+贃a?V秘菘钶S_]䙡棊威兝螏 咒欷擻.kn`dS責g事倜`3パi艧苧q0訶3仗)g劜-+'骷PFv鷵PK粪!"庇駬纋~8;?筑虇_蠇Q㧏#蹨l18R薺杔{tk笤.(Y燴璅搊7穌W鱼臊!!鶑褍gvE鉅F黽斐糭s}锃泒穡遹諪I&=焈韜ㄙF穡=a/(W " -瑸廠0鯪鐿膉b騹)  - #@V!w詐憀唘TQ.>2﹥(/6诃嘛2!镡5CNu:駠`泚T鉺X~ -虇?=G+$毦 ]妦搿!FP0焁=攌e|  4犧-^ -耍M埀y.赪9<m轰4j郂罨槩EM穭a焢Z"鎴'Y塪戭瀾CF擇─鏜獿/旺$9Ω昸琽豝KK]晼渧8+欗svd拖~2鏽/騿罂(鳮酖臝琶%荎遷.垆n歿萻eU轡X^昒"坏濍t.鯷偸蜖颢狉LP)EAtR亙:埤鎬r2爠+牋礚!1]g櫝鸸螎:积iv鍠]甛+G硎.籖k珲r耢*b毼f温!潈:楕酮騕UiV*U (+z:珉溍Y竡襔o%9v`E4烱=#.麓 @頹緀;氾茸氾z^%鑋歱S+惊覅瘎房L鑥a潃NA稝 熰井鶠澌厍0夌縅絕堪BM喳欐迉^_周逩疓拳鱶Xs_咓孓孓檎|[5_H禤比s7扖# %z\帠稢椡Tn熊糣=镟尠D+)澹篱酾处G民埼腓糟u(}獃.依,8h砋rALソ叢]鸯WE鳋崼2{{>櫖-!慸眘霹騏籁 -塾*[鞋d璗>.#]椰)塾n瓬璛鮎禿k%薻-鐫gj絯X+縷L瞖L柷Zk1磧謗皷兊植k紪3暎蝿[揌嗡螮!渉咍PL魖3K脇q 跏跰Nk觬$hz)X滺礐8~@煞唞埕搂鏳麣u}繆l5恲 -嫸粪氨蒠棛檀Y秇y_Gp序n禼擒5匛s偌k畾fsx钴QwU5uQ]V铼嗂偰溁5W者訶硥V≠v珌弽@3#飵 籡 -;49 齹牂|里&墺ci[緁aE侠9杋溈 翖^弢a6蝣+7G32H雋6迶l儅 +鄌@s,损銩4k=燌呩鑄养FpA駋W} 溹@j術=@郠 "躐k0c endstream endobj 93 0 obj <> endobj 96 0 obj <>stream -H壃VyP曌漿匡=E ⒏?|(n F 媹f4**(u瘔ī6鈻V阋4f -謁笛&概ju\裫旇dby_锪&據辙3鳑{;鬈滁9痟惭o@#63?u慁3u[ x呮N委踸7摟蜕絳鄺屬暃潙uuL )櫌ryP菬椔Opn~鸯=镢源W33jj額 L夆>'?cvS6疸(热袭蘋仿Wg诊癯磒zv=T烕莙!$鱤浉遬/'4 槹廖"7e篏z3_纹餋祭?"纒迣躇项ZZ 冖躛 B{8剅a鑸N鑼ptAWD黈餮.;佯[3噚fk綒堵号Y舮邥b=3闅b菰 Rp莠!XL?蹽巂>W壱c`堐oJ鷃傍学覭N F*}潅灰鍇+I翨 羛l燨1qxe狌 qA虬澐?怷zy$[70┲^襞籜'緦f78K皭5鍲JI潘(蚌b<蜬殞砕c -k 嘝%K濞aZ閳$L圾K.>@磞沽n雱u8) 瑠翮j祃% >}H7縏咧゜稒舷齓*1* Fy'UK|蛕竄gj -(葑XbT碴獭灈 eW邃x萮L(i乷學饦?k栃旰lW煪"2定僗媿葨拊. 籕兎e縱忸u溍#茳彾FDc T3m/2B鹐剈Ru2雘\5宁+2L" w鯆襅.纬虻舲Ⅵ厣f=舿 i芃<Ⅵo矵/掞T觅躍箛猾1k*w鮁9懤*馍鑷8-黹 +X嚪p@ DoUo(K2n!|踝琌%#弙8瑊-0褕朓拞䲣尪V>5咂Zk嵎謿c臀8#C$GX榕2硜珰溁槆W,吮訒叄+"=垿jsj~h2洤m1沋粸Q紞o5扞_|咃夣虨p鍻礖f洣脐C垪(d c@񍷹(+極[貱梧夬蓌芿fNs鎦&喵浓侠6V荅矒'Y褖~_塚E|蟏g薠g廟盖蔭y -椌捓鑕鈡w.髤(な鲣=杳N櫊+q领槪[x/澵疱繑>Qw 尝U>$拓 }壀戩忑5j褬v"@#5愐冻枼歔賫;3c9妟_a';冮YgO0jdl蘇鮹監t锶^={t训Kx鏝:剢;9诘m雍U佂4_c逨 }x賛Α <褭旑M0B澤蒥躿g2;H痯(椐<巘涖变贴glg鞆溾玷噡]塏G砰煠悯鏧GE礸=猿.醅q 幠儡G叅;+抐鏂$'P飜g|秝梡祓鲠覈珚嫖尹%,x登苢旕欃唤谨逎}o埯鹳弊库s苘歧s;弐gr鍇vUr輶V(J睳? Ha鼿睳+b)U戻 -X?8勱攥>3遦g具|笸, e: 廛0)=*鱠魣蹸g3壧皎>0樛裟D1棕犮魣\詰墉{ネat6蘟凷44%L7,h  妅T>懻欋莽栏=z璜嬦蟈x?=縘c碙鴶@YM;/枳驰"ス|I⒎狌滦木孎五:>C -4誇|' N 篯顤谴X毃Γ#撯L4劉A;枙E=搒=耖2櫆崹BdЕ盿汍m;眈nv\铐潛[:砱氂^邞-d1潙|BF業V啒:(9賮磻0'嚵K9ホ嶏戬[,h2@.齷xS&鴈D4O禦 ㈣貂4EliXS樸搊klx O4l噑滿(2TTF?;樰T屚 礗砷5 5迩╂霤蜄{A哃3郡蕌甪腌鍍佁XC}rC遷T -塵弑軉綾K焚,#=cL-$鍓-c蔰]%?諰闝闷AV,絷|岜 歴堚閐儂櫷gn浻;暆鼛楣4&l!}菃4捅C H觶e+h闷,鸩6窓Z黹L後雡z铳1;![ 隇栺吜i_8:敐玑k髀膘 $]栉MW.;/ R%@9侺!湬娡5S`#F{(胔 2迶罜7z鶻v汒"遫q8豌V鱇隇#k3N 6="k紾樂馎d嘋 V]玗忬K]](}~绒=%喔搪妀E"敛W$詫巧$9cEU=BQ+嶺迀!現1秺M仉B秔琝(O勲6?蟄1惴諦3撕!僸 状"U ぅ叁GZU8k齘 -铢砸螈徽@y;野麿:3|:珕$岛禪/戣K$鷴q O(痄佬祠椧賧Z_銗-貨-感&xB沕;>=q V墑鮶xa凩X岵8梾-  G帽0鴾瞏啳W耉"BE妓 -D鬞膘-z -SR岿|M \fZ鞯贩4CA+OyY脖瑥-望邝17撘尺yⅧ僄D錊薿掘芑{襨颴5%拡杫;v7G闥蝥Т裂|夏KaWx岘鹸t証!,O瘇馋Q裱=B%!匞`UC枸o#~!縱K鷴m蹻餉)贬 駅葖 祝6$D鮴9d錶.V笼蝋*锺 x墙?2{#a舷 B -嫄|W?繗; 錙.梀鸩傮 -ぁ bm)踆氎圹|5冓y9刿_第^齾肣^″:鲩O緸iH$v鯙%w焞呹Es稝D邇堚鑟j騍r僡j]W鈖:Yc⺧凉 躺徜.茯7咊 X毩~帵嬘菔L鯗菉]皍栐豺Vb斤莣8b|c└_瘲懝鼉麯襧~%瓯嘣;农!悎;i鷯| 3O寥lc假文})觱褩LI y_覠@朑yQlCV+3乣3踃,嘂Z榿?泷肷眵/吤'譶嗄S毳 緣w_>5u战`:wq~恙_蒔捧0啜狑*7S&晄彗/=x'鄉導猡屆劲狻L 褃袔 圕"y諓鱌q庅譲怅/嚃紈K鮔Tf惱渶闭q_AN経3冔Q_G阧a饄C8m鬡釰Z*# 0W K<看闗6Eⅴ.Nア%E醀鵈)_'7嗦m葀礌蛸(dH旇懝阙7=揢'.忼I{狯/烓谮籯k7>熿V -衩矘<觰豉锖q阗京朵鮫黺韜蒥┹=+g.~ xf爚蝂?$<狀霭仡8v尌蘍+3!龆晀Zq4鎴[*x0悀'TIeIP+1抶砛阽-朹`2 ,Q_U轅U罨苣 繙p-" U鄀5猺5庒⒄/JXJyf.A蚞HKp,A楎%8玥e - 牲楇j弇饩泖;踳9w;?螏韹;9衽v /R蹓Ih6(檋P\T* 芈cc@K揃毡4 e儵钀6: 碷;⒗禫Z講肽磆袸]渳鐒≠蝻q;Y唢珲+:m6俵 熷A 蕍1躠焷皚抑 窉鶙*硍*吱浈*y㎎^獟棯E窶-z軙{娃G栖叝R'@XnR%触4堚8k'g+飘亡T4P閎"p鲒┛5⑥K蔷W.従谯>週.{M>旱|<nq=G呹傘魨骲(鎛i劘簐 鸲顊魔A,xH@E,胧剈螞0"a%L3]0tN]僯ば*&翵skP]C舮╕2S孓絋 敺匋投次悂 '肯S)"&nd粅軿2矿璀M7奉鷃跥鑠鶈9Og2:#紈妍漤巅;#鐙w玄籗斔M巳穉T倽,T3N%PC癜娸瀻uxo覨鸢3~ ?庀4Jh4Z -晙蹍\碨q蓲_慟偅Ty&鈽F舚湈kt<-a$a嵵鈚 A$p;%棸h椀$衯蠨5Q j囆\蘑 埾q.(#z氁PΘ鸥c潮8i紀6郮c膶⒈ 畖8k磨申P髟D t'忈蹜彌蔏m[韓2 s,JWM"韒mA -O 麼e,=竌q>湘!'倄 M腨 $5"共!1」 襢初斻m慙xc拱呰/^twQZm熩㖞Lf枞茮铮u歮a煸u鲹/鬙辎]梣嵡腙錤>c:や=鏫\Sd2333sU!W概枱 飶8i噂縯9涂2轰鶓=虺佱鹁葮龒.k鬐1C黀x貃Id[蓳P║磦繾|EX芲<俢6鷀huVBRh硜 従"歬$E椚E9氹烄綶 -煫& #栴暫颴数鱅(砟Elt閵ur勧珜顃. 继伭tr瑷聽 B - -w扚 -C氥!琲.%,.S!+擋<蝴9}W忥鵳h秉嫳[蛄}毡,(:r馚c涽k劾涎Ⅰ栓餄鯠稇d0癵$ Y躚 韥耴d纃0砂捋\瘡謲:諯`sD:*快e貥B┆3蓤6嚸斢搸圝Tvg嫋眻軺_8o㏄i+$矨q1e`6)5鴏()鶄演郈謓bu僣鵙 -8)湍!廤蛞Lm.橨跇韍F麬颠$t:J慉 翋鬎萡5S鳙:e恻僎毃腉4捾:垫8攒泖伓1 朗褣暛瞄\囪捇谝絷x䦛綜o(< -{脥埝椟u雤炭瘤濥Δ薰<齲uㄊ>焮 N2 邱濙Q`葕檑L埋請*v$l篜=鶿t_b燓B輘)N涐I&Ex媬哆酵-q仰k833芌mQ]15R7渞3帳N1/抱葑鬧u!H靣s占鸗>覆;晙5>@昛震歒E8侫昭l邙f誆IXⅴvTj&匣猵S厂逗M 2:佥踟厯#轷.婰娼<笓&馥姬 翉鲁"懢)倕sc)FtFRO&琟スtJ堛N媻業翈K:%气N蔣gq ZM蹙cpz%p,遞J$ 鋅叐鳯u<玾'O劫喻娆o窝杳Ks仵tG~3}涵]^i斋=SO瘮t里CYC褎wI噐 8冩眘i]赏奲7s鑹婽R廧跿 =!#巜g莨舎1繅傘(錙蒲[U泓X頻?旂d睓@&囑贋蹻>悚刓N臷&揗嬂M蕞51EV誸L1周<A吜1胚c姰jb j6+-壮(浌朇橺1鐑 钟嫒S9災矱ZG廃褃de,帑K沟判i傧2N&T,燘Z腝L泠鐸堝争聸t牔+īg <:G3fI磸ZB{0繖M ;笪<媴$ @镍-跜瑄|滖d蜡P+}}瞯qsn+賅17竊門O: nK^Z塙鑻 挅静鼝m嵩欙何匀﹐瞉畋M]w?鏫?讹貂阙鱝逩&v 眽CJ珹姸聮u鍛1燩$趻帋m行v诼"骇4ピt軹M褗:碏咋t釉塱Z&兀壋弑CE%使>䦂西>縧頉:m蹘网頕N貞爲豐耂;1评劶{E躝MR轴捸梶*I诨鷬]?AW愛V媥崼阙3hB澬Φ焜轧嚮畊憯 -"B揱粂詣l_殉B讏i屎&歠甗K&!覬uS鋟璥B+疌毆冾-QU礽蓤%.j*撀2*&i[S嬓.E惐紇袍苓8律]鯇P摑▼&/腱J9.D咤官%VwU馛/鲘奴铬(礑eS'淨鐅ヮpl>^wH#l"霥蝢)Xj簈鈲Aq昋趘8缊Z蓑R耧U[8憱+揠f摉譃吓謼Z{鈰7輥瓡Z{绊-仐赦?0_潔綱坠※莡u棿秖3= 黹h秈h@MS牴丟.垻c聟@塣抒䲣牚紶j柚X覶tHl搕k^ -AUo\fYM A0痠k嗼k妷B|cM2X蛛ED姳S 囗84`aK胆H -F -Q m#昋*&夿觏韎+ 瘊d e 住鉾k襮&劄C3 *瑑i-+;~5諊嵜鷄8氫'鮅"篽\核群93湑=Bu獒 \螖胋羺羵0牉惟,5 =S+Qz嵊ke顴l0軏狵7楋鳫/_]厚2|卓\J綅鏇A孋P鑎( 墕 蝷5CG(>傔夭0鲲镉k┽m汅壍顛 瘨 漬Pl躏3鍅l酖_zz滪uS$6$▄8掵珏幗罗鹕s鈂鈃鵠uN!qoR"q$Kj承n幋+$篋犻暐e祴 -覧溌'却g=釤 -!g黲哼酏N浢sqyY徬矪扅R v'v玂呵齝1m娍郡)7YnK0X@L鯄\"u`[胸 `慚e3r^镎壩)憟须)2徯瀇?鰜竔抉娐@凅>C[|N -稏帳};潗2耩褑sRlea'y`mP 8"f#嬨衾o黻j_ -蒯"K铌噎2'朒\,廡楟q!T\荇.P蛄甍@ 9?凐瑓泙y寄袥!!9BB 艂@覍T麾詴 祇_>吇^圪p篝灳m忣:遛畀ńS>樍溍/lK悼諲燍猹2N细斝;r潌陾!緦t▇IдW闛悌鴐槎槭*聗*吣烘1峳K蓧(И灠鹗 -6捋;麀寜=棁塆醧 -@~罯;萅繋I{竈鈺F底Y J襳^4w罬[)H朙Y9.%$獗"FX蘦S隦2廝稐1涋躮倡娝塟0鬤4!虅(d:(},n潰悀躎湮F栲#_'籯擫鄱0胻7懽89箈?9 z俰榪 'h6黡箇<*煂27虧赙M瘓苋#彨=縂W仆c諹鬻謑灊廄Q0~'qGv鏨朁閎龑z贪)楄QC3@沞F,藎趜"湿唕丶n20gMf帜UM+m鐢*~,YzMm0垽縞 X陵FV葤靮R!鍢可啨艾欉?@s:w咤:) P塮鞍8_h(7頯垈;J左=4烥F+丸 - :7烹]勗沎#r訬熘H6彌eX淴[g忾<挄HWhe]F-`K蝊rXI崌q#D+鹋憐U 磫嶬貹 u蟹Ts碸叉c矾O>搠|Yk沰 枮删趹彨傀乍N<6U+ 芌孧鰬榕_v;磸頪烘2 iK腑\姺o蛯'坿甲翊莥蒳!蕸河訸=檊3蟜蟰V朝u咾MA,G_LI耢J牉!]K)湭偦頞!Y悏|6歲x6蛃<痳*闱2榆+ 飍2<绮軈晫U堹v~ 获V$]臖9(蔾蔦爏 夕X侣⿻笵w椢/g铛 -潪 7僻怲獙Pm脬S逯|>@5鲺韞Y餍恫蝡 O霯谫=渚?9昙傷@晳AJ#競萫z@嵾h勎C汪∽ -u臇K5轀#呂b禽 夰-椦d鱴T+鲲>X镇钖鰯-趘霛忝G;礼v6q瀜鼄蟱;堖8v=;;蔷8塩c_ m骮?h8C寲m4臉C:`#j禶*鑊M漈3峂b隩兜Ua4癷派蕹aオe=w魇栠鐈鞠缁i膝摣ozA1迪眚Z塊*渳鲏派Pj^嗨Oo隰莩w\aGT±貅w巘開冯'隣轉杶|=獽Iw[Hw鵎 Hvuu喬#{?☉柣;I@,{忎=(潺≯.=呛⒗O!F錁錃F(" b#駰e吒餇忲cS繙 -鐲轁㏕ 坾H 蜹 - 崿犬 P漷K3 匈0膓;l6 4允X漫蝥嵚戮d絆67^*dfx鲂>CH航odn觲>76賾4e驭Q!糦9放6!毫侍鶯Y軯((僒M-.鯛zB漈纖3飪O繺唝J菟O3蜪&啾█H4ユ缾Qz 孉 7*E栫M]. 蹹NC 硶j鞛V)@Yl鋝扆O:=i峍h`頇耭檘蟡庻嘓pI%關敤q$ 級鏛Q,扻4瞝T墤E1羈6(y5b悛)1匼c罛(菧鳆蓉μ&庡UAp亊|態F抁"1毣:峑粣楺k詂SO~腯怛 譣b8饳1mZS{n,G殤労;榨曆 w*E6s7+_几S侑沊 o6跖槦穠惱餁喎㏕玚尃婎R壧 y索m+閒谾Vw典﹡葜諴逪柦-w9尮僬戀少棩58晢?粑唆棬C僞'NF醍d%CX-&/漎d$*鈶煭?IQw$ - Ml)歙?O 甝小え喅睋逎$暁勲.侌S嶡)+譁OJ  %苼/糆帅槗醝5y2跸0叴詂辭吘~&翴t 藃BNv僴槨9g8嶨S缾 -l鱷Z唭q魟膑X嘋v`阀%aRNx抋&A))` %)jdF)ld$(d毅闋-\'¨鞛仍(蜜}x%暼歋0矀嶕[鞿鹔鹍;蔺Hq糙靅铳嗉糟zU陪bbo5&鱈鍠㱮">籥米钽毜騐#h胂旼%2湔餉蜦隹鑚洢蠺v掻,q:,30測|鱿睚菝uvq!Ddg鰨+秊|獆gf+笌髌.:gk浾5x~>敜`[l 滺豁"# 稣筄 1 覡@-諟F剅2Za犽{睬矄.赺_枬瘟缳由髤嬌&䴓紴鼼捪矁煲顶翽酫08=п4gQY斧x旫Q蚯i伺o秓(  餞鴁涯禇嬠髥%宕;┘+o 錫F鍒8褁B'攤zN浆hu竞\}N齺z\齾鷞鯁zK5彧P;窇{殻). s;箺搞躨頼頞o孳(gp9妒8鵉逖T~ 9*5%辝>o们|銂d猔ua娫娰栶%R塕侼 ( m扥ⅳH%~溈掠~r徣\見粖擵躊8∮籬9Z歴Cw魻'胔!﹌1橳'1efC3恻轚觷u帹T闼oUg7*d|蚑尲3E蔀嫥萻0 欤M预1粇h5P2噡恰BK 5彖W炝ìieΨ#dB贔,]@29古坳?飬罰煛 P囌 MAr瑗骬-脑A>g攫$j諴磈T=蒆8 嚖訃>8uF!y棎+嵚萧F齰ふ豛ās/柗訿V孝1W塁F9]V8o鋝9庨9^鴪z錑 s毣Hs哚鲵8=n鲘K虘皯X妀e l誗'紤ZBMD聢璳"hC覤Axa趋7溳绑澼;r莻)=F觩^JwG|wVx艨;7咬F:軘T.&3庍{畿鶔筹;熛宽硙Nr物谿hh鴳悏獽K莌~L@)(触@'F譓T)揓2J訑JL0澞Xh姦)碦Mj{;娠s麈~炵<哏3{=嘶O蔹驢7頦姗峆泞腯c=臱4示#纰籽-鬢挬罚,檻稚[仫;鮏。)駭4K^愇.D鏐W.yD俽6U墰#Ut6$罝菂\'e兄;慡E8瓉2禙恥O]<悮lE嫝駠!餇>ロ刮_63瞿貒cK莦X陫璹\觭驹篣_}睲R6e桤kK欲~w赧 愿折軘YX掃z7%腃VP`藽凲裍O籛Ji\髚强Kb怩'蓮伤銾旰愫邕鮷

綇秖偗9Iw>韲+唫匲淞M趹KOu纡渡舺犍B耵蜯&b棹2阺 〡'7釨_纹_e滢Hh;蟸>椏击X}}[せ铻餻癕砳筍b%s=;勾岝+幋_ ╪&&曇3{#${蓀w晫DR/!廮/屰瘲f)涐$尐攒q斻𰕸潥 2稿ㄆ $汏A5w[緈x gT鸵腓F莪)咲S24茌(贖g x,|Y隚|寇O*蘉駛,惵,UgH G:鈛Y'uCI╕鼀2靎峊Z蟗撂g浅?蚏#賘柼筶*)鄓荹X诺u񶛅淙偣冉媕/皢甶b蓯]]P -燴荤8W鈌Y:孍5糚外棲颂&P*偙碗 $嗉m僺 -k羕[+c=觠fe奠赸傸%隀iW蠸咕幰?]=9鲣辸\0痿撅齚7蟃Vt彫n蓞穙Q簐点|p踔s-炌o隝球d辺迳讛枛u咟騹15隘2了ロ晨铠虙耊w]r眒蛫W葖2偘uB舷 候&+媧2蒞$SWG{mD勅!"di鱥鏓'D摑充鐔+拰蓱h剭蓭h)&+充g品)槣岶Q轏貥垻8潕z惶"6#墕菠,忞⒀W崶痍陠汢 ,,j朒 萵\" -媁DR憟G1鳐<掦g颏枱罏(檨 4-渄趌薮嗳枌摔掓|;I%/%獻 -o蛅t毽vL _蕓攎V鬱 7lI淵悺P*紹mz倰甼怇拌*JXK?s浡 UL`蕣Wv2差D顮:KP(;q*R更∈洮 -)雑纺:宑>(呿P鮘嬖F3<? 8剥G門啐Dk理V儵UY^旃熻 羹Kx蛊秏]q湕%+歾嫟$R-晵覬V\1Ф虬鉳i8饸.`K8I. :;h谞c韾痷{|З籛\踑@ M觤@`搛唍Vv.%莥 榒餦]娮嘟9繐件湙i緑糕4 g*v今\_dS<M CHs縙ve)騹:骻+慢8繦LB $劙&>C 衼1茨/堰x跕恭|N@偱 oB7輧2n鈌族鮞熸c}鵋貍迕t30椩藇垩*欇遒0# 煵訯曊詝陮::Jj: 鯁*(# 恱噜n徾骚ulde筣侜楉Lbou敒廂4[踜Ycc/4潧T垢?bOX洲f遤|誥l:紵M0钴顋躖D豥镑鲎-鰏cb6慛j)遯唧)喵?饾舋蒓c鐌饀r撊,鎴;:%緯瞵R骫rWw -vd\dD埃 囉*苏+W痎開垵K竨1"1H盵1&姃PU?B,\5廮<X u檧匲僁謧殹楹7储畇,忻<5ex恅%!肸丕* 傹,rukL戱1 寈^佾3Z眯CA惜鑖'籕7繨p=&婧<3徫濛#緻~# -%F雹)吉j樠簌.*-u-t-v蓁rtEK菘B揵Fp0T爦坫K獽++惬%+#?P鴪摃暼傒肮 葅3臜a湈茩@o勚)D鹺飿竕 -H玍{4fRAAp:;B-{邗俿只 毙廽c/w煕JR煽S胲訲趡K徢 W&=6u狔涽"iP[迍p逴l遚Y衈厭ヵ聃瑗枵(gEВl鬡*/歱舜o櫁太&g櫽&k辀pU拯婧 廕杭瘇N卧g u椗:W5尜/庭hA+磝墚f6誚租xJ\5?L柹轀A侢5互2J鈯桡咁l"粊/狧p*bLE^_IxTEqj琀瑻鑁瀱硊 K覓.w谣鎥蜐1蓴藟h -w烙柋痲A -^肹鯶峩"繐唛q麱vО欲灌=裂c{I{gH癬樋蟑9(瞯勔 教?锲5瑶幣謜芫O谙Aみ.2脲毮=饛僾bL{{蔍饑/帉滾嵕6q3>飴KrA)妐A蒥C熎Y !4?I懧9| 籔)o┄(鋿T&釺r(圊鐞戍U葬 獿鐦v)騾|2&$ 潹mE[ /?!Lz'蒁tJ橏N摡靜5悉s7'#游)瀻鹎=!坒'6砽,呌t衄U8Pz瀁<鶉o<梟]}lk/6姦汅少L尰鼭涍{7Q珏QahM? J齦R 󊏡鄧蠵栃sVT*拱8櫪.󯡌庍{鰸咤铛鵿鐭w鲚賻恧队K 粳[2殼@Cau?V迭H:@碷 磥]7瓍瓸1璲%詰6洂Hキ勗H !@ -BZ洷裩?掟紈n)夢>飇?鼹}飝燂髖up槏TL`}K樴_皁櫗蹃4沪訞X倹浰p漝B獃%ff脌M琒,┩阻j桐嵲苉䴕月抳舍Q晈~師>^側馦干旅4,Q蠊橷频营N襛-窱㈥褐<譠说v熾噋,z7拹&醪U3蠒箝|!+P^儲旇*爭T瓳Q柦"妨r沵4摫Im2?匍<O?m&诉挓1先?垵瘴绗W 艵電麷Kz0(坢薃*k锵衛簄Y扽|!_p 蠭]R珱杘乖劸S[籩羯 ;粄G?肺措yg相螘W禼漊鼾呠c<湬陨[G屇+囯熅 苲劉|_PD'腻:'筘K)d業陃古|`1该存},b:Y眖濁N昳.杜4E=5\dQTQU蕏Y譢TUiUMK/捰6C茛u冣鈸とPEVK嚹&z恧黨缯S侚劳毋GEU嚊c4俭f刚蓝]浱钢%艦3懈(瘩缫衯鱨y -媼x粱I斔鋚苊AUF-*邥[飵Y鹦岶U挋扏. 4燠8甫g(jO'娧 -饡緯繞9蔠}邕~n鏑崓邢*F銐悲帗q@A0蛯(C挲墩鷐圦7}样,W嶁e.鶼Y懐绠勥酅鏙}x]w?鉟*燝 F縲跔撾.赏畘0r -v*Qh鑪寶l!趩"窑bd嬮[KJ(dO!遚C6╀僞8>X\/gP9trt愀芿,6簙穿:锌飈Э壨砂つ|譜疂茏k%闩_ot杼H夒F#SSJ誐涽鱹r诅/錎$梍紺燅/Sq陣庰,,O 荢馳t忏梕_8嵷 W吻l#p磑 N氠$螓)懷)E旇!Y8瘀#銱a缚U"s戼/Ou`q慑A! 員cy≠谅[ j呑FMt鳘灠魟M袙^4;b禲;/痋艿m曯.en讇q}d幗y堨当亨蜸z⺷蕚战 -7k蔻埒$_夥瘙:b闎j6g嘟 m8\粷%嵢P澚_h5犡3)Zz45K7L揳橮|O(脌繰l︰5> 南涑験瞒,A{枲=KH%|究"慐KS,fi柪~" 8遤q菊鈡髂N椉痑f珔:q9 橹k]逼-趻(姈D"430毙鶄7櫕CT鎰y'耐龇効+窿霍H䱷汍廐Yt⺌猼櫩9A@儧栓呫$蝙V給E}];酏甤`屮苚j鳫1t4RLZ閹>骆酥颍#[𽴄z夽7w"塧丛F冗冭敁恏奆%!US莃#赨鼍蠬o镅绕)輓(檬( A=郬憵岄蔫瑐:2机]g縃2蒚j搱eQ膱 )Q~g@!0Q*v0崜獦蘑艪eS楛7>TqD魤M醈淅#n 薁M 銫#de3痘陇Y5幢龈鰭vS骳 麪永緳5雀崶 然屮Rs)惰謘I癟W=宝,舘瀈帜躈9F酔勭级 ^揬贉‵珣乓8渏 依俟9-譣%?訙谸w鯋AD閫@#W鬬滩恅稸蕺g.鬉%雦馠OWuw鲺&E岣檋隋聤栛或T9禢/泄籲j Y^]`!螡鬵.KTu/;%佴|敓S8S貒齺奬Q*jCn( uXV喺iT7礇'Pɑ到鶺馻楱虼鷶v(蟮.7+庍=鲐s=泷1愕飈黌gl蠚x交帗潗琁 MK殥傆TR爈>﹣m(T幞*きJ"*蜿fC%"D趡ㄨ═昑(Pm敘$ 慧3$M4鬈;c_吞凉裏诪鞭轌顴>琝D鏑缑G.W夿H 熲忷睳m]msM臉╦4C!%藽`焬蔠%k棎▓D箻寵餯O/: ?89wsT1璊ッM峴3咲$p6, >*RL7E-U@g镈U璜姀焁善T寗h啬2/浤碕29\*>獢姪dH*敔p蚭2T4`めE尺婲J75'i x'螂%揊i簧鯓9z擠O*2繋沪C|X\闋鑸隓*暾4汆8+廆烷 -嚒僯9C烱<~绐骱=羛薔W$喔嗘$簪缵(齋@鏳溆=廥烁瀁3秧礢Jl籟L "滟囲漏胉R旈k"勓DPM聣Ks*=x=O氩)旈t筿iい/溜 嫱莼B侏嵾蒮v=h噏贾存覩^烕 -蠖)鑇鐭瞒&柿B侁赡 篆6Jy>粜滎抧C}.愞";ヌ硿}J嫧/fq=8x糆請茓7騖$~勔5$晹/ .<.p獑7唺%忬y弦蔯鵩Np忧瀔4I瓓鞮3;岈%*n篓g 瀘秵ysF罏:I屮"|崁zmN遟瓷眦霁63O[桧'Zd5yJ拮庈 mU],坥:弬扊G逺軾=X齭誛*蜚8.鄊x鲲f裤8]葻革珈cF窍橚键&5苮薗sc2枡l-菧q浄|-皇32肁醃Oo錽倿 -诏礗7r囱哾p垦1皽癿 380矡厅gQ<枹6鈙蟻泛譞鱄O嶯NZS茧摉$a暟 d糙嬟@/蔣/攁H樎ⅷ;;'遄犯鹹wd8褐+Y哈VG摔B憜6飞簫鏾7BA;靚㘚賋+]p粨熔"!k"[演-侪馎~<>`! 7翪tq,懠Z%6J%痶tx橏R,鄊塪r,#鼾l}=m蟏X15h [ml4緸镜墩貧精;=潂3 h#h蔫"l l憺欺:僘櫷$;"H.孽+~烨>臟宬嬨表帯k啞K尌牪as夒 =$垪l攚回7ZOf妩囐%哶0Pxs齌齦澲菁f贎藂;N鈆湦縗6K嵰-濎窅O嚅趿堶趕s萦`輠o籪%*砪吵.nv::琘=K"楔ws舫淓 暈.徊涴y蔎甎鬸$湠Q涂礿E >p ./牵抵體智锖e薓朼 施鬇矵廅t5-Y*?^Z█擆/{enb䲟鳅o琹}裏Y 3嬿+浇V^%嫕皧h倊@/S沕xs5峀螝n<隠栝F嫭!w褔関1菟.計,4A;*v 潬咖⒗叻Kbm褜氷閙闊)&>)M4蓋%$⑴B ;萩(嘄R\.="虷~墕h'$1X]黥v音qぢ簭FCcA1狥$媫燀b?a縛G4Hト6B 墥&L;aq!UQ鳞鄲牶WX慶4TiXs齻d厓荄1t胑誃^A◢"魖 - 騗婴p坢穷綈@烏6'7i瓭髪峴畿2Q櫧Y裥泃T幊g圃Q猾聪(砏鑢遃u盱6OEē0甹俍B渜穡o{Q霎:墠]q⊿;^w鏡N*'+r萓e纪珃p讻樎EyLr譠螷R欣4g^I巶櫛暗笨h/%[BW~!{抗狙棧眣饧鰭諚犽sk锢J鷵#黜A葒.;HF9h ~辻7//昲`'"毆%鷮,/s籘z亦耱虪綬皓緞dHY,:褏D(蘉>蘂搞[衍进H鬑rF熱飳0~﹟佴9d6韆{膙闏蹑!18凛士矃 v`袑'禮睚欋i狐琚e麧 ='挴帐誏mg甙?觿Ke籮c浐勿{锕径c'緑綢傢8N俏5IH瓢 N2" ~ (I喆 苆酚员翏*1ah2p&厰H[縹 磵R&讦墊璗ヅ賡#硐糭=缂=_>函物e酨A8蜃吢R礪7厸:氣=M?卝0W 7祎蓥x[埣奧魖-%J.Yl嵖賘4錢╖娗洑辕珕瓅S担:U-VK泟M鲵K液楈ポ餃瀵査幽m4擡~X7#柒q秴刚PF麩?掠ㄍ=苝vpr勓  -'0石j獼Q騏V壨\U艜扻X鄴"j暙y僗e颡臙补榑q>+叹vqd瘰畝铀8踻>F盒銁孑┅虝7剘韁嫖?}A鴐嫖 嚡m;磑痿z彛推`wf遞W┋EpW趋 謽嶾它~z*箢虒発jZ豷m_:髼 2w'&勞 凘鶹Ctd踦槌柌\S0蛄0,+|+(g螜窘g揸c釡%_,论,+F)C隠B┰読$鲬& o匙鵠K璸$65懮~虫c鑫铅,2緥浄玂殓g4米数嶓曁轑' (翦間 -鳗r汸.B/ ->(u*:Iver蚲z>!m\#詤鳿衇lv杬纚羬裌 鑋6/闷c8N叼韋﨔籕伢薛<8Q^hzF_承阠 繚tB8(GY)鸅J浘'G蚮K8莍#籦繗麌即y舮艿讉h8X,罩鯏)稶黬=鱱犀w蚪U5Q赲Gu镒m澌S m1扞$/喗D枱"<绠,薚A喘豢k3潡9酏]/隭哳`丘褍墌5瓠z閺>`枧I鵗鄄圝〝唈)LM饓P3妻J韴k u襐贔坶E辎n贏=訩}忍.贛{}凍 }揯3覊{$籲蟂 玈扢鱷軒"(堜譬@1丧 鹡瞬肶塢嘽EV$梌\f=钱 n篠屇釼蓧 ?'錦雼疴勓冣V}Kg禫G旨y凸=鈳WA1`2b8iX$~I` H _逇%鈭桰 -J>v呠@`4$;l扴嘾AV, 湕$I9uO騂h鋅笞┘@[WJL|予咥袏蕏 ikB似瑺諈x2 J$ 湎忠龒晔 畒檬疽羝炿巪5W4僧 0麑拃+Z吧鑸]裺騎R4ɡ`/膣EFN^oA o -篟Ⅵ 剡锨6威麮 -谿斔銣姎Bo慢Mv傟P;夣靎椮+T戚頹y賬頹䏝5灻辠Ц藂6J缽#氷鎏 c=睬赫f镊XS -誝鼭<倣鉬忇呑,;F!蓴n蚒倾v6卆N!-n(衴Nc於唵羞颴 -畚玩佾貈nv櫧虹f冂茼┭ -c0=7O潒[貳c叞'萨捋魵*舓 -"掹褻aK悥0MK槡%L垄%秷扙鴦貆a鱤8YB'4dp U~u汖垵B&銷輾gDvJs錽稴徫;8嗭犕貞3|(銁I橯嵯氄幵0;▁覙僘朾L际30T鯿^yU;$f0p X$铬c 齮`p镉猚 蚴/jy,蹘缳诋V驑翻 扖+[g屗)O挼恵 肫e=贏7b擤従盷 习瀷晚藲迭R.l宅賣鮽炪4"俾%彌k[捳弄氪潖6b滎幼姪i>夝蒔u艆惄|D* i`0*躑瘫J概罿0Z娑匳5瑝⒗px樃ua!衠@D! -h R@V3统 ; &@耚5 敼槆炪鈜SR|#.$))$$KJISRI:-辨5v 駜YG)+ [c>+S珗?=bu身慜N睈XN谤 鳁锍Bp9萣壊v吊0,$1Ar !!* -6屒撥,蘑X 覑m臇脖-f氤1沛眽愣磎6g籩3M蕇-鶃"淂!yDN摄rZ栞鎼9j幧襃挌DJ亷sI%s牱>熙!@ 郈[熉锟腤olS亏#釕P0蓇鼘k辦Iaql莊軛BB7籨R鍛@D撢壴~@d*冤于mWiE-7?"M涼GH2%󦑪猰4u涄i矶靪飐I泳:琰位鐆9髌巷加蠴C$O^谢5睦蹣厏仑蹓]慏務FBF"艚潒,F檷百稜猏@ 琝P腀刁7藜馔'瓡纡晻薤,z棿丶0趈挍賡坸鷜萴垙靹顒<竏扮lz鏋{窭g"娺H@貎F*橓號#6崘9 驃C:逭,i蓾旃飗 OQYah/AZ;;晆Iqj頭恍嬍厏犷#殊眎|瞻'0鸇扂z磂u春2&嗠x櫧!b祤剟銯婷匐粝J慨趔J[榀(]摠6鷱 齟COV/〗娱{JA殂x裚婅邚枳閛I帵臇剥NXuX謃 腌聑_X?薖1":k悮VzkbsHgHMHyHIH1ょC鸀梏痻炾艋J?霑:攮7熘񯾄袰=Dt_0慵靃珋5 {`搥牥{[匌`0像鋃VCKhV8[OK毮u聹劵M槆珔y?/ |$绹耰| 溳%軤#C釡Gx.壣棒w$.寺麏棟続鈚>I{U(巀f 鸩0#x饞09郋犰9厉剆0-b#2墿8镶鞤bA谹盖-# -{'郠aN堷M腊堖慘徰7:腡 鲬蔉綣b瘦GZU湎 [>$┯Le#i%{>殺%%!蘛犈tx'9醁v6;彄鹟%羦笰#(C2剏$.滍F醖AEm琩#qUaJV0C-ZM眾D轸e/凝(^DY=柑d?趀t键]苈/筵犧娒LT骭檞/0 F"j钹?>嗡彪|苙%:鼟"2/氖宐 黋逾螪瞬唎侟u佄槒蟑E'8 -E鸌^0鴋0?搲6骯硣a#前f9茝氱xy擏丢=d担/茣 N邍 -噼T咚,菅z]:暜櫅 Oaz騒bM)?呯=&揤дj氲uZ暒ik碪訄F卅蛞b聮瘯浿訨X矹闡十eR{o潉Q嶀E溯杷瞝o蕀巢eR徾ne]m壱o鎖譂}刣B紽橵x豜mえ[%賰.鸉檼児2]+莺UB榻g -J躻姗|炘Ot:脞钸梌A鮓t&m-弨e}戟笼N7缇覑w[け詯虾踸C}公l悉蚬玹垗dz<J鏏郢h$蜰Fl 牨>4眺}侳K楴椻q忯 -In閍徳鮅掞,鞷.遈E:%4Q&$秡剺*」zD扸奆蓧JJ% -B)冖栞1淆氱~M核.鸞1U,庻儵a濋8櫵 檦#3閣螻 苡殇則刓_鄳!塆 c0頌4摇RGnwN;宼変2sb0-:鉮:?=>雯\O尥>笲癐琞骊[=&葺2讟5&su'篣甽O奻麋JI寤<渁誙竅鷥M鵗}韍\:{譜z乀[yw潙ru坱5'洆覅[Z褐c害 -溭糉/T\禈轥1N惘Q,巆鄬 铿灒he"`聳RP憣/蓑袱`u錔稘 h鈍d適 牟紕朎籚崀絡臬自喵 鹽7:9娶牮g演螦厌7鷉鉺衽竜譃两5wk駯o秠畒辟譜〡κST更 -鉹冖j穓卟 C铤鉩((GQ 7瘱Zd輂n-9畺x硡屣02|q茭颭欭搄FT endstream endobj 81 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(84)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 19.862 74.463 Td -[(T)-1(ab)-1(l)4(e )]TJ -0.005 Tc -0.005 Tw 2.937 0 Td -[(E)-6(.5)]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.525 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(c)1(ont)5(i)6(nued\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.083 0 Td -( )Tj -/TT0 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 39.3851 716.3471 Tm -[(P)-2(ar)2(am)-5(et)3(er)2( )]TJ -0.009 Tc -0.009 Tw 1.296 -1.162 Td -[(c)2(o)1(d)1(e)]TJ -0 Tc 0 Tw 2.365 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.499 1.757 Td -[(C)-2(oor)2(di)4(nat)3(e oper)2(at)3(i)4(on )]TJ -0.007 Tc -0.003 Tw 1.21 -1.162 Td -[(p)-1(ar)2(am)-5(et)3(er)2( n)-1(am)-5(e)]TJ -0 Tc 0 Tw 7.829 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw -6.167 -1.189 Td -[(\()3(al)5(i)5(as)1(\()3(es)1(\))3(\))]TJ -/TT0 1 Tf -0 Tc 0 Tw 4.504 0 Td -( )Tj -0.007 Tc -0.007 Tw 17.447 1.189 Td -[(P)-2(ar)2(am)-5(et)3(er)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.957 0 Td -( )Tj -/TT0 1 Tf -0.008 Tc -0.008 Tw 0.282 0 Td -[(de)1(s)1(c)1(r)3(i)4(pt)4(i)4(on )]TJ -0 Tc 0 Tw 5.744 0 Td -( )Tj -ET -33.594 734.587 1.44 -1.44 re -f -33.594 734.587 1.44 -1.44 re -f -35.034 734.587 53.28 -1.44 re -f -88.314 734.587 1.44 -1.44 re -f -89.754 734.587 118.8 -1.44 re -f -208.554 734.587 1.44 -1.44 re -f -209.994 734.587 322.56 -1.44 re -f -532.554 734.587 1.44 -1.44 re -f -532.554 734.587 1.44 -1.44 re -f -33.594 733.147 1.44 -37.44 re -f -88.314 695.707 0.48 37.44 re -f -208.554 695.707 0.48 37.44 re -f -532.554 733.147 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 682.9871 Tm -(8608)Tj -0 Tc 0 Tw ( )Tj -4.483 -0.027 Td -(X)Tj -0.675 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(ax)4(i)5(s)1( )1(r)3(ot)4(at)4(i)5(on)]TJ -0 Tc 0 Tw 5.461 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -6.473 -1.189 Td -[(\()1(r)1(X)-4(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.688 0 Td -( )Tj -0.007 Tc -0.003 Tw 11.852 1.189 Td -[(angul)5(ar)3( )1(di)5(f)4(f)3(er)3(enc)1(e )1(bet)4(w)-2(een )1(t)4(he )1(Y)-2( )1(and )1(Z)-1( )1(ax)4(es )1(d)-1(i)5(r)3(ec)1(t)4(i)5(ons)1( )1(of)4( )1(t)4(ar)3(get)4( )1(and )1(s)1(our)3(c)]TJ --0.007 Tw 33.516 0 Td -(e )Tj -0.008 Tc -0.004 Tw -33.516 -1.189 Td -[(c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5(s)]TJ -0 Tc 0 Tw 13.294 0 Td -( )Tj --13.294 -1.865 Td -(T)Tj -0.007 Tc -0.003 Tw 0.619 0 Td -[(hi)5(s)1( )1(i)5(s)1( )1(a )1(r)3(ot)4(at)4(i)5(o)-1(n ab)-1(out)4( )1(t)4(he )1(X)-1( )1(ax)4(i)5(s)1( )1(as)1( )1(vi)5(ew)-2(ed )1(f)4(r)3(om)-5( t)4(h)-1(e )1(or)3(i)5(gi)5(n )1(l)5(ook)1(i)5(ng )1(al)5(ong )1(t)4(hat)4( )]TJ --0.619 -1.162 Td -[(ax)4(i)5(s)1(.)4( )1(T)-1(he )1(par)3(t)4(i)5(c)1(ul)5(ar)3( )1(m)-5(et)4(hod )1(def)4(i)5(nes)1( )1(w)-2(h)-1(i)5(c)1(h )1(di)5(r)3(ec)1(t)4(i)5(on )1(i)5(s)1( )1(pos)1(i)5(t)4(i)5(ve,)4( )1(and )1(w)-2(hat)4( )1(i)5(s)1( )]TJ -0 -1.189 TD -[(bei)5(ng )1(r)3(ot)4(at)4(ed \()3(poi)5(nt)4( )1(or)3( )1(ax)4(i)5(s)1(\))3(.)4( )]TJ -0 Tc 0 Tw 12.897 0 Td -( )Tj -ET -33.594 695.707 1.44 -1.44 re -f -35.034 695.707 53.28 -1.44 re -f -88.314 695.707 1.44 -1.44 re -f -89.754 695.707 118.8 -1.44 re -f -208.554 695.707 1.44 -1.44 re -f -209.994 695.707 322.56 -1.44 re -f -532.554 695.707 1.44 -1.44 re -f -33.594 694.267 1.44 -64.56 re -f -88.314 629.707 0.48 64.56 re -f -208.554 629.707 0.48 64.56 re -f -532.554 694.267 1.44 -64.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 617.9471 Tm -(8609)Tj -0 Tc 0 Tw ( )Tj -4.483 -0.027 Td -(Y)Tj -0.676 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(ax)4(i)5(s)1( )1(r)3(ot)4(at)4(i)5(on)]TJ -0 Tc 0 Tw 5.461 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -6.474 -1.162 Td -[(\()1(r)1(Y)-4(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.688 0 Td -( )Tj -0.007 Tc -0.003 Tw 11.852 1.162 Td -[(angul)5(ar)3( )1(di)5(f)4(f)3(er)3(enc)1(e )1(bet)4(w)-2(een )1(t)4(he )1(X)-1( )1(and )1(Z)-1( )1(a)]TJ -0.008 Tc -0.004 Tw 18.59 0 Td -[(x)4(es)1( di)5(r)3(ec)1(t)4(i)5(ons)1( of)4( t)4(ar)3(get)4( and s)1(our)3(c)]TJ -0.007 Tc -0.007 Tw 14.925 0 Td -(e )Tj -0.008 Tc -0.004 Tw -33.515 -1.162 Td -[(c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5(s)]TJ -0 Tc 0 Tw 13.294 0 Td -( )Tj -0.007 Tc -0.003 Tw -13.294 -1.892 Td -[(T)-1(hi)4(s i)4(s a r)3(ot)3(at)3(i)4(on about)3( t)3(he)]TJ -0 Tc 0 Tw 11.943 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(Y)-2( ax)3(i)4(s as v)-1(i)4(ew)-3(ed f)3(r)3(om)-5( t)3(he or)3(i)4(gi)4(n l)4(ooki)4(ng al)4(ong t)3(hat)3( )]TJ --12.225 -1.162 Td -[(ax)4(i)5(s)1(.)4( )1(T)-1(he )1(par)3(t)4(i)5(c)1(ul)5(ar)3( )1(m)-5(et)4(hod )1(def)4(i)5(nes)1( )1(w)-2(h)-1(i)5(c)1(h )1(di)5(r)3(ec)1(t)4(i)5(on )1(i)5(s)1( )1(pos)1(i)5(t)4(i)5(ve,)4( )1(and )1(w)-2(hat)4( )1(i)5(s)1( )]TJ -0 -1.189 TD -[(bei)5(ng )1(r)3(ot)4(at)4(ed \()3(poi)5(nt)4( )1(or)3( )1(ax)4(i)5(s)1(\))3(.)]TJ -0 Tc 0 Tw ( )Tj -ET -33.594 629.227 1.44 0.481 re -f -35.034 629.227 53.28 0.481 re -f -88.314 629.227 0.48 0.481 re -f -88.794 629.227 119.76 0.481 re -f -208.554 629.227 0.48 0.481 re -f -209.034 629.227 323.52 0.481 re -f -532.554 629.227 1.44 0.481 re -f -33.594 629.227 1.44 -64.56 re -f -88.314 564.667 0.48 64.56 re -f -208.554 564.667 0.48 64.56 re -f -532.554 629.227 1.44 -64.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 51.3865 552.9071 Tm -(8)Tj -0.007 Tc -0.007 Tw 0.563 0 Td -(610)Tj -0 Tc 0 Tw ( )Tj -3.919 -0.027 Td -(Z)Tj -0.619 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(ax)4(i)5(s)1( )1(r)3(ot)4(at)4(i)5(on)]TJ -0 Tc 0 Tw 5.461 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -6.417 -1.162 Td -[(\()1(r)1(Z)-3(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 11.909 1.162 Td -[(angul)5(ar)3( )1(di)5(f)4(f)3(er)3(enc)1(e )1(bet)4(w)-2(een )1(t)4(he )1(X)-1( )1(and )1(Y)-2( )1(ax)4(es)1( )1(di)5(r)3(e)-1(c)1(t)4(i)5(ons)1( )1(of)4( )1(t)4(ar)3(get)4( )1(and )1(s)1(our)]TJ --0.007 Tw 33.065 0 Td -[(ce)-1( )]TJ -0.008 Tc -0.004 Tw -33.065 -1.162 Td -[(c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5(s)]TJ -0 Tc 0 Tw 13.294 0 Td -( )Tj -0.007 Tc -0.003 Tw -13.294 -1.892 Td -[(T)-1(hi)4(s i)4(s a r)3(ot)3(at)3(i)4(on about)3( t)3(he Z)-1( ax)4(i)4(s as vi)4(ew)-3(ed f)3(r)3(om)-5( t)3(he or)3(i)4(gi)4(n l)4(ooki)4(ng al)4(ong t)3(hat)3( )]TJ -0 -1.162 TD -[(ax)4(i)5(s)1(.)4( )1(T)-1(he )1(par)3(t)4(i)5(c)1(ul)5(ar)3( )1(m)-5(et)4(hod )1(def)4(i)5(nes)1( )1(w)-2(h)-1(i)5(c)1(h )1(di)5(r)]TJ -20.05 0 Td -[(ec)1(t)4(i)5(on )1(i)5(s)1( )1(pos)1(i)5(t)4(i)5(ve,)4( )1(and )1(w)-2(hat)4( )1(i)5(s)1( )]TJ --20.05 -1.189 Td -[(bei)5(ng )1(r)3(ot)4(at)4(ed \()3(poi)5(nt)4( )1(or)3( )1(ax)4(i)5(s)1(\))3(.)]TJ -0 Tc 0 Tw ( )Tj -ET -33.594 564.187 1.44 0.48 re -f -35.034 564.187 53.28 0.48 re -f -88.314 564.187 0.48 0.48 re -f -88.794 564.187 119.76 0.48 re -f -208.554 564.187 0.48 0.48 re -f -209.034 564.187 323.52 0.48 re -f -532.554 564.187 1.44 0.48 re -f -33.594 564.187 1.44 -64.56 re -f -88.314 499.627 0.48 64.561 re -f -208.554 499.627 0.48 64.561 re -f -532.554 564.187 1.44 -64.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 487.8671 Tm -(8611)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.483 -0.027 Td -[(S)-2(cal)4(e di)4(f)3(f)3(er)3(ence)]TJ -0 Tc 0 Tw 7.267 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -7.267 -1.162 Td -[(\()1(d)-2(S)-4(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.914 0 Td -( )Tj -0.008 Tc -0.004 Tw 11.626 1.162 Td -[(t)4(he r)3(at)4(i)5(o of)4( a l)5(engt)4(h bet)4(w)-2(een t)4(w)-2(o poi)5(nt)4(s)1( i)5(n t)4(ar)3(get)4( and s)1(our)3(c)]TJ -0.007 Tc -0.003 Tw 26.309 0 Td -[(e )1(c)1(oor)3(di)5(nat)4(e )]TJ --26.309 -1.162 Td -[(r)3(ef)4(er)3(ence s)1(y)1(s)1(t)4(em)-5(s)1(.)]TJ -0 Tc 0 Tw 8.562 0 Td -( )Tj -0.008 Tc -0.004 Tw -8.562 -1.865 Td -[(I)4(f)4( a di)5(s)1(t)4(anc)1(e of)4( 100 k)1(m)-5( i)5(n t)4(he s)1(our)3(c)1(e c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5( t)4(r)3(ans)1(l)5(a)]TJ -0.004 Tc 32.674 0 Td -[(te)-4(s)-3( )]TJ -0.008 Tc -32.674 -1.189 Td -[(i)5(nt)4(o a di)5(s)1(t)4(anc)1(e of)4( 100.)4(001 k)1(m)-4( i)5(n t)4(he t)4(ar)3(get)4( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-4(,)4( t)4(he )]TJ -0 -1.162 TD -[(s)1(c)1(al)5(e di)5(f)4(f)4(er)3(enc)1(e i)5(s)1( 1 ppm)-5( \()3(t)4(he r)3(at)4(i)5(o bei)5(ng 1.)4(000001\))3(.)]TJ -0 Tc 0 Tw 23.379 0 Td -( )Tj -ET -33.594 499.147 1.44 0.48 re -f -35.034 499.147 53.28 0.48 re -f -88.314 499.147 0.48 0.48 re -f -88.794 499.147 119.76 0.48 re -f -208.554 499.147 0.48 0.48 re -f -209.034 499.147 323.52 0.48 re -f -532.554 499.147 1.44 0.48 re -f -33.594 499.147 1.44 -64.56 re -f -88.314 434.587 0.48 64.56 re -f -208.554 434.587 0.48 64.56 re -f -532.554 499.147 1.44 -64.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 422.8271 Tm -(8617)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.483 -0.027 Td -[(O)-3(r)3(di)5(nat)4(e )1(1 )1(of)4( )1(e)-1(val)5(uat)4(i)5(on )]TJ --0.007 Tw 0 -1.162 TD -[(poi)5(nt)]TJ -0 Tc 0 Tw 2.197 0 Td -( )Tj -0.008 Tc -0.004 Tw 11.343 1.189 Td -[(val)5(ue of)4( t)4(he f)4(i)5(r)3(s)1(t)4( or)3(di)5(nat)4(e of)4( t)4(he eval)5(uat)4(i)5(on poi)5(nt)]TJ -0 Tc 0 Tw 21.297 0 Td -( )Tj -ET -33.594 434.107 1.44 0.481 re -f -35.034 434.107 53.28 0.481 re -f -88.314 434.107 0.48 0.481 re -f -88.794 434.107 119.76 0.481 re -f -208.554 434.107 0.48 0.481 re -f -209.034 434.107 323.52 0.481 re -f -532.554 434.107 1.44 0.481 re -f -33.594 434.107 1.44 -26.88 re -f -88.314 407.228 0.48 26.879 re -f -208.554 407.228 0.48 26.879 re -f -532.554 434.107 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 395.4671 Tm -(8618)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.483 -0.027 Td -[(O)-3(r)3(di)5(nat)4(e )1(2 )1(of)4( )1(e)-1(val)5(uat)4(i)5(on )]TJ -0 Tc 0 Tw 0 -1.189 TD -(p)Tj -0.007 Tc -0.007 Tw 0.563 0 Td -[(oi)5(nt)]TJ -0 Tc 0 Tw 1.634 0 Td -( )Tj -0.008 Tc -0.004 Tw 11.343 1.216 Td -[(val)5(ue of)4( t)4(he s)1(ec)1(ond or)3(di)5(nat)4(e of)4( t)4(he eval)5(uat)4(i)5(on poi)5(nt)]TJ -0 Tc 0 Tw 22.932 0 Td -( )Tj -ET -33.594 406.747 1.44 0.481 re -f -35.034 406.747 53.28 0.481 re -f -88.314 406.747 0.48 0.481 re -f -88.794 406.747 119.76 0.481 re -f -208.554 406.747 0.48 0.481 re -f -209.034 406.747 323.52 0.481 re -f -532.554 406.747 1.44 0.481 re -f -33.594 406.747 1.44 -27.12 re -f -88.314 379.627 0.48 27.12 re -f -208.554 379.627 0.48 27.12 re -f -532.554 406.747 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 367.8671 Tm -(8656)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.483 -0.027 Td -[(Lat)4(i)5(t)4(ude )1(and )1(l)5(ong)-1(i)5(t)4(ude )]TJ -0 -1.162 TD -[(di)5(f)4(f)4(er)3(enc)1(e )1(f)3(i)5(l)5(e)]TJ -0 Tc 0 Tw 6.027 0 Td -( )Tj -0.007 Tc -0.003 Tw 7.513 1.189 Td -[(nam)-5(e )1(of)4( )1(t)4(he )1([)4(pat)3(h and])4( )1(f)4(i)5(l)5(e )1(c)1(ont)4(ai)5(ni)5(ng )1(l)5(at)4(i)5(t)4(ude )1(and )1(l)5(ongi)5(t)4(ude )1(di)5(f)4(f)4(er)3(enc)1(es)]TJ -0 Tc 0 Tw 31.776 0 Td -( )Tj -ET -33.594 379.147 1.44 0.48 re -f -35.034 379.147 53.28 0.48 re -f -88.314 379.147 0.48 0.48 re -f -88.794 379.147 119.76 0.48 re -f -208.554 379.147 0.48 0.48 re -f -209.034 379.147 323.52 0.48 re -f -532.554 379.147 1.44 0.48 re -f -33.594 379.147 1.44 -26.88 re -f -88.314 352.267 0.48 26.88 re -f -208.554 352.267 0.48 26.88 re -f -532.554 379.147 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 340.5071 Tm -(8657)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.483 0 Td -[(Lat)4(i)5(t)4(ude )1(di)5(f)4(f)4(er)3(enc)1(e )1(f)4(i)5(l)5(e)]TJ -0 Tc 0 Tw 9.915 0 Td -( )Tj -0.007 Tc -0.003 Tw 3.626 0 Td -[(nam)-5(e )1(of)4( )1(t)4(he )1([)4(pat)3(h and])4( )1(f)4(i)5(l)5(e )1(c)1(ont)4(ai)5(ni)5(ng )1(l)5(at)4(i)5(t)4(ude )]TJ --0.007 Tw 20.452 0 Td -[(di)5(f)4(f)4(er)3(enc)1(es)]TJ -0 Tc 0 Tw 4.957 0 Td -( )Tj -ET -33.594 351.788 1.44 0.48 re -f -35.034 351.788 53.28 0.48 re -f -88.314 351.788 0.48 0.48 re -f -88.794 351.788 119.76 0.48 re -f -208.554 351.788 0.48 0.48 re -f -209.034 351.788 323.52 0.48 re -f -532.554 351.788 1.44 0.48 re -f -33.594 351.787 1.44 -16.56 re -f -88.314 335.227 0.48 16.56 re -f -208.554 335.227 0.48 16.56 re -f -532.554 351.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 323.4671 Tm -(8658)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.483 0 Td -[(Longi)5(t)4(ude )1(di)5(f)4(f)4(er)3(enc)1(e )1(f)4(i)5(l)5(e)]TJ -0 Tc 0 Tw 10.76 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.78 0 Td -[(nam)-5(e )1(of)4( )1(t)4(he )1([)4(pat)3(h and])4( )1(f)4(i)5(l)5(e )1(c)1(ont)4(ai)5(ni)5(ng )1(l)5(ongi)5(t)4(ude )1(di)5(f)4(f)4(er)3(enc)1(es)]TJ -0 Tc 0 Tw 26.254 0 Td -( )Tj -ET -33.594 334.747 1.44 0.481 re -f -35.034 334.747 53.28 0.481 re -f -88.314 334.747 0.48 0.481 re -f -88.794 334.747 119.76 0.481 re -f -208.554 334.747 0.48 0.481 re -f -209.034 334.747 323.52 0.481 re -f -532.554 334.747 1.44 0.481 re -f -33.594 334.747 1.44 -16.56 re -f -88.314 318.187 0.48 16.56 re -f -208.554 318.187 0.48 16.56 re -f -532.554 334.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.3865 306.4271 Tm -(8667)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.483 -0.027 Td -[(O)-3(r)3(di)5(nat)4(e )1(3 )1(of)4( )1(e)-1(val)5(uat)4(i)5(on )]TJ --0.007 Tw T* -[(poi)5(nt)]TJ -0 Tc 0 Tw 2.197 0 Td -( )Tj -0.008 Tc -0.004 Tw 11.343 1.189 Td -[(val)5(ue of)4( t)4(he t)4(hi)5(r)3(d or)3(di)5(nat)4(e of)4( t)4(he eval)5(uat)4(i)5(on poi)5(nt)]TJ -0 Tc 0 Tw 21.636 0 Td -( )Tj -ET -33.594 317.707 1.44 0.48 re -f -35.034 317.707 53.28 0.48 re -f -88.314 317.707 0.48 0.48 re -f -88.794 317.707 119.76 0.48 re -f -208.554 317.707 0.48 0.48 re -f -209.034 317.707 323.52 0.48 re -f -532.554 317.707 1.44 0.48 re -f -33.594 317.707 1.44 -27.12 re -f -33.594 290.587 1.44 -1.44 re -f -33.594 290.587 1.44 -1.44 re -f -35.034 290.587 53.28 -1.44 re -f -88.314 290.587 0.48 27.12 re -f -88.314 290.587 1.44 -1.44 re -f -89.754 290.587 118.8 -1.44 re -f -208.554 290.587 0.48 27.12 re -f -208.554 290.587 1.44 -1.44 re -f -209.994 290.587 322.56 -1.44 re -f -532.554 317.707 1.44 -27.12 re -f -532.554 290.587 1.44 -1.44 re -f -532.554 290.587 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 280.0271 Tm -( )Tj -ET - endstream endobj 80 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(83)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 747.5471 Tm -(E.4)Tj -( )Tj -2.083 0 Td -(Coordinate transformation methods)Tj -( )Tj -/TT1 1 Tf -0.009 Tc 0.068 Tw 9.84 0 0 9.84 71.0342 723.5471 Tm -[(C)-3(om)-6(m)-6(onl)5(y)1( enc)1(ount)4(er)3(ed c)1(oor)3(di)5(nat)4(e t)4(r)3(ans)1(f)4(or)3(m)-6(at)4(i)5(on m)-6(et)4(hods)1( ar)3(e gi)5(ven )]TJ -0.003 Tc -0.003 Tw 32.023 0 Td -[(i)-1(n)-6( )]TJ -0.009 Tc -0.009 Tw 1.145 0 Td -[(T)-1(abl)5(e)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.067 Tw 2.896 0 Td -[(E)-2(.)4(4.)4( T)-1(he par)3(am)-6(et)4(er)3(s)1( r)3(equi)5(r)3(ed )]TJ --0.005 Tw -36.064 -1.171 Td -[(by)1( t)5(hes)1(e m)-6(et)5(hods)1( ar)4(e gi)5(ven i)5(n E)-2(.)5(5.)]TJ -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 13.088 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(E)Tj -0.678 0 Td -(.)Tj -0.282 0 Td -(4)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)4(or)3(m)-5(a)1(t)4(i)5(on m)-5(e)1(t)4(hods)]TJ -0 Tc 0 Tw 17.334 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 81.7315 655.8671 Tm -[(C)-2(oor)2(di)4(nat)3(e oper)2(at)3(i)4(on m)-4(et)3(hod )]TJ -0.007 Tc -0.007 Tw 5.771 -1.162 Td -[(n)-1(am)-5(e)]TJ -0 Tc 0 Tw 2.647 0 Td -( )Tj -0.007 Tc -0.003 Tw 8.568 0.595 Td -[(M)-3(et)3(h)-1(o)-1(d)-1( n)-1(am)-5(e al)3(i)3(as\()3(es\))]TJ -0 Tc 0 Tw 10.869 0 Td -( )Tj -0.009 Tc -0.009 Tw 2.413 1.162 Td -[(EPSG)-2( )]TJ -0.004 Tc -0.004 Tw -0.393 -1.162 Td -[(M)-6(e)-3(th)]TJ -0.008 Tc -0.008 Tw 2.363 0 Td -(od )Tj -0.009 Tc -0.009 Tw -1.745 -1.189 Td -[(c)2(o)1(d)1(e)]TJ -0 Tc 0 Tw 2.365 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.45 2.351 Td -[(C)-2(odes of)3( par)2(am)-4(et)3(er)2(s used by t)3(hi)4(s )]TJ --0.008 Tw 6.308 -1.162 Td -[(m)-4(e)1(t)4(hod)]TJ -0 Tc 0 Tw 3.66 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.001 Tw -4.674 -1.189 Td -[(\()1(r)1(e)-2(f)2(e)-2(r)1( t)2(o)-2( E)-4(.)]TJ -0 Tc 0 Tw 4.788 0 Td -(5)Tj -0.563 0 Td -(\))Tj -/TT0 1 Tf -0.337 0 Td -( )Tj -ET -67.434 674.107 1.44 -1.44 re -f -67.434 674.107 1.44 -1.44 re -f -68.874 674.107 152.16 -1.44 re -f -221.034 674.107 1.44 -1.44 re -f -222.474 674.107 117.6 -1.44 re -f -340.074 674.107 1.44 -1.44 re -f -341.514 674.107 43.92 -1.44 re -f -385.434 674.107 1.44 -1.44 re -f -386.874 674.107 179.52 -1.44 re -f -566.394 674.107 1.44 -1.44 re -f -566.394 674.107 1.44 -1.44 re -f -67.434 672.667 1.44 -37.44 re -f -221.035 635.227 0.48 37.44 re -f -340.074 635.227 0.481 37.44 re -f -385.434 635.227 0.481 37.44 re -f -566.394 672.667 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 622.2671 Tm -[(G)-3(eoc)1(ent)4(r)3(i)5(c)1( )1(t)3(r)3(ans)1(l)5(at)4(i)5(ons)1( )1(\()3(geoc)1(ent)4(r)3(i)5(c )]TJ --0.007 Tw 0 -1.189 TD -[(dom)-5(ai)5(n\))]TJ -0 Tc 0 Tw 3.662 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw 13.582 1.216 Td -[(G)-3(eoc)1(ent)4(r)3(i)5(c)1( )1(t)3(r)3(ans)1(l)5(at)4(i)5(ons)]TJ -0 Tc 0 Tw 10.364 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 3.041 0 Td -(1031)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8605,)4( )1(8606,)4( )1(8607)]TJ -0 Tc 0 Tw 7.889 0 Td -( )Tj -ET -67.434 635.227 1.44 -1.44 re -f -68.874 635.227 152.16 -1.44 re -f -221.034 635.227 1.44 -1.44 re -f -222.474 635.227 117.6 -1.44 re -f -340.074 635.227 1.44 -1.44 re -f -341.514 635.227 43.92 -1.44 re -f -385.434 635.227 1.44 -1.44 re -f -386.874 635.227 179.52 -1.44 re -f -566.394 635.227 1.44 -1.44 re -f -67.434 633.787 1.44 -27.12 re -f -221.035 606.667 0.48 27.12 re -f -340.074 606.667 0.481 27.12 re -f -385.434 606.667 0.481 27.12 re -f -566.394 633.787 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 594.6671 Tm -[(P)-2(osi)4(t)3(i)4(on V)-2(ect)3(or)3( t)3(r)3(ansf)3(or)3(m)-5(at)3(i)4(on )]TJ -0 -1.162 TD -[(\()3(geoc)1(ent)4(r)3(i)5(c)1( )1(dom)-5(ai)5(n\))]TJ -0 Tc 0 Tw 8.956 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw 8.287 1.162 Td -[(P)-2(osi)4(t)3(i)4(on V)-2(ect)3(or)3( 7)]TJ -0 Tc 0 Tw 7.661 0 Td -(-)Tj -0.007 Tc -0.007 Tw 0.337 0 Td -[(par)3(am)-5(.)4( )]TJ -0.008 Tc -0.008 Tw -7.998 -1.162 Td -[(t)4(r)3(ans)1(f)4(or)3(m)-5(at)4(i)5(on)]TJ -0 Tc 0 Tw 6.478 0 Td -( )Tj -0.007 Tc -0.007 Tw -6.478 -1.189 Td -[(B)-2(ur)3(sa)]TJ -0 Tc 0 Tw 2.647 0 Td -(-)Tj -0.003 Tc -0.003 Tw 0.337 0 Td -[(W)-9(o)-5(lf)]TJ -0 Tc 0 Tw 2.026 0 Td -( )Tj -0.008 Tc -0.008 Tw -5.011 -1.189 Td -[(H)-2(el)5(m)-5(er)3(t)]TJ -0 Tc 0 Tw 3.548 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 9.857 3.568 Td -(1033)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8605,)4( )1(8606,)4( )1(8607,)4( 8608,)4( )1(8609,)4( )1(8610,)4( )1(8611)]TJ -0 Tc 0 Tw 19.159 0 Td -( )Tj -ET -67.434 606.187 1.44 0.481 re -f -68.874 606.187 152.16 0.481 re -f -221.035 606.187 0.48 0.481 re -f -221.514 606.187 118.56 0.481 re -f -340.074 606.187 0.481 0.481 re -f -340.555 606.187 44.879 0.481 re -f -385.434 606.187 0.481 0.481 re -f -385.915 606.187 180.48 0.481 re -f -566.394 606.187 1.44 0.481 re -f -67.434 606.187 1.44 -48 re -f -221.035 558.187 0.48 48 re -f -340.074 558.187 0.481 48 re -f -385.434 558.187 0.481 48 re -f -566.394 606.187 1.44 -48 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 546.1871 Tm -[(C)-2(oor)3(di)5(nat)4(e Fr)3(am)-5(e R)-2(ot)4(at)4(i)5(on )]TJ -0.007 Tc -0.003 Tw T* -[(\()3(geoc)1(ent)4(r)3(i)5(c)1( )1(dom)-5(ai)5(n\))]TJ -0 Tc 0 Tw 8.956 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.004 Tw 8.287 1.162 Td -[(C)-2(oor)3(di)5(nat)4(e Fr)3(am)-5(e R)-2(ot)4(at)4(i)5(on)]TJ -0 Tc 0 Tw 12.224 0 Td -( )Tj -0.007 Tc -0.007 Tw -12.224 -1.162 Td -[(B)-2(ur)3(sa)]TJ -0 Tc 0 Tw 2.647 0 Td -(-)Tj -0.003 Tc -0.003 Tw 0.337 0 Td -[(W)-9(o)-5(lf)]TJ -0 Tc 0 Tw 2.026 0 Td -( )Tj -0.008 Tc -0.008 Tw -5.011 -1.189 Td -[(H)-2(el)5(m)-5(er)3(t)]TJ -0 Tc 0 Tw 3.548 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 9.857 2.378 Td -(1032)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8605,)4( )1(8606,)4( )1(8607,)4( 8608,)4( )1(8609,)4( )1(8610,)4( )1(8611)]TJ -0 Tc 0 Tw 19.159 0 Td -( )Tj -ET -67.434 557.707 1.44 0.48 re -f -68.874 557.707 152.16 0.48 re -f -221.035 557.707 0.48 0.48 re -f -221.514 557.707 118.56 0.48 re -f -340.074 557.707 0.481 0.48 re -f -340.555 557.707 44.879 0.48 re -f -385.434 557.707 0.481 0.48 re -f -385.915 557.707 180.48 0.48 re -f -566.394 557.707 1.44 0.48 re -f -67.434 557.707 1.44 -37.44 re -f -221.035 520.267 0.48 37.44 re -f -340.074 520.267 0.481 37.44 re -f -385.434 520.267 0.481 37.44 re -f -566.394 557.707 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 71.0342 508.2671 Tm -[(M)-4(ol)4(odensky)]TJ -0 Tc 0 Tw (-)Tj -0.007 Tc -0.003 Tw 5.744 0 Td -[(B)-2(adekas \()3(geocent)3(r)3(i)4(c )]TJ --0.007 Tw -5.744 -1.189 Td -[(dom)-5(ai)5(n\))]TJ -0 Tc 0 Tw 3.662 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 13.582 0.622 Td -[(M)-8(ol)4(odens)1(k)1(y)]TJ -0 Tc 0 Tw 5.411 0 Td -(-)Tj -0.007 Tc -0.007 Tw 0.337 0 Td -[(B)-2(adekas)]TJ -0 Tc 0 Tw 3.944 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 3.713 0.595 Td -(1034)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 -0.027 Td -[(8605,)4( )1(8606,)4( )1(8607,)4( 8608,)4( )1(8609,)4( )1(8610,)4( )1(8611,)4( )]TJ -0 -1.189 TD -[(8617,)4( )1(8618,)4( )1(8667)]TJ -0 Tc 0 Tw 7.889 0 Td -( )Tj -ET -67.434 519.787 1.44 0.481 re -f -68.874 519.787 152.16 0.481 re -f -221.035 519.787 0.48 0.481 re -f -221.514 519.787 118.56 0.481 re -f -340.074 519.787 0.481 0.481 re -f -340.555 519.787 44.879 0.481 re -f -385.434 519.787 0.481 0.481 re -f -385.915 519.787 180.48 0.481 re -f -566.394 519.787 1.44 0.481 re -f -67.434 519.787 1.44 -27.12 re -f -221.035 492.667 0.48 27.12 re -f -340.074 492.667 0.481 27.12 re -f -385.434 492.667 0.481 27.12 re -f -566.394 519.787 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 480.9071 Tm -[(N)-2(Tv2)]TJ -0 Tc 0 Tw ( )Tj -17.243 0 Td -( )Tj -0.007 Tc -0.007 Tw 13.405 0 Td -(9615)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 5.108 0 Td -(8656)Tj -0 Tc 0 Tw ( )Tj -ET -67.434 492.187 1.44 0.48 re -f -68.874 492.187 152.16 0.48 re -f -221.035 492.187 0.48 0.48 re -f -221.514 492.187 118.56 0.48 re -f -340.074 492.187 0.481 0.48 re -f -340.555 492.187 44.879 0.48 re -f -385.434 492.187 0.481 0.48 re -f -385.915 492.187 180.48 0.48 re -f -566.394 492.187 1.44 0.48 re -f -67.434 492.187 1.44 -16.56 re -f -221.035 475.628 0.48 16.56 re -f -340.074 475.628 0.481 16.56 re -f -385.434 475.628 0.481 16.56 re -f -566.394 492.187 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 71.0342 463.8671 Tm -[(NA)1(DCO)-1(N)]TJ -0 Tc 0 Tw ( )Tj -17.243 0 Td -( )Tj -0.007 Tc -0.007 Tw 13.405 0 Td -(9613)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8657,)4( )1(8658)]TJ -0 Tc 0 Tw 5.072 0 Td -( )Tj -ET -67.434 475.147 1.44 0.481 re -f -68.874 475.147 152.16 0.481 re -f -221.035 475.147 0.48 0.481 re -f -221.514 475.147 118.56 0.481 re -f -340.074 475.147 0.481 0.481 re -f -340.555 475.147 44.879 0.481 re -f -385.434 475.147 0.481 0.481 re -f -385.915 475.147 180.48 0.481 re -f -566.394 475.147 1.44 0.481 re -f -67.434 475.147 1.44 -16.56 re -f -221.035 458.587 0.48 16.56 re -f -340.074 458.587 0.481 16.56 re -f -385.434 458.587 0.481 16.56 re -f -566.394 475.147 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 446.8271 Tm -[(V)-2(er)3(t)3(i)4(cal)4( O)-4(f)3(f)3(set)]TJ -0 Tc 0 Tw 6.365 0 Td -( )Tj -10.879 0 Td -( )Tj -0.007 Tc -0.007 Tw 13.405 0 Td -(9616)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 5.108 0 Td -(8603)Tj -0 Tc 0 Tw ( )Tj -ET -67.434 458.107 1.44 0.48 re -f -68.874 458.107 152.16 0.48 re -f -221.035 458.107 0.48 0.48 re -f -221.514 458.107 118.56 0.48 re -f -340.074 458.107 0.481 0.48 re -f -340.555 458.107 44.879 0.48 re -f -385.434 458.107 0.481 0.48 re -f -385.915 458.107 180.48 0.48 re -f -566.394 458.107 1.44 0.48 re -f -67.434 458.107 1.44 -16.32 re -f -221.035 441.788 0.48 16.32 re -f -340.074 441.788 0.481 16.32 re -f -385.434 441.788 0.481 16.32 re -f -566.394 458.107 1.44 -16.32 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 429.7871 Tm -[(Longi)5(t)4(ude )1(r)3(o)-1(t)4(at)4(i)5(on)]TJ -0 Tc 0 Tw 8.113 0 Td -( )Tj -9.13 0 Td -( )Tj -0.007 Tc -0.007 Tw 13.405 0 Td -(9601)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 5.108 0 Td -(8602)Tj -0 Tc 0 Tw ( )Tj -ET -67.434 441.307 1.44 0.481 re -f -68.874 441.307 152.16 0.481 re -f -221.035 441.307 0.48 0.481 re -f -221.514 441.307 118.56 0.481 re -f -340.074 441.307 0.481 0.481 re -f -340.555 441.307 44.879 0.481 re -f -385.434 441.307 0.481 0.481 re -f -385.915 441.307 180.48 0.481 re -f -566.394 441.307 1.44 0.481 re -f -67.434 441.307 1.44 -16.8 re -f -67.434 424.507 1.44 -1.44 re -f -67.434 424.507 1.44 -1.44 re -f -68.874 424.507 152.16 -1.44 re -f -221.035 424.508 0.48 16.799 re -f -221.034 424.507 1.44 -1.44 re -f -222.474 424.507 117.6 -1.44 re -f -340.074 424.508 0.481 16.799 re -f -340.074 424.507 1.44 -1.44 re -f -341.514 424.507 43.92 -1.44 re -f -385.434 424.508 0.481 16.799 re -f -385.434 424.507 1.44 -1.44 re -f -386.874 424.507 179.52 -1.44 re -f -566.394 441.307 1.44 -16.8 re -f -566.394 424.507 1.44 -1.44 re -f -566.394 424.507 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 413.9471 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 375.5471 Tm -(E.5)Tj -( )Tj -2.083 0 Td -(Coordinate transformation parameters)Tj -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 351.5471 Tm -[(T)-1(he par)3(am)-6(et)4(er)3(s)1( r)3(equi)5(r)3(ed by)1( t)4(he m)-6(ap pr)3(oj)5(ec)1(t)4(i)5(on m)-6(et)4(hods)1( gi)]TJ --0.005 Tw 26.436 0 Td -[(ven i)6(n E)-2(.)5(4 ar)4(e des)1(c)1(r)4(i)6(bed i)6(n )]TJ -0 Tc 0 Tw 12.315 0 Td -(T)Tj -0.009 Tc -0.005 Tw 0.621 0 Td -[(abl)5(e E)-2(.)5(5.)]TJ -0 Tc 0 Tw 4.011 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -30.917 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(E)Tj -0.678 0 Td -(.)Tj -0.282 0 Td -(5)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e t)3(r)2(an)-1(sf)3(o)-1(r)2(m)-6(at)3(i)4(o)-1(n)-1( p)-1(ar)2(am)-6(et)3(er)2(s)]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 8.88 0 0 8.88 73.2249 295.3871 Tm -[(P)-2(ar)2(am)-5(et)3(er)2( )]TJ -0.009 Tc -0.009 Tw 1.296 -1.162 Td -[(c)2(o)1(d)1(e)]TJ -0 Tc 0 Tw 2.365 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.526 1.757 Td -[(C)-2(oor)2(di)4(nat)3(e oper)2(at)3(i)4(on )]TJ -0.007 Tc -0.003 Tw 1.21 -1.162 Td -[(p)-1(ar)2(am)-5(et)3(er)2( n)-1(am)-5(e)]TJ -0 Tc 0 Tw 7.829 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw -6.167 -1.189 Td -[(\()3(al)5(i)5(as)1(\()3(es\))3(\))]TJ -/TT0 1 Tf -0 Tc 0 Tw 4.504 0 Td -( )Tj -0.007 Tc -0.007 Tw 17.447 1.189 Td -[(P)-2(ar)2(am)-5(et)3(er)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.957 0 Td -( )Tj -/TT0 1 Tf -0.008 Tc -0.008 Tw 0.282 0 Td -[(de)1(s)1(c)1(r)3(i)4(pt)4(i)4(on )]TJ -0 Tc 0 Tw 5.744 0 Td -( )Tj -ET -67.434 313.627 1.44 -1.44 re -f -67.434 313.627 1.44 -1.44 re -f -68.874 313.627 53.28 -1.44 re -f -122.154 313.627 1.44 -1.44 re -f -123.594 313.627 118.8 -1.44 re -f -242.394 313.627 1.44 -1.44 re -f -243.834 313.627 322.56 -1.44 re -f -566.394 313.627 1.44 -1.44 re -f -566.394 313.627 1.44 -1.44 re -f -67.434 312.187 1.44 -37.44 re -f -122.154 274.747 0.48 37.44 re -f -242.394 274.747 0.48 37.44 re -f -566.394 312.187 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 85.2264 261.7871 Tm -(8603)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 4.51 -0.027 Td -[(V)-2(er)]TJ -0.004 Tc 0 Tw 1.577 0 Td -[(ti)1(c)-3(a)-4(l)1( O)-7(ffs)-3(e)-4(t)]TJ -0 Tc 4.788 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -6.365 -1.162 Td -[(\()1(d)-2(H)-4(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -ET -q -242.874 246.187 323.52 26.88 re -W n -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 245.5142 261.5471 Tm -[(di)5(f)4(f)4(er)3(enc)1(e )1(be)-1(t)4(w)-2(een )1(t)4(he )1(hei)5(ght)4( )1(or)3( )1(dept)4(h )1(val)5(ues)1( )1(of)4( )1(a )1(poi)5(nt)4( )1(i)5(n )1(t)4(he )1(t)4(ar)3(get)4( )1(and )1(s)1(our)3(c)1(e )]TJ -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 245.5142 251.2271 Tm -[(c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5(s)]TJ -0 Tc 0 Tw 13.294 0 Td -( )Tj -ET -67.434 274.747 1.44 -1.44 re -f -68.874 274.747 53.28 -1.44 re -f -122.154 274.747 1.44 -1.44 re -f -123.594 274.747 118.8 -1.44 re -f -242.394 274.747 1.44 -1.44 re -f -243.834 274.747 322.56 -1.44 re -f -566.394 274.747 1.44 -1.44 re -f -67.434 273.307 1.44 -27.12 re -f -122.154 246.187 0.48 27.121 re -f -242.394 246.187 0.48 27.121 re -f -566.394 273.307 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 85.2264 234.4271 Tm -(8605)Tj -0 Tc 0 Tw ( )Tj -4.51 -0.027 Td -(X)Tj -0.675 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(ax)4(i)5(s)1( )1(t)4(r)3(ans)1(l)5(at)3(i)5(on)]TJ -0 Tc 0 Tw 6.756 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -7.768 -1.162 Td -[(\()1(d)-2(X)-4(\))]TJ -0 Tc 0 Tw 1.914 0 Td -( )Tj -0.004 Tc -0.004 Tw -1.914 -1.189 Td -[(\(t)1(X)-5(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 13.541 2.351 Td -[(di)5(f)4(f)4(er)3(enc)1(e )1(be)-1(t)4(w)-2(e)-1(en )1(t)4(he )1(X)-1( )1(val)5(ues)1( )1(of)4( )1(a )1(poi)5(nt)4( )1(i)5(n )1(t)4(he )1(t)4(ar)3(get)4( )1(and )1(s)1(our)3(c)1(e )1(c)1(oor)3(di)5(nat)4(e )]TJ -0 -1.162 TD -[(r)3(ef)4(er)3(enc)1(e )1(s)1(y)1(s)]TJ -0.004 Tc -0.004 Tw 6.083 0 Td -[(te)-4(m)-9(s)]TJ -0 Tc 0 Tw 2.197 0 Td -( )Tj -ET -67.434 245.707 1.44 0.48 re -f -68.874 245.707 53.28 0.48 re -f -122.154 245.707 0.48 0.48 re -f -122.634 245.707 119.76 0.48 re -f -242.394 245.707 0.48 0.48 re -f -242.874 245.707 323.52 0.48 re -f -566.394 245.707 1.44 0.48 re -f -67.434 245.707 1.44 -37.44 re -f -122.154 208.267 0.48 37.44 re -f -242.394 208.267 0.48 37.44 re -f -566.394 245.707 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 85.2264 196.5071 Tm -(8606)Tj -0 Tc 0 Tw ( )Tj -4.51 -0.027 Td -(Y)Tj -0.676 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(ax)4(i)5(s)1( )1(t)4(r)3(ans)1(l)5(at)3(i)5(on)]TJ -0 Tc 0 Tw 6.756 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -7.769 -1.189 Td -[(\()1(d)-2(Y)-4(\))]TJ -0 Tc 0 Tw 1.914 0 Td -( )Tj -0.004 Tc -0.004 Tw -1.914 -1.162 Td -[(\(t)1(Y)-5(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 13.541 2.351 Td -[(di)5(f)4(f)4(er)3(enc)1(e )1(be)-1(t)4(w)-2(e)-1(en )1(t)4(he )1(Y)-2( )1(val)5(ues)1( )1(of)4( )1(a )1(poi)5(nt)4( )1(i)5(n )1(t)4(he )1(t)4(ar)3(get)4( )1(and )1(s)1(our)3(c)1(e )1(c)1(oor)3(di)5(nat)4(e )]TJ -0 -1.189 TD -[(r)3(ef)4(er)3(enc)1(e )1(s)1(y)1(s)1(t)4(em)-5(s)]TJ -0 Tc 0 Tw 8.28 0 Td -( )Tj -ET -67.434 207.787 1.44 0.48 re -f -68.874 207.787 53.28 0.48 re -f -122.154 207.787 0.48 0.48 re -f -122.634 207.787 119.76 0.48 re -f -242.394 207.787 0.48 0.48 re -f -242.874 207.787 323.52 0.48 re -f -566.394 207.787 1.44 0.48 re -f -67.434 207.787 1.44 -37.68 re -f -122.154 170.107 0.48 37.68 re -f -242.394 170.107 0.48 37.68 re -f -566.394 207.787 1.44 -37.68 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 85.2264 158.3471 Tm -(8607)Tj -0 Tc 0 Tw ( )Tj -4.51 -0.027 Td -(Z)Tj -0.619 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(ax)4(i)5(s)1( )1(t)4(r)3(ans)1(l)5(at)4(i)5(on)]TJ -0 Tc 0 Tw 6.756 0 Td -( )Tj -/TT2 1 Tf -0.005 Tc -0.005 Tw -7.713 -1.162 Td -[(\()1(d)-2(Z)-3(\))]TJ -0 Tc 0 Tw 1.858 0 Td -( )Tj -0.004 Tc -0.004 Tw -1.858 -1.189 Td -[(\(t)1(Z)-4(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 13.541 2.351 Td -[(di)5(f)4(f)4(er)3(enc)1(e )1(be)-1(t)4(w)-2(e)-1(en )1(t)4(he )1(Z)-1( )1(val)5(ues)1( )1(of)4( )1(a )1(poi)5(nt)4( )1(i)5(n )1(t)4(he )1(t)4(ar)3(get)4( )1(and )1(s)1(our)3(c)1(e )1(c)1(oor)3(di)5(nat)4(e )]TJ --0.007 Tw 0 -1.162 TD -[(r)3(ef)4(er)]TJ --0.003 Tw 2.084 0 Td -[(enc)1(e )1(s)1(y)1(s)1(t)4(em)-5(s)]TJ -0 Tc 0 Tw 6.197 0 Td -( )Tj -ET -67.434 169.628 1.44 0.48 re -f -68.874 169.628 53.28 0.48 re -f -122.154 169.628 0.48 0.48 re -f -122.634 169.628 119.76 0.48 re -f -242.394 169.628 0.48 0.48 re -f -242.874 169.628 323.52 0.48 re -f -566.394 169.628 1.44 0.48 re -f -67.434 169.627 1.44 -37.44 re -f -67.434 132.187 1.44 -1.44 re -f -67.434 132.187 1.44 -1.44 re -f -68.874 132.187 53.28 -1.44 re -f -122.154 132.187 0.48 37.44 re -f -122.154 132.187 1.44 -1.44 re -f -123.594 132.187 118.8 -1.44 re -f -242.394 132.187 0.48 37.44 re -f -242.394 132.187 1.44 -1.44 re -f -243.834 132.187 322.56 -1.44 re -f -566.394 169.627 1.44 -37.44 re -f -566.394 132.187 1.44 -1.44 re -f -566.394 132.187 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 121.6271 Tm -( )Tj -ET - endstream endobj 79 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(82)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 19.862 74.463 Td -[(T)-1(ab)-1(l)4(e )]TJ -0.005 Tc -0.005 Tw 2.937 0 Td -[(E)-6(.3)]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.525 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(c)1(ont)5(i)6(nued\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.083 0 Td -( )Tj -ET -q -35.034 695.707 49.92 37.44 re -W n -BT -/TT0 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 37.8602 716.3471 Tm -[(P)-2(ar)2(am)-5(et)3(er)2( )]TJ -ET -Q -BT -/TT0 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 49.3667 706.0271 Tm -[(c)2(o)1(d)1(e)]TJ -0 Tc 0 Tw 2.365 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.934 1.757 Td -[(C)-2(oor)2(di)4(nat)3(e oper)2(at)3(i)4(on )]TJ -0.007 Tc -0.003 Tw 1.21 -1.162 Td -[(p)-1(ar)2(am)-5(et)3(er)2( n)-1(am)-5(e)]TJ -0 Tc 0 Tw 7.829 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw -6.167 -1.189 Td -[(\()3(al)5(i)5(as)1(\()3(es\))3(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.504 0 Td -( )Tj -/TT0 1 Tf -0.007 Tc -0.003 Tw 15.716 1.189 Td -[(P)-2(ar)2(am)-5(et)3(er)2( d)-1(escr)2(i)3(p)-1(t)3(i)3(o)-1(n)]TJ -0 Tc 0 Tw 10.701 0 Td -( )Tj -0.004 Tc -0.004 Tw 12.496 0.568 Td -[(U)-6(n)-4(it)-1( )]TJ -0.005 Tc -0.005 Tw -0.057 -1.162 Td -[(t)1(y)-2(p)-3(e)]TJ -0 Tc 0 Tw 2.084 0 Td -( )Tj -ET -33.594 734.587 1.44 -1.44 re -f -33.594 734.587 1.44 -1.44 re -f -35.034 734.587 50.16 -1.44 re -f -85.194 734.587 1.44 -1.44 re -f -86.634 734.587 111.84 -1.44 re -f -198.474 734.587 1.44 -1.44 re -f -199.914 734.587 299.04 -1.44 re -f -498.954 734.587 1.44 -1.44 re -f -500.394 734.587 32.16 -1.44 re -f -532.554 734.587 1.44 -1.44 re -f -532.554 734.587 1.44 -1.44 re -f -33.594 733.147 1.44 -37.44 re -f -85.194 695.707 0.481 37.44 re -f -198.474 695.707 0.48 37.44 re -f -498.955 695.707 0.48 37.44 re -f -532.554 733.147 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 682.9871 Tm -(8802)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(l)5(ongi)5(t)4(ude of)4( nat)4(ur)3(al)5( or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 11.379 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -11.379 -1.189 Td -[(\()3(l)5(ongi)5(t)4(ude )1(of)3( )1(or)3(i)5(gi)5(n\))]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 0 -1.162 TD -[(\()3(c)1(ent)]TJ --0.003 Tw 2.253 0 Td -[(r)3(al)5( )1(m)-5(er)3(i)5(di)5(an\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 4.899 2.351 Td -[(geodet)4(i)5(c)1( )1(l)5(ongi)5(t)3(ude )1(of)4( )1(t)4(he )1(poi)5(nt)4( )1(f)4(r)3(om)-5( )1(w)-2(hi)5(c)1(h )1(t)4(he )1(v)-1(al)5(ues)1( )1(of)4( )1(bot)4(h )1(t)4(he )]TJ -0 -1.189 TD -[(geogr)3(aphi)5(c)1(al)5( c)1(oo)-1(r)3(di)5(nat)4(es)1( )1(on )1(t)4(he )1(el)5(l)5(i)5(ps)1(oi)5(d)-1( )1(and )1(t)4(he )1(gr)3(i)5(d )1(c)1(oor)3(di)5(nat)4(es)1( )1(on )1(t)4(h)-1(e )]TJ -0 -1.162 TD -[(pr)3(oj)5(ec)1(t)4(i)5(on )1(ar)3(e )1(deem)-5(ed )1(t)4(o )1(i)5(nc)1(r)3(em)-5(ent)4( )1(or)3( )1(dec)1(r)3(e)]TJ -19.942 0 Td -[(m)-5(ent)4( )1(f)4(or)3( )1(c)1(om)-5(put)4(at)4(i)4(onal)4( )]TJ --0.007 Tw -19.942 -1.189 Td -[(pur)3(pos)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 0 -1.865 TD -[(A)-2(l)4(t)3(er)3(nat)3(i)4(v)-1(el)4(y:)3( geodet)3(i)4(c l)4(on)]TJ -11.549 0 Td -[(gi)5(t)4(ude )1(of)4( )1(t)4(he poi)4(nt)4( )1(w)-2(hi)5(c)1(h )1(i)5(n )1(t)4(he )1(abs)1(enc)1(e )1(of)4( )]TJ --11.549 -1.189 Td -[(appl)5(i)5(c)1(at)4(i)5(on )1(of)4( )1(f)4(al)5(s)1(e )1(c)1(oor)3(di)5(nat)4(es)1( )1(has)1( )1(gr)3(i)5(d )1(c)1(o)-1(or)3(di)5(nat)4(es)1( )1(of)4( )1(\()3(0,)4(0\))]TJ -0 Tc 0 Tw 26.814 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.007 Tc -0.007 Tw 6.742 6.622 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 695.707 1.44 -1.44 re -f -35.034 695.707 50.16 -1.44 re -f -85.194 695.707 1.44 -1.44 re -f -86.634 695.707 111.84 -1.44 re -f -198.474 695.707 1.44 -1.44 re -f -199.914 695.707 299.04 -1.44 re -f -498.954 695.707 1.44 -1.44 re -f -500.394 695.707 32.16 -1.44 re -f -532.554 695.707 1.44 -1.44 re -f -33.594 694.267 1.44 -75.12 re -f -85.194 619.147 0.481 75.12 re -f -198.474 619.147 0.48 75.12 re -f -498.955 619.147 0.48 75.12 re -f -532.554 694.267 1.44 -75.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 607.3871 Tm -(8805)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(s)1(c)1(al)5(e f)4(ac)1(t)4(or)3( at)4( nat)4(ur)3(al)5( )]TJ -0.002 Tc -0.002 Tw 0 -1.162 TD -[(o)-5(r)-2(ig)-5(in)]TJ -0 Tc 0 Tw 2.478 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -2.478 -1.189 Td -[(\()3(s)1(c)1(al)5(e )1(f)4(ac)1(t)4(o)-1(r)3(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.857 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.927 2.351 Td -[(f)4(ac)1(t)4(or)3( by)1( w)-2(hi)5(c)1(h t)4(he m)-5(ap gr)3(i)5(d i)5(s)1( r)3(educ)1(ed or)3( enl)5(ar)3(ged dur)3(i)5(ng t)4(he pr)3(oj)5(ec)1(t)4(i)5(on )]TJ -0.007 Tc -0.003 Tw T* -[(pr)3(oc)1(es)1(s)1(,)4( )1(def)4(i)4(ned)]TJ -0 Tc 0 Tw 7.436 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(by)1( )1(i)5(t)4(s)1( )1(val)5(ue )1(at)4( )1(t)4(he nat)4(ur)3(al)5( )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 14.028 0 Td -( )Tj -0.007 Tc -0.007 Tw 12.092 1.189 Td -[(sca)-1(l)4(e)]TJ -0 Tc 0 Tw ( )Tj -ET -33.594 618.667 1.44 0.48 re -f -35.034 618.667 50.16 0.48 re -f -85.194 618.667 0.481 0.48 re -f -85.675 618.667 112.8 0.48 re -f -198.474 618.667 0.48 0.48 re -f -198.954 618.667 300.001 0.48 re -f -498.955 618.667 0.48 0.48 re -f -499.434 618.667 33.12 0.48 re -f -532.554 618.667 1.44 0.48 re -f -33.594 618.667 1.44 -37.44 re -f -85.194 581.227 0.481 37.44 re -f -198.474 581.227 0.48 37.44 re -f -498.955 581.227 0.48 37.44 re -f -532.554 618.667 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 569.4671 Tm -(8806)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 0 Td -[(f)4(al)5(s)1(e eas)1(t)4(i)5(ng)]TJ -0 Tc 0 Tw 5.69 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.094 -0.027 Td -[(val)5(ue as)1(s)1(i)5(gned t)4(o t)4(he abs)1(c)1(i)5(s)1(s)1(a \()3(eas)1(t)4( or)3( w)-2(es)1(t)4(\))3( ax)4(i)5(s)1( of)4( t)4(he pr)3(oj)5(ec)1(t)4(i)5(on gr)3(i)5(d at)4( )]TJ -0 -1.189 TD -[(t)4(he nat)4(ur)3(al)5( or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 7.548 0 Td -( )Tj -0.008 Tc -0.008 Tw 26.289 1.216 Td -[(l)5(engt)4(h)]TJ -0 Tc 0 Tw 2.761 0 Td -( )Tj -ET -33.594 580.747 1.44 0.48 re -f -35.034 580.747 50.16 0.48 re -f -85.194 580.747 0.481 0.48 re -f -85.675 580.747 112.8 0.48 re -f -198.474 580.747 0.48 0.48 re -f -198.954 580.747 300.001 0.48 re -f -498.955 580.747 0.48 0.48 re -f -499.434 580.747 33.12 0.48 re -f -532.554 580.747 1.44 0.48 re -f -33.594 580.747 1.44 -27.12 re -f -85.194 553.627 0.481 27.121 re -f -198.474 553.627 0.48 27.121 re -f -498.955 553.627 0.48 27.121 re -f -532.554 580.747 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 541.8671 Tm -(8807)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 0 Td -[(f)4(al)5(s)1(e nor)3(t)4(hi)5(ng)]TJ -0 Tc 0 Tw 6.084 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.7 -0.027 Td -[(val)5(ue as)1(s)1(i)5(gned t)4(o t)4(he or)3(di)5(nat)4(e \()3(nor)3(t)4(h or)3( s)1(out)4(h\))3( ax)4(i)5(s)1( of)4( t)4(he pr)3(oj)5(ec)1(t)4(i)5(on)]TJ -0 Tc 0 Tw 30.305 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.282 0 Td -[(gr)3(i)5(d )]TJ --0.003 Tw -30.587 -1.162 Td -[(at)4( )1(t)4(he )1(nat)4(ur)3(al)5( or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 8.675 0 Td -( )Tj -0.008 Tc -0.008 Tw 25.162 1.189 Td -[(l)5(engt)4(h)]TJ -0 Tc 0 Tw 2.761 0 Td -( )Tj -ET -33.594 553.147 1.44 0.48 re -f -35.034 553.147 50.16 0.48 re -f -85.194 553.147 0.481 0.48 re -f -85.675 553.147 112.8 0.48 re -f -198.474 553.147 0.48 0.48 re -f -198.954 553.147 300.001 0.48 re -f -498.955 553.147 0.48 0.48 re -f -499.434 553.147 33.12 0.48 re -f -532.554 553.147 1.44 0.48 re -f -33.594 553.147 1.44 -26.88 re -f -85.194 526.267 0.481 26.88 re -f -198.474 526.267 0.48 26.88 re -f -498.955 526.267 0.48 26.88 re -f -532.554 553.147 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 514.5071 Tm -(8811)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(l)5(at)4(i)5(t)4(ude of)4( pr)3(oj)5(ec)1(t)4(i)5(on )]TJ --0.008 Tw T* -[(c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 2.817 0 Td -( )Tj -0.008 Tc -0.004 Tw 9.967 1.189 Td -[(l)5(at)4(i)5(t)4(ude of)4( t)4(he poi)5(nt)4( at)4( w)-2(hi)5(c)1(h t)4(he az)1(i)5(m)-4(ut)4(h of)4( t)4(he c)1(ent)4(r)3(al)5( l)5(i)5(ne f)4(or)3( an obl)5(i)5(que )]TJ -0.007 Tc -0.003 Tw T* -[(pr)3(oj)5(ec)1(t)4(i)5(on )1(i)5(s)1( )1(def)3(i)5(ned)]TJ -0 Tc 0 Tw 9.013 0 Td -( )Tj -0.007 Tc -0.007 Tw 24.825 1.216 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 525.787 1.44 0.48 re -f -35.034 525.787 50.16 0.48 re -f -85.194 525.787 0.481 0.48 re -f -85.675 525.787 112.8 0.48 re -f -198.474 525.787 0.48 0.48 re -f -198.954 525.787 300.001 0.48 re -f -498.955 525.787 0.48 0.48 re -f -499.434 525.787 33.12 0.48 re -f -532.554 525.787 1.44 0.48 re -f -33.594 525.787 1.44 -27.12 re -f -85.194 498.668 0.481 27.12 re -f -198.474 498.668 0.48 27.12 re -f -498.955 498.668 0.48 27.12 re -f -532.554 525.787 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 486.9071 Tm -(8812)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(l)5(ongi)5(t)4(ude of)4( pr)3(oj)5(ec)1(t)4(i)5(on )]TJ --0.008 Tw 0 -1.162 TD -[(c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 2.817 0 Td -( )Tj -0.008 Tc -0.004 Tw 9.967 1.162 Td -[(l)5(ongi)5(t)4(ude of)4( t)4(he poi)5(nt)4( at)4( w)-2(hi)5(c)1(h t)4(he az)1(i)5(m)-4(ut)]TJ -0.007 Tc -0.003 Tw 18.366 0 Td -[(h )1(of)4( )1(t)4(he )1(c)1(ent)4(r)3(a)-1(l)5( l)5(i)5(ne )1(f)4(or)3( )1(an )]TJ --18.366 -1.162 Td -[(obl)5(i)5(que )1(pr)3(oj)5(ec)1(t)4(i)5(on )1(i)5(s)1( )1(def)4(i)5(ned)]TJ -0 Tc 0 Tw 12.562 0 Td -( )Tj -0.007 Tc -0.007 Tw 21.276 1.189 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 498.187 1.44 0.481 re -f -35.034 498.187 50.16 0.481 re -f -85.194 498.187 0.481 0.481 re -f -85.675 498.187 112.8 0.481 re -f -198.474 498.187 0.48 0.481 re -f -198.954 498.187 300.001 0.481 re -f -498.955 498.187 0.48 0.481 re -f -499.434 498.187 33.12 0.481 re -f -532.554 498.187 1.44 0.481 re -f -33.594 498.187 1.44 -27.12 re -f -85.194 471.067 0.481 27.12 re -f -198.474 471.067 0.48 27.12 re -f -498.955 471.067 0.48 27.12 re -f -532.554 498.187 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 459.3071 Tm -(8813)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.303 0 Td -[(az)1(i)5(m)-5(ut)4(h )1(of)4( )1(i)5(ni)5(t)3(i)5(al)5( )1(l)5(i)5(ne)]TJ -0 Tc 0 Tw 9.125 0 Td -( )Tj -0.007 Tc -0.003 Tw 3.658 -0.027 Td -[(di)5(r)3(ec)1(t)4(i)5(on )1(\()3(nor)3(t)4(h )1(z)1(er)3(o,)4( )1(eas)1(t)4( )1(of)4( )1(nor)3(t)4(h be)-1(i)5(ng )1(pos)1(i)5(t)4(i)5(ve\))3( )1(of)4( )1(t)4(he )1(gr)3(eat)4( c)1(i)5(r)3(c)1(l)5(e )1(w)-2(hi)5(c)1(h )]TJ -0.008 Tc -0.004 Tw T* -[(i)5(s)1( t)4(he c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 5.52 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.282 0 Td -[(l)5(i)5(ne of)4( an obl)5(i)5(que pr)3(oj)5(ec)1(t)4(i)5(on)]TJ -0 Tc 0 Tw 12.337 0 Td -( )Tj -0.007 Tc -0.003 Tw -18.139 -1.838 Td -[(T)-1(he azi)4(m)-5(ut)3(h i)4(s gi)4(ven at)3( t)3(he pr)3(oj)4(ect)3(i)4(on)]TJ -0 Tc 0 Tw 16.788 0 Td -( )Tj -0.008 Tc -0.008 Tw 0.282 0 Td -[(c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 2.817 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.007 Tc -0.007 Tw 13.669 3.027 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 470.587 1.44 0.48 re -f -35.034 470.587 50.16 0.48 re -f -85.194 470.587 0.481 0.48 re -f -85.675 470.587 112.8 0.48 re -f -198.474 470.587 0.48 0.48 re -f -198.954 470.587 300.001 0.48 re -f -498.955 470.587 0.48 0.48 re -f -499.434 470.587 33.12 0.48 re -f -532.554 470.587 1.44 0.48 re -f -33.594 470.587 1.44 -43.44 re -f -85.194 427.147 0.481 43.44 re -f -198.474 427.147 0.48 43.44 re -f -498.955 427.147 0.48 43.44 re -f -532.554 470.587 1.44 -43.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 415.3871 Tm -(8814)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.303 -0.027 Td -[(angl)5(e )1(f)4(r)3(om)-5( r)3(ec)1(t)4(i)5(f)4(i)5(ed )1(t)4(o )]TJ -T* -[(ske)-1(w)-3( g)-1(r)2(i)4(d)]TJ -0 Tc 0 Tw 4.28 0 Td -( )Tj -0.007 Tc -0.003 Tw 8.504 1.162 Td -[(angl)5(e )1(at)4( )1(t)4(he )1(nat)4(ur)3(al)5( )1(or)3(i)5(gi)5(n )1(of)4( )1(an )1(obl)5(i)5(que )1(pr)3(oj)5(ec)1(t)4(i)5(on )1(t)4(hr)3(ough )1(w)-2(hi)5(c)1(h )1(t)4(he )]TJ -T* -[(nat)4(ur)3(al)5( )1(c)1(oor)3(d)-1(i)5(nat)4(e )1(r)3(ef)4(er)3(enc)1(e )1(s)1(y)1(s)1(t)4(em)-5( )1(i)5(s)1( )1(r)3(ot)4(at)4(ed )1(t)4(o )1(m)-5(ak)1(e )1(t)4(he )1(pr)3(oj)5(ec)1(t)4(i)5(on )]TJ -0 -1.189 TD -[(nor)3(t)4(h )1(ax)4(i)5(s)1( )1(par)2(al)5(l)5(el)5( )1(w)-2(i)5(t)4(h )1(t)4(r)3(ue )1(nor)3(t)4(h)]TJ -0 Tc 0 Tw 14.642 0 Td -( )Tj -0.007 Tc -0.007 Tw 19.196 2.378 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 426.667 1.44 0.48 re -f -35.034 426.667 50.16 0.48 re -f -85.194 426.667 0.481 0.48 re -f -85.675 426.667 112.8 0.48 re -f -198.474 426.667 0.48 0.48 re -f -198.954 426.667 300.001 0.48 re -f -498.955 426.667 0.48 0.48 re -f -499.434 426.667 33.12 0.48 re -f -532.554 426.667 1.44 0.48 re -f -33.594 426.667 1.44 -37.44 re -f -85.194 389.228 0.481 37.44 re -f -198.474 389.228 0.48 37.44 re -f -498.955 389.228 0.48 37.44 re -f -532.554 426.667 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 377.4671 Tm -(8815)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 0 Td -[(s)1(c)1(al)5(e f)4(ac)1(t)4(or)]TJ -0 Tc 0 Tw 5.182 0 Td -( )Tj -0.002 Tc 0.002 Tw 0.282 0 Td -[(o)-5(n)-5( )1(in)-5(it)-1(ia)-5(l )1(lin)-5(e)]TJ -0 Tc 0 Tw 5.576 0 Td -( )Tj -0.008 Tc -0.004 Tw 1.744 -0.027 Td -[(f)4(ac)1(t)4(or)3( by)1( w)-2(hi)5(c)1(h t)4(he m)-5(ap gr)3(i)5(d i)5(s)1( r)3(educ)1(ed or)3( enl)5(ar)3(ged dur)3(i)5(ng t)4(he pr)3(oj)5(ec)1(t)4(i)5(on )]TJ -0.007 Tc -0.003 Tw 0 -1.189 TD -[(pr)3(oc)1(es)1(s)1(,)4( )1(def)4(i)4(ned)-1( )1(by)1( )1(i)5(t)4(s)1( )1(val)5(ue )1(at)4( )1(t)4(he )1(pr)3(oj)5(ec)1(t)4(i)5(on )1(c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 23.379 0 Td -( )Tj -0.007 Tc -0.007 Tw 10.459 1.216 Td -[(sca)-1(l)4(e)]TJ -0 Tc 0 Tw ( )Tj -ET -33.594 388.747 1.44 0.481 re -f -35.034 388.747 50.16 0.481 re -f -85.194 388.747 0.481 0.481 re -f -85.675 388.747 112.8 0.481 re -f -198.474 388.747 0.48 0.481 re -f -198.954 388.747 300.001 0.481 re -f -498.955 388.747 0.48 0.481 re -f -499.434 388.747 33.12 0.481 re -f -532.554 388.747 1.44 0.481 re -f -33.594 388.747 1.44 -27.12 re -f -85.194 361.627 0.481 27.12 re -f -198.474 361.627 0.48 27.12 re -f -498.955 361.627 0.48 27.12 re -f -532.554 388.747 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 349.8671 Tm -(8816)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.303 -0.027 Td -[(eas)1(t)4(i)5(ng )1(at)4( )1(pr)3(oj)5(ec)1(t)4(i)5(on )]TJ -0.008 Tc -0.008 Tw 0 -1.162 TD -[(c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 2.817 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -2.817 -1.189 Td -[(\()3(f)4(al)5(s)1(e )1(eas)1(t)4(i)5(n)-1(g\))]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 12.784 2.378 Td -[(eas)1(t)4(i)5(ng )1(val)5(ue )1(as)1(s)1(i)5(gned )1(t)4(o )1(t)4(he )1(pr)3(oj)5(ec)1(t)4(i)5(on )1(c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 20.901 0 Td -( )Tj -0.008 Tc -0.008 Tw 12.937 0 Td -[(l)5(engt)]TJ -0 Tc 0 Tw 2.197 0 Td -(h)Tj -0.563 0 Td -( )Tj -ET -33.594 361.147 1.44 0.48 re -f -35.034 361.147 50.16 0.48 re -f -85.194 361.147 0.481 0.48 re -f -85.675 361.147 112.8 0.48 re -f -198.474 361.147 0.48 0.48 re -f -198.954 361.147 300.001 0.48 re -f -498.955 361.147 0.48 0.48 re -f -499.434 361.147 33.12 0.48 re -f -532.554 361.147 1.44 0.48 re -f -33.594 361.147 1.44 -37.44 re -f -85.194 323.707 0.481 37.44 re -f -198.474 323.707 0.48 37.44 re -f -498.955 323.707 0.48 37.44 re -f -532.554 361.147 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 311.9471 Tm -(8817)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.303 -0.027 Td -[(nor)3(t)4(hi)5(ng )1(at)4( )1(pr)3(oj)5(ec)1(t)4(i)5(on )]TJ -0.008 Tc -0.008 Tw T* -[(c)1(ent)4(r)3(e)]TJ -0 Tc 0 Tw 2.817 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -2.817 -1.189 Td -[(\()3(f)4(al)5(s)1(e )1(nor)3(t)4(hi)5(ng\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.759 0 Td -( )Tj -0.007 Tc -0.003 Tw 6.025 2.378 Td -[(nor)3(t)4(hi)5(ng )1(val)5(ue as)1(s)1(i)5(gned )1(t)4(o )1(t)4(he )1(pr)3(oj)5(ec)1(t)4(i)5(on c)1(e)-1(nt)4(r)3(e)]TJ -0 Tc 0 Tw 21.295 0 Td -( )Tj -0.008 Tc -0.008 Tw 12.542 0 Td -[(l)5(engt)4(h)]TJ -0 Tc 0 Tw 2.761 0 Td -( )Tj -ET -33.594 323.227 1.44 0.481 re -f -35.034 323.227 50.16 0.481 re -f -85.194 323.227 0.481 0.481 re -f -85.675 323.227 112.8 0.481 re -f -198.474 323.227 0.48 0.481 re -f -198.954 323.227 300.001 0.481 re -f -498.955 323.227 0.48 0.481 re -f -499.434 323.227 33.12 0.481 re -f -532.554 323.227 1.44 0.481 re -f -33.594 323.227 1.44 -37.44 re -f -85.194 285.787 0.481 37.44 re -f -198.474 285.787 0.48 37.44 re -f -498.955 285.787 0.48 37.44 re -f -532.554 323.227 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 273.7871 Tm -(8821)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(l)5(at)4(i)5(t)4(ude of)4( f)4(al)5(s)1(e or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 9.576 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -9.576 -1.162 Td -[(\()3(l)5(at)4(i)5(t)4(ude )1(of)3( )1(or)3(i)5(gi)5(n\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 7.829 0 Td -( )Tj -0.007 Tc -0.003 Tw 4.955 1.162 Td -[(geodet)4(i)5(c)1( )1(l)5(at)4(i)5(t)4(ud)-1(e )1(of)4( )1(t)4(he )1(poi)5(nt)4( )1(w)-2(hi)5(c)1(h )1(i)5(s)1( )1(not)4( )1(t)4(he )1(nat)4(u)-1(r)3(al)5( )1(or)3(i)5(gi)5(n )1(and )1(at)4( )1(w)-2(hi)5(c)1(h )]TJ -T* -[(gr)3(i)5(d )1(c)1(oor)3(di)5(nat)4(e )1(v)]TJ -7.493 0 Td -[(al)5(ues)1( )1(f)4(al)5(s)1(e )1(eas)1(t)4(i)5(ng )1(and )1(f)4(al)5(s)1(e )1(nor)3(t)4(hi)5(ng )1(ar)3(e )1(def)4(i)5(ned)]TJ -0 Tc 0 Tw 22.084 0 Td -( )Tj -0.007 Tc -0.007 Tw 4.261 1.189 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 285.307 1.44 0.48 re -f -35.034 285.307 50.16 0.48 re -f -85.194 285.307 0.481 0.48 re -f -85.675 285.307 112.8 0.48 re -f -198.474 285.307 0.48 0.48 re -f -198.954 285.307 300.001 0.48 re -f -498.955 285.307 0.48 0.48 re -f -499.434 285.307 33.12 0.48 re -f -532.554 285.307 1.44 0.48 re -f -33.594 285.307 1.44 -27.12 re -f -85.194 258.187 0.481 27.12 re -f -198.474 258.187 0.48 27.12 re -f -498.955 258.187 0.48 27.12 re -f -532.554 285.307 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 246.4271 Tm -(8822)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(l)5(ongi)5(t)4(ude of)4( f)4(al)5(s)1(e or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 10.422 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -10.422 -1.162 Td -[(\()3(l)5(ongi)5(t)4(ude )1(of)3( )1(or)3(i)5(gi)5(n\))]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 12.784 1.162 Td -[(geodet)4(i)5(c)1( )1(l)5(ongi)5(t)3(ude )1(of)4( )1(t)4(he )1(poi)5(nt)4( )1(w)-2(hi)5(c)1(h )1(i)5(s)1( )1(not)4( )1(t)4(he )1(nat)4(ur)3(al)5( )1(or)3(i)5(gi)5(n )1(and )1(at)4( )1(w)-2(hi)5(c)1(h )]TJ -T* -[(gr)3(i)5(d )1(c)1(oor)3(di)5(nat)4(e )1(val)5(ues)1( )1(f)4(al)5(s)1(e )1(eas)1(t)4(i)5(ng)]TJ -0 Tc 0 Tw 15.886 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(and )1(f)4(al)5(s)1(e )1(nor)3(t)4(h)-1(i)5(ng )1(ar)3(e )1(def)4(i)5(ned)]TJ -0 Tc 0 Tw 13.408 0 Td -( )Tj -0.007 Tc -0.007 Tw 4.261 1.189 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 257.707 1.44 0.481 re -f -35.034 257.707 50.16 0.481 re -f -85.194 257.707 0.481 0.481 re -f -85.675 257.707 112.8 0.481 re -f -198.474 257.707 0.48 0.481 re -f -198.954 257.707 300.001 0.481 re -f -498.955 257.707 0.48 0.481 re -f -499.434 257.707 33.12 0.481 re -f -532.554 257.707 1.44 0.481 re -f -33.594 257.707 1.44 -27.12 re -f -85.194 230.587 0.481 27.12 re -f -198.474 230.587 0.48 27.12 re -f -498.955 230.587 0.48 27.12 re -f -532.554 257.707 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 218.8271 Tm -(8823)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(l)5(at)4(i)5(t)4(ude of)4( 1s)1(t)4( s)1(t)4(andar)3(d )]TJ -0.007 Tc -0.007 Tw T* -[(par)3(al)5(l)5(el)]TJ -0 Tc 0 Tw 3.266 0 Td -( )Tj -0.007 Tc -0.003 Tw 9.517 1.162 Td -[(geodet)4(i)5(c)1( )1(l)5(at)4(i)5(t)4(ud)-1(e )1(of)4( )1(one )1(of)4( )1(t)4(he )1(par)3(al)5(l)5(el)5(s)1( )1(of)4( )1(i)5(nt)4(er)3(s)1(ec)1(t)4(i)5(on )1(of)4( )1(t)4(he )1(c)1(one )1(w)-2(i)5(t)4(h )1(t)4(he )]TJ -T* -[(el)5(l)5(i)5(ps)1(oi)5(d.)4( )1(I)4(t)4( )1(i)5(s)1( nor)3(m)-5(al)5(l)5(y)1( )1(but)4( )1(not)4( )1(nec)1(es)1(s)1(ar)3(i)5(l)5(y)1( )1(t)4(hat)4( )1(near)3(es)1(t)]TJ -0 Tc 0 Tw 24.278 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.282 0 Td -[(t)4(o t)4(he pol)5(e)]TJ -0 Tc 0 Tw 4.733 0 Td -( )Tj -0.007 Tc -0.003 Tw -29.293 -1.838 Td -[(S)-2(cal)4(e i)4(s t)3(r)3(ue al)4(ong t)3(hi)4(s par)3(al)4(l)4(el)4(.)]TJ -0 Tc 0 Tw 14.026 0 Td -( )Tj -0.007 Tc -0.007 Tw 19.812 3.027 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 230.107 1.44 0.48 re -f -35.034 230.107 50.16 0.48 re -f -85.194 230.107 0.481 0.48 re -f -85.675 230.107 112.8 0.48 re -f -198.474 230.107 0.48 0.48 re -f -198.954 230.107 300.001 0.48 re -f -498.955 230.107 0.48 0.48 re -f -499.434 230.107 33.12 0.48 re -f -532.554 230.107 1.44 0.48 re -f -33.594 230.107 1.44 -43.44 re -f -85.194 186.667 0.481 43.44 re -f -198.474 186.667 0.48 43.44 re -f -498.955 186.667 0.48 43.44 re -f -532.554 230.107 1.44 -43.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 174.9071 Tm -(8824)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.303 -0.027 Td -[(l)5(at)4(i)5(t)4(ude of)4( 2)]TJ -0.007 Tc -0.003 Tw 5.24 0 Td -[(nd )1(s)1(t)4(andar)3(d )]TJ --0.007 Tw -5.24 -1.162 Td -[(par)3(al)5(l)5(el)]TJ -0 Tc 0 Tw 3.266 0 Td -( )Tj -0.007 Tc -0.003 Tw 9.517 1.162 Td -[(geodet)4(i)5(c)1( )1(l)5(at)4(i)5(t)4(ud)-1(e )1(of)4( )1(one )1(of)4( )1(t)4(he )1(par)3(al)5(l)5(el)5(s)1( )1(at)4( )1(w)-2(hi)5(c)1(h)-1( )1(t)4(he )1(c)1(one )1(i)5(nt)4(er)3(s)1(ec)1(t)4(s)1( )1(w)-2(i)5(t)4(h )]TJ -0.008 Tc -0.004 Tw T* -[(t)4(he el)5(l)5(i)5(ps)1(oi)5(d.)4( I)4(t)4( i)5(s)1( nor)3(m)-5(al)5(l)5(y)1( but)4( not)4( nec)1(es)1(s)1(ar)3(i)]TJ -19.603 0 Td -[(l)5(y)1( t)4(hat)4( near)3(es)1(t)4( t)4(o t)4(he equat)4(or)]TJ -0 Tc 0 Tw 12.902 0 Td -( )Tj -0.007 Tc -0.003 Tw -32.505 -1.865 Td -[(S)-2(cal)4(e i)4(s t)3(r)3(ue al)4(ong t)3(hi)4(s par)3(al)4(l)4(el)4(.)]TJ -0 Tc 0 Tw 14.026 0 Td -( )Tj -0.007 Tc -0.007 Tw 19.812 3.054 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -33.594 186.187 1.44 0.48 re -f -35.034 186.187 50.16 0.48 re -f -85.194 186.187 0.481 0.48 re -f -85.675 186.187 112.8 0.48 re -f -198.474 186.187 0.48 0.48 re -f -198.954 186.187 300.001 0.48 re -f -498.955 186.187 0.48 0.48 re -f -499.434 186.187 33.12 0.48 re -f -532.554 186.187 1.44 0.48 re -f -33.594 186.187 1.44 -43.44 re -f -85.194 142.747 0.481 43.44 re -f -198.474 142.747 0.48 43.44 re -f -498.955 142.747 0.48 43.44 re -f -532.554 186.187 1.44 -43.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 130.9871 Tm -(8826)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.303 -0.027 Td -[(eas)1(t)4(i)5(ng )1(at)4( )1(f)4(al)4(s)1(e )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 9.576 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -9.576 -1.189 Td -[(\()3(f)4(al)5(s)1(e )1(eas)]TJ -0.008 Tc -0.008 Tw 4.393 0 Td -[(t)4(i)5(ng\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.971 0 Td -( )Tj -0.007 Tc -0.003 Tw 6.419 1.216 Td -[(eas)1(t)4(i)5(ng )1(val)5(ue )1(as)1(s)1(i)5(gned )1(t)4(o )1(t)4(he )1(f)4(al)5(s)1(e )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 18.31 0 Td -( )Tj -0.008 Tc -0.008 Tw 15.528 0 Td -[(l)5(engt)4(h)]TJ -0 Tc 0 Tw 2.761 0 Td -( )Tj -ET -33.594 142.268 1.44 0.48 re -f -35.034 142.268 50.16 0.48 re -f -85.194 142.268 0.481 0.48 re -f -85.675 142.268 112.8 0.48 re -f -198.474 142.268 0.48 0.48 re -f -198.954 142.268 300.001 0.48 re -f -498.955 142.268 0.48 0.48 re -f -499.434 142.268 33.12 0.48 re -f -532.554 142.268 1.44 0.48 re -f -33.594 142.267 1.44 -27.12 re -f -85.194 115.147 0.481 27.121 re -f -198.474 115.147 0.48 27.121 re -f -498.955 115.147 0.48 27.121 re -f -532.554 142.267 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 49.8616 103.3871 Tm -(8827)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 4.303 -0.027 Td -[(nor)3(t)4(hi)5(ng )1(at)4( )1(f)4(a)-1(l)5(s)1(e )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 9.971 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -9.971 -1.162 Td -[(\()3(f)4(al)5(s)1(e )1(nor)3(t)4(hi)5(ng\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.759 0 Td -( )Tj -0.007 Tc -0.003 Tw 6.025 1.189 Td -[(nor)3(t)4(hi)5(ng )1(val)5(ue as)1(s)1(i)5(gned )1(t)4(o )1(t)4(he )1(f)4(al)5(s)1(e )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 18.704 0 Td -( )Tj -0.008 Tc -0.008 Tw 15.134 0 Td -[(l)5(engt)4(h)]TJ -0 Tc 0 Tw 2.761 0 Td -( )Tj -ET -33.594 114.667 1.44 0.48 re -f -35.034 114.667 50.16 0.48 re -f -85.194 114.667 0.481 0.48 re -f -85.675 114.667 112.8 0.48 re -f -198.474 114.667 0.48 0.48 re -f -198.954 114.667 300.001 0.48 re -f -498.955 114.667 0.48 0.48 re -f -499.434 114.667 33.12 0.48 re -f -532.554 114.667 1.44 0.48 re -f -33.594 114.667 1.44 -27.12 re -f -33.594 87.547 1.44 -1.44 re -f -33.594 87.547 1.44 -1.44 re -f -35.034 87.547 50.16 -1.44 re -f -85.194 87.548 0.481 27.12 re -f -85.194 87.547 1.44 -1.44 re -f -86.634 87.547 111.84 -1.44 re -f -198.474 87.548 0.48 27.12 re -f -198.474 87.547 1.44 -1.44 re -f -199.914 87.547 299.04 -1.44 re -f -498.955 87.548 0.48 27.12 re -f -498.954 87.547 1.44 -1.44 re -f -500.394 87.547 32.16 -1.44 re -f -532.554 114.667 1.44 -27.12 re -f -532.554 87.547 1.44 -1.44 re -f -532.554 87.547 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 76.9871 Tm -( )Tj -ET - endstream endobj 73 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(81)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 747.5471 Tm -(E.2)Tj -( )Tj -2.083 0 Td -[(M)1(ap projection methods)]TJ -( )Tj -/TT1 1 Tf -0.009 Tc 0.11 Tw 9.84 0 0 9.84 71.0342 723.5471 Tm -[(C)-3(om)-6(m)-6(onl)5(y)1( enc)1(ount)4(er)3(ed )]TJ -0.008 Tc 0.111 Tw 11.3 0 Td -[(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on m)-6(et)4(hods )1(ar)3(e )1(gi)5(v)-1(en )1(i)4(n )]TJ -0.009 Tc -0.009 Tw 17.348 0 Td -[(T)-1(abl)5(e)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.11 Tw 2.938 0 Td -[(E)-2(.)4(2.)4( T)-1(he par)3(am)-6(et)4(er)3(s)1( r)3(equi)5(r)3(ed by)1( t)4(hes)1(e )]TJ -0.008 Tc -0.003 Tw -31.586 -1.171 Td -[(m)-6(et)4(hods )1(ar)3(e )1(gi)4(v)-1(en )1(i)5(n )1(E)-2(.)4(3.)]TJ -0 Tc 0 Tw 11.525 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 4.358 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(E)Tj -0.678 0 Td -(.)Tj -0.282 0 Td -(2)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)1( )1(m)-5(e)2(t)5(h)1(o)1(d)1(s)]TJ -0 Tc 0 Tw 11.744 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 81.7315 655.8671 Tm -[(C)-2(oor)2(di)4(nat)3(e oper)2(at)3(i)4(on m)-4(et)3(hod )]TJ -0.007 Tc -0.007 Tw 5.771 -1.162 Td -[(n)-1(am)-5(e)]TJ -0 Tc 0 Tw 2.647 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.568 0.595 Td -[(M)-2(e)1(t)4(hod na)]TJ -0.007 Tc -0.003 Tw [(m)-5(e al)3(i)3(as\()3(es\))]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 13.282 1.162 Td -[(EPSG)-2( )]TJ -0.008 Tc -0.008 Tw -0.393 -1.162 Td -[(M)-2(e)1(t)4(hod )]TJ -0.009 Tc -0.009 Tw 0.618 -1.189 Td -[(c)2(o)1(d)1(e)]TJ -0 Tc 0 Tw 2.365 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.45 2.351 Td -[(C)-2(odes of)3( par)2(am)-4(et)3(er)2(s used by t)3(hi)4(s )]TJ --0.008 Tw 6.308 -1.162 Td -[(m)-4(e)1(t)4(hod)]TJ -0 Tc 0 Tw 3.66 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw -4.674 -1.189 Td -[(\()3(r)3(ef)4(er)3( )1(t)4(o )1(E)-3(.)4(3\))]TJ -/TT0 1 Tf -0 Tc 0 Tw 5.689 0 Td -( )Tj -ET -67.434 674.107 1.44 -1.44 re -f -67.434 674.107 1.44 -1.44 re -f -68.874 674.107 152.16 -1.44 re -f -221.034 674.107 1.44 -1.44 re -f -222.474 674.107 117.6 -1.44 re -f -340.074 674.107 1.44 -1.44 re -f -341.514 674.107 43.92 -1.44 re -f -385.434 674.107 1.44 -1.44 re -f -386.874 674.107 179.52 -1.44 re -f -566.394 674.107 1.44 -1.44 re -f -566.394 674.107 1.44 -1.44 re -f -67.434 672.667 1.44 -37.44 re -f -221.035 635.227 0.48 37.44 re -f -340.074 635.227 0.481 37.44 re -f -385.434 635.227 0.481 37.44 re -f -566.394 672.667 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 622.5071 Tm -[(A)-2(l)4(ber)3(s E)-2(qual)4( A)-2(r)3(ea)]TJ -0 Tc 0 Tw 8.168 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 9.076 0 Td -[(A)-2(l)4(ber)3(s)]TJ -0 Tc 0 Tw 2.872 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 10.533 0 Td -(9822)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8821,)4( )1(8822,)4( )1(8823.)4( 8824,)4( )1(8826,)4( )1(8827)]TJ -0 Tc 0 Tw 16.342 0 Td -( )Tj -ET -67.434 635.227 1.44 -1.44 re -f -68.874 635.227 152.16 -1.44 re -f -221.034 635.227 1.44 -1.44 re -f -222.474 635.227 117.6 -1.44 re -f -340.074 635.227 1.44 -1.44 re -f -341.514 635.227 43.92 -1.44 re -f -385.434 635.227 1.44 -1.44 re -f -386.874 635.227 179.52 -1.44 re -f -566.394 635.227 1.44 -1.44 re -f -67.434 633.787 1.44 -16.56 re -f -221.035 617.227 0.48 16.56 re -f -340.074 617.227 0.481 16.56 re -f -385.434 617.227 0.481 16.56 re -f -566.394 633.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 605.4671 Tm -[(A)-2(m)-5(er)3(i)4(can P)-2(ol)4(yconi)4(c)]TJ -0 Tc 0 Tw 8.899 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 8.344 0 Td -[(P)-2(ol)4(yconi)4(c)]TJ -0 Tc 0 Tw 4.337 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 9.069 0 Td -(9818)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802,)4( )1(8806,)4( 8807)]TJ -0 Tc 0 Tw 10.707 0 Td -( )Tj -ET -67.434 616.747 1.44 0.48 re -f -68.874 616.747 152.16 0.48 re -f -221.035 616.747 0.48 0.48 re -f -221.514 616.747 118.56 0.48 re -f -340.074 616.747 0.481 0.48 re -f -340.555 616.747 44.879 0.48 re -f -385.434 616.747 0.481 0.48 re -f -385.915 616.747 180.48 0.48 re -f -566.394 616.747 1.44 0.48 re -f -67.434 616.747 1.44 -16.56 re -f -221.035 600.187 0.48 16.56 re -f -340.074 600.187 0.481 16.56 re -f -385.434 600.187 0.481 16.56 re -f -566.394 616.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 71.0342 588.4271 Tm -[(C)-3(a)-1(ssi)4(n)-1(i)]TJ -0 Tc 0 Tw 3.322 0 Td -(-)Tj -0.007 Tc -0.007 Tw 0.337 0 Td -[(S)-2(ol)4(dner)]TJ -0 Tc 0 Tw 3.492 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 10.091 0 Td -[(C)-3(a)-1(ssi)4(n)-1(i)]TJ -0 Tc 0 Tw 3.322 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 10.083 0 Td -(9806)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802,)4( )1(8806,)]TJ -0 Tc 0 Tw 8.171 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.282 0 Td -(8807)Tj -0 Tc 0 Tw ( )Tj -ET -67.434 599.707 1.44 0.481 re -f -68.874 599.707 152.16 0.481 re -f -221.035 599.707 0.48 0.481 re -f -221.514 599.707 118.56 0.481 re -f -340.074 599.707 0.481 0.481 re -f -340.555 599.707 44.879 0.481 re -f -385.434 599.707 0.481 0.481 re -f -385.915 599.707 180.48 0.481 re -f -566.394 599.707 1.44 0.481 re -f -67.434 599.707 1.44 -16.56 re -f -221.035 583.147 0.48 16.56 re -f -340.074 583.147 0.481 16.56 re -f -385.434 583.147 0.481 16.56 re -f -566.394 599.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 571.3871 Tm -[(H)-2(ot)4(i)5(ne O)-3(bl)5(i)5(que M)-4(er)3(c)1(at)4(or)3( \()3(var)3(i)5(ant)4( A)-1(\))]TJ -0 Tc 0 Tw 15.94 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.004 Tw 1.303 0 Td -[(R)-2(ec)1(t)4(i)5(f)4(i)5(ed s)1(k)1(ew)-4( or)3(t)4(hom)-5(or)3(phi)5(c)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.731 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.674 0 Td -(9812)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8811,)4( )1(8812,)4( )1(8813,)4( 8814,)4( )1(8815,)4( )1(8806,)4( )1(8807)]TJ -0 Tc 0 Tw 19.159 0 Td -( )Tj -ET -67.434 582.667 1.44 0.48 re -f -68.874 582.667 152.16 0.48 re -f -221.035 582.667 0.48 0.48 re -f -221.514 582.667 118.56 0.48 re -f -340.074 582.667 0.481 0.48 re -f -340.555 582.667 44.879 0.48 re -f -385.434 582.667 0.481 0.48 re -f -385.915 582.667 180.48 0.48 re -f -566.394 582.667 1.44 0.48 re -f -67.434 582.667 1.44 -16.56 re -f -221.035 566.107 0.48 16.56 re -f -340.074 566.107 0.481 16.56 re -f -385.434 566.107 0.481 16.56 re -f -566.394 582.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 554.3471 Tm -[(H)-2(ot)4(i)5(ne O)-3(bl)5(i)5(que M)-4(er)3(c)1(at)4(or)3( \()3(var)3(i)5(ant)4( B)-1(\))]TJ -0 Tc 0 Tw 15.94 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.004 Tw 1.303 0 Td -[(R)-2(ec)1(t)4(i)5(f)4(i)5(ed s)1(k)1(ew)-4( or)3(t)4(hom)-5(or)3(phi)5(c)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.731 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.674 0 Td -(9815)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8811,)4( )1(8812,)4( )1(8813,)4( 8814,)4( )1(8815,)4( )1(8816,)4( )1(8817)]TJ -0 Tc 0 Tw 19.159 0 Td -( )Tj -ET -67.434 565.628 1.44 0.48 re -f -68.874 565.628 152.16 0.48 re -f -221.035 565.628 0.48 0.48 re -f -221.514 565.628 118.56 0.48 re -f -340.074 565.628 0.481 0.48 re -f -340.555 565.628 44.879 0.48 re -f -385.434 565.628 0.481 0.48 re -f -385.915 565.628 180.48 0.48 re -f -566.394 565.628 1.44 0.48 re -f -67.434 565.627 1.44 -16.56 re -f -221.035 549.068 0.48 16.56 re -f -340.074 549.068 0.481 16.56 re -f -385.434 549.068 0.481 16.56 re -f -566.394 565.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 537.3071 Tm -[(Lam)-5(ber)3(t)4( A)-2(z)1(i)5(m)-5(ut)4(hal)5( )1(E)-2(qual)5( )1(A)-2(r)3(e)]TJ -0 Tc 0 Tw 13.182 0 Td -(a)Tj -0.564 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw 3.497 -0.027 Td -[(Lam)-5(ber)3(t)4( )1(E)-2(qua)-1(l)5( )1(A)-3(r)3(ea)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 0 -1.162 TD -[(L)3(A)1(E)1(A)]TJ -/TT1 1 Tf -0 Tc 0 Tw 2.592 0 Td -( )Tj -0.007 Tc -0.007 Tw 10.814 1.189 Td -(9820)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802,)4( )1(8806,)4( 8807)]TJ -0 Tc 0 Tw 10.707 0 Td -( )Tj -ET -67.434 548.587 1.44 0.481 re -f -68.874 548.587 152.16 0.481 re -f -221.035 548.587 0.48 0.481 re -f -221.514 548.587 118.56 0.481 re -f -340.074 548.587 0.481 0.481 re -f -340.555 548.587 44.879 0.481 re -f -385.434 548.587 0.481 0.481 re -f -385.915 548.587 180.48 0.481 re -f -566.394 548.587 1.44 0.481 re -f -67.434 548.587 1.44 -26.88 re -f -221.035 521.707 0.48 26.879 re -f -340.074 521.707 0.481 26.879 re -f -385.434 521.707 0.481 26.879 re -f -566.394 548.587 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 509.9471 Tm -[(Lam)-5(ber)3(t)4( C)-2(oni)5(c)1( )1(C)-2(onf)4(or)3(m)-5(al)5( )1(\()3(1S)-2(P)-2(\))]TJ -0 Tc 0 Tw 14.42 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw 2.823 -0.027 Td -[(Lam)-5(ber)3(t)4( )1(C)-2(oni)5(c)1( C)-2(onf)4(or)3(m)-5(al)]TJ -0 Tc 0 Tw 11.548 0 Td -( )Tj -0.007 Tc -0.007 Tw -11.548 -1.162 Td -[(LC)-2(C)]TJ -/TT1 1 Tf -0 Tc 0 Tw 2.027 0 Td -( )Tj -0.007 Tc -0.007 Tw 11.378 1.189 Td -(9801)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802,)4( )1(8805,)4( 8806,)4( )1(8807)]TJ -0 Tc 0 Tw 13.524 0 Td -( )Tj -ET -67.434 521.227 1.44 0.481 re -f -68.874 521.227 152.16 0.481 re -f -221.035 521.227 0.48 0.481 re -f -221.514 521.227 118.56 0.481 re -f -340.074 521.227 0.481 0.481 re -f -340.555 521.227 44.879 0.481 re -f -385.434 521.227 0.481 0.481 re -f -385.915 521.227 180.48 0.481 re -f -566.394 521.227 1.44 0.481 re -f -67.434 521.227 1.44 -27.12 re -f -221.035 494.107 0.48 27.12 re -f -340.074 494.107 0.481 27.12 re -f -385.434 494.107 0.481 27.12 re -f -566.394 521.227 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 482.3471 Tm -[(Lam)-5(ber)3(t)4( C)-2(oni)5(c)1( )1(C)-2(onf)4(or)3(m)-5(al)5( )1(\()3(2S)-2(P)-2(\))]TJ -0 Tc 0 Tw 14.42 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw 2.823 -0.027 Td -[(Lam)-5(ber)3(t)4( )1(C)-2(oni)5(c)1( C)-2(onf)4(or)3(m)-5(al)]TJ -0 Tc 0 Tw 11.548 0 Td -( )Tj -0.007 Tc -0.007 Tw -11.548 -1.162 Td -[(LC)-2(C)]TJ -/TT1 1 Tf -0 Tc 0 Tw 2.027 0 Td -( )Tj -0.007 Tc -0.007 Tw 11.378 1.189 Td -(9802)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8821,)4( )1(8822,)4( )1(8823.)4( 8824,)4( )1(8826,)4( )1(8827)]TJ -0 Tc 0 Tw 16.342 0 Td -( )Tj -ET -67.434 493.628 1.44 0.48 re -f -68.874 493.628 152.16 0.48 re -f -221.035 493.628 0.48 0.48 re -f -221.514 493.628 118.56 0.48 re -f -340.074 493.628 0.481 0.48 re -f -340.555 493.628 44.879 0.48 re -f -385.434 493.628 0.481 0.48 re -f -385.915 493.628 180.48 0.48 re -f -566.394 493.628 1.44 0.48 re -f -67.434 493.627 1.44 -26.88 re -f -221.035 466.747 0.48 26.88 re -f -340.074 466.747 0.481 26.88 re -f -385.434 466.747 0.481 26.88 re -f -566.394 493.627 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 71.0342 454.9871 Tm -[(M)-4(er)3(cat)3(or)3( )]TJ --0.003 Tw 4.28 0 Td -[(\()3(var)3(i)5(ant)4( )1(A)-2(\))]TJ -0 Tc 0 Tw 4.675 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 8.288 0 Td -[(M)-8(er)3(c)1(at)4(or)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.002 0 Td -( )Tj -0.007 Tc -0.007 Tw 9.403 0 Td -(9804)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802,)4( )1(8805,)4( 8806,)4( )1(8807)]TJ -0 Tc 0 Tw 13.524 0 Td -( )Tj -ET -67.434 466.267 1.44 0.48 re -f -68.874 466.267 152.16 0.48 re -f -221.035 466.267 0.48 0.48 re -f -221.514 466.267 118.56 0.48 re -f -340.074 466.267 0.481 0.48 re -f -340.555 466.267 44.879 0.48 re -f -385.434 466.267 0.481 0.48 re -f -385.915 466.267 180.48 0.48 re -f -566.394 466.267 1.44 0.48 re -f -67.434 466.267 1.44 -16.56 re -f -221.035 449.707 0.48 16.56 re -f -340.074 449.707 0.481 16.56 re -f -385.434 449.707 0.481 16.56 re -f -566.394 466.267 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 437.9471 Tm -[(M)-4(er)3(cat)3(or)3( \()3(var)3(i)4(ant)3( B)-2(\))]TJ -0 Tc 0 Tw 8.955 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 8.288 0 Td -[(M)-8(er)3(c)1(at)4(or)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.002 0 Td -( )Tj -0.007 Tc -0.007 Tw 9.403 0 Td -(9805)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8823,)4( )1(8802,)4( )1(8806,)4( 8807)]TJ -0 Tc 0 Tw 10.707 0 Td -( )Tj -ET -67.434 449.227 1.44 0.481 re -f -68.874 449.227 152.16 0.481 re -f -221.035 449.227 0.48 0.481 re -f -221.514 449.227 118.56 0.481 re -f -340.074 449.227 0.481 0.481 re -f -340.555 449.227 44.879 0.481 re -f -385.434 449.227 0.481 0.481 re -f -385.915 449.227 180.48 0.481 re -f -566.394 449.227 1.44 0.481 re -f -67.434 449.227 1.44 -16.56 re -f -221.035 432.667 0.48 16.56 re -f -340.074 432.667 0.481 16.56 re -f -385.434 432.667 0.481 16.56 re -f -566.394 449.227 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 420.9071 Tm -[(O)-3(bl)5(i)5(que )1(s)1(t)4(er)3(eogr)3(aphi)5(c)]TJ -0 Tc 0 Tw 9.914 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.004 Tw 7.329 0 Td -[(D)-2(oubl)5(e s)1(t)4(er)3(eogr)3(aphi)5(c)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.632 0 Td -( )Tj -0.007 Tc -0.007 Tw 3.773 0 Td -(9809)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802,)4( )1(8805,)4( 8806,)4( )1(8807)]TJ -0 Tc 0 Tw 13.524 0 Td -( )Tj -ET -67.434 432.187 1.44 0.48 re -f -68.874 432.187 152.16 0.48 re -f -221.035 432.187 0.48 0.48 re -f -221.514 432.187 118.56 0.48 re -f -340.074 432.187 0.481 0.48 re -f -340.555 432.187 44.879 0.48 re -f -385.434 432.187 0.481 0.48 re -f -385.915 432.187 180.48 0.48 re -f -566.394 432.187 1.44 0.48 re -f -67.434 432.187 1.44 -16.56 re -f -221.035 415.627 0.48 16.56 re -f -340.074 415.627 0.481 16.56 re -f -385.434 415.627 0.481 16.56 re -f -566.394 432.187 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 403.8671 Tm -[(T)-1(r)3(ansver)3(se M)-4(er)3(cat)3(or)]TJ -0 Tc 0 Tw 9.349 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 7.894 -0.027 Td -[(G)-3(aus)1(s)]TJ -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 3.267 0 Td -[(B)-2(oaga)]TJ -0 Tc 0 Tw 2.93 0 Td -( )Tj -0.007 Tc -0.007 Tw -6.197 -1.162 Td -[(G)-3(aus)1(s)]TJ -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 3.267 0 Td -[(K)-2(r)3(\374ger)]TJ -0 Tc 0 Tw 3.041 0 Td -( )Tj -0.008 Tc -0.008 Tw -6.308 -1.189 Td -(TM)Tj -/TT1 1 Tf -0 Tc 0 Tw 1.468 0 Td -( )Tj -0.007 Tc -0.007 Tw 11.938 2.378 Td -(9807)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802)]TJ -0.008 Tc -0.004 Tw 5.072 0 Td -[(,)4( 8805,)4( 8806,)4( 8807)]TJ -0 Tc 0 Tw 8.453 0 Td -( )Tj -ET -67.434 415.147 1.44 0.48 re -f -68.874 415.147 152.16 0.48 re -f -221.035 415.147 0.48 0.48 re -f -221.514 415.147 118.56 0.48 re -f -340.074 415.147 0.481 0.48 re -f -340.555 415.147 44.879 0.48 re -f -385.434 415.147 0.481 0.48 re -f -385.915 415.147 180.48 0.48 re -f -566.394 415.147 1.44 0.48 re -f -67.434 415.147 1.44 -37.44 re -f -221.035 377.707 0.48 37.44 re -f -340.074 377.707 0.481 37.44 re -f -385.434 377.707 0.481 37.44 re -f -566.394 415.147 1.44 -37.44 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 365.7071 Tm -[(T)-1(r)3(ansver)3(se M)-4(er)3(cat)3(or)3( \()3(S)-2(out)3(h )]TJ --0.007 Tw 0 -1.162 TD -[(O)-3(r)3(i)5(ent)4(at)4(ed\))]TJ -0 Tc 0 Tw 5.069 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw 12.174 1.189 Td -[(G)-3(aus)1(s)]TJ -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.267 0 Td -[(C)-2(onf)4(or)3(m)]TJ -/TT1 1 Tf -0 Tc 0 Tw 3.887 0 Td -( )Tj -0.007 Tc -0.007 Tw 6.252 0 Td -(9808)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 5.108 0 Td -[(8801,)4( )1(8802,)4( )1(8805,)4( 8806,)4( )1(8807)]TJ -0 Tc 0 Tw 13.524 0 Td -( )Tj -ET -67.434 377.227 1.44 0.481 re -f -68.874 377.227 152.16 0.481 re -f -221.035 377.227 0.48 0.481 re -f -221.514 377.227 118.56 0.481 re -f -340.074 377.227 0.481 0.481 re -f -340.555 377.227 44.879 0.481 re -f -385.434 377.227 0.481 0.481 re -f -385.915 377.227 180.48 0.481 re -f -566.394 377.227 1.44 0.481 re -f -67.434 377.227 1.44 -27.12 re -f -67.434 350.107 1.44 -1.44 re -f -67.434 350.107 1.44 -1.44 re -f -68.874 350.107 152.16 -1.44 re -f -221.035 350.107 0.48 27.12 re -f -221.034 350.107 1.44 -1.44 re -f -222.474 350.107 117.6 -1.44 re -f -340.074 350.107 0.481 27.12 re -f -340.074 350.107 1.44 -1.44 re -f -341.514 350.107 43.92 -1.44 re -f -385.434 350.107 0.481 27.12 re -f -385.434 350.107 1.44 -1.44 re -f -386.874 350.107 179.52 -1.44 re -f -566.394 377.227 1.44 -27.12 re -f -566.394 350.107 1.44 -1.44 re -f -566.394 350.107 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 339.5471 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 300.9071 Tm -(E.3)Tj -( )Tj -2.083 0 Td -[(M)1(ap projection parameters)]TJ -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 277.1471 Tm -[(T)-1(he par)3(am)-6(et)4(er)3(s)1( r)3(equi)5(r)3(ed by)1( t)4(he m)-6(ap pr)3(oj)5(ec)1(t)4(i)5(on m)-6(et)4(hods)1( gi)5(ven i)5(n E)-2(.)4(2 ar)3(e des)1(c)1(r)3(i)5(bed i)5(n )]TJ --0.009 Tw 38.751 0 Td -[(T)-1(abl)5(e)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 2.824 0 Td -[(E)-6(.3)-4(.)]TJ -0 Tc 0 Tw 1.808 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -28.122 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(E)Tj -0.678 0 Td -(.)Tj -0.282 0 Td -(3)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.282 0 Td -[(M)-4(ap)-1( )1(p)-1(r)2(o)-1(j)4(ect)3(i)4(o)-1(n)-1( )1(p)-1(ar)2(am)-7(et)3(er)2(s)]TJ -0 Tc 0 Tw 12.987 0 Td -( )Tj -0.007 Tc -0.007 Tw 8.88 0 0 8.88 71.7 220.9871 Tm -[(P)-2(ar)2(am)-5(et)3(er)2( )]TJ -0.009 Tc -0.009 Tw 1.296 -1.189 Td -[(c)2(o)1(d)1(e)]TJ -0 Tc 0 Tw 2.365 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.961 1.784 Td -[(C)-2(oor)2(di)4(nat)3(e oper)2(at)3(i)4(on )]TJ -0.007 Tc -0.003 Tw 1.21 -1.189 Td -[(p)-1(ar)2(am)-5(et)3(er)2( n)-1(am)-5(e)]TJ -0 Tc 0 Tw 7.829 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.007 Tw -6.167 -1.162 Td -[(\()3(al)5(i)5(as)1(\()3(es\))3(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.504 0 Td -( )Tj -/TT0 1 Tf -0.007 Tc -0.003 Tw 15.689 1.189 Td -[(P)-2(ar)2(am)-5(et)3(er)2( d)-1(escr)2(i)3(p)-1(t)3(i)3(o)-1(n)]TJ -0 Tc 0 Tw 10.701 0 Td -( )Tj -0.004 Tc -0.004 Tw 12.523 0.568 Td -[(U)-6(n)-4(it)-1( )]TJ -0.005 Tc -0.005 Tw -0.057 -1.189 Td -[(t)1(y)-2(p)-3(e)]TJ -0 Tc 0 Tw 2.084 0 Td -( )Tj -ET -67.434 239.227 1.44 -1.44 re -f -67.434 239.227 1.44 -1.44 re -f -68.874 239.227 50.16 -1.44 re -f -119.034 239.227 1.44 -1.44 re -f -120.474 239.227 111.84 -1.44 re -f -232.314 239.227 1.44 -1.44 re -f -233.754 239.227 299.04 -1.44 re -f -532.794 239.227 1.44 -1.44 re -f -534.234 239.227 32.16 -1.44 re -f -566.394 239.227 1.44 -1.44 re -f -566.394 239.227 1.44 -1.44 re -f -67.434 237.787 1.44 -37.68 re -f -119.034 200.107 0.481 37.68 re -f -232.314 200.107 0.48 37.68 re -f -532.795 200.107 0.48 37.68 re -f -566.394 237.787 1.44 -37.68 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 83.7015 187.3871 Tm -(8801)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 4.33 -0.027 Td -[(l)5(at)4(i)5(t)4(ude of)4( nat)4(ur)3(al)5( or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 10.534 0 Td -( )Tj -/TT2 1 Tf -0.007 Tc -0.003 Tw -10.534 -1.162 Td -[(\()3(l)5(at)4(i)5(t)4(ude )1(of)4( )1(or)3(i)5(gi)5(n\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 7.829 0 Td -( )Tj -0.007 Tc -0.003 Tw 4.928 1.162 Td -[(geodet)4(i)5(c)1( )1(l)5(at)4(i)5(t)4(ud)-1(e )1(of)4( )1(t)]TJ -[(he )1(poi)5(nt)4( f)4(r)3(om)-5( )1(w)-2(hi)5(c)1(h )1(t)4(he )1(val)5(ues)1( )1(of)4( )1(bot)4(h )1(t)4(he )]TJ -T* -[(geogr)3(aphi)5(c)1(al)5( c)1(oor)3(di)5(nat)4(es)1( )1(on )1(t)4(he )1(el)5(l)5(i)5(ps)1(oi)5(d)-1( )1(and )1(t)4(he )1(gr)3(i)5(d )1(c)1(oor)3(di)5(nat)4(es)1( )1(on )1(t)4(h)-1(e )]TJ -0 -1.189 TD -[(pr)3(oj)5(ec)1(t)4(i)5(on )1(ar)2(e )1(deem)-5(ed )1(t)4(o )1(i)5(nc)1(r)3(em)-5(ent)4( )1(or)3( )1(dec)1(r)3(e)]TJ -19.942 0 Td -[(m)-5(ent)4( )1(f)4(or)3( )1(c)1(om)-5(put)4(at)4(i)4(onal)4( )]TJ --0.007 Tw -19.942 -1.189 Td -[(pur)3(pos)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 0 -1.865 TD -[(A)-2(l)4(t)3(er)3(nat)3(i)4(v)-1(el)4(y:)3( geodet)3(i)4(c l)4(at)3(i)4(t)3(ude of)3( t)3(he poi)4(nt)3( w)-3(hi)4(ch i)4(n t)3(he absen)]TJ -0.008 Tc -0.004 Tw 27.436 0 Td -[(c)1(e of)4( )]TJ -0.007 Tc -0.003 Tw -27.436 -1.162 Td -[(appl)5(i)5(c)1(at)4(i)5(on )1(of)4( )1(f)4(al)5(s)1(e )1(c)1(oor)3(di)5(nat)4(es)1( )1(has)1( )1(gr)3(i)5(d )1(c)1(o)-1(or)3(di)5(nat)4(es)1( )1(of)4( )1(\()3(0,)4(0\))]TJ -0 Tc 0 Tw 26.814 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.007 Tc -0.007 Tw 6.769 6.595 Td -[(angl)5(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -ET -67.434 200.107 1.44 -1.44 re -f -68.874 200.107 50.16 -1.44 re -f -119.034 200.107 1.44 -1.44 re -f -120.474 200.107 111.84 -1.44 re -f -232.314 200.107 1.44 -1.44 re -f -233.754 200.107 299.04 -1.44 re -f -532.794 200.107 1.44 -1.44 re -f -534.234 200.107 32.16 -1.44 re -f -566.394 200.107 1.44 -1.44 re -f -67.434 198.667 1.44 -75.12 re -f -67.434 123.547 1.44 -1.44 re -f -67.434 123.547 1.44 -1.44 re -f -68.874 123.547 50.16 -1.44 re -f -119.034 123.548 0.481 75.119 re -f -119.034 123.547 1.44 -1.44 re -f -120.474 123.547 111.84 -1.44 re -f -232.314 123.548 0.48 75.119 re -f -232.314 123.547 1.44 -1.44 re -f -233.754 123.547 299.04 -1.44 re -f -532.795 123.548 0.48 75.119 re -f -532.794 123.547 1.44 -1.44 re -f -534.234 123.547 32.16 -1.44 re -f -566.394 198.667 1.44 -75.12 re -f -566.394 123.547 1.44 -1.44 re -f -566.394 123.547 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 112.9871 Tm -( )Tj -ET - endstream endobj 62 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 63 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 64 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 65 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text/ImageC]/XObject<>>>/Type/Page>> endobj 66 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 105 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(80)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.003 Tc -0.003 Tw 13.92 0 0 13.92 252.9876 745.8671 Tm -[(A)-1(nnex)]TJ -0 Tc 0 Tw 3.074 0 Td -( )Tj -0.28 0 Td -(E)Tj -/TT1 1 Tf -0.671 0 Td -( )Tj -0.002 Tc -0.002 Tw -4.807 -1.103 Td -[(\(i)1(n)-1(fo)-1(rm)-4(a)-1(ti)1(v)-2(e)-1(\))]TJ -0 Tc 0 Tw 5.59 0 Td -( )Tj --2.795 -1.121 Td -( )Tj -/TT0 1 Tf -0.002 Tc -14.475 -1.103 Td -[(Id)-2(e)-2(n)-2(tifie)-2(r)-1(s)-2( fo)-2(r)-1( c)-2(o)-2(o)-2(r)-1(d)-2(in)-2(a)-2(te)-2( o)-2(p)-2(e)-1(r)-1(a)-2(tio)-2(n)-1( m)-4(e)-2(t)1(h)-2(o)-2(d)-2(s)-2( a)-2(n)-2(d)-2( p)-2(a)-2(r)-1(a)-2(m)-4(e)-2(te)-2(r)-1(s)]TJ -/TT1 1 Tf -0 Tc 28.949 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 634.0271 Tm -(E.1)Tj -( )Tj -2.083 0 Td -(Introduction)Tj -( )Tj -/TT1 1 Tf -0.009 Tc 0.041 Tw 9.84 0 0 9.84 37.1944 610.0271 Tm -[(T)-1(o f)4(ac)1(i)5(l)5(i)5(t)4(at)4(e i)5(nt)4(er)3(oper)3(abi)5(l)5(i)5(t)4(y)1(,)4( t)4(he s)1(endi)5(ng and r)3(ec)1(ei)5(vi)5(ng appl)5(i)5(c)1(at)4(i)5(ons)1( need t)4(o have a c)1(om)-6(m)-6(on under)3(s)1(t)4(andi)5(ng of)4( )]TJ -0.219 Tw 0 -1.171 TD -[(t)5(he )1(s)1(em)-5(ant)5(i)6(c)1(s)1( )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )1(oper)]TJ -0.218 Tw 15.633 0 Td -[(at)5(i)5(on m)-6(et)5(hods)1( and par)4(am)-6(et)5(er)4(s)1(.)5( P)-2(r)4(evi)5(ous)1( C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(ons)1( us)1(ed )]TJ -0.049 Tw -15.633 -1.171 Td -[(nam)-6(e s)1(t)5(r)4(i)5(ngs)1( as)1( i)5(dent)5(i)5(f)5(i)5(er)4(s)1( as)1( t)5(he bas)1(i)5(s)1( f)5(or)4( t)5(hi)5(s)1( under)4(s)1(t)5(andi)5(ng.)5( N)-3(am)-6(es)1( ar)4(e of)5(t)5(en not)5( good enough.)5( T)-1(he s)1(am)-6(e )]TJ -0.102 Tw T* -[(nam)-6(e,)5( f)5(or)4( ex)4(am)-6(pl)5(e ")3(S)-2(t)5(er)4(eogr)4(aphi)5(c)1(")3( [)5(m)-6(ap pr)4(oj)5(ec)1(t)5(i)5(on])5(,)5( m)-6(ay)1( be as)1(s)1(oc)1(i)5(at)5(ed w)-3(i)5(t)5(h di)5(f)5(f)5(er)4(e)]TJ -38.557 0 Td -[(nt)5( f)5(or)4(m)-6(ul)5(as)1(,)5( t)5(he f)5(or)4(m)-6(ul)5(a )]TJ -0.113 Tw -38.557 -1.171 Td -[(di)5(f)5(f)5(er)4(enc)1(es)1( bei)5(ng s)1(i)5(gni)5(f)5(i)5(c)1(ant)5(.)5( C)-3(onver)4(s)1(el)5(y)1( one s)1(har)4(ed c)1(onc)1(ept)5( m)-6(ay)1( have ver)4(y)1( di)5(f)5(f)5(er)4(ent)5( nam)-6(es)1( w)-3(hi)5(c)1(h )-1(ar)4(e )-1(not)5( )]TJ -0.166 Tw 0 -1.146 TD -[(r)4(eadi)6(l)6(y)1( )1(s)1(een )1(t)5(o )1(be )1(s)1(y)1(nony)1(m)-5(s)1(,)5( )1(f)5(or)4( )1(ex)4(am)-5(pl)6(e )1(t)5(he )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(on )1(par)4(am)-5(et)5(er)4( )1(")4(l)6(ongi)6(t)5(ude )1(of)5( )1(or)4(i)6(gi)6(n")4( )1(and )1(")4(c)1(ent)5(r)4(al)6( )]TJ -0.008 Tc -0.003 Tw 0 -1.171 TD -[(m)-6(er)3(i)5(di)5(an")3(.)4( )1(A)-2( f)4(ur)3(t)4(her)3( )]TJ -0.009 Tc -0.005 Tw 9.003 0 Td -[(di)5(f)5(f)5(i)5(c)1(ul)5(t)5(y)1( has)1( been t)5(he i)5(nc)1(ons)1(i)5(s)1(t)5(enc)1(y)1( i)5(n r)4(ender)4(i)5(ng of)5( nam)-6(es)1(.)5( )]TJ -0 Tc 0 Tw 26.887 0 Td -( )Tj -0.009 Tc 0.006 Tw -35.89 -2.39 Td -[(C)-3(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on m)-6(et)4(hods)1( and t)4(hei)5(r)3( par)3(am)-6(et)4(er)3(s)1( t)4(hat)4( ar)3(e f)4(r)3(equent)4(l)5(y)1( enc)1(ount)4(er)3(ed i)5(n geogr)3(aphi)5(c)1( i)5(nf)4(or)3(m)-6(at)4(i)5(on )]TJ -0.023 Tw T* -[(s)1(y)1(s)1(t)5(em)-5(s)1( ar)4(e doc)1(um)-5(ent)5(ed i)6(n E)-2(.)5(2 t)5(o E)-2(.)5(5.)5( T)-1(hes)1(e m)-5(et)5(hods)1( and t)5(hei)6(r)4( par)4(am)-5(et)5(er)4(s)1( have been c)1(od)]TJ -0.008 Tc 0.024 Tw 41.733 0 Td -[(i)4(f)3(i)4(e)-1(d)-1( i)4(n)-1( t)3(h)-1(e)-1( E)-3(P)-3(S)-3(G)-5( )]TJ -0.124 Tw -41.733 -1.171 Td -[(G)-5(e)-1(o)-1(d)-1(e)-1(t)3(i)4(c P)-3(a)-1(r)2(a)-1(m)-7(e)-1(t)3(e)-1(r)2( D)-4(a)-1(t)3(a)-1(se)-1(t)3(.)3( E)-3(a)-1(ch)-1( m)-7(e)-1(t)3(h)-1(o)-1(d)-1( f)3(o)-1(r)2(m)-7(u)-1(l)4(a)-1( i)4(s i)4(n)-1(cl)4(u)-1(d)-1(e)-1(d)-1( w)-4(i)4(t)3(h)-1(i)4(n)-1( t)3(h)-1(e)-1( E)-3(P)-3(S)-3(G)-5( D)-4(a)-1(t)3(a)-1(se)-1(t)3(.)3( A)-3(p)-1(pl)4(i)4(ca)-1(t)3(i)4(o)-1(n)-1(s m)-7(a)-1(y )]TJ -0.009 Tc 0.129 Tw T* -[(us)1(e di)5(f)5(f)5(er)4(ent)5( f)5(or)4(m)-6(ul)5(as)1(,)5( but)5( i)5(f)5( t)5(hes)1(e gi)5(ve equi)5(val)5(ent)5( r)4(es)1(ul)5(t)5(s)1( as)1( t)5(hos)1(e of)5( E)-2(P)-2(S)-2(G)-4( t)5(hen t)5(hey)1( ar)4(e f)5(unc)1(t)5(i)5(onal)5(l)5(y)1( t)5(he )]TJ --0.009 Tw T* -[(s)1(am)-5(e.)]TJ -0 Tc 0 Tw 2.768 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 448.7471 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.59 0 Td -[(U)-2(nl)5(es)1(s)1( ot)4(her)3(w)-2(i)5(s)1(e)]TJ -0 Tc 0 Tw 7.716 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(not)4(ed,)4( )1(al)5(l)5( )1(m)-5(et)3(hods)1( )1(us)1(e )1(el)5(l)5(i)5(ps)1(oi)5(dal)5( )1(f)4(or)3(m)-5(u)-1(l)5(as)]TJ -0 Tc 0 Tw 19.097 0 Td -( )Tj -0.008 Tc 0.04 Tw 9.84 0 0 9.84 37.1944 425.4671 Tm -[(M)-5(et)4(hods )1(di)5(f)3(f)4(er)2( )1(i)5(n )1(t)4(hei)5(r)3( )1(t)4(r)3(eat)4(m)-6(ent)4( )1(of)3( )1(r)3(ev)-1(er)3(si)5(bi)5(l)5(i)5(t)4(y.)4( )1(S)-2(om)-6(e )1(m)-6(et)3(hods )1(use )1(one )1(f)4(or)3(m)-6(ul)5(a )1(f)4(o)-1(r)3( )1(bot)4(h )1(f)4(or)3(w)-3(ar)3(d )1(and )1(r)3(ev)-2(er)2(se )]TJ -0.009 Tc 0.106 Tw T* -[(c)1(om)-5(put)5(at)5(i)6(ons)1(,)5( w)-3(i)6(t)5(h t)5(he s)1(i)6(gns)1( of)5( s)1(om)-5(e or)4( al)6(l)6( of)5( t)5(he par)4(am)-5(et)5(er)4( val)6(ues)1( needi)6(ng t)5(o be c)1(hanged f)5(or)4( t)5(he r)4(ev)]TJ --0.009 Tw 47.576 0 Td -[(er)4(s)1(e )]TJ -0.004 Tw -47.576 -1.146 Td -[(c)1(as)1(e.)5( O)-4(t)5(her)4( m)-5(et)5(hods)1( i)6(nc)1(l)6(ude di)6(f)5(f)5(er)4(ent)5( f)5(or)4(w)-3(ar)4(d and r)4(ever)4(s)1(e f)5(or)4(m)-5(ul)6(as)1( bot)5(h of)5( w)-3(hi)6(c)1(h ut)5(i)6(l)6(i)6(s)1(e t)5(he s)1(am)-5(e par)4(am)-5(et)5(er)4(s)1( )]TJ -0.021 Tw 0 -1.171 TD -[(and par)4(am)-6(et)5(er)4( val)5(ues)1(;)5( m)-6(os)1(t)5( m)-6(ap pr)4(oj)5(ec)1(t)5(i)5(ons)1( ar)4(e i)5(n t)5(hi)5(s)1( c)1(at)5(egor)4(y)1(.)5( Y)-2(et)5( ot)5(her)4( m)-6(et)5(hods)1( ar)4(e not)5( r)4(ever)4(s)1(i)5(bl)5(e.)5( S)-2(om)-6(e )]TJ -0.092 Tw 0 -1.171 TD -[(ar)4(e t)5(heor)4(et)5(i)5(c)1(al)5(l)5(y)1( not)5( ex)4(ac)1(t)5(l)5(y)1( r)4(eve)]TJ -0.093 Tw 14.956 0 Td -[(r)4(s)1(i)6(bl)6(e )1(but)5( )1(f)5(or)4( )1(ear)4(t)5(h )1(s)1(c)1(i)6(enc)1(es)1( )1(c)1(an )1(be )1(c)1(ons)1(i)6(der)4(ed )1(t)5(o )1(be )1(r)4(ever)4(s)1(i)6(bl)6(e )1(i)6(n )1(pr)4(ac)1(t)5(i)6(c)1(e.)5( )]TJ -0.08 Tw -14.956 -1.171 Td -[(D)-3(et)4(ai)5(l)5(ed doc)1(um)-6(ent)4(at)4(i)5(on of)4( m)-6(et)4(hod f)4(or)3(m)-6(ul)5(a and par)3(am)-6(et)4(er)3( r)3(ever)3(s)1(i)5(bi)5(l)5(i)5(t)4(y)1( i)5(s)1( bey)1(ond t)4(he s)1(c)1(ope of)4( )]TJ -0 Tc 0 Tw 43.231 0 Td -(A)Tj -0.009 Tc -0.009 Tw 0.678 0 Td -(nnex)Tj -0 Tc 0 Tw 2.2 0 Td -( )Tj -0.366 0 Td -(E)Tj -0.009 Tc 0.08 Tw 0.678 0 Td -[(.)5( )1(The )]TJ --0.004 Tw -47.153 -1.171 Td -[(E)-2(P)-2(S)-2(G)-4( D)-3(at)4(as)1(et)4( doc)1(um)-6(ent)4(s)1( t)4(he r)3(ever)3(s)1(i)5(bi)5(l)5(i)5(t)4(y)1( of)4( t)4(he m)-6(et)4(hods)1( i)5(t)4( des)1(c)1(r)3(i)5(bes)1(.)4( )]TJ -0 Tc 0 Tw 31.915 0 Td -( )Tj -0.014 Tc -0.014 Tw -31.915 -2.39 Td -[(M)1(e)]TJ -0.009 Tc 0.089 Tw 1.412 0 Td -[(t)5(hod )1(def)5(i)6(ni)6(t)5(i)6(on )1(i)6(nc)1(l)6(udi)6(ng )1(f)5(or)4(m)-5(ul)6(a,)5( )1(par)4(a)-1(m)-5(et)5(er)4(s)1( )1(us)1(ed )1(i)6(n )1(t)5(hat)5( )1(f)5(o)-1(r)4(m)-5(ul)6(a )1(and )1(an )1(ex)4(am)-5(pl)6(e )1(as)1( )1(gi)6(ven )1(i)6(n )1(t)5(he )1(E)-1(P)-1(S)-1(G)-3( )]TJ --0.004 Tw -1.412 -1.171 Td -[(D)-3(at)4(as)1(et)4( m)-6(ay)1( be obt)4(ai)5(ned by)1( s)1(ubs)1(t)4(i)5(t)4(ut)4(i)5(on of)4( t)4(he r)3(el)5(evant)4( m)-6(et)4(hod c)1(ode i)5(n t)4(he hy)1(per)3(l)5(i)5(nk)1(:)]TJ -0 Tc 0 Tw 38.357 0 Td -( )Tj -0 0 1 scn -0.004 Tc -0.004 Tw -38.357 -1.171 Td -[(h)-5(ttp)-5(://w)-8(w)-8(w)-8(.e)-5(p)-5(s)-4(g)]TJ -0 Tc 0 Tw 7.229 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(r)4(egi)6(s)1(t)5(r)4(y)1(.)5(or)4(g/)5(i)6(ndi)6(c)1(i)6(o/)5(quer)4(y)1(?r)4(eques)1(t)5(=G)-3(et)5(R)-2(epos)1(i)6(t)5(or)4(y)1(I)5(t)5(em)-5(&)-1(i)6(d=ur)4(n:)5(ogc)1(:)5(def)5(:)5(m)-5(et)5(hod:)5(E)-1(P)-1(S)-1(G)-3(:)5(:)5(9802)]TJ -0 0 0 scn -0 Tc 0 Tw 40.839 0 Td -( )Tj -0.282 0 Td -( )Tj -ET -0 0 1 scn -37.194 308.347 476.4 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.009 Tc 0.046 Tw 9.84 0 0 9.84 37.1944 286.5071 Tm -[(T)-1(he E)-2(P)-2(S)-2(G)-4( D)-3(at)4(as)1(et)4( def)4(i)5(nes)1( t)4(he or)3(der)3( i)5(n w)-3(hi)5(c)1(h par)3(am)-6(et)4(er)3(s)1( s)1(houl)5(d be l)5(i)5(s)1(t)4(ed.)4( I)4(t)4( i)5(s)1( r)3(ec)1(om)-6(m)-6(ended t)4(hat)4( t)4(hi)5(s)1( o)]TJ -0.005 Tc -0.005 Tw 47.746 0 Td -[(rd)-4(e)-4(r )]TJ -0.009 Tc -47.746 -1.171 Td -[(be f)5(ol)5(l)5(ow)-3(ed i)5(n W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ngs)1(.)]TJ -0 Tc 0 Tw 12.312 0 Td -( )Tj -0.009 Tc -0.004 Tw -12.312 -2.39 Td -[(T)-1(abl)5(e E)-2(.)4(1 s)1(um)-6(m)-6(ar)3(i)5(s)1(es)1( t)4(he m)-6(et)4(hods)1( and par)3(am)-6(et)4(er)3(s)1( gi)5(ven i)5(n t)4(he r)3(em)-6(ai)5(nder)3( of)4( )]TJ -35.137 0 Td -[(A)-2(nnex)4( E)]TJ -0 Tc 0 Tw 3.838 0 Td -(.)Tj -0.282 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -28.825 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(E)Tj -0.678 0 Td -(.)Tj -0.282 0 Td -(1)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on m)-5(e)1(t)4(hods)1( a)1(nd pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)3(s)]TJ -0 Tc 0 Tw 22.644 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 101.9656 200.8271 Tm -[(Ta)1(bl)4(e)]TJ -0 Tc 0 Tw 2.647 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.745 0 Td -[(C)-2(l)4(aus)]TJ -0 Tc 0 Tw (e)Tj -3.323 0 Td -( )Tj -0.008 Tc -0.008 Tw 15.27 0 Td -[(C)-2(ont)3(ent)]TJ -0 Tc 0 Tw 3.828 0 Td -( )Tj -ET -87.594 213.787 1.44 -1.44 re -f -87.594 213.787 1.44 -1.44 re -f -89.034 213.787 49.92 -1.44 re -f -138.954 213.787 1.44 -1.44 re -f -140.394 213.787 49.68 -1.44 re -f -190.074 213.787 1.44 -1.44 re -f -191.514 213.787 281.52 -1.44 re -f -473.034 213.787 1.44 -1.44 re -f -473.034 213.787 1.44 -1.44 re -f -87.594 212.347 1.44 -16.56 re -f -138.955 195.787 0.48 16.56 re -f -190.075 195.787 0.48 16.56 re -f -473.034 212.347 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 93.5943 182.8271 Tm -[(E)-5(.2)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.004 Tc -0.004 Tw 4.208 0 Td -[(E)-5(.2)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.007 Tc -0.003 Tw 4.235 0 Td -[(M)-4(ap pr)3(oj)4(ect)3(i)4(on m)-5(et)3(hods)]TJ -0 Tc 0 Tw 10.816 0 Td -( )Tj -ET -87.594 195.787 1.44 -1.44 re -f -89.034 195.787 49.92 -1.44 re -f -138.954 195.787 1.44 -1.44 re -f -140.394 195.787 49.68 -1.44 re -f -190.074 195.787 1.44 -1.44 re -f -191.514 195.787 281.52 -1.44 re -f -473.034 195.787 1.44 -1.44 re -f -87.594 194.347 1.44 -16.56 re -f -138.955 177.787 0.48 16.56 re -f -190.075 177.787 0.48 16.56 re -f -473.034 194.347 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 93.5943 165.7871 Tm -[(E)-5(.3)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.004 Tc -0.004 Tw 4.208 0 Td -[(E)-5(.3)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.007 Tc -0.003 Tw 4.235 0 Td -[(M)-4(ap pr)3(oj)4(ect)3(i)4(on par)3(am)-5(et)3(er)3(s)]TJ -0 Tc 0 Tw 12.054 0 Td -( )Tj -ET -87.594 177.307 1.44 0.48 re -f -89.034 177.307 49.92 0.48 re -f -138.955 177.307 0.48 0.48 re -f -139.434 177.307 50.64 0.48 re -f -190.075 177.307 0.48 0.48 re -f -190.554 177.307 282.48 0.48 re -f -473.035 177.307 1.44 0.48 re -f -87.594 177.307 1.44 -16.56 re -f -138.955 160.747 0.48 16.56 re -f -190.075 160.747 0.48 16.56 re -f -473.034 177.307 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 93.5943 148.9871 Tm -[(E)-5(.4)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.004 Tc -0.004 Tw 4.208 0 Td -[(E)-5(.4)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.235 0 Td -[(C)-2(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on \()3(ex)4(c)1(l)5(udi)5(ng m)-5(ap pr)3(oj)5(ec)1(t)4(i)5(on\))3( m)-5(et)4(hods)]TJ -0 Tc 0 Tw 25.797 0 Td -( )Tj -ET -87.594 160.268 1.44 0.48 re -f -89.034 160.268 49.92 0.48 re -f -138.955 160.268 0.48 0.48 re -f -139.434 160.268 50.64 0.48 re -f -190.075 160.268 0.48 0.48 re -f -190.554 160.268 282.48 0.48 re -f -473.035 160.268 1.44 0.48 re -f -87.594 160.267 1.44 -16.56 re -f -138.955 143.707 0.48 16.56 re -f -190.075 143.707 0.48 16.56 re -f -473.034 160.267 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 93.5943 131.9471 Tm -[(E)-5(.5)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.004 Tc -0.004 Tw 4.208 0 Td -[(E)-5(.5)]TJ -0 Tc 0 Tw 1.521 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.235 0 Td -[(C)-2(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on \()3(ex)4(c)1(l)5(udi)5(ng m)-5(ap pr)3(oj)5(ec)1(t)4(i)5(on\))3( par)3(am)-5(et)4(er)3(s)]TJ -0 Tc 0 Tw 27.036 0 Td -( )Tj -ET -87.594 143.227 1.44 0.481 re -f -89.034 143.227 49.92 0.481 re -f -138.955 143.227 0.48 0.481 re -f -139.434 143.227 50.64 0.481 re -f -190.075 143.227 0.48 0.481 re -f -190.554 143.227 282.48 0.481 re -f -473.035 143.227 1.44 0.481 re -f -87.594 143.227 1.44 -16.56 re -f -87.594 126.667 1.44 -1.44 re -f -87.594 126.667 1.44 -1.44 re -f -89.034 126.667 49.92 -1.44 re -f -138.955 126.667 0.48 16.56 re -f -138.954 126.667 1.44 -1.44 re -f -140.394 126.667 49.68 -1.44 re -f -190.075 126.667 0.48 16.56 re -f -190.074 126.667 1.44 -1.44 re -f -191.514 126.667 281.52 -1.44 re -f -473.034 143.227 1.44 -16.56 re -f -473.034 126.667 1.44 -1.44 re -f -473.034 126.667 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 116.1071 Tm -( )Tj -ET - endstream endobj 100 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(79)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.003 Tc -0.003 Tw 13.92 0 0 13.92 286.4424 745.8671 Tm -[(A)-1(nnex)]TJ -0 Tc 0 Tw 3.074 0 Td -( )Tj -0.28 0 Td -(D)Tj -/TT1 1 Tf -0.726 0 Td -( )Tj -0.002 Tc -0.002 Tw -4.835 -1.103 Td -[(\(i)1(n)-1(fo)-1(rm)-4(a)-1(ti)1(v)-2(e)-1(\))]TJ -0 Tc 0 Tw 5.59 0 Td -( )Tj --2.795 -1.121 Td -( )Tj -/TT0 1 Tf -0.002 Tc -3.941 -1.103 Td -[(T)-1(ri)1(a)-1(x)-1(i)1(a)-1(l)1( )1(e)-1(l)1(l)1(i)1(p)-1(s)-1(o)-1(i)1(d)]TJ -/TT1 1 Tf -0 Tc ( )Tj -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 646.0271 Tm -[(T)-1(he r)3(e)]TJ -2.937 0 Td -[(f)5(er)4(enc)1(e )1(el)6(l)6(i)6(ps)1(oi)6(d )1(f)5(or)4( )1(t)5(he )1(E)-1(ar)4(t)5(h )1(f)5(or)4( )1(w)-2(hi)6(c)1(h )1(t)5(he )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ng )1(i)6(s)1( )1(def)5(i)6(ned )1(i)5(n )1(8.)5(2.)5(1 )1(i)6(s)1( )1(an )1(obl)6(at)5(e )1(el)6(l)6(i)6(ps)1(oi)6(d )1(of)4( )]TJ --2.937 -1.171 Td -[(r)4(evol)6(ut)5(i)6(on.)5( )1(A)-1( )1(t)5(r)4(i)6(ax)4(i)6(al)6( )1(el)6(l)6(i)6(ps)1(oi)6(d )1(\()4(f)5(i)6(gur)4(e )1(D)-2(.)5(1\))4( )1(m)-5(ay)1( )1(be )1(r)4(equi)6(r)4(ed )1(f)5(or)4( )1(pl)6(anet)5(ar)4(y)1( )1(m)-5(appi)6(ng )1(and )1(ot)5(her)4( )1(appl)6(i)6(c)1(at)5(i)6(ons)1(.)5( )1(Thei)6(r)4( )]TJ -0 -1.171 TD -[(f)5(ul)6(l)6( )1(C)-2(R)-2(S)-1( )1(des)1(c)1(r)4(i)6(pt)4(i)6(on )1(i)6(s)1( )1(out)5(s)1(i)6(de )1(t)5(he )1(s)1(c)1(o)]TJ --0.005 Tw 17.056 0 Td -[(pe of)5( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d.)5( )]TJ -/TT0 1 Tf -0 Tc 0 Tw 14.97 0 Td -( )Tj -ET -q -/Perceptual ri -414.4799727 0 0 169.9200166 107.754303 438.6670806 cm -/Im0 Do -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 522.0339 438.6671 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -31.223 -2.049 Td -[(Fi)5(gur)4(e)]TJ -0 Tc 0 Tw 3.106 0 Td -( )Tj -0.012 Tc -0.012 Tw 0.282 0 Td -(D.)Tj -0 Tc 0 Tw 1.016 0 Td -(1)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.005 Tc 0.282 0 Td -[(O)-8(b)-5(la)-4(t)-1(e)-3( a)-4(n)-5(d)-5( t)-1(r)-2(ia)-4(x)-4(ia)-4(l e)-4(lli)1(p)-5(s)-4(o)-5(id)-5(s)]TJ -/TT1 1 Tf -0 Tc 13.781 0 Td -( )Tj -0.009 Tc -0.004 Tw -34.942 -2.585 Td -[(A)-2( W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ng def)4(i)5(ni)5(t)4(i)5(on f)4(or)3( a t)4(r)3(i)5(ax)4(i)5(al)5( el)5(l)5(i)5(ps)1(oi)5(d i)5(s)1(:)]TJ -/TT0 1 Tf -0 Tc 0 Tw 21.118 0 Td -( )Tj -ET -q -65.754 309.787 111.6 68.88 re -W n -BT -/TT1 1 Tf -0.003 Tc 0.002 Tw 9.84 0 0 9.84 71.0342 369.5471 Tm -[(<)-6(t)-1(r)-2(ia)-5(x)-2(ia)-5(l )1(e)-5(llip)-5(s)-5(o)-5(id)-5(>)]TJ -0 Tc 0 Tw 8.073 0 Td -( )Tj -ET -Q -q -177.354 309.787 22.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 369.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -199.674 309.787 325.92 68.88 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 204.9544 369.5471 Tm -[(T)-1(R)-3(I)4(A)-2(X)-1(I)4(A)-2(L <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(el)5(l)5(i)5(ps)1(oi)5(d nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 19.713 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 204.9544 358.0271 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(sem)-6(i)]TJ -0 Tc 0 Tw 10.309 0 Td -(-)Tj -0.003 Tc -0.003 Tw 0.338 0 Td -[(m)-11(a)-5(jo)]TJ -0.009 Tc -0.004 Tw 2.203 0 Td -[(r)4( )1(ax)4(i)6(s)1(> )1( )]TJ -0 Tc 0 Tw 10.87 0 Td -( )Tj -0.008 Tc -0.008 Tw -23.72 -1.171 Td -[(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 2.74 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(edi)5(an )1(ax)3(i)5(s>)-1( <)-1(w)-3(kt)4( )1(separ)3(at)4(or)3(>)-1(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw (-)Tj -0.008 Tc -0.003 Tw 16.66 0 Td -[(m)-6(i)5(nor)3( )1(ax)3(i)5(s>)-1( )]TJ -0 Tc 0 Tw ( )Tj -0.008 Tc -0.003 Tw -19.738 -1.146 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(t)4(r)3(i)5(ax)3(i)5(al)5( )1(el)5(l)5(i)5(psoi)5(d)-1( )1(u)-1(ni)5(t)4(>)]TJ -0 Tc 0 Tw 17.562 0 Td -( )Tj -0.009 Tc -0.004 Tw -17.562 -1.171 Td -[([)5( )1( )1( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 13.731 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -199.674 309.787 325.92 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 204.9544 312.1871 Tm -( )Tj -ET -Q -q -65.754 286.267 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 300.6671 Tm -[(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 2.74 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s>)-1( )1( )1( )]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -177.354 286.267 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 300.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -199.674 286.267 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 204.9544 300.6671 Tm -[(<)-1(unsi)5(gned nu)-1(m)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 11.918 0 Td -( )Tj -ET -Q -q -65.754 262.747 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 277.1471 Tm -[(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 2.74 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(edi)5(an )1(ax)3(i)5(s>)-1( )1( )1( )]TJ -0 Tc 0 Tw 7.143 0 Td -( )Tj -ET -Q -q -177.354 262.747 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 277.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -199.674 262.747 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 204.9544 277.1471 Tm -[(<)-1(unsi)5(gned nu)-1(m)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 11.918 0 Td -( )Tj -ET -Q -q -65.754 239.227 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 253.6271 Tm -[(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 2.74 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(i)5(nor)3( )1(ax)3(i)5(s>)-1( )1( )1( )]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -177.354 239.227 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 253.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -199.674 239.227 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 204.9544 253.6271 Tm -[(<)-1(unsi)5(gned nu)-1(m)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 11.918 0 Td -( )Tj -ET -Q -q -65.754 204.667 111.6 34.56 re -W n -BT -/TT1 1 Tf -0.003 Tc 0.002 Tw 9.84 0 0 9.84 71.0342 230.1071 Tm -[(<)-6(t)-1(r)-2(ia)-5(x)-2(ia)-5(l )1(e)-5(llip)-5(s)-5(o)-5(id)-5( )1(u)-5(n)-5(it)-1(>)-6( )1( )]TJ -0 Tc 0 Tw 10.559 0 Td -( )Tj -ET -Q -q -177.354 204.667 22.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 230.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -199.674 204.667 325.92 34.56 re -W n -BT -/TT1 1 Tf -0.009 Tc 0.844 Tw 9.84 0 0 9.84 204.9544 230.1071 Tm -[(LE)-2(N)-3(G)-4(T)-1(H)-3(U)-3(N)-3(I)5(T)-1( <)-1(l)5(ef)5(t)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)-1( <)-1(uni)5(t)5( nam)-6(e>)-1( <)-1(w)-3(k)1(t)5( s)1(epar)4(at)5(or)4(>)-1( )]TJ -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 204.9544 218.5871 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1([)4( )1(<)-1(w)-3(kt)4( )1(separ)3(at)4(o)-1(r)3(>)-1( )1(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 22.928 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1( )1(<)-1(r)3(i)5(ght)4( de)-1(l)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 7.857 0 Td -( )Tj -ET -q -199.674 204.667 325.92 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 204.9544 207.0671 Tm -( )Tj -ET -Q -q -65.754 181.147 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 195.5471 Tm -[(<)-1(uni)5(t)4( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -ET -Q -q -177.354 181.147 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 195.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -199.674 181.147 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 204.9544 195.5471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -q -65.754 157.627 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 172.0271 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1( )1( )1( )]TJ -0 Tc 0 Tw 10.056 0 Td -( )Tj -ET -Q -q -177.354 157.627 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 172.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -199.674 157.627 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 204.9544 172.0271 Tm -[(<)-1(si)5(gned )1(n)-1(um)-6(e)-1(r)3(i)5(c)-1( )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 10.788 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 148.5071 Tm -[(T)-1(he c)1(onver)3(s)1(i)5(on f)4(ac)1(t)4(or)3( s)1(hal)5(l)5( be t)4(o m)-6(et)4(r)3(es)1( and i)5(s)1( t)4(he num)-6(ber)3( of)4( m)-6(et)4(r)3(es)1( per)3( uni)5(t)4(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 415.1013 148.5071 Tm -( )Tj -0.009 Tc -0.009 Tw -38.746 -2.541 Td -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.871 0 Td -(TRIAXIAL[)Tj -0 Tw ("Io 2009 IAU IAG",1829400,1819400,1815700,)Tj -0 Tc ( )Tj -/TT1 1 Tf --7.658 -1.189 Td -( )Tj -0.004 Tw 7.658 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.008 Tc -0.008 Tw -7.658 -2.622 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.003 Tc -0.003 Tw 2.59 0 Td -[('T)-6(r)-2(i)]TJ -0.007 Tc 0.287 Tw 1.375 0 Td -[(ax)4(i)5(al)5(')5( )1(i)5(s)1( an )1(ex)4(am)-5(pl)5(e )1(of)4( )1(a )1(us)1(er)]TJ -0 Tc 0 Tw 14.767 0 Td -(-)Tj -0.007 Tc 0.287 Tw 0.337 0 Td -[(def)4(i)5(ned )1(k)1(eyw)-2(or)3(d )1(not)4( )1(des)1(c)1(r)3(i)5(bed )1(i)5(n)-1( )1(t)4(he )1(nor)3(m)-5(at)4(i)5(ve )1(r)3(equi)5(r)3(em)-5(ent)4(s)1( )1(of)4( )1(t)4(hi)5(s)1( )]TJ -0.109 Tw -21.885 -1.162 Td -[(doc)1(um)-5(ent)4(.)4( )1(A)-2(ppl)5(i)5(cat)4(i)5(ons)1( )1(r)3(eadi)5(ng )1(W)-5(K)-2(T)-1( )1(c)1(onf)4(or)2(m)-5(ant)4( )1(t)4(o )1(t)4(hi)5(s)1( )1(I)4(nt)4(er)3(nat)4(i)5(ona)-1(l)5( )1(S)-2(t)4(andar)3(d )1(m)-5(ay)1( )1(i)5(gnor)3(e )1(unr)3(ec)1(ogni)5(s)1(ed )1(k)1(ey)1(w)-2(or)3(ds)1( )1(and )]TJ -0.008 Tc -0.004 Tw 0 -1.189 TD -[(t)4(hei)5(r)3( at)4(t)4(r)3(i)5(but)4(es)1(.)]TJ -0 Tc 0 Tw 6.703 0 Td -( )Tj -ET - endstream endobj 104 0 obj <>]/Filter[/FlateDecode]/Height 276/Interpolate true/Length 89019/Subtype/Image/Type/XObject/Width 673>>stream -x鞚张Qc屟椉键_b4拼摷$苽 5欴}5&朮b媴"狋坱T,+J,"罔鞍杰禁蝲=;{w罞XX栠p湙9s侍欜K捲H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇 臔妬)R H1恇`觔 $9豯]挬K掕G傇H1恇郼0 洍.dRI扜IM`牰b7椡f3橪Up'痲2鵼终.鍴s{氕仿w疤襂'u訯?O鲕s舷~龀碲蝶7;彀<n{<;泶觱据焜鳗v!犦v矶 衽v睨齿g>宇S椲~?酴Op豁,葻!Yp;锛3w躴/~駤{锝7B喔銕;鬈s 8呐揙>伙欳雋 嵀è狔jG湌y5{晍R 磃 JDx8d算敠GT;廆鲣r馇賏谨辿o?磐&=鹄髹o縪}隱p7, 泲籥m鏽聒.混w睡gN寥皤_ 隐_岞>狋设mQ諗&}hM`櫰凧y;b+晗裶-窢䦷>鷋q蕏E錫(C暎]7巙=&l"l遈腟"亄+ -O\圳寵+3uYS鲨芳&9_W摥),┊)疜9I冨\屑u婑zz<|艎#$F笪;醼u傛Kf轳寨~晛朏瑺X2牧j鶲4<z`曩1鄡昶嚥$}膱L铱鹘顰奾p(訅G k窑I屔1\;> 燖yz 葤g8 -' ;O括v4f 硏;螪鲮誻祢5瓢题3启((1WM嶽W@u#,睌POIX迓O&n均f&鄯驐,炚遁u譣"瞶萖漲>X騀炮吡 -x鶯1癠`@a號 <藮-c峫疣量o~c瑔崄a/}镵?*&癶.責嘉皒帇C徱 格邁鬀咴b簲?yV9D炤⌒6誣9嶹' 桮xW_u$%6绕;W斊2咩Mc!u.绝鈰#G<鲐cYR7}U}份vc9屃6;茣榎傑 -S辚w3嘽{鰹發 9 -*\_p(妤w0暊93染 ,|廊溰gH犇b髗((:舺賓倗鄎A摁u勧#T钑'扗兀>潑7%f馒襅/]'減K晷璈楍赙>9L|炖窳*衂嶈h仨uX杷m冯1}-灁Ll -廏*綼嫱髦{繕廄`邆f -2掛鼻L 錩光鼿 陇1纗珪z5/-i帏 V%ナ鉵#Q蹭牪俜塮A弸<澭 O鰔\w輚o捡唜9嗐l巨z礹dも駟Y|- 騇胚詺U?弔9]- _c-v餮唁U徯儘橳r廿1`I殳-)瓠=奛|浏婺z儮妺9|_C覂'{軶 J檒挆孨x渎礡A7,]c骧驾▁G rC屜R鷭v踯s='焲2囼樬鸛k鬏wg唘闹E:她x陊 8*鮫~ 80忹嫿.+W芶赆P,<3D:旈甲z瞼骴T缶ho 蟴U黆7穁w呛暇籰\淅<珄V錢賕绁氡乩徣ga鄶q焍@琞H*掝p筒`茻 51见贿_骄氡|psbH嚚鴮)t8C}彟U纪"Z,颈鴧鐖:?=吅gv蟁喩呫擂S2位樜2!綎緉q 泄q卡薭~鍟WX c'糉w;澪Url杮釁b#/訠坘"<勀d?%骓9C})|4嫹x蟅ct丗 咥8H蟑峨p$Z凳塼寮r忸#; 襻7䴓6庖S秾ip-fm'&'b檼s錉=詣(萘qoleR/4v攂-D.A弇E灜D` |J2僩禾央N7n8禥臶鯓觪w囚橛仩d凔%bRPt12r騆2巒∮閑6i皏肈瀺﹌iB溸 HE"Pl基圬澳fU瓀-$# 潷忿F痨]C爓+鈚诖i\屔驃颫fV匶>]絲u亏N=)cb婭y*揎{L駩臀汣8a1Bb~7 a甠3d#9鲔渤x!莋[渃听-頱黶3 !贕M":8爣 鉣鏀嚃z\奴藤1餽s(鍁f|鬓{/狡ㄏ 5ぇg x庩'D袣z|]*>汭4嬁eYkU耨LG88悉鈤1~+鷼哪r陡r喤鈮'畨@N茔*(}罓%楉V\>世I7欫 F窲帿Z@(Sx髮1UX蟿寞邉姱箊撰x鄹蹱1浄  鄀:b戠t伮!`摞h脂Y庪鷐{L(3屴Aq^/4鮨Y 0篺Q靏?j漨00)W產d脼鑘苑kTwnsZ饱U芕絧L珈墴頿6T2银9gj嘆椺鑧幷饑?dD嘗鎵Y礸蠟TJ襵栐揵@)峅硄}弙閜S<U猕kL妸俓q  '8鴽bC浂瑠wY-紒g鋣盧0QJM -';堨飑`4绎r砄>}孬痙叾.燮q!鎤.掟' 轸簮Au朒閠鲹R茼^q籬y殝租}s珴艃迍涒!樓壟 血姭~S败 z釁昌#K0,c<.糖熮熡j埗uU#_j纡菹繠2[._婸E -.Q徥)-鬖菱能喊理X 匮抚啾K棕,^?η6k0傎-ˇ1b匯轟琐8縟:'}$?騽; 樑隑DYW縪鰒妨0餄x,絟" 騸(-;瞂,託m蝛J欧鶦s-)p%8N蔪|緛皓p稌Gi~\苏0呠}翈濽_K\鄺0W O,<|7A7Q#襋駖K[愑FK园U绿$u瀣^"J0涫$9蛔洒椱+隇s萳%鋨I6pV嬳6胄 兞裪M曩`傻湷g蟅沒D痍D卂2$(}鶿bFc {"r}n筆俿偊憩漚oy放聙m"簽荘C▁M矗 \簙搫媊磒-(znp櫾dx奻 9駉坦洡2)愅:Q=婫B纎绦+住p蓵8O銎=幖m蜫鼎睵鎩喫k倡2η/pSQ骄2辩y颔{霰 xE煹/[m铃艣玦Ja亞輗+zT n?$%4z労|勝Ⅴl繟)d7y.p溯к/蘡Ucs5囐飜f$ o╤ ⿰o/酢!z=L旯 -蔭势誇1姱輶疘阇隊b阫犛诊>A啵H^k8+蚃+&+\穘莅鰣2溻夡,蹎噠驒闦胤癬v醐媻拠婵}鑙}G蟈~龟渭繇* 讵僅樔媻h#*3w]籿e>d庙l桢n悛G灦姕杊帜 -y媟?~<0Xqp(棞寐D) pOKT聞 - 鮨-Mg聃囲|Y朌阛>苁紴澮0/穋9c纶蹫刼晅齀+迓欘 7飞戊屡钍M硘袮b嵇OZ郪煆Bげ毸^$f欙2糁?>臑w绝Ly4>娿想鲐偉诎婘顒0|毄9#Sxv郼 Dz :该l鵣襏弴8(<@门!鄹_鐱 -榌/逛漨嘋w遾wv<:J5$ !殸mhLU|澨 痠侳 -Q=粜A劺譱;v[1#揊j"杜5QF扎0 殿:*确 焰鑤IfFw|C蕒q匑C;^妨濼<煶JLmuQU襲枘栕ⅰ[鰂X<媐g3>郅 鄛,嵺萉\ A\憞柷a鋦%&}RB9惨CQ懒刨嚹臂薵歃c9揱脪<鵡0 n+ 穄⑩~芹硪Y|6 醇劧瀗= on嘦9$扭^垈x\ 碷蔵-9べ%臚]}寎="1詒OIDB &*|U挱)㎝.2n曽澮m儡\齠╉籟Yg纡鱧M朔Un -t1" 敾S侅俱 D噉;d蒦_%叙,$&Y岇傋8j埕sV咉鞙\袔h6徊縉谾7珠爺X渨膠cmルQ癍鶮s-鑘,*傫凘1m`#鈢ジ曈v'漷因逅I董夲栴懲焠E"88 -睿銑c酽4邚<5 b3远9_-v,o\8x躢婮v叔冩泭豑,k*j╳- 滰P俴: ?擟笒衲P蠗瘷3捘$x鲑gso2湾[O范 8?柑v繰C睘3牬紣Il獭陚m@D3压鴼hG1偻CrP">u獝G9塺q驯N用艾亚;6Om覴6葎n竵q6,罂/鴗竊喝u-B顲!Ja偃歭e費愒%昒渪g-a_[淈∏Mz -魙岓%9锸;f<范锻瞑($鳨*蕨$垥僁u&矯孹;灚m{8辥<嶤?" 躹踡(wv恿;v鋱⒙A欿鎂+W/>陜0|中X嘈((^]鴋晣424(Q*緬]囨XT捴樺EIi澪哉泴2+)仿K殉WO誔輸捋Xbq刐Y挻7+瓨臗{8nO鈡v4覽纾JU漒j>汪瀓E((5燴!渰鉢仳鍌仅趮}囪 #轒𽳼吃 j; 茿9/`惠鈷Z葬c瀄 湦籰慕'渟迨JKX/M穖!怑恷 蚜蜚牢底^隥恞lE攈%桯着K跕溗RCS\[K狣pH箊蔒旫&褻崻9塁—Z龘@厯Q桗y 擷轶镰瀵貚赑'瀤倁yS骯腱渖 z绐Q襹灘鄞聖缐i蔜腗t鑤{烓;Q$觲 -&C栆眂莻t礪滺卛#5廏n諢4 A.(呺色壕a鷾姱猋]洯勶樣g卮:)赔vUY€!q:麴C璐o鸆=髠缶茬~:焲`鏲?芽8:t`釩YHH~螢=覰{A9藀笸7掣蓤K单哵s T b -oc'FNA岹抆o)胦(痦愤菩刏a:攉W%K枑褿n={曩$/刣 P$蚀. T末媆;曳%篒PZ剦剶xζl}賥D鵝v$5鯶Y\* /f萳-澟祝J觴挔軲圱鱫耙囪 兕洵腫薙瀿妬韺Q梾峐/甿抳┈P`垭(1%b鯳0A>(=曶.#%~U[箑@莂*に磋 晬<阏$N.\(K8簽;.Z 隕]I栱甎贡4^聧IuU"Ayu韾粒+薼鑍U枊/-/地LR栞孶鶇矮)`A+L脪仳抉污s=9{渭沷溫聿K蹙b&1j*c站蚴逕埘筵帝炦NX >罠]/锫铪,'t夭c{3%-0綳嶖H懂偝\櫷醻.塥` p贄缕&S-=咔Lu蔶 ╝ -灚3嵢諸W仲@?EYI揙苧阯鏁.C胹;膨畗喳X露沑3&Lw琛 -踈蝍6殞C黏i(D~桯j笒醱# i[愗5"N扢槊I郅:l汁V%箃el鸣郦j8障貂题k猨*b独鷟6T擝T+瀿奃嵩.阼<俖3<灱>io泧: B聻5PK縼ㄋ.籐邹rH\邹液+5(繞KW瑱皓暼FS吓S盲{寝浄6{zT.t鈊 殗Z苴 -─覔Q掌 偉漑鮪捡Ffj躣!GL谽佁I晠儛%鲐c鍝酰佁2橂︰J啛4C跨T< -i3dQ鈒蹹M黝?浬紶SQ擑褢ベ5U昫潡Sz A|扺駲p钎矘be,d鱖3确韡燺鞿磋M6ef>=螄镱鴅焇W啍 5k峡囔>趁梬QG皱 3齃奶::睧湊&b洠翠勮鮕?彷碋﨎Q濌qq.*忓K-(.\(.7g %{219I脲*腳$CWB5竲5kdW7臭;p#币鮽廥(谇6"r8招{ Q俩P莦蠴蹺 -#o.50瘋I裮絿叽h)/./阷A繋琏z;kg]梔M銚 0p萷=鐼S炨魁!呁馑k*T砱創ダ矅眬 痵禌%9!5顰"I)-Y[]S4磡熅絭垌K;靈僳m缦皶`琼趰簙刚剰"]8鐿s枖V朩,叙聘f嚰rT友qb=*$醪瀄{C:%ㄟ檐O}浱7 :拹抢啫x>"筅k瘉-史 A敥vA8Hr#Q駕民搯WA悷8'艭1傠b沛H>,x樍P瘾+虤貑棭,死鸜籇;[p*%U孽:甦 津銪lJr -Ob)扔xxC_蚄f?孑琽歩褾lS'減:榱娅x縩J7k>0QD:2Z扙碿=謈im^職&簱揓Qq獉襚$g ?b`$,-K~|?杓笪c?s鍸矣礙0⑷C^y ]茵妵z鶫#.h#鼇瀮酛j"揬|鯓瞪-Ox蹯娮撲楹鋡曷乗`臸擸J鉨|Xj1E,豓 H腁xI[澀砆2捂$坪)/桮z季VY,fr'O^1+VT倬苁黍ⅱU藯/}l维眂F]r噕祓輔腩I窙&zln~>怵硖s兼鮓(Ze煒q鷧/b曻(T;圑鋜A鲊緰芶 刲珋)B僛纎陗吒分.TA^-籝*SnC)5 纅"X2!N 虭冯!N0 E<嚙葹'Q -$L罉棬d$PH.<*蒔欬闶A藠k樠沺蕾M愘 3騇扊,淾c$眴綹+ -霹x^^Y!3消浿飹ZAN爼[殳t臟2pf --濗)蛓]b賐誱Tp\Iみ及o92舄a楺喝琎頞@H!C剟圱D怭鐭粞G31g??坋:D蛄*鮐= -h@+扲桲`L津{ a兗* -m讧廃數疘淈賰峭+N~9嘀?彊(I瀇e耳7Vd:蠌> -黫 障陝Y-k r掏d 悏违愕ⅹ勃嗸9藨aE_R繼3U雒盲,pT6,3?hPN>6rGJ洏.))6;紒b纀k訇?啭|Zd籡秌#瀅w}鬏弇薟甡}悽*發%攍曚椃H葏嘪x5氶∷<詝l戝 呆蚾~Sw龟tW魍 &駭 荓扮柩爌╠m?N<抁 D捀@愳⒔.|柬娾閴%)=.蛨uhG?hT儐b阎l榱賜枲猥2Y靣藥跴燩杍Rˋ屘j'繡,0y屁/1珍3H$浬銬俸伌`:藆仺濆'媫,鹆/灛+魤@珒^z楗飤骰H<鲎薄陲擊蟸謼 2Oy4"V簸庸w埊pd岆ux臘眤P,訥8/JHC^e'*UO憭\N酛熬柆'~1礽/y1gK籄罍bG醓?镖I廢$?呼喲o暢?蒝株皊2=YK嬳j 擟 顰鱅Jz"船槨0盡.z6'╲踁牋躤`g彵姜u`扫:L驝閂*16赅庌莋砬&骀溦R閻;茘琴1!槃ˊ5y T蘨Oi!伅*i擰标&囙@ -垳鹌P牯芉 4l鐙)*鑞藤,WG罗WSm飑;M-Nv;餇s腩xJj戮癶!嚏挞乫 徿钾*&橳桿楎Q銹磂a緇A涚沾述磽艖ip驇R楲&=1 $@q5矞闻j帰ь飑 5>m龅纵@p%秱Pmd蕭U+鲽7鳅孓Qcn纟譏纎蠈絨bEM朥0*`B~W奰D|h瀅2 M4I u 杘w"宣锟息λ噟篕B<<璡6煦轊羚鷉芞梊8鑾[_搦?~X2盓?+m琂M噡go#u`鎁糓9L︹M顺遴L般厤樢5熈悲0gK偾&笿bw睎F髗弌撍F樑*6>怠Wp丕u4Q?轝暔6"硋抒髭伙m3鬂踡荳wi俘缇见扶漴谶轞!喦*灦绔哕眶燞O:4焹!7屘J衆港v:< 陰9馁Vg铆[."<曪俭{~8:晅"巰强o\鹃~瀐p ~镑辿 @< 浸醑%VD粻 蝫豱{ b$o鳗]隈葀;~龌篡nv,?惑N焤驂5武2⒍*侟q闫i4藪:Ne眧鎪D壴崊Z谹<)楅*鱺鸨f(1D3gn馌$#漬#鱟毕U<悟.鱟:1鏴]n哤p榨K饍 +F?P GC-攢鎾嘇楐7曯;L跸稚%襆滭⒚倿%V!1^)圝裘鈒熾呖?[[薭 -聶懦硽)澫侹,噭鯼嗔qc撕-M`饰%睖敳愗WJ婐+昞緔M茔5Q8軟I斆敓d>A⑾豣乏/ 汴 變3Cw媮A艙尯醼CU)悃rB溞K颵P猌J艴Tv殷A 篅R丂脙障|熺?臸鎥磉遶P遆;k鲕 7掾靤/暴PB 9@*I)\)郤5牡暶QKx|y>m芍2!嘆G'尽Y糚閅{唊8(UU濆浯"Ts餓乖塒> 脘 c]苪霫羹仸4驴z'.谋[菆趂(;渌 懔牐|+o敔s9F6Y愗镎=ゼ渼,WXP牵q紂3禟3﹀觅8$湱u哨冥xm抏╬gN臊琚2S铧X"X7+槖岉祑-J -4a&餷嘈7 ?* Vl+&E张涤g?5b裟~僴9薟16だ%%诞用羛胊?~x ~]隽:鲽泠豷wS袅矶踤'焲23J jT $钃WQ斛*fs浲醸俈+氨 -隰 p/\!:豗?黳b%xO QB?J6繵 O條"胎買寜掻1N9f妃 蔋$鏇蔄w遾棻 -;~盷蠚5 9盢NX鏤!暐丈r 椻a估2i"熋唱j龙蛜 -?ijk,勶V棦1(袗要k銶摵]5枇Gf/x廱m$唉$脧埸擿习N+郰"f懱駨H 碼(桲x$9曌秒伄'NO<馜h槄f鯯Q"@D㈦乌fc凘P -h$飕痳歧J`Ln觔A6昁5銺箁院0 荴]$-滶}脯XZD氧h|8欯┪毅扡b,"*5Ve5V攷鶔+嘵趉欣珖馝o嗆偯S萭ī 瑺,异︵+c軠\莉峲KMp懒 7)蘹篑hyv 苖3瞕"Bl妾矉Z夠n&q6.嬵闳-1f辳徺Xb囈w 侊 !玲x幩m輣x 翭_s]済*/*V蒕轜 禧掾e%昞Hc薶\ 侥冶k畩峺 鰌o=儕疛8畺熍搨廔fW&瑇g?L捒隼3oUw3慻}=炸x63楡\6;朣(0J蓵擲"郧,鵫E砧[活庪n|枭?, 作慪B厎QV径獨9SR⑻锛 7赙笔C跴態8$厽z戛坵B牜鯋巰愄E<_~骰唛<&$UT识髏徘v))3狔.Eap鯾鈃榜萉,YP.O:W巈\-钵AJ -舠褧獦㈣k椣莲欼 侇WT父丂s!湶嚷損\2鯟r9e囨齞礂g <oR V陾j羻铃f褛#胒$W!铮y)HH繡怍z%溎H鴤* i鈖*/DP涩;?骴h]n -?1氿+G迀o椌脟M竰螊 W载b"毙Uⅹ斺qQf%憚6CB溹s剑jC薷咏b钌¥Y誮2P7痢 N畄v膷KD闋&1w頫P-怋梬酊鬯~NRA)K*桹y@o\_!Y%驵"璁牫伎詢 煬>|塍侁M喷g0)脐j麡jy扽R功譽讅岸詷斾(A"絟C踐'V?騿岞4萜龓a?k唞罊澗(I螜疒/{Ne:Qm*/.> ^+侮玽绎!p@040n6黒N繿|莱h哨o犗肍蓥鬕~摆 -鐕篂獗"踸!^j6襢鶄Fh6髡9r-*A 2X'谝詐7m醽虪F夁党k讎婴i霥D4L2&獋脄摂嬻Hc m5~谸舚朎豈Dc懦0,8G睲 -詷1c*蒖簤;+>篭qa(hA妓7{w9屵;1恦RV來疏刷6s9K-穞1悹 - DhseG2= 椇 蒊恞泑豱O!!乎憓疑夏歵呺m銵3=0P師鵮 f籒鲕水{踼!娸{U&6湿l頾I聯瓯爮_\52欨戰o+?/-;c挭阘U燦U姒 , I^{墂>xY弤讖魁逥1;xR9毋佫W殁GPA -`H#靜虪閝$V妥(z鲮擼],s7)l儝安噌蛣 '9礆#地隢X肂侁杯ZA AH耂_Wt籾毽q戠掠\'騡戎-Ptj专MJ甙腀霉檂脴-Td秡顗単冎蛡鈾i'蛋4(jBI!/舫岳碝駀,囉e⒆tf杼龠M?弣龈c,i麥WV}^锷o(溔冺M勜Q0 琦`48嶬48zGg 傗厄8螉螓=d臓醕f>褴%ih吉 [鳁跲9烃8=Y:2't.\%;蚐灶D,蚜0曈s@@祋贆YkKb強乴u4JR擵 !櫂|Z萵,d*H -d毇W浩u剒A%D乵钔句扠P哧5濰痘;&]LyHU9)9呩i菴q."∩&!_Hk>鏽~4a] ^7{ 媏縬=.荓餝39k -I伓磘桴?_yC1咲秓!6(t踕6=B6D :}蛫k:)#o落龄叢-鲖'5!讔惧^/ 狪A疡5衳堡濸2A :L鳚飢鐢SN岙?1笲昵仮jhO%fD憖'L樌J拠=!"$v蜶'~妢掌G吠pτH哫梂4猶褷H篑 聁`壍Q蓭$5T_P)铵萲s嵋镝蝧敫Bg)窣俣悉壞 n灯甘魪呸q廄3耞<穰wJ嶘鋵О簦眒#=鴧釦 61噬爺Q雘'缮#哏N骘\m //(J鳄鸣-(a`+銪 _~蟗=`?b枖決煹b\峠yi2銐椈6鋯&蟸昬J罁蛑艜袁峀 I蠘1C玎燸M?XC.線(挅@蜡p<6崩鼮瞲鈲.v鲦埖厹O⒗'鵣仦侗烔, 梅枸 B1栁=V甁矅鱸鸩┑嚐!臒>鳇q蠀澈p}4紂 啾p&紗 i帑<6|y& 兢慪O:霆零>嫡&:0%メ緉孭閨訌蛈9陷dぢ<偶0;2創抃2毂bj$泋, W謧榇'bA?,Q蹺靗困&KiN :q怏?隙C破 1粏/Ws蓶鱁cO嬿 -L8IS!饥h渉駨5姽y菐%鯴W=b^褂闣 -癯~WoXK Iェパ.綣;趼齶盚?!崒e鲾D乆fL|鍑3M` ,P2f枰 )H墎#繝╔q噝'+戍E <鉥D櫀3杈艹 .hCTa&;聛Cmc壸淛Zy蛸5H]▁紽瑲#<琕骔03"硏緄逘羼b)NjK砬欪粶擉鶓kp跼;?垙'壃灥5薟揆繡] :v壹邕BmKJ様剳 \櫣紶 除~耳吒_敉 u堄韶豁6潹呧9r祊酈葮(癫摯乱藉S頃@ 炡L璲蒪"o窍鵥,藕TDb('Q巇YG,p劓0寏gC}M昫*%'!IN:傋f^媻CN凢 諗菢 R馎2衺 -k鉿pm熃鳼鲊蝵x濴MyRS k焣韢8}.o埐漸亮XH$ 鮟囅耬e碂~u馗;坞吟灘骭]窵Qe,棕 钸錃硒~ n蠕h假茚5誈0J愎,"3倉塎奨嵋}J瘚-79'v拎S@`) da6俩e@畂蛦鹼\乗鈌' &丣Tt#B尽遖芛砯慒飑东|oN痁溡?艭镈鮃甒冤Q景w#棪>8$+渫Fy胗oy熩g黣瓻f衤夛饎f皴v`析螜迨5|l0 :<溛鏖'M{糵鷾y5k璵癵\ ;C掽Xk说-`P.掔;"鍨ヽ秊玭(i璎N浾罣恴>/WCN蒷J渞鹆SE!D鞠>麗枃A莫D箓每:Z涸(5Q@c9瞢)7S桾V萀朵9轍鉐苡 E蚜玆 徶$+莱]隳蝷7┸%($ 禔#`A蝧nA盵魎CU|郲S,4 睦犾|O挘ow棵MF貍覱R"v!贰棭7_拻6e瀿炭,}她}啀&靕,叓譟3gWg1衒眦 鷰а槀 -標鈺B痧jH猏!2 )5$悖D蕆Q@2憌<坲扴E櫔-馟A^_"J<昘嗌]寻|x?扁A4洹*嫑酗㑳D4狎豁鹒7| -莅年塡啄=j`Sn:eQE湅򨀭鎰鐹X鏙藳i拗釺ゼ犡*瀆哊飚 Θ 衎(ㄥ0\聲9 f[脹R皴狯鴱采熳z楓竑3+!侗郸9K跨0縼e2祙驜综H'% 踡$燨詥煁j%am钉瞊屏jw噕 曄pZ镫_:煦譐诓裾p蓘u憉箢莼 !p -%KehG"鐠9鈔+Y霤皝f胝嚶j霣ER 訩螺%n Q駩鄅sf[砙懺蹾x衻琏轷"嗿佭呶$:髌珵璫^oC鳇5]|R{oP躙坅.y嬲餍辇疀0f.X"=嫺@ -";炣%弾2pj広/&:r?鹿楫改悗癰X`Λ煳*撾_蒳g幟5Y抩$蛠悼yl!w氕穓奅m>`勆K宗?溾\悯Y衄戃:綳蕴i戶焘,=崦l5V酕JAR9弡瘿'r龖飁隩弁K饸R麄官!4& 嶃B/棗A Z庽g洝7'j%5ncU<軩g$?0郃俇W餧S*抔駰伊!Z懬箦7>w踼骺孚垲y{ -FT绊彩Z弗Kv9嶏袖Q;靑7甂薠'烮;#v(WRQ_橴`K鸼j0棯#跼g娳~ $ki宓傩&{q G,!Oh綽P潷A筥|衽Hd搣矁Q8-K9细=P_ [陾黄-,坟憣KυM& :qdYX哝M^鮋 pU忌Lk 耮uR圂n9q钝u椠7>y袖徯轱$侩5j颣顋2湳A\0#恥]觱钅@J<鼹{妆僴柝逊=<箝b稁/;|建惎`藅棉1I扠柆X<I棨=麽bL闌(酈s偐橽A翦26胨竚^苉嗃瓜礼櫣EY蚧F$檐3蒨+b黊$:t驽梍N. - 兰>蘰萷絿礌')摩玍Ak諱秀甑鑦隫秅砋冿1太IV歪8裂@+凑=帐紶豖O”_榽8r甜8^羊河灑嬎2|4聻/炕r繇廭掮173玳Wr=牃|<|闻'鈗 5鳜莕詑题笵歏讪8菗郁<嬍黻怿罍S侩奂ィ5g駶疞Q﹛樌8l胹碁巛紆吣!"DTH谨逈6鲭讖2うi粴+視蟵1荊紁咨'煬Mt^!Hp3 妭瓺`伜驍I昸?YvR^\QIs歞毄<D#I搁-獂椻=ψ0=[t闌翾嶋侩r銇靠.<筅I/卻瘳!l鶚O$⺧敛漿q狭#o遈计彡儖"X7謾u慠s"7ON艐髅雍 %庁鉭騘 .Y胶渹謍覒5岪qk婯5 渱O:!稑荱$佻耼vx_v瓭孩3lf)C&鷇鷀 扗b%r,乛鼘9潑趋顷 N2蕧5"闲矰x鬬$QUS岮^蹲T) Y寵(n@pNB"╈FU[!肃6J徘])p勪(Υ笇堝瓬1也禉Q锘爇? k峡襻騜惑忌h塷L/苇xru毋:麚/>H瓅癧8媅布,,^辊?Yq令'鴸蝷衹鷧威{;喚 SH#茝蠞9^)D砘锞p稯{F<賄陸^覢疚ㄆ -3j 觱鲢窠 -oa)F缕H魏鼝5衖^掍5醣m]譜賻n绚v俰_w躊q 蚝娹b2嫰ol筹.肇n[鰟q噆,9栧l} 姄n渨雜蜆7=} U◆ag~碳lo<脌*[Ten獚N鉡Od]^縞h晩 >'-K鳸常撞垸×燿%譖晬+&鬕1" 9鶚+挅窑n薬*蜖=o !'怌镠W┶堂q"鮀3р+蔏 聪睝柅蕭ao锵:饎3~駙棖褨%!巉缁2V魎玸j%蹻﹛棖悋珄 #YR+蕭>1p鴯龁崨 -;趟GL怕掶+b>.湺X/瓁賐m 袵6w勷汒♀9Iq&-鼋蜾妅&祛骠_焣陕祏詬qu鋯皋 -踒幣2+]镦w槀=xh娈K>榻臆a^墐缩2谝`,*K砪at犩 奅逢9sB2卭罨粯篌iT苅鐬7^筐呄?9 [05s琎緧 n#銢bln0|e9oe洣偪=瓂 #曏猺;l馲把,♀飠nY珞甛劷楙儇e Q眞尤.h( m 蚘[)毇䦛煐(玮&踂┇1懻惞s-#氫7-,1ic祅俎UEZK^*.鏫牾稭6於a7?猾5gg$@ -煚婂别U;n 豠ッ隽震,疃鷺咯xd?抷絧 1*WU^k硏f隺.噈Q駨疾蝤髙,lTLr凕諪劇En褣齟5 攥f侉 _4Xw╊蚴均鏇啭1漡z3u莺u僺犚鹸趩娱N赣腡.]v辻'{粞G裄d- L 綐祇凮%2豐向蛞 -衎暰%焬霭妳熧,+-53珄L Xq筻+=WⅫu庁緺XRb窒u㈠蛵蚱SU蓚`氤霢畴h嶢爅し騊 蚽r岓l&:P!罽閼#G銦臛謴0,嗩胈ZU发攞=扷a 荾額aE缬.宄5ag<*= AQ'娾S`D@QP鋪(偨罁^う7H锷f7亵^I匬B琛lv6蒮辰~g7果恙飊6悰伸|s缥9s侍檰衪焺0拓宕?|谇嚇鶂(*:D9"棟o链jA^?[鬲钥/yy9?狱d]=珍qp钆糧漦葸龆銢6袩2p缐蜎瀠鷌锞承d8[UYX@q+餭1 闟湚5#浾犑篧_pV//尲虔mS孟 ~邱﹠蝜 鎩v回:鏂QR孋#J蔘y}炙 p檉鑫q柦u簦f騮LO駓鲜Lc= Zu痘$取N!媨8+(ga< i世8呰劧>\畅哞7}跗船|;U廿欃w亚俤 N3 ?U憳W-&(\e#揪u担r*Mu溈8腑汨镛哏;h徒輓xοj庂A霨*m蛋?h2顼摆涝H貅VⅧ%ㄜ澅銈/澴糦隅瀩歂饹o焇z楗tlQed 欯>蝠 N?恧!僫:订洌+K6獤r謕钠H伵7 T<靣4q}炙HH8萓簌Iか垊^.$Q彉袰/屭p涍爒7|&漄鹹髪&葈頄寫渔u7,~聹wWo踁lI応 呺#栓^——羫^┉褀* c勘廚鼆朲W晘鬓vK5坰=潓&翗兛n`>贾确^份窏晧7遠+7oJ!0躶蟖9珶h 虫拄fF4o~\r蝥'斐攫騅s┎I.,d\p勪1呸(鸟 /)wK)T穨w鸱g湶huY繾p鼏囹6c_怺T晱j滆敵巨僦PSi寘姉6+C+=0lB窍瑂蜽X稞7TR膚5ゲ諟c@KP^吚搻`漼Q歇C-L蔣晪*蔢E犅毺慟蚭涷{濥x>夈绛J逎W埋#l灣g懛UOn_豽曎k[祜-,蠒錏R袢40 &8?痐WI~&鐈裵0迧魕f翿T2dFjp擞瘵芠鯱 !{T|v薺訰_oP剽驐./.W幡颹鲰鄯潂)蛶k瞮 蹘b=5K/避緖9咷硶I栴>hP 昭vlV嵾 鷿瑖爃_琧@蓤帯kq鎛銒 -鞜禙氘OX櫟:ye穹舐荖Y -!撦 幸鞝尗詫Q蓭邋巋氤^QG9,塹Vx;&葯偶u峘輕L揞呩["K xj 每剄;矺選Y玁交鱋汒艷轾骍L阁-峫廩L甂 -R卙濹r訳浚雮軍_軂哽菱 ,樄£m57崶9Z溒0W#銌γ}曡0E籐篴捰B産d逄#o?鸁e藮倍惷6䏝2#O喲=E?憶崟$删白衞肗瑖q閑凛弚熆:忬瑑睨i窓熉>&-虝錟X7q:槟糙V良(&,靰臘|d Z恎樮蜋_!g麸E圀 劀嶷/s#D谼{g儶%r償坴滿棡[1t#νk;綠妈徶m⒕8楺B艻b怶簱:n⒍>[袉缝U贘_ns%V6]j硿r涫嫣 罬鰴%XE勸率颢62Hw6^WS錤膢C懧蟌詾?e:眓DTf#瞯;5+.巬s1攗熵q?s馧蹿5\R覉38篥;钤浖|沨俕竿'溨vZ誃M柌緷)h7惵%髰+* we袶HN/畸灡1VW覱;%`ěk=莪s 船敲Y洞郴 -ゾ珷幑﹊鳱久#+蟺蕤:魳劐焀i貿j]z蹍AQNE*ふ 賽|k)N( -^~sY鏭;鮈3鶗S鑂=$晾p脆猀gx:貺^宑灯1'O}媻侴邛{lXrYip3C~齦笸嫫?﹨AOM:8鷮声叁訰^XF伂靯:炨圐,Kcfm?j醥}x熵?砯蚷衮5k睳搯溊喭腪L-攑d郢忠/T|敎荦 m喬fq闰锣[%]>颱1瞼 q%撌萂k6膇cE+阔拀L常9竻蘫u -;讨 1Q蛫埱MV9愋p蕽x槇D邇md郭堃 荒狢艞8f煮=爿kwq漋Q欘V@騧z~^.{^獿N8m`軌+-/ F芚g尌_*r3 荛u噂擱)c;纱沢邮飬痉*>nxl郵65摷ePEzG60I妏u鞟ee嘈Fn觽 啡n ved[跃Cс攮{淆'qw' =駸g8T睠棶赳訡;G 齞zI#鑻!Ex娖R<斾aq囦Me~j嵬弙库OpG玦+嫰{b;r赐栎甁r獮8%R粿[護鞽;牯j-維龞;+祬8&男锒 G逨m7rK濽梀嫉<皔弚6t役3#X :洃g﹟幁5f佄樯c胮`刱璿窃y"DN,蘥蕪歜忴p]l{褰蜃鰙;0zīS馌C禽!; 3焌p"迺#峗恄蛞K蠊沶.鞏_tWq!U鄱愆z渏邋踄腶f0.卌CXt 懄 -M-賄z脽熀陊唼x硸哐c'テS\3鰱Cb静&u齲銼M錧m抣銼飮腮4蔊f█fD姑V让帀砇騼m%謎Y漋2媾叚%>銉5回k鸣$f=tl(盋>>紊(二 L寕5:R06k jM_儔芌[V擴fU[ -腙餅恶 掞~v袞騚K□m瀌z认総5瞸旯 -擴/ -郻2朥pA+肫g虋k异梌枡e.6=NS泭Wo5W傧唀kg椯伽蹄Fv呴n呃觉qi 見x コ霦樱霷*K,R閬0T潪0憚BA粦蒟u S;垉裷街執錞嬟}讘C嬅嚙燼|朖qL#?H^獧晾+}氵Y帖(m杼<胤?豟k_a垌AZ甤O頶wkmhpUR!磑造y#斦馄縰站N8谢@D橈審( .jD{雹炚,榙 鲧E* w5磭_k(*毛q饰靊({署苩鐠+毮5驐/侲薶挘鼳8擵渟喂\磙窟`0稷\櫃[屏J犅r[{匢葂3*烿hLそ9━F湅驆>y媘 -矂耸媂 A樌t腵匔JBv镉#驝`扢N?>i聨o (蘽 -丶揨暳骝鄼觛~6詆z庬>霦骤l蔚妉/16蓘@掴续n鳯鮁嶂牬lE卫堯)4仃'Clb 愄 餻T A9-砹Q - -MX|7模5y藨8;Xn乨h觞淉&|,函5檔$%莖R)藧郸欏W8*Q函/璴x旁k8霘軞跻.Z嵠萓|lxV(苏+*}nHV;!摢q7碯T綿袷'髄摳f8蟷争鬶麉9爰38鏦考匤!g硆Kl0%歑8a霜崸廧 -$e#压摒U 艛偰@嗐梢戃0r覌q菨攸びyH臟癸E;錒b*{缗5=9I-y饒壿 0l\疉cGL棚;d\ 蓰忚0壕夈&L鞚8箇">缹8d岳A C啅5a桊 削趝柙荆_8t骟ft5伙圷絾L4lz晓寽/~虪x觷柝闷:<芆4xb!鮖槐@/qL凲G9燄b瘻?^0?dr!硔 櫽+av瘎櫧?鴯^冞5翦<妖馧馩v濜P霔邛砝W;涀5qV!3 櫻#qf!觷 炣'q陳Q锄'L☆9z茍Q=p嗳揁E锪c彞q 潏#&Σ詔勼蝁} ?p貏AI5>t5l焯顑泅= ]&鮆汑B廾& >:3B懨扖褠墣A罽gH#g2秙锬acg夹'郠肍NJ6畐!< k蚈8㩳T 酑\z穿吉臰縭15卂OH殉缋qg 6骂5`D蟻#$%N5x\眪%艜挨 5筍煛&吭y鄻鼺3荤▂囄飹0+!ib庑=銚z1b軜^6陞)韲想t妔0崅瘥寴馶髂逢蟑V裏3癔稯溳%i.U1l:ο癌割墦憎9)O4d薁膇哃;hR)儞^4l痾殘;x*x S仹>8襌萴6'u釡3p瑷C啂3綶吡C荕9lR椖)]喯:驽vC1簌K ?5;1甀 唦鑛\9P叽派\u缂鲱iY玆v斁:%筓╅玆3V:棈x6頛N迻紂 nmkRv<5o搔寂洺?Y煻v卯磎K'诬惡k沔荸踫柉跮实泈簕迤慝謑M轀礷c街7}u牿%隨V$oN迲懖c鲓攎K譵Z礽麏浯諞f%纎芄fs坪-T3礒K6-M.X豇暾)R6у|竧帝vd-Y椂vK謷;柇o滘DT -f{滆3L揔7,轙< 9y-P酹M壑lJ!Z杔/X弗jAjMy+Vm[硋鲉MK7,迾硆k褗M眃|潒僌W/O!膝& -o*Z歓癹c逇棾&9g輪溦k3桩螻N蒧.k沈磿36m-Z疚溽暝,顐\毤6蘼%VまqUP(拪0 o?<0荘嬸閩繱X]鑣WW]yu筱N@!r蓉g`O竲N=31P滬 SR睹Pq瓩炵N犘|_#7週jD憴'6S赡8"<3呕95!o眑\:摶ML3涙6α蛱b B 钴<鐰凙$(s|圔D愠fF1淲鉥邃G緀琩3怨n1扗嵌傕錏k:鮀綋夯Bsv$祥蠴vOJvja$5渏M$I*劋邑躝攇}@8'?+j!缉,7孫酓>)蒙_N`鹟 (Y鸏Yn喜c)75++唕."阌锡J躴'漻檵稸< 鉱呕嶱澿 奒*N?53蚚渞fvA育慒孯鄳峎嬋嚴虊D -NR歨ミ("'唳#k沋晗汐郌浥搩9熚睹9i@$?题酀袍z'蝭恒13挢抦媥-嶋 @乣i讃芷L珣眦ǘ诸ja  渞鹉羋鉮e@`NH6'o堿篟'F褾a8珎$a餩鲰5ov"胂桾(~㧐曠A箧-铧=l声脔,(s县趺uKb3鄤pc鹈 ┍溆d釤>,!B揌$篱/[妭鰺譲黍%;>,ae裭#>跢菒C.&蕬嚕屹皁'X灂舦V6v.W媲2$8xm血#_l譪(r#e楉z胢蠅|!ymz吡2褗P -&狘罜5躉"厽Z盩-K鎾c鼣打}dL困耩麡)夅m氓 -璽-Ue衩?鹼藷迗~?翊3古[崲鎶鶵舸U摠,臻g 嚻w|儎[醉V06_}c|撩歎H?乣蝏-] ;普UU靴董u稓媏39 -UE9P燉r荺UyU^*烾b+狀缈敞g遁鶯湽p駳頀U暬媻29<27?柔&俏}噊舍*津 酆饻贤彆%湀埑韑D's軍\窕|徧z邓9媐悅聣 哧'b8耆咵鬰\#貒D Z,跻起7紏_8釀揦構G癷钍+5i诘胂?锼M弅q雘n/.盓h~-a睭83嶅鏭钃唭牮8'UL秷<"毴Ec拗aW笆 {Zz墿NT<1Ng?/ 6q阖[o搰/EH8s90WT>'枞z呭lK7郅蓳(繝.Z9(i }啀涼室奠牭,wd仠mr\揥Xf垳杘=~觧05饫x;嵃偟k晳*W"7栏8龕鏎劝孂目2天P塖鴢鼁;蝂%寻InAd!蓤扇)x郠[纒)_X絶#涙)9'蕣鷁臛_鹴L婞i~ 梸2舏雧魙$#砻姭A庪捹[履D栤4"6快 熗(S 7Uo嘗閇>G骒.侀p佶a迿k^嘀m逎4~FGM灩r6哄3皭m#M盁藂,/L蒜$}s3姺胶擠靴邴籎J辏枾血鸕U镀uPq1p潳B@貽椮y -6R哧鄷溜G膒>19ナ}uTx-[钉F焲蛏汁i鐬她zMQB亮1莋5& 烜煦嗮*X*NV nj;彼V2夋祧(z+,醫m巪卥霜 -s蕇w殩绋[笱鴙,洕恈''銅u"鄕w鑦EV1j毟 g&0璞e艈 &烽棶迋7骆宷ⅶ歚y罃$皔K鬇趖5宇寗盶-暜璦燛!LH{幠 脙Q汞鎞= 玮H 笖V{颅重骡鵋鶄B,量罱焣鳈g3曌ved耏槁郎毜棅qP韜緘鍧顈5i:n蘕衋賛8嵠/肍e 6aQ 8m=%v'!螲8;)xS蘞踏=j S匒芴 }+J:晁pZ;M`O艋71;s*GO氝c繦朣.xo)]0GA⿶.棓楀藐p虏}萫澔%m辬w慧)2 熓汲泴蘀啺計o_殢挘R0硜淍|謺:滼 A膙M<$牃%柛q裧5N塨蔺"^辿=n濄A瀩鲑&ph龋徉哇o繚J近蛩m馱_}5?/奎r],玨a筩媖e{蓞$躳 -{唕)a"埕 8D./8;合yj味;['O蒴's哂玽m8颰幍穒O苹榖筕荶n,*+++ 駶燙敊4C(杝l玡侽n隔捠漪躋S娌輭0飤礆賉i祱搀[/Q^*t榊!PX!a屲?韟娘鹊;,M銓 処罿5枆CWlpF紫v緅Q 甓夞>%'鏜淺麒鶣岳, H0l藓8╄Z6鑕'憙猸疪ィ灣vg?G#s禁+!湉>Nw揩!*9觫!mZ3焊閱_渳崎?更基資>瞝>$:分諏v-m湅jw篌fy7g'窛il r冪{嵏盨T<輑媋 -kf赏P5狄贱逌^0黪{ \o*揭鎪聭僪汾夲VF椝"a0f1BU谢讓];潁現7誔O换49u湄许K驫 颷E"靸f0媻mha鸌Z._銷A7浔媽後? 鎴銕壡{剫Z罴赃 7蹳宠幎h %m诙mK亟r`{谥司}镮'8碓摶u}濰鬢冇貋磻:~幢j hl雴 礇t5le-寫譮oj7邂{<=r伓c稯汃p疩om蘥S63,o(单SR藨~勸#Κ(柞-絀&;8骏,`迭铏<?辣o紐kF淠K$襶Yvt>GU賮笧蓩_诹'达9d[V 諦^宏('R釰铎秼洫*缥檜'潀 梸汊+杚I 暁7w6ё]cTmC肇魣 ;≠q?/8鲖楮N碲贘鬸陜#陭TKE瑓盐癪H臶橺偄4灢!=鸑航熄%願pg砃U琎玎缅L淠狀++(狞E5I+穞粱燈愻|!3_zwk蕄L枀O廤v纊鮯uq鋗郸[j% ;帻Δ戆晣Jli齏 -kx:誕Uo$CE-梨簎e39]杁瘸质hmS唑UL瀺  瓞F,焐拥塍鴱=鲐gc}128p`应Mz鑱n藃-).碱s1謮'4祸毇篆]槟T#k#HNZ憱[E鸛 p簻摫&8p$2?(飚鏮⺻\X:扎诼嗪8驺溋厞g@乂厀U,O楺!廃RR%#遐蛓f接樉I/竞h齠N9怈 .匪藄恷.伬$k捚蜱{v8璧]弰魘4诿'苺|LKE鍒E陼 {)鰉靳戹r*薮<朶WgUV0pn$⑦?潛饝_3欢癞;_8鯏e;穖屯夙餣侑wO鉄})僘漯礬艮鹓漼9砱椩叟sH谝颤黒bl麳*▉}祱yK蔚殻I;檆7暳\鉊妹W}讥蓬lC制,銖爢牅[09隍敬 -:>泊軂襮癧51褆︱ z,艥Mm >Z播g遖=&L淁蕱$骧ㄕY"峍巾"礇8重C橹絢觞鑝&.2h}Z怯3@秣慭? 粟僘臶B獽鋸薣s6墺疄)-*1JK9@[军3蜙硰5炅d.~疣梁刵縨尤犨侌銖??C貨&适J v9g耜3N胄=8a顝x缀%d a畱B禶僓<>i滈猖墼q(Ц駹A%@'刧吐驟 b(#呔"鹣璣'濦艇短]竖l蛋琍Y BjB-q獟髃璄浍P2>睌囧Kc扥 噹卉l)#s錦蘀)H2h爯鰪5y猡o}霙縫壶臗聇豐O=+蹼庄ZEハ鋩禑/ 预I/~駤 韆M亴 Mgc鯽"7靻L祘0蕛^}g茌脬>K蓰郞跲鸭欔闁 龓禖峗羏)k9薢荪韞殴n剦4>$3琬蕨淂澭プ伉33s+硆";馷靓簫蹸-3鷮盀Q+⿱8#6w餖譗況,椮}杈u坉\-鹙q莮=細c2:??;啭滜躶狭8啁址/Z磮R=O= 暎輤蒊й堆o9锛髒钿頮)?==滽0筡廧_莠,迒1麅磑П栥儥'聜QOyГ片鉪n,肍HlPl旪碣 /2`鏭Gt鳀鉅諗7c+{-缡fP墫/蟥r泒$KV醨溮貛IK霍N贲o浯筼砣,蟩G 怓鹭! A誘疾v郉q愘K11名"f垣gvb r/"H徛?齥t.lr淼譺3聱滛b%.k-輎`僽2L顝9挴?掅W\眎軷頰z=,糲漡B屼m鎲_錧馇]鹎罘y{iE9畓t田痪瀰n {X1咬񸪥炏耸丁 锺m+*?"&3rp锈5GOk鹰o忤%j`a貛牟`%(O≈~S湂塑9)乞摅D甑'釾◣0犪9霫g, 骺(籡籿罶g漸o毹碏 毅?!U2e -馭H餽l脂Y梌z)x帙~0n8)M宄B榾 1釤鮒蒢T肩n5> )闋牼5u13俵孢忍.I[竬v{呃梸踚 -F6簚'輲共偑R弘n勒搭薏O姱^pY鐍夗{ 倠W殨WE:掇茊6~g-鈨鵾L ''f鮜昒橂,X廊8%#遛垣/3嶵|=Hvw2i炔F|0k脂灌 劓蠼飣Ocye牖%[J夃,很孞cN龣1?5 哭1沆土uU辬醮!p宱5鏧槿樭盒嶶蒠rR╅贂隅,熵m罓劚o钧)[止1K瀿1UPl汻鰧玻"逆貞gQ虡$:"n$&.淥@騺\bU紆!軀1舺蔺E[镰h1漺炋仌寴'Zo淤完盾#Az琞粽瘇5艪仩a蓡'墆t栊侀 胰 朱醦経M霽#{蠠鰡4魄樔}姈G悃EX鉶}暾镘>"擳魗Q瘅螕no5滾蜎品Y猳怮,Z緘@庠缵7f4$8W太y堒.發樦登躶L=淀詖+U|R笜顷幜8筇3⺻H.辭{莯戏输G?鈚└蓳'卿3遫@箲镼虣3GJ za枇猝焴険7闷灑僲h寶)扉胯3嬞P)チ傯' 涾髩z霳硾r#凕騄9狢笨l遌1}鰗砘 檠o运 >薮=OC鸧蠃ì4縿8葒螯BAQqEA!鸏#靆Q^縆枈N`埲嘓1>痾~惤 荦摕鼊*冎+V(谁[窞~t1翍孒纤嘩鎽黌RP暹75k砌D砺2姛H'U湳桤皅l磆脔~暝〣>]臐$^=WOQ.鳅 帴h殳e腩實Q荵A聤uy牍叩魮=r諠O<貆篎鬖 [嗲渱0滗U烬岷难s;;j曷9+爷嘯d鎞個9g嵲蝉6p馈<#讇|荰馭Go院h瀪;锛s锝鰾韟0 2Do絙%@ 2DKVX|臠険C葠縟匶篶菐啐顆DR -s龂愺扂%,{u;J诃oo0麊.3?q+闍亵uU吆髾5 2XH歈j欻]螊`寣踀X>絆归痆邞骬d郛2I2><>^X娐>齻J藳.鳕羷閯角愮\ 貒zcp?隧,晄^咗珻b習码cO=`U晰篠N9澧.b%圤Yi→搿蘁戝I泀O> 立侹諯|迆踤粛F>淞fH&+W<掯夠︸嫹w,滛;T:潠g訓18K⒛偃芁XN_l圬3GO閟愳捛My橘'蟸纾U; -,wK 1ホ''D暴I d儔檭|帺鴥D蒯'OMMe溛Z9Fr:/紧抮F揭'.!VJJJb攳U0`肸 弑u[怡鐭飐燬 據B{黯}8寂來铧_x攅珪A嚵s弻⻊ 疣癁燠m餱3膲郡+咽8X歎/ 圻_寒菒QSv1>G*Y鉜m!鍵菤鲍撩l瞚w)枯物8<,]哘y!兗#=2榍~.0眓N䁖-9尤攁:饓墘襫1靯癸絜W_モ溇E諓N獱L翎=桏Hr爓舻瘆-B胱?諍哀8韧gy1E廋 U湂酚WHY^X灆[9刀i捞9Z泹3汰⑦?I:a龀{L烗诂W辝寪]顅蠛9C狜7跱孱闛V溇艱牒綠E;& 1tL$-9魪fGW~租丢宴镛;?*Oo勺HXF>π{钺偋8稜拃'骓㩳殳?,y趇1庉L邐I蒠[z镹躷覯耹KJ%#鐉y2Ho鏃娌#峤芴燺麷蠌霐タ>鹪镖鯽L[\试-}岫Y氽綂镉#'想+a囵蓩Vl& 隄鰓m湉鉺箞溞煱/py瑛<觑w_ZV竓踸涙8rv燬Ii蕻8翘灜C皍')h'麃轶黌狫蕡癓[駤焠?8憞懇7侷◇杧煲)))諬^1F椱C償眂荍j7蓚 -増Z隟&锞_鶺!5;v烊 0鳹郭L_I[痂-$а[.辺凹屻#a閉;χ 欇cF瘳佀碖dHb輛z鞫".6+& --w滗9m{ 6`佧酥乳v! 任貘c挓{湰 -!煵c+珆T|9F攷,懣Dz!靑Z釷"婘)盤蹿z:2啚Y参戍槀?}>d獷w* 1翲F L侸媪鏿 a_ -!K凐J -鏁娶#+嘿鹬JM=賝饦姱" 祣51Rd籛p槯U逧'1Kn仫坪t枺坔褣LpO>]<蝓:鯧e蓨熱Rn瑰2俭;y%Pk~~1=+]1子0Z秎){~5企]筒荰|u孉 *翩IB!?QNJ沏胫瑿鱭碘圭+"斚 -跥}#瀟n 絁}鑉儫L熞<0pd*@>椮蝳玢 -j<呜湠3茕O津25腊Edy  罖煕脀 GI9,冇 -霬8瞿)暗"鴗箢胥th5h鷭ol菖;琭'1画+Lxr棲瓇7瓸 -pJ)侶5qb腐睔5刚P鬭颪歼gT潘P烻Z菢落鑗; -礖I0姹擂0Ci1*'=BK参sCw_g?\i鄎q"BWZZ谲箂9S璨.l# /拣耞椵簎[癭掹\=.pl>CZ6彇 O"z謤躆>pa郴憤Ck跐2瑩胥諒鱈x槽钁3?诎+"OX琶藣358庛扈5蕅.蕭$紜葒*^o}J_ SQ磣寬y'W鄉v{釁~遙芷$1葈琛&L樌&0V烠o阴d钲+,蕜迈!,Y籎Y笹寫珄羯!奇9(C嘤Iuv.s,胏W22@<蒵!0'霮伟礑p牦毰咈袕%圶,c綯镧汜a++i舉藾绑4 s◤o掣)t黔饖隱o- 掭溸}軏8s煤,)GuKX=p|︸8е嵨鞪,c4喤廤T`gI媑]4)V朹=Y^<钧<趗窓t=_J舓.'=枑誙蓟 ⺋嚹"[n穐頄<=w殆钶ma詛iU Sr猺荻>rOx腒$熩1@桿4蟦.仌a~猆玍[秔鋪=G麕Cx殷0餧_>乛狥嗒Bpo}e-澙d匫F)>/O溶,$湀酆ukf肃%壞BG<G02R譑.蕛#" 鳱@b连aA悮]5兊&津t刖Ъ瞐雟:a鍟r3麶器爝罷_DF芘蓽7J牪疙vF雁S&Y?"椋 9")!?J${Dc痫1錣昣T1~黿4+EQ鈵 #鈦娯紊h}窑I~z]旈 捾D鲆涗Ib&灁皟O箯Vg43S0D囅$穁 R&>+枴ll削l欧~POX孖;9螊O栋 E/LR蚙K<と= -蜒<<整\狒q%隂玜2稏L涺纬=苩魇;雡n蓅[Z甍Q戢s#囎y帄2%2橌X:oV鴽%4?x(1獏x噡棅+>w氽渪洒~彇'郱;" P質簷顗斘m鞋>vCA0妪 7㥮/痙 f;為髯铸6豖AD伽4犎蚚蜑`Q菫絘@|1;睖盥L8v 7a艐G樌 ?紶Hq(杉.踇镚E4;爅灏X灻霕(菢筿鉌^Iw锘:爭4鴃Fa}雃綌悊B崦VB矤&?t丶县縸a谥韃>E.嗑HX&诽瘟8r牦鼼帤綻砚鉯滮7酒o戁獗瞵,*d氤H; cK*峞agf鍹裤車R.嵄)螘 -皘x$酗鯿U/揢)滖褧悏6峘鏰濆4(,O!-G[皰]t)>Q5u$f0 =}^夳斸=+` P=> 攕X犽K輀秎槌 雤%瀝)潎燈@`+0Cf^iH鏔豤d狵 豯V-)`-3s◇8@覒=W肞62]詭&fM5⑤枝鏛樆藳X朔f硹,o峙8瞥N魨A兼}楴糫齝掦鍨千4撵鮍(鶵w<別メR駖无竣r磘o n3_#哜*^Tl貣~莀綿脝 -鲱聭乽x(@U僔>#>倘畬  eBi$e┠煲b睖畩`菟輜進嘷焝h乡J樗颏酑灠}篃嚴䎱D钳~醌瓣р? ^,鴺:简+X櫫鐬;otm诖Y榋m~9_横茮稃繃:v>s吸u蓻?Y秄鼣欗霍>z墅煯BV嘬污爠m樻6瑇 26劘鑻W0V犀+瞰ax诎毢Iw,爧6B>BZ畧=9([煂 務盍P4)`檸丞O&肤h廥皀可凄1跿鴫i,~犟 鵡获朙Hヾ酧淲奧z-a龜OJ潘鞔洮Lm .dB ;嶻f旈:cX鏆锕鐬v碲q+=<Z熪agU)膮N匦觉p产3~荺N鐽F0<*4Jc骭L>^p$骲魣RRR篓笸史@$9$#.=擛糠4m>3\F眣,r76.翆n觛 -*_]呆睅={2餄襯徐釦レ"'mg勢窮& i,豉#槱oEy盓st?39鴄鐥稒菱|> sw钵'D!5%.妭 #'4灏3L`@E< -:L繢鉮虪鎿1c瓢媪宜賢fヴ烱粿ト|>g%*s膢阈閁g莉<='H廊I絽 Y饴媏h鬇 \校sZ河C綩铎瞕;%q)?3V湀瘒'簽撥F叒\@跣<饀爒<斉C溠*懟f 肳空a5砨"贪G/^8&'髲転*DV 鎳~楳垠-a 誡 娨騻B;M鐉绦幧h謵翅舓0珻秫背^M睡舒瑇剉U惂暠l|s -:廈锎潑G証#d湚秡衬凐r}g,渦w6 訖d鹞|[﹊D,苑亽"B羓*鏪泱@n繷<^d!磇h!ZdmA∧5(j( 傻XX -霜r同}迱+|缠V€踝_<虏e㎎DX聒V婦 2pDAq潘.硷礼~|王W都跺O~菩w律g4kqJ揻(q\榮騣鐫%-leB0/壗馠宺龅笫潰y @<>%? 隥n!悊G羸跤鸍 溿-閶í@`"*熿+-摃a盄Y& 憤`慘n "$$笲`搡x^k蕯)l a.Be潀濎D gH>-賿播;3[D諕u烝,锝J`C甮|f"偗i徖絞Vo爠pAN枠`b;皿⒉J礋悃坾販扼鯀飗镙锉<{菹o+巕вs覼,〩0繌)$鲲硃 M薕M 堃汩 Ch憿+~蜩訦bk綒Jl6l撺_襫幚t%椶I啇姀$\4(毲я沂D戋瘮拺`&,壬V煇/^紭n釋3氐桐哃鷢[ 租MY5}︸.艟責涡挶0G 乯'`燱H¦F烂猁猽L>$<* -肳 |阳])谶摜l釀帿PG<i/\葛鴥趫va;0伖邈(>厓q(%鵘y瞵H╝珊f沮~I|笂解 -y `餩XV-嵟錦鵩玗*襼*繓(頗`挐5懰﹣血csxe6袂v凼喙蜪l 铋9鱫癔璃9定wma饤g籒\k桧-.Re$9幐j搯G獟 S.滗艌/Q脷饮锟俭斡HN{衁RI蹓%ǒ挪"g氏wj鎠 舀%F寻 1+\!Q暒a怉Y衻3仭糧缀X~诃愵欻厎鎀=h.L莶?)#锈~ 禗浃>~4^s5鬈sO{$%%盉C藾R=梨E+1%y]枿侽F澊樞"諭9葳覡u讈浻b)].H4"e駒攝P}棙lI蒀d孯3逋0#雅m鄱e诫+鑒 -10WJ>f8:4>CxZ佊f嫱浨詷H)楞([佱P用颿鳿利樏 !2q1惕仮 骤傮殣DS正_瓥a欳琦癶翖<碼 褼湦~<啽=Z菃?"|:iU襊0聖A -p}'覡謖╅卌ν禟傀&觉祓姉廙%橐揶g彧抡虔%#衩﹛F苄,A踪 P馿V2[漑t:4,㑇 鹌V詏 歺漇 侺g鑸陊*U=铉懆Y=棄剚 'X_20L`t <"羵+%H歯kO惸!9務賿襰6 0~赶獮+輬谗瀴N-薃硑耠+鬜I T鄴R.}喢純Y序'?扛凷k\*麛Z鴬餝賀M =鬈?oe敉o~搤#JJ}H(M働T?c99&hz孒焳桖#!C鍇T6Uav芇1z€褄 沮炣岈Cw]}r预殜//(兂滚6絭趬[飈 ~r飐?7=裔围簉J6Cx %咬1t刄黦|7yB 昂嗃"豀瀍 I)'6‥4L@#tO襊瞭:>?A+A則b鷱嘲鳭詤鋙鬱V)3*呭SSS+ '开0瓑楻执梧d掳a9嗼糕R祱T -ML@T敩owbx!$襕啛l絛D弶U垗hC@O a撧+bj}<悻銢焏 洔鼉熫佐锤gw*+ 豞p\痈鍹怵Yr蓼i掣"{脈秇a舱榋戓0麯isL雝]G}sX8匢 p俌瀆7F牥*倔谲S匯$A8 8П SW8瑋h 祽Iq|卂3/鷲? *d簋 i暨9ij⑩愃蓣圁%じQ Xit&炘 U淖搂Q (UbU槭靿L4睦闹黦瓮SG傯|;e顩钝Nu澄g匝6缙拱(s&c毓ZR虹RH+#.锘螎-捙缎F青棈/嚏劕2N魽_s鴘 [3l;輕&Vz窩痻齨(!G.PQ蹾*]W`x蝒D塃擰U洹Kv1馷Pㄑ }[+棄跺{PI彉馓g竨胫++ f=k燍獜算?^驘UO妉`葱d#x軲玤续芿蝷O/+~R/OW>84"*R訾B}L袊01|婬膧螲徘d4漅FU< 醳钁b俨%珞1橶b瞼^玙o嗈猭鶰鈿6睍-鈿焴舥7檴or姪x嬩Uf|鳂'幹滭Yop淼識25_傛1沜g`m*p⒏餭<~@圙#aU呖"繭k#雜E*L9 -氕%"胢羾5淧/B*bLL铔@;倧o}由C5H斞<雏窅"}L&w6F(Jr徤&435甫* PA. 00采箯畂M?1^毄'廆噫J傃 -] 峧kRz♂e`=cI\q鄜=僑哔3姰╣N砞忴&;MP;cb L絼E鋳#7~h0`qA-餍 $|伳 +5JJJTZi_64緮&蠘X X觽A彏獰撁&x桢 秓2涨z謮俬Yk<9(.耚 婲']7&,,-()殆躲沯=鬸繌sN/;齆u#鈭5=踰項濵臚7郳77茇%廢駎5 -跿QA -垚G$G<)$@b葐x>a`吸詡-H}EF啁址e蠶Tn錕縎4}(錯}N吩橻Q冂B袼&螰b/ dt鐥醠[b$mXX5+m]▓pS擮鳆楚!帺鴝Eo(shJ咞h/啕e度厀*蹦癪0rT旀8!D癫I #i y6 d倈}6噶嘦zz 梊蛲舂36イ%g莒葔慛С[諊/)*貪^Q\kǒ(s1?vX 銲5;uL鮨=味R鑝祸蹤藐髌嶒wN8鞭巣Aυ+覔糫6 WI駫糣j!译>()'G缐5J3鍑耬稘)?曀JHO++=9圖E丌0`岚E拤x}摢/q=鼬奝勣p啛0HPe徛爡>嶅 -K抶稪夛罼C贼槉o,餀nPiH淘襨/笂疏暀^4納 -鳴l劝V錫<荔J"鸳V2~j溷劲.凳v%鬁 -RV濑黦8鳒髽-bi#軛?锓7<:)q'毫;滟k唓揲D智蛴魴铳嚒0 b_吝Nk2驊U鬾瘻语饮n鈀u锓#梸嫬淵9*9,5悯 -澘r鮙9Z吨骗I繮嬸Oz轇K4磶HEs$V_NPW""刌,≠Y嬎hW_鮯||R8e3蟸%J蠔O輖唦WL樤乢9讑価杧'燗yT  p&椀垰98%牨h#焁廹<孀帺:@恂仇,蛧 \牠窵!0g盕瘸壞筀羁樅K柈侴FK謣h,衔b)}M 媕'鋩湐x9膭QD>糫箌E鼱量o决寨渱 '6o&u艻'蒴嫙祔嫔1W/[谈)QT蝦忠竻櫍馊!躱>乀价moVz(悈hr巌鱣z暨栂J!﹛T9H$'+x觞 +扑s失 '%u (欰碯煿v0囁RNT怹仟0轿歞:,锺僴痡}稭9/J'L整@兤>CH叱gO8鈫熜m甫dy錫谿)熒W 磷]砣OEe 4C蹂@椧@耫貁髾南ㄔ1還H嚢E蹟 m#sT Y1幣鲡%,=鳭l纙=x綪@鈇N P盪"f9@o=#S/焹0P&蛎襻0 `晱8?壟=|0撵房})\炽"笑kr盈鏖g灈;飼秙-鎙罪é廴囓!\hc ;:2懙蹳iZ韻%(w/腚烄K緵秾 #鰓I厺U奨)y乢蠒幜*?E牝c埵7.魞&eQ.{l验鐪s巘:C?莆:聠Y幉dq<痍槦>2,ツ}佷嚀 0@伵䦃JQ25k韹麥|醋Dh徉惞曤逕u閺は 荰|!z膝 钑 kuch 5b⒚K╓=l擝夵剏憑b[ 歑蟑鞡b7镴瀌U珃蹂喛%+)()k厺惊釺 -9y㖞麕n巾7_E螠, ;涖焤芛?决'焭fX覉O/輼采 懮Ⅰ=╞7U馧遊g蚧躞忳笁 V厛|EBR&佌˙3鑲'!$磩-涉3s氕逢%?寑%@ xN羈1<=I▊膝}$)袚4 !9- :=蓳腺 Ht<8嚈O葒x錐吾l0黶o鲡椁y E5%L话X菒r&酿鑂c收 曪1逷橏孡P,-鉊 D媲#Gz@`聀<S瘌W P箓脸瓧W"u扬忛抅$&88%<肂犞疞AE禷-DKqn職6{C|v~了褀`.乖]蒒蠄k旨3箞k鲟ct]疒)k-羧FRК&盏坼Lm錐隉1ds綞`噽捄箑瑏|h_鈇*奀辫胁o饴 /詭6m觻妜.膏N2息 6垨T 悺c夑L!*迴拃'EO肥`xb>+烜m裁d刦ё六u鬴y%㑳A醸`p -5(\生 # x&杽鵯漆\nZ.?~<靶F闟4Z(W錉\栌1H] ;' 错1lg栞x彫纖|dg+Gc 虙9^^qDn綾诚 铕|罯/婫买め+錏%|狽Zk9R%偺扻86L潅\篥B<I.仠,PQ>L#*迭'酼9庪w軚8珐騰腙*菜 溂5覶9裝睽as8>桥R^R3鯩殂 xh⿺╲奧 湷 摴蚩梣辻鐏s澿 g焳6p^%產踝/1|魦艏誡郼d@餰梋哹驖s觌X?衹鰏灏垇:-紉->鹳GJ]9缻]l猠^A/頙鏩j6U蟟Z賲6^@锘Uu 舋-?鹊V1E譑6忚lG @E 褾劰椊^m!9垻刧橬酡j 恪!<剴2 ㈤杙${u鄱m媫剡.鰬鞮 -遼笸 :0,瑁彣斚Y瑿>&\_RR溓啍)=3苁塄淺 _殢fv使げ袱f燔u軚A;稙ay瓘蚰_?=5⿱WBT1|臗&攞葥-鐃$殮屚檉宅搶砺'*禓矟崶いg算学- 彲艆aě0E{蘦{化> 莙*t<纗<`煋l範 -羘符啝頗 "拦謁勥~N怱'談] *滮蟏X癿餮;vp枀肗槞椓v4>=T~劽毪b&鹁楆設  -1堲_×3Vj鶨2塘超荆R虩"鰤Qu匄p 爭R蚐kq腟 蜌5箸惜;溣x楙S舂cO*<糱浝m份鲟bX艼@煃3细q闫.P裛肎鶴巨犣泭g胃黀駇: 邼k,{S窬謅u 韄A橳?渶W黡)月 鐚棶]2衺囷搞4糼U骨 "孛6鏟n贪鬬}軺.鵖nLdo嶅爎霫 凟_|眝躍 "肏踇a7)牴闉舌焱我w'蛙垑;W\Ag!!櫺"妩^=彨f6杕`L闘髋U鎚0~(煨 -BW\漳嶾E9nL忤,戚T奵9=榚隃堂褡梊r6/荧 -義X菌戢o瑰頽cU箪‥o駧D81h'FM觗J揑= "∷MF=f5.T!冂![1骲 屡啝Z儏徵9uSG+p,q運 su砗u*璍/ >;煿町绠涌y+鱘9姡皬酯鰦yㄑ: =脘瓙1FK苺邈 -?h{岿5J廰7崁詸2wP昍 f緻}訣$H - -?I#%[|+抹劲AA,腪箁%g0W獔)t:歖 $拆龜颀E嘃萳淀$h沣伽讓膢铼柆M媼0蓈G%ㄥQC饌I燣x瑋cQ"滣$udn漇軵y酰r酖劇0@7榃氆郭桑p屜' ?b以酧Aリ@片"P0C'渆伡N啐6=u犁9+Fd@s芚臐} 2鯪B灑>蟈:芎泭7krPTa檕7>鋾ExO悄ws%.穸V栦 -獛}鉢:]iD佬*[0oJ蘠 -栃@\凟壗*f遝┓ -F邠簊w'栓蜬詋帮桾5鋫L-從 2寉綊濺/HO遷o<浃掶匝窛,鲐10兿 椲8晧M邔y;c鬴8f莆X>,寬eU汅<琼庢菨4樽禅摏7mw誹?媖龅&5;吣, -<4仈5胢屎=汁[c渟𖨇楿_Q$ -`魄{T#@n>eE`I堝曺>=繵敨趁尡F焹戻Hj鷓瘫!`>縢.N<#触疋9涟9凴>繜 绞樶c.擁昞F鵗 雡>輢h)+潦L弧蜚;\湠G嗿d棓>FQ;囤J鍍鑐=I$1釤R\儱岵$!%柮冒4]}rN;鳭駠杽螬郯drL bc^乬/鋍p痍[焮鴫膀夰P $婓0 軀b^4*n.0S=缪:C}NaVvqi诪摱 鮘yY脬1@墧 $#曳攡*v夝O璒jDV耫竈赇ň"` -%C篪*鸏j秴/騽c)$ b{a銷/3齓鳘Z bjF 41碅(2訆G嗴橃崛b(倬s;鰒o蠪Yf釞g烃P铴V辺o梌7甮:>Vg暠 學\筎钖躅-玞馺ZE@琣豥鋳 ;Y潾嵎oP2燐菷宿柮(w-黆玍1~/Ab蔴樅x -脿J秳搧v挬伡鍾つ竕鏪6'瘮R>唠n曤予C|怷.e靄|Na稏=鰀尖葕z2增P濌筜"'3馉H|狌樎>\!M樟W痖鵬Y圅怦奌熃酞:K個 E押IHa/q炊墩:媢[备Q7:p祅肜捈y{误骛~靠鮟芩送圭烓済焣5%塱愖蛎卻嫣橨‖GQE斱a藏纡a洿Aw3寘 6癆僸a^夰痚藮鍙聻燓r5k嫱篭Y?_8g蟳轷u蜲g^{综涀;N_D衏K榊i谬约涚]穘輎y>雬q伷戍 EZ(0r晎(盂=D_XZf.;蚅.P(4瑯冭Q E<+闟橕巗5Uy齬Uセj&E*J鮋 能瘓2拥8鐀 k浧fw?>T奩魔鬨c菐e%$刯 柂鈱*欄H釧-哔jTu2,跡寞O9荠鲆51據垐W+%v,茋莅)wg肼徶p塊懜#弔b漌蔭悬a-*寃&豗$P//奎騨纥槛,,J糢赿($D嶒NV+饪還X -吷##Q坲尖# z2+X陆b -璅亡颳幜傱q砛z楗坸00懼F癈Lb5韴+o/4m+抍腊 槍! 麙e曃痮xl鯿璄'e哕W邰}馽峡?焬w篂<爫E!旳jwkQ糱駫礨扁卞y'珨讹婟裧焳禥=|8尦綰|髪6炦wv囚畧獂曘6洑x之?井φ8朹w1搢 -U)潰5碣り婙顰1U犑|苡M 牄瘧<{磆置hF[洒ㄘM鷥B@鸧锹2Ol#丿_?▌KXa钪 -鸄邓唸鐢赥軕%u!$鳨so鰡蓼笃F绺7O鉏単嶠L食馕{O籤V乽*}Bm-3鐘=,=0%燨>鈽U勒=, K瓔/fR纛弘.牑搆贋唜fr7頫@P肉a -绰潈ю+5p绥﨓瞰V袯=S蕆]N跴鬣[6-矉-&K>俭V慹A=~揵魧)!d喸~}~G>驝穘*+)焑-玹!煿z螠鯐踃螆斶%粊热#酨啹a靁桼=漘憤飿痦T溙j钩矌傽酲yj奵`奌嵾W遊4"疷抡 弰/倿]珊麁=2滫瓽^U_虨襁o軙Z戙欤K^ㄟ份v慥XP(9K→ú沱甄/@纑K;@6FpJ綧称L`帪3 8s 胎卣 C迀IY VL'軆ik~怛]~ S~3恚腦q爟蝅歈G9妘騚觵|n 釣_!繧⑥絳w`幐(脅o]pT切柝A輺NY嵈锚)硇囗黲V徎(bQy -跎QU騋冗唣蟹!筟\館.>x_芉X諝臉硖3 5k,饑W栆m檔`w厐筇=畚褉 _|濩隷﹫譙s塴0* vY掀x翁2<e栩仃O翺rL?B拿jT觑2h!,嚪儱cл`Xa#[3g焺訌i2韼婙罨飆.婹 ,v憜Bz獡觀K 橦\p盔/z羿螬r?搉渇┻梶j%%(発y調爤防a紇&0罠"痀1y騞螤Pd柙㏒aa!k遑爫[亟!愊嵫AH.c繜u諽l豎l罫(--錒k箵喖袉KBp昡哗坓D#n;::铞L@络#O?齮&qT#P瓿>珘t翨>a睋8+粎鎏坍矕FH\p$愩\2 =c膤'胫縪(庹猂0jP)D 蛉鏽鶂;:惝钋{,;琭Th@f菓D_8梅k柄=S3膙躋浒箻欰N(F枏郿C嬎O〤 UZ磔b7惝$瑆v?X藺E%,恍 敊h藥 昬剻鈽蛈胫)(w-铖輧粵妜踄YQ針厵1c.諉opc镠|E+蠭蟥w農2w飴硖 :o-漥孯h0F牫瑲m26抋糯g 懠隐賠v︻~G[鯜痗妚完蔭脝亠2堷j噩 v軙乕舭cQ倎禼漁尺k7j穩jz`堚鱸訝1艎?C8_1 'X粕瞊X&掊伌泭x╗}藮-8gN95EL僀9渥傀5F伈珸批w,)-Wn鋸K直蟼j问3f岊歛琎狃臿炜玪≦IA 5/w洍赛慤.a6.薎4u愝J S氬9匿_攆5宵x?倛; j彀令6襑荏伷#-'?1.猸Ad殁K,轨菜<騂薱 p-奋满g浥覸\!a6 v1瀐8啎h樋oY躺Z}w4 ,誄V庁Hr 詤(蔕蘙>驑哽黈*鼉妜跔MU貁キy搯Grqi ?=庖WVK.邑2I 碮>鲊?薔 [穘|焾蔡R驰%粊]V颾鑅iG4践鏇l壵プ*>p2兛?饐 騵j憞y)G呲x狿d彻圙孧哙>*-悊-&"^=;R痟馶"L @敖 咷r馢沪扳盇 <gg小f3"\陒a扙7J`蝛^ 儗h;6l荶婁鵋呞⿵0饟蟐3e痭|匠~侳蔇hL鵙]c壴Wl狴a"I3嵛+}k砶 w迋昴撆^鲰 黳"^]t凉!%-蜽D騤洽`斑箞訠<+唾刹[X2v梅uX"酪s<Q偩h枊蟈0ks=黟攕汦{m闂*l-殕;i擝醍 4&ネh!贍6~O3魲Xj橆篊[#-y党顿蒶58:X8黙篢拋3弡朞悔3鋗)s1n`$c1.@);劊4K幦会Fi=鵍稖q腷o⒍~i>ri 孯(U禭tM蓕G4#c~dD级?縙I鋡禫搃w#-Xx$#}俦;罍硼|羇蕯)~8摗Me彍嵑鐋淼&地,x 7X翛選7霣 媐擿E 誉>囵<盳;煽笪;Y啸0e隍m 0棈讝?jvV洂%?灁Jn氬{ o籃嫸qiwx麿贑z箑跺*涞@訪犨~h 聉嵂N0X(裂t%_P a 揯竔~d=l 1RydGV墒>抮莺ub卞辿锃齈}鬏Z鎘e,'橢E敌m-(Pq:铌&瞃41刁 -苡G6淿A溺W 鑘*统!燚A-`mHm安 搮/|桚扠.)))aS}h瑮S缆'd寺9籰6赽)怗.:d$.[芑 ) 攦倮y蠷#"赓P蠚&汿蛛d貛6薡L_|1耩[{焿灅瑑嗰j7? -@"鄅u4Uis勤墽/t2挵D顃a菙6唹9`批F滍窯,+<え▓呌Xgv\l佢).[ 璜!动芾媟 Ci茄"@~4銫"+籶q -N9NC籘+毐響楣y箧逼謀擛亰x鵸iX俗4C冺m儗?倛5覇薇UC砿松韦遪搞;楻镺4 -F 哻 坬!黀濔4ㄅR#a伱4hO儲~g m7郆?丂$尖是瘘r'&觴F惐_1N<馜|兲C制鐋T蝖p庾B% (嘼w+?嗮幧$7?悎穦5TM.}Θ;0+耇~qG `S釁搧 }M絒J刬C僆1∩I&秏&墄K抖,濖制=垰 z莢6$+壘 -t虏F腾跽W枀LK飻L橦;4桑恾 Llv侍?缠還藑3Aqg-铄7 嗖1殕A穳 玢)I4婨 z<鬈sq8儢牗瘖9?><H脀 X闱襖\訜9幻(圅m3春Jy搑瞸酫詡 -桸馔縳屋B蝓(耢嬟m衟均 =螣?#倾?炠 -Ui4:芥B燾 8炠趩9塚4澛髞袴ar)@H徛F]! x%4x>鴂C`G尣醛e*&e~-$铀齐&袶頙_h筶絎1蓀缼鞖1 @PLf:< -s吞斐R+W?洎%S嫮1=>lD毈7#lg翳裠Diy笸7QZ 隐O犱!郆繠鷧T!吟b駥眝髺迂t -0焎X堿羘#绔O4 b剱櫩哤缊( b<%2q牚22N-b壞眡眫裏o賈礤憻\箰Hz侧舌姠dx鈼c&+鄍*x潪OE骉绉蚳)艿p釷ih0砟B浸4耍磖黝B`9mSj倲4le9x笸7C繙;b$薍槥靍誼儢K$4+J痹mXL寀BJ溻昅O寊胠F:Prt B輧63梦鎋*=B鮦G旵佭iG膍 乚JJj湭盍鲯`華X':駿< 鷡g J噚-鼛16=|@e2e 烊%( -苽b煙苧*H<嚦`q瑪C擂翚銖q胙;憨LR-胍%迫m錇 PW俁.拺稰*要f劕0-+E鵛鋵e6OkB噔$稵eRh豏4h櫣-V孝戁ㄜx X盖 &@之]k5j簱觬田#设茍5竌. (趤倲K4H⿷隭,`8驰 龙s蘪|X譁崳熋:0!yc>O 3乧ò鎺挔zw5o罱{鲉p眴v膮}至$<佁郵着6坥u常鲭T -t坻)8葟w.vf肬鋪芢欉l+I5扜6瀄呢G泴Ⅱ#┤>be+)妍蘺 鱤〆襈 hm+)G)梑]耇w? 旉笴楶钎懚夤x曰芻+虰䱷`-機蝙KFI 愌劑萊=e禃j*祔$眴)屎騦@覵&$L&諻毺交厣!`1焛$﹖臐\鄚#轗. x -Pl 峂p擿IぷJ鉘桉J鸣m榾瓊0甒熔覉穣墹6{,睿  丈 实d暉艗'Tf 簝Hy~z #l翚蔥H牄\騃[s$斀摋猰欩閕喍姺$}$LQz蟧壘逦雴]齑P聪Gip樦j寙-嶄鰾ICo6L蒁r'%a(NKT昄埾?X脰驣I凵BbMfs馮乮@ 歈_i侚澋Y軃 !攤 1溢)鉃G9叿P"壒,*訪-Y4啺 溆現r,:筛埳 6=曟敲▊K沵^顨貑墶4顨唨{伫!犺 -2覶+Jk饥匆$郣W贏虰様$蠬浝d蔈隰敮)韋}E<ベ薋鄷m%怰$纀橖擹B⺌險娭蜻篴.@;  b*諝V姵Z实"蹡 捇l 8錾佂Kb^憫擠诩湟屭猢瑐Ab4伣kx詖隄6p!3C嬗T癢叐"嬈蹘慱 [庖\6濭掌 悊x話焵5哤5e~K4蒆┋衺z">赛n貐 亅X2'X鐷說}kUh2 搐J@蓽6`+瀛%s踟6hz髎i冰1刬贔逘F蚭枱岎?媜愄}t!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 .\p!郆绤 佪 Y荌;N稚8冼L恱拗菣d歏燖H%漧(墦B虓%欐7a-M傰戸非熔鶮遰7W};?鍮滚'm埚琼→甓w枚D懤绖u踓r&帗t湐嬲h罟K為uJK皁'0閞佃kS窂卲宀檖=惥c萺uS 4 Wm畺\y嫔$恦*rE槍襵扌榸h宰-┐p揯硈+W +A^婹yU余叭噢\暄 3}晱Wdr虬Rb 佋偧$7祶1y檯?) 缡琽i鉴\纡棗f{弃惔;/膳K%LI%錵嵋f$Fn痌宂Z紝;橮&溚膕r!暽腞+o鉯'T0橧8N,MΒ"N2蠆(1L;Y鏳C$|葊'嶦.#n%x滾K㎞"瀾#淙DR 4)瓰$迭(櫞&? H沇檟&摢OH蒆(n0亦*晳3毪应3j 蜠Kz斱r悰4焒K"(閒滛1嶀E:'}Th菳z鞥0暍'6U论\郊室()孒i?!I -萪鼔═By墣蓹k沬懇旁E鉏h喞 -m俵"AA銵6廹A-墠帕C瘤D2M8 悌縝H稜l$! 〾0? -a&<@牓76 -聛~揱o :$條$.|橳& Y┡歐惌=臩K&q24D茪K鴺 :檇"K])z,鬳*5 $ }ri圂I 0Is&&%!VC#pc$垊{Di3i搖~谇+襀畹kA 悚a%#N""褡TakP6琌%h鄫%觅坄t纳m銎`w译I#rl0Z(丩e満Pm(),N*隳bi8#O侲捵 i钉o|8狪d勤L$s猻,VO螖W#Z寉k賾蔞輹(椫K岺I洮镾 垶媦媔徑"0D铗柼F腒SL覴4 L茢;~2)(UN$ 濨詠o*虂欻7趲t悇馲$儝凷d爃駋J逖X矢8啒'槮e 裀刟 -`壭义瘷蕳v娺@1)$g,舥 %髭`岃曭:扚S蝿輰1懗擥鬁;縛b蒥恺迂;篝悎'c:讇aX偢4 -啟镭伱&Rd90嗇 兗寠` -嚻B5馣衳h%'櫘)%\;1i:FY挒莦fK) 揕狻瀮V$e$⒈0搹襍@兠f滼3烱渰鞪`9u$ j'騅/-枎詚e蔝p/橬 r%盼 包0ZF?僛L耐柊y T夈k53I盜$嘾a.煹gY攧@U膲td#4QuqKg9 1JX欽!Cso -9$}翚X4$& i=蓯揕FcWO294边!L-S%>'y衫侄笣I$OR坉 Gc踛RuP牬襼鋀" u婩!镋1? -鰟萬 湀9翿q]'$@撡s译55"g迭崏鏛$T朳 A伌1`3襹蕜5Q庤$褹餯a纄<$說.姚*=M&A< 拃$L榧'LD欏!徾GzGぉ&ks 噘D!]埳Ky#犞f6@螲Gh鬣侓铄B`; 抌t1K吿x寒\偡艆`H <呧?+<飷pD[蔜巣R棠脵[ZL|(崦OA熰魐帞胢変=冾赉Gl烳埐i蹦悅LL頖E -iK)>柭F񃣈瀞们L;M琚蒏L.扲 E鏱鶺稄7塙啄 Wq!邊u$pq8H室 8髭 `惲鐥u#_怉,>撈=瀎O&经隮W屁 轊扶叻/峡O癤L橶訾!J!+S0毘並:K蟰樨铌珩v爞^x~ 銒J6qL%bR仱穜Pa恭mwOA;罡萑頛$(' mc沉 -<%嬬 3耘K鋹@EN襴(磱"8茦訇U8|圃 尥腴掂0込觤f~紊l]伊F屪FePJ奒GIi,+閻磩 魓0瘭)4 ($ @- 攻 =p/!䜣狁(k仈bj6myl羵m[zy:z<潥x`Z6=崨z -<蚚穁碟漘(B87岿Mu6墏〒呹!N $刪蠺皵42嶣?怋j澐隃s4pg]BD箶f0>G莐譒,^8f嬷:A颬拀"R嫚8簶鄵#Qx0栚 踁M滛搜#豚伞㏒U礲)7)尋q)+p(藠r饰骽Z(=3嘉p,c誽怂N6nWc12[0R>廪m[_q頁e皧4旽-怖\蔐e鴀O辰^鹴 帕騲执貗邸L51t"懺TG;祑貂jE?蓎d釀i6鉨`NF_2a|))hN鱶G$Ec笺 eP釴輻s/;{CNT乣& L槴4XQ違獌粖 c&忙鍛<晒/)o笭駝r覮鞫罓愌:ANx櫐񋆗人肺佾_oa豕:(橳'覮$俽H-9555(龌-13G駹4t -齂i耘$TL彩k姗Jc将,'潿T-S媶*jd 0 j$7Jes鹠B $s鮑a荹V鰦Cf"暜..)*)+臦/緕親摎LGべ'襞_m亃$lx乗8譓覦aKWM┝5皃楩P臇I1 ^V蜚縚斛嬳郼O綳cj%谓v!纗e蟲Up龞-:彋4-h徳Ce 袁oㄆ<鮆 -o<そ鐝走娯驂X|Fv銜迶漐4m欷迟 荎傺"4z擦聰,瞆}酯靇诔S晹l汙6眃 覓唎/'^dM滾I#9 壴厡趌Z繪91矍O 憜捔呭Sf炁~.Q癳隺}9/腻袄0贘],$淟2^K{ -虤t裚e.>!謙}v&5/WZ頉/0堷Н>'d酜颳A蔰2崷玹挼N腖 %+7鶍 减眣7{Z沓)$08x蛎-?嵻懇|8凵a?矙H<<0 P淂 灀 鸅5杫惪= /2嚂(5u'苵 畕┡p YN囄疲7棠邻宋遫缊mI憶!鴤_31c屆7Mピ !~bCD龗8鑙sDL檉稳2搭晝鴍!擃尿違Z Ln\|飴M陟泛F5芁 *粚嬠s -<詳柾o[妴%淟牟7D蝭迠%a&QjB畵 F燅摞懤腒V!2D|H)殕U5敩v怆&0C瓾=摬.4钡h鴫齇S 鳹;大p崸m祸)(h襬魁S(y09 囫6d苊份鯛S墙 - -诩rJ=s|著<疰雘74nT屑i尘}俾怣6鼧^m{陲飅殷繡~g矾鉲鳆;抟裸y珠X欢鹶躿?0瀴~浝檁#O摼}#g焳{w楸z]%鮎J4件婀椀j坨緐槡塶[蚍7 ZwhL濬炪忹iu@敵'3皃膭蒫剗礢宵莅庥劦2/燈~+鴜瀤q駥翪駤z<=<祸 婫N,++游襑遪莶K硕弲zB珟鹠:毈Z<禿i辴琝:th)h#k株曶?7@篵獍銌岧5佱I钟睩&}陞EM<;{<<郹赗]t⑴ 2 RI$1;%.5,簐n}軺WV铖搐S'漴46 -穛酮雾;5騲 - -軁"釷с)q浘鍪;蜎x O脧^?院耵层\亰酝[魳#*柙⑧闆粦鐏f鋇0;歱眚YC奜=|衘_X2x飴飌N龃牾蕨溹#;1僬ヴ塬頓,9s扈c徿oKお2>岈亝}菵'b0M -詍胱{@c蟐_~璔捶>迖 :昣鉱t #暚Z鹅]O咏唼l="瀸啕`梀荦劏奸殥!:斐z&'Q1iH3腺JOⅰ?霧蚙熡貚+眷凼冎r樱K7CGf!6C孍  顊爀薔<齶(閑JK娵u罴礲埸餸韻Q0&鹒r賶M踭鹃钆阺3躹覷h&>窀(鋂鴲搹9 -恺`fM/y裾j朎;躹鷌e},姢鲄叿z歸阁裧P@2裢S薐鄞铘鍠m兦枍)/8评兤 扎鸠z'艙5m菡Wt}非G1铹8 qFIQ鹒V(籅 榵椔坓P菟@缾(剩A/p遣柩莎熃餁Fm-駱筽嗎# ~!落a鱉駱Q'#灬-歭甔/始S}酔6nc ,籮訾x鐫o/蕸=j摭&荵? /)&|<鉕4*h弃綀熒侧E﹄AGZ畼0羧釿縍蟻XP^ -鏎櫅痟约駸> -a部hJ駡翧钦苝9佩3茖袅T耬闫[ 0lp釄√藝偩5u怛Ko2>i鄝 8k縔选u9譢弙揌謣红齻F?-G革仰m=衾<弊撫1鍗打弁Nr驮!}嫤鼴紤∪e琬视裁K藮c鸗琗织ェ=|毂扁*畹 A帄@O瑅溚G促鐚3狃`0,<杕瀦6O髛&'羔埥<'朚Fl\=:x瀤1'O,欮3\贬坵@邇輩裐H}硓y藥}~鳼'酬策tLm詠饨嚱GO澮L'倹汁E黙題抽5,涹&邳NbcJ!E 阓縹}嬫嶇躳U艝 e錝荕9-宁;'5pd稍3#)镌菚彂簻=r8牝墙夃驓蚠8鹭骄鳊e狇?杴dDG飰;岡鑜発劢/b]"z猨V酕格苰庽胗F 8醙@琻蹡辿导騿洨>Z鉣歾n|魎u詂S鴇+~豿D煖駤媭超YM6nX雍c+.滇y犦O+!f眑Q麻i4刨誑嚆挕r聀犕QRS扳瘕跅焴zE,雃6/摡<炕j'N,.柀刄?k劬`"澩_磉謘-m[鵙:?d聰 鉦V傣劼蒫f瀔丞譏V,{9O持7/\郿贮鶄愈.F嵘墔E啱翊碥邹aJA赬/促禇哞l]蓿凿箴{勑v厕_~篬祸|祽p:$瑮愓胿!妑淂_詁瑇3n東糟裉鈣鲕}Wz駏叼檛K荴6都d姥龣#C'拺X<剤胴詓遘沄lO脛焣骈汛O缨5扡9碜e枭CHC*6V}缿,Z蚺lu桫i"8!葯-B7鐭sV\簒<].z罥顐[.x秕GyZ=[蘯墡 -黮jP鵜G 靥G"h+X而懂 -=4ǜ-什Y峍>x 粳詧裡佩SX SV:a貥q皞h簄%#;v迮稴μ嚗"m踳鞼X颢籀氥z鰻憙 厒襥?$夐M睲嘶讹莀R罿4爛?G鋈V&淽x)阆BK砉g百啕j蚔帋﹂d輌勇筘[襀e鈘瘛禑y<璤{o $xP:j澍衽N|勉穇雐趉浆砪瀯65紎4躺~u气O<{3'y屡偙_b'C挗c 匸V:鋭彦須e琁甩垆惍魵鲙檠 V<~@ 彑J_N;i愿辨劔乇&?f氃畃"x鸜O髒鼽%ф撾;诚徙Q 慅鄄k嬎嚍9k -腭均煊->銴0d c堠Y:ul$'鹃;P⿻鰜nm[爵鯳⒋H5=岯9O/革^e8rH sZf^m洮x 酎}梱鮑掂 [郬\2z茗RN#寍晽峘啈0S鹕,S?鬈5龃`r延顟莀 墒_x眚灜Zx:u>q4钁S殭C瘔o3鈗砐狅D5蛹倏?&纜櫑觺=䦟揬f1'暉 G鍇k抏2瞰М {釿╜3:絣袗襂/C妺茙/b莳達5zL袢1E蘱q勛萢嬎《Lb脋鹴戈WIN$~藲N]SrΟ翰=歺 -FE澤j聡醍鄄|z=+T舡c窟R䴖a澵诅< x螂宵.脊|ny醀锧鹩做m顈魸5 -島痌牓 \t}SO5鹄+I忥5`G<蔅8><遵A_秿 埽4恒#o皒Jz仗&O/A#6i跔q鉇c栚u駍pd1sv!_T2|铺铪-v9颟卭謩癔A輐Ydr鼝#妦)O别^鄆S7ow鶨挡(77瀗阨'迴snd醅/2~<4腔觎'帢q挹大堂鰈垤鵺z"je醡E铐兴笎禮嵄譧闶w梮祷舝恡3T7v芨B'炳櫥n鸫=d9k寯c墇帞N瘕i%G >.;?邒堶磏汩皬随@凧5z氏7摿o9ń缥荿趷uR:q陂r~6绢争{{<紫幹轍:'緁瓢#N)汬躺鉭7螆╕.<丬8K-襕q杞筲儘z麴婰柄惟]3ěi?/z)维5Ч:>_簔膭#J -/|hAA沔0",鑽璀阝橐麝[飍~S~蚶)縙穌l讴d?P6^]堷:y汋舸礻i冥-祚淶2鉫啜褤CCf簸Y游`盠邦z畹鴳В &秷鲾Ac 侠>*镐麷Z4k武]銝為3蜽蜻焟渊3媉婩痒9< -廂Ma賢趋9*滝 绻媧秏跆鸰"痲"tks吐缀"霷儓扦KeV 镛=骄$`柯e矛盕:eCr试 -d\鯕S0+s 汵}5}霓c f騶劁)'M5?觧]z\u駮Rzk瞓[蛂O撧箸/q掚>穦縞藀餜苒<囫t㧏呾琭sw嗭誕笾a迋fLD豛]<%o緥臛乺螆嫃0髷a8鬥2磀|贁檒唧F 9癶虗d:耕酱0殽礜l]甾菛^<諘怟潿绠虹=]菧v!%婷}侯]蠄OG昃'MYT釪筑z 焿妍闆K!种:淢諁A ,|O84X踹醍黡墭#q&簓悛)櫸器^|&O纾>當c&籝P$?沀䲟^ 脗輩宜選畕蠇锞硥#癀4锣j+y尙告E%澄}o玈旭圙Hl<-硤l輵u@﨩7`匿檫d滱觺蜹{0^7爃鈗c々箧s鱵歸昊Np遘笙8梃又ep裕6鎰IFg5[桩枰糊鼀8螗 扁窞4琩b賂'緤Uz考鈗&/BhAN艞o<寢蜣G遖H槜@侧檿R糙澜\訡@(0肫儨U+(Q錎|祿z鐓.龃>z痓}鹦佊fLVG=9)|樘应?[鲅慓艋饌邌俻受瞗顽瑒y囫ォ41UrSФm{rp2邧I&!桕搳N<兩瑠祂枕骺籞谄蒌茣_}白罜阭勩櫍黡埭52-韰鲡!o酀}郼 h/l/*.廲&O2l0髢檾oTqQ鶖I坸╲膼矑裡8祇钲{镫瘻#頃u竦狒鎪=b芨sXTBu)柗:;锘摄賙虼s1U军雒n]猴炃牸l2飙@4醱C&;/-靮b j魨粪c锂珌B(哢饟楙+竛褣席 黠( -+:溤Fg[竉鏑G8k X侵硹#茭砬bg蓰鋄p8檑拷g糸?9宕肵篺潘}粁瀤ram,5d芨掗覣孫盔捳 O,|B袣}猩嶗;?窈X{妁3>甴Ho鏁簑雡%稩B(栿鈧乿綆8锸[y&鈲l鷺^-瘻骻4垍W淲迪>莓决 -斪!#菍焩篖%肅娛娛'%khⅠ鉸[綍u隬:褟(A闢l^髲fzp裑馓姵,朔-寏6霈厩鷆~茯絲;Π\%/遪远清W奕趢i6醙($W.锍w鸰^'4k跂幥旨2戍O<橃(徣61鶔ZA薔'濵谭,脮浛m志箫.=皲=7xZ皫哖]\ '媝鼐╗+7j4 xW饭_熚朝p釾d諢象g_'#哈泈烌贷4牳柕擖cEbm烿濻茲8妑旽d旨緊3嫣]梩哋9cxi檖<'~r伽Q酉擳Lmxf犴瀎礞=鶄摡狐譯td鵭欒aE?0∪I9#徉^剿q*蝙'T搓徒zx銽}v伊]~5麀槈T褿鹋芸鑕浠v剶炵9峴/(窿 盥卍睮$殦鵾/鞔眵呑 .臯翡╭叄藡凲避3馻攷C鬓满^膏~沦4T祄崧{=}拣睋俨i瀚籺嚁P趗h;╤*InEV>q/穕謣O 诓(筺崦燑旭m歎x鞇3櫯%艇sw??5 続1度赸zf霳5f闠J巖 貓B位)7芃4G}M乜蚶}.UF哔]玜掌e:魖x ${燲]囁@&BE%3d(K徏-絲頦Z8謤%F裣>_頸{囔玭L躻鋭3h洇+蓠熨W们剚募辻鸨俊[缊躪讉l荄痗3x*笳G焬0吮錉N,{粞El机+k漫}:4缣▍O=#g濤zu=蛉儅>梃寷:c喟a夂颠vl觬襒6^e槰诎aU墙趚祒祚I蟔陬誱佣@\嗡夁z藵璟眭稷G宕譚水耴UU6U)鷅N〕'迧k䦃g焑  .n讵mM坥Nべ17v釺鑵敞 散r嚕5洒虮脪qN 隗爁6 ,KP6钲捷∏尓:熃"怿崆 !X-浘m寓踖邹參忴{赧-=鬈q>捬璟瞴VUZ;筏 缚y/岿6m`撿牚{-zZ:I'葋懯15礼姬i&\D}比#7戆?Z摨蛩砍Q麀玠9"釾銬"艆/7實楲豔砲笼&Mz鋛俨焨~y鏅谨轷: }(nKG冀?粪y靠cX藠塞罡筿<糥精懲9沪5L8呫3 hxO晡l圆綜韀/镓9+觑{猴&][-噈監箞U7B袅{飆V需緖顥辝c冖>[幅1吡}9铫+ 纇=偼_鸶. 醸bE/ 2糋悟F!F怑|A焘n遾摟M浾塼5煏3 SX況守莽攑陚I朾Rox)(k之瓿o)K"k>i劬潷裴y鷠'簉谪闾1捸瞯u棊m橱筫&M歭俨lF妸fQ塑箂齶倘q,Y4敪湇诛hj -抬,愊]B业蕺^&痨鎛著慆倈鐓:N6蜁游@$:mⅱ褑腒M漒鹫l曜焒咝鸯Ee觡徼岚嫚 n碹/?, 毚m宅1=挎;iB鮒ㄉ剝,叾-_孝yA谚1﹣*.;v,t 9Ef/xh>M汴泄优梋驯{吓/芥嬎憒ㄕ@柴錐龐U靠魠嫱[R)垧憦P_沥:| 痐,剄!C^隽劼u%ィ舭;X厝l爴過o应澷碲湓伱^徥焤漺辻7沷糬幦怟銞.]讦M洣鰔f蜌苦(`v O<1dh2鄱U螢}ikT2枵螗梌柚s=縘钞e.%梥耐犃C G孞荵Z'0(h尧u槟殪茎s滌莼w镫+W鋀^y3卿骦f铲z牰呀▏h 懕贔5茬#\b(S芁眒仳猪ww燔zc`!'蚡螁k&8s陝J/铀蹄!朿排C鳅`x'柃&5琄O春vG瀨薊砐2缦驞冨渫dh噬'愭蒋縔QY7荡黦搴$H躥泰矻秏c6氻育氨#Os秞9h噩矣獆r M" 赐_S藰籊z秇茳懊忊S!M鬹靹%%(厣H88m谙FN甦I瘵&弰?7覈)W髻矾遺ha,"*壤襑灃甍蚙胋a,淄潒俨暯皒D胫}益:╕笾厖卹RP:排%3gNX葔?脆灞:u=麖]霍x狴,?黠矜袱れ謹c !囿D4(@1h: 7G釮镤,W搼暗Y膳壡el蓸O2蓖Y.瞏!J蘂尥 怲D#愢D6#孁漏,3Z{T $x垖C嗓D悢 穑誹4%⒛||晙y颞|J)闼黛s蒾f3菎蟇V(揙[兀SH,d#膨3櫳亹G蘽嵬揌鵑 Z﹍萀髾c2'K其幹d⑿E驦oRrv)%G娷;憹忤jB=鲺zH`庝认['k頗C礬Lx~%'氰0脕寒F眧=覾油E褋 \/餮¥@/欙梧F$?+赐{-熤b豉e拁煑H{ -$騢 R;蜥]签琩槫 E終"鱮!姊`-琑%層y 僀BMa!洮9[77鎙 :5^劯尝漏D㎞娦鏷帊Ur<7釺 ,' 毟潮瀑苅s!x嘢p6.9轟g[骴l騮淛蘱H3逶劀u9潕5B侮Ne羰┹踛澀熨c|蔣p殖 =圹8Y"罈[與 缹汕G },臦鏱 0鈍僧5/翗攬 -(1*U}+滹帰\譅y鵜莛 仒~D -"|朥鬼9柭覃w翸G 峄整嚕較8YN^遼舂~挸5≯n<陠鉎u6鏉0猞v鳫7zE熚>鬤请s6l羹郈>醖KQ楓飛 ?q昙Nu眭G3鐒o匰绸剩幓箐!N韋Фb顟䎬N]呫踻鲛輔>e⊿敝俨檗;g鮖'帻迳'r$j涉蛠イ擣碘7籼箶訛p塜擮垠]ejh9湑暼付W.7^?梑XHx'襞矠{墐裠-绸癇输z土槣 -滻囙瘃/滁諰嶪-蔤~rH楌1么i據鯨篡厈蛗6%eー侽xP1 c1N娙 祧嵬Χm逘q9箂0蜽膱K鹜5s -萙媥b肽镭-贩oY%" 1E笸%;椞裕殺 5避憌(Hy毲佈苎Ij絙岓媯@fぁ -荕镞吙箘ご溇馔鎈Y)R(杻馘Ue Z$4(鎣(鑗<邜 嚺 X$#湪练qE蚿祊@栖8攭BE񣰀'UJ愎j佝6yW?靄齪咺C峾=!嘩)u<洳d 倳颿浱3R"U誰'R迨>是8`f簞寂蕎篫毽啍逻詷AW澢"龖愁祔 z辥>娱:犡$J$哿\魯6浍腦/rI?.  G垏M:2?踝,嗄|3餙菫$|N椭粠袢 u伫fGOt|~l筵t仙#围 遰鈵鏻趥鍇S熮0滉洒藦8晔q庍{ 嘷v7A詞譝邙圇靳fuM侦銕紁馈gY<[庬颼k鐬x狞岌8+V;諄蹚-'炰Tn& 庝+6|<僤&.Kh蛷o>庱妁dT<嚱刌撨 ~{綪!to0JIv!,軙徝諦q&竝$%娂7珂塽/n?c+M;艛=庆w津1Vd壪$缫7徂v鄠菩)o~4.咧fw<哥弦hcP邱qg鞭W1y 獎腾h扚d莹`]潡1悱痮鸔a⒂瘎A'[-?5~d瘱#蓙$澫簥屆]o,hYk|P|6姞内Uqo - I忓浳萭&寴3漟T啦y> eD$觘憼8%rF拌窺#哐:D艧N籽臒溑FJ5 -@▓M苋Ml軱2侹抹拃W昿N盌"漉RF患3濁;Y"v舥@q)髱戛Uマ]彟醕922|鲄,xsb襧z\頸 \虺= -P┦}'F覲贝G= -尒H獬劵:XQ 蒔ly麓AGS汚S虎勓XH頭.D|]&Y!4[` H6:[隃 )YpVV:kN掾0sx"裻&鈑9紜*E澂V奊才百+*荳朐鄸痸秐鉿强竹c哀d3g輟y#l胦罢Y渴癯-M燰\XM鋜g -Q甍缕&滤学e甞鞤牡収 z?Q幠+鸯!@鼕)arA0 3'謥闒腃_3泊鴽zfz氶杹)栋DM\$Jp堑礲昚L$桻Q、V!撇$)P`!爃L j攬H76a6`嗩殚鍀骏_縹龞鐋镫鳉a 充|貂走r縶飛摭焥罟鐬碎Xヾ;tI匇aB'嬞E~展7,}煕9#l砠鼡!攑G:摺w登v怮@Us岈2妹胕赨8}雡u<1n烤嬷 -z主 h%5Li4B跐D俭饠6瓻犁;蟷$諾D〉蹜釡$.,7觬欉蕬礡L蜳,瑟?z/G慸]i爛{鶻F馌搲Mi+秷 -(窐痐嬍灚坣 `'*,咳殞Dm"P67媂閄蕬da铮譥d i瞥捤脑aZF蘖 -s茜-\{蝓妴盲W葋#呑抒F憰 灹C4~|&&0(絍Mκ*##T嫎6VH 諰|:Y$&1=蕻哉洦hn#嶦h錺  鰡lf!訍隕侲W(6914$悸;緛G虨諿 韴猧麮蒍|ul&0jN0蠛敘[i-1讀梍i`源v(M厖壹睒5'瘵宲)OOR施 蟇RC蕝 褹a灎橷;ふ1h#$+潥黪墩Ph 屜も剤羘nuT|糆R%-C8傚咚栏s'`槠 e/,陯N*;4缿蟢k3辅 濬O堻Jk/+僥 廌跟:晛蛹瞿0Z馈*:ND俫e樑w3忇ou(燨磔j~/^wA檤x鬀輟 艉m?豔$:!gN疫螕戅颬_P1eLn朤K'9軶U:锊滒6黷t苚唯槯裧hR帨B雃7槙瀾敩_\翧,_臸綯蔔M~3<妠LS認紥m`幵88!!蚡Z*^eX蒌344幣j絼F 癍~< -16S孮寡5iW(钂嚋cJ茊7莰⑨i摱/!幭夺,c&G'c罉絇9詀釕蹼95鏁厍で蹛(@琅簧)堋0N5詂!颭 -苰 詟y08銟訲u>EX/O焏憕ySwTRl膰淃炘屿l朕蟒瘯g藍{t歠NSD瑯v-橓, 頁Ay)穞揑U奅4 ^A$M0颧e攣20罔9>&`厃蹊M:W樬諗?鈇毌/F.譝}L)R箤V 薍使<.pi 泑 -柷(孊缭弫~鼑7U);蟒*r縪'招钎uk='伐茱鯉 - 9饬q鍦&嚨誜谻% r檮 +鎈*5餿穄vy櫣k菺琵@撇弅:  ̄惣徔紃;t)+,钂渭xU;=.U镡禗溑 I0禨zQ|凒絏锰]鰪i帉M雒P TL濕>澙馸y燽k!綵cP饲b蟨! 乨F+颃撞德V5岉唰@雘_CKⅤ磍薮r蹞单l鷽\~F/鱮ZjC%翇辳Y+蜬p儙*侈権(块鏯d祭喙酺PTw綟t儤M7檇堮jnX誰P揞泔噳寳P鑽F 8瓈砵g|> d扞:腙w`H瑎荍%\韘I溂庾砜倉鍉?た藢擙^报!A2 蓜絾醼涭烂1艥v垇/捽髣{|9袢懪.蒻``4.z拏嫩 -篴杣5')$uN偊幟捁胁硉辘j偾铈x V}妲孽MX.薪幞*-v忧&賲;z驦/蒴H灇'佛蜎B/椃N鶻1kE0覽推鴬S┾dK䎬v]惐巶+/彆w"譄茭]s蹽4b桰&|I%Ip&楈葈 b&&1S鍹w4%泡w槧X攰灾,9z晡跈1=儣硽RgU鋷"礴m痕Q縬@鑁惯謉鬋[~檩簸眈~縫祱烒3_.筇i霹$抢T麈 :d ^-懗+/⑩7﹊璚'蝏牔踍}糪賤1Ь鬏篾般呪鸷%-鵮d\杣瑈?麑MOm -1F召棟M瀶偆 銩zR簱85喻镔p貥A82鼙ΗsN4簓甸已叛9壱洔4s訅慨x5b裊茄訥墆嫅堪潟葻ギ彥.s1_?砟c&哬夾w翞#z撱,F脪eV.5镅◤4F?}翜/^B5炽f@a羐>E@NjGI S鍡瀩嫖'6蓋甉C顂/K)淈薇%騌e波9 W揦惵媴螑跔蟝W甾&庭橸巕8$)@粻iy腽c踘>嘏愣贷鉈CK禟&饅篶ZZ5Gb蔵篲>w镇$^(刭*逐ⅵ缽$嗠 ;6誠J竼菡'更喘R2Q賠谮?瘛3I爄讴Q瀲垬oT? #sH鞿e迓 缦頊!l 趼龤偵伫趄氂Xyh`攡偲禥Т=I`諒\蠿賫湞s ^犃W 㱮芁髵(佬毉o悫J$道呻獷h(^<鸍}p葐垠咐2穦&縺蠦攫渖乾`U撕埸0檺_e(騗麯YoV圬(?~顟翥煛妫6|O/q_1麾l︼枧 z:Y鈜^5胞YcV酾狭Q?=S`ih埁紅膝秩o黑(帰纐溟俏磟 卯cP鯜c;D)爁c抗燌表[[焘q[邶rAc薜坵t2J鋄┋鴾T>酾墯>w蝍蒹fwu峡镝'v牚似.甫濼sk瘧u`ph牕#鍣) 3葸^m<典餟楜鍟М=M腰3檽NZ;<庼呷3-嚇瘣Y铈w万)箭M棐:,^紅ph擝A);:<*塒I搋bm|痤耷傄瀤虸g T瞪4I絭+甁2U藺GぁBM!(2 秆) 袱m徃き&泃lI=v5W[縍廘鶙颥Dl埮j)b]+硥9?繘=縷;鄨|袷D冥Xz襞W句B流,锷,X鷇qxTЯ裠^禕,礻龒蜴cgg搠7霒烉侺珧虦収濙鼃I杳 &焣u'oFj湩'[蠮药..j鰩^釟咼S,e!L~ev毢飤裒絶Kl躻=鋇兽"烽嚮9踰n萧颧鮓2/YN !嬈[璡装,N縀-=止MG檆儻砣枟炠k嫥添殚駞2硓鬾z,壠硈慀撹揙漲蔣3=鄷T煎瓧烋聴>P抹B塈9甡,&玧D~蒻箧蚲執m欧谺Y>1苽;o_u&觭铭硞r玂8螭鏬#风癀~=>m麒唘RA雉O~~t駕D訦 h66齿)蘛麄镄躄U>O戨0猾g溍.?親苇汙2盇抛*o顄煕5g蚮3ソ柦O9鐦G禶+G -+牢秧h 3淡^畸^包鳯f閼 N萜T墇9此鸀浱>阼秕.5k粱. 鍗茓慰杼s!l暽gK|L倄狽:釭U e撣村袳嫍5欉2;B ksf垞p駧鄣璺铠飾唶9Ⅶ寸脧傍.敎琶kj> 瑔L宖)}t桔m蟂6泋R@嵈)9愤渐-鹮盘鮤fD3@騤Kf{v犍烫頇蕙C媵W(ヴT)锰5 ;U9顖W]E竣E;2俗唏櫡闦'叀{喬-t缴K锧$FE姰"~$昴cOx砼桼vU褵蔥>6g釆埏紘8Κ".秞BK蓩U烑獟陿//虫/>H4{偻raP#炣酃熺拏赍怜麈-Zs锵僫孬z}粉疓幂f醅) 凛R>还O穽4统f 螪駡ny層9e,ix壢禟苇SL:箵冣f{碞綸38 1萅z墄缔^讣熫@_]辵嵚[{g贯只8绅nū郢k蛗:釩?;;硓69u龋:|铚e骭駳w0R拳慴ehd斧{ n桊炣巬Κ鄧,~vH=5@g更搏fw,殡ct瀺蕱&蕡鳥w黛O]y>T潉蔕耢yG}餅-M筆J咼紥 '裌踤dx柮灖|枌怦sLk0{P鏋儸鯺*5c芳揑%剱r煫T墍讶/锄a檸e穧骬"陀辛E芶J8妾可冲躤9WCx鹎巁}> J櫭@辯款蜅捡悫蝡r`:3悦楲K 槠l=吙k^鲯乤膲穌 遮让達8s笞綧宨環C-颉+nKt枯謐O异6儀L袠Ji斤(!惛ukR郑O&%祏hr8m弘稞贤d罢ww探 te,pR 烐僌鰓wd柼95跐GP繗*a魹j 欤}痍[Ra篟髃/|荪oe\弬鑨$閗禛鱴扶兀[/=#砫䴗^鼄F謿dpi又y则/]w -c鏢_4鍐 莛7fΜ峲X簻A輮-(p@Q蝚穓餓叼秵3u-7a蝏hk这Y?鲺8鈹k緓燭(M獁'*5唖止0銈G;咥ac 7T+単S?秝挣:虊浝網o间鼖=兝d +趛矿⒐濗mU鞴9/W嚌魌腲*怒?扡姒劭)f"踆97ⅸ裟謄馂Wb -@-祶w~屣3輽1麒枸衾挜 >駨 嬇.X蠖粑W`n逌艃#姽櫇擝N*1 枦a-M峬鳚鸦舄肟BX监舋津7ht@]}{胅~s冋姱:蘟s玺屉\芽G}KaB-~t呖3瀤-_5郟溝Qr瞴減氛蕦)=*]矆迌黮~W'>vy>Z焋忻_跟 w 〔葕頃|3諬8l鰭EnGg蓓疄e洖x -袷綾'蕲馤G]s萄熀蜚項5綵随掾秋z;4 -3$a権xZ)焤 夯g|f埻#?挊坵5絳薅8摴~肳Q跚YLWC~4#"^$-(( 皰m璗榭wUW孑稃;0(筟n o{l攀抛}.d鳖審*'q题牛鼵p叡"+藟煂c魞`l'T㩳#岿#'o臐曭c倵 ^q墊1T,垣趟d嗇 N>侢H绗庒s馿;N <>淍硐Vjw蔟崬匽雘篍岬=這B,]$嶸lA亙磋粙鴾-孠l(;o~鲇t魏8晴X梳K_0w_葫耎j骦桅您 @7V` k_9迴餝g.Rz廥穸7絹&9_ 麸D椷p2 瓷%熢6nH措又疂(典;!1稒s珽bWw>?Qa]8t徛燋[?鸨珕@>疧杙想Y竘肳$\昘PlA仩>h随4]'呔vIG鎺;顱4fM鷨/|栁o6俋乶榲K篭<樨奚凢綾得祹掞*G"貙誻Q貁襋讼{齵6O堘H 琟製 穜稍rO~>缅蹧}狾~T孇倁%杞餇夗8噑l鶌瀠>蕔軍Y郼闫崼V矶蹛蜣単r2-(pR?co~H蠳'﹜|肫逅]|阉 E桨駪.[暀金覽缻ao毡I杴傛[f駎罺蟂v -蚙XiF栧撼瑚茱嵇顆X薸睵X禿/们ぷGx桗aぽ}a.逰妛KB墄v[j"噊仅3橸澐~?? 琅痻鍓kOF{O曩 -= -M`?盅2痽;錃Vml}鄳晣蟘f茜]齛X\z[M觕'L技MH.诖屋嬓璣(3齱~蓩糁W.碳瓞惮h僙A楊固龅"陳^|肿鞋 擄 -凒44E8隮d縷玫橪峭腼毛7.拣聯O>6 -冏8h)`搗=禁ж妿61AO煿蚰銢-瀼缣淟fa骷6n]秊瞳搌'續劌_忻乫潪s墪躃-甦/崩洐菁-Y*=(:G凋#>p^趖蜑WP鎴aa]~詋)'R.> Q曂勃6l^.\kt*踳稞摍粻k@!K;|gt'} ^腺闣迹脓P,+1%nb湊趑% 兖窯憏点f簢飈灤^椘埀m靷u幸3d+胉Q+[I臎|/ 忯i钀鉂塒 鈣窀@?V.粭 -x籲=&酥c稶dl\^坈)忼N:P>畊秽倄相Q"辿駎熈裯Z~*(蹈尤猳f篔 0<Ε觔矇|骋l布(偟痬揼幨 * -ゃh堞|V畍U$7{d'G"孎鼇:婧蔎.>X炄顁nD*羑脈"嵙)楴B0骤 祌I霣镼樄扭讏! -愢J+B~穧M葲葪Y雎?Q瞾B -,忓= (婣FI指L} 蒩o* -<癡飉?9稌陱-u<勋M -EB溍愚鄺{rbw%:-3餯'崚Y鼎?撐栵IOj$%z俆擞珣|T歡鶩抷 - _圵耏(7F觘篋v]愚2!霎s右{ &$@殦璏伞n覚讳m鱅囥嶮j7>@f蕯瓫乆'%鈁S膟P鄲P泳穧?sA, 監Kp敯璐慩1玬+鉻䴙(鉛NH攥A蟓襞$4A隝3;K蝇X&藄 慼 d鑩毒鏏仩擂蠂晿臙6 1 筂^0%鉂侅Z膋跋鲃K恀 Cv罍葒~摚槦炃焘*栘簧鹍阮櫕&v睽ど$(p圥缾7-c黥菈+`$⒂S:,頞?J3詨c襾骁訌焇圄3蝔 欢圢诙鯞!$x鷆+K瓍'潐=v距<晒都敪|Zt岌]es鑶坥>52介#堍_O;霅蠡喲yJ騽k垏む霎佫譄阛9U$-_蟺I飂箺堊rP茷懖鄠椱9@Z皔?廲P谔訐Dhp罏Hp唉H衣 "M/m蹞︼暌 袸F-&蓣.望鯬暨}o綥Qt醂>拃D糣焣=髞酨nlA仩谰嗖AvC h Y@3 -逥<凊,, 产鼉 帀|N_ :墄;<}yeZ#赟O堕濸倢孫 翫濧価D伌櫑'蘤m一3N踱m蚳p窭P癠迡WF榛 菼戭m螴h踤E糝仉掤吞5裰柒 鴉╣,>1'Z金 噍貍A亇A昆 TZ\係>0月+趜窕.遟妜a躾5墄7該濘%猸g!魼5H赅_蕝q*)隤%-(H(鄛恙續J&dC麗X蛡T -鬄僠lG騃_酪傔>麬"霠CLpK嚅傉p'愹`梬椹挻N兄[R d襉脋 -=J轒&z孵:蝺A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P ( -A仩@P (饹S( endstream endobj 101 0 obj [/ICCBased 106 0 R] endobj 106 0 obj <>stream -H墝U輔跿?塷\?牨嫰US[I摜锽雇*どunS6队mU燊o 恱B 啮岔碔SA$=t贎h擌偑pS籡聘懐9鐆>镅5@荳氥業`掾]5煈彑槚;V! 螦'鬇Е{N篭..茀G置_!赁7陔suV┃$濨lW=}駃敥; 轋)逜荞<.&圶ax栥,38S(b枊ぷ*%凝31鵯 偟#O-禾zQv須a襒篛P5o6Z駔耖蜴&忊粡誢w窃甼笽/#炬&窠芢%峹/@驒歿ぢ7隨 迚竕鴧㏄緃蛿&竚ry>獑渒7=擢覤戠#@昮s琠坽雿毙0-L鎆~耄%頖p哂扑坽柃蟉X^妣+巁s-砊>塂綘艪钭-9嚆!r[2]3B䲣c硤箲髇C瓌殯藄?>*∠援獤eD|%4燻 :X2◥ pQSL擯訰墽ae韞鍊胵臉 5Fi厢顒泃呾晴 )扖d槍L$o懨$嬕rp佣嬒b葙趔>4+兲篂F_铿{倚赭k麘渋+焫烂礃聱.+虮B.納畴L<┛┷ -瞰┑垜=祮縐Hcnf愌<>F悋 ^胑||衟yv尫%b:iX'%8I曔? 寮rw[椲vI鳷鳹鳴鳱鴁d釖pY鳬"|#\対浙鏲箪儂[2M籢S0碵zI蔎/H疕湃熢- Ic造<穢紉-溊秸睁8瘋ZNxA-8砿﨏k襅咹a墼砓n1臏 媨qHg笗煾u#哥禠濥 -h痵 :6z!衴@}z趃悫頊q嵸/颯斪4~\棒羱Y3M9Py睰=.嘘 帮 竣-斌z$筮8轞7"賢鄈狖礖謬w獬\87軈鹞O$~餵]紱n5鹁犋`沣f鬅錰s鉑艨p牲WYqx endstream endobj 102 0 obj <> endobj 103 0 obj <> endobj 109 0 obj <> endobj 110 0 obj <>stream -H壃V{p斦漿.!!&I1八BxdⅡHBb B4@I"M$ 廝瑘"俇G --勄FqQ)AKy -4堃罿-U閻齨伽韄N西}鐬=鬈s嚣漵v撩  +爲3钞8 gf6,餿, @椀挣畴:謶CW盱谂誌kW膌=_SU9腱9\N≯k辱恄W肳毢:譳┛竩钐蕮昅m历媎町玕詙返{w`$Fa4 Y&o,r悑;憞|`頑!沏nL繢鼝q犥>&a]繺娉I3鑮豄澫'悟庍潗店<錕:煄Q蛮箴籇:緲卻觴柤r蛳A8e屚&D奬/躲: -5!2崛2lE40瀏Q *S+呢I譓矑蠕尥奈)jb#箏U%獿*1==耾禹昨9jg鄀蒚璮箜3p祂6<养峃睹lw"匵J V湊r暐薅O笑2谛堖鄻;櫼?紒穚 -3墤A睟问9B-Nog毓D=D -䴕,$WU -絎觥4`栢)l@毋>"U*調Yɡ zsm趨8$!%GV誤t%渕q鬬a佧Oc}傆x:竣O$J獢蕔睱擋驅鞇=睴(楘@k齋螽光蹿H徽钼鬼欒a矽儔岀 |聋 繉3*U榥!a锊嶖=蟎H佻pa璣孏q飏 溎_zIK/<鈸2E見絩MB*烋﹋+隃N'4/t缐s^q񯐴贍=l弴銂;仙c頖=鎳#9侽9 肤キ2侘軧龡p奝苏eu栟爮欴撑骨﹕8 [DliV珼V V怢j/ь曯鎣靎d^%zZ癀魭>.鉫獢I@jdv悠?20鎋Z篔oZ7<赸D帅I筎s秩4+颚#囦3rQ)□C90 JU5锇U5豪y]齋瓽鑜鄊撰y焔鮁龣Q& 3SL膝]砛沒踈-痪p呛訷#J綶傯qu萪隯紕bヵ陮蕯e陠麶%!灃瑡u笔Sc犱 Q^嚍]豆絥壺.乿9暒 +豹P玊;錗躊匘Z>R吁6逞d藋4騆╤鶘!W怀樓ラ斤≯\u*>n.粩>:%JA*洫玿zk孼妆r曔裉 D2 #颓z[}D^-6!揆 j誂y檘蓔|X婂y= 薳1 -s3瑙闡?夤棔翘搅佤W0:Z湍9U唯煐頹,'N氚F瀯_B帿籘榉C償碷昮]坒筧帤JP!z3澱#傥Q侍絷$\蔕 -87睺这A佗?*癑蟇鉪硈蒌糌oYM蜍"嗍t% F2lN竗%资vZ熣哓r雞nr.z誱 sJ< 搶U尩S绚鰶6A簤颷f橌歞J霊y6J&竪厼3k蘡f兽t僓s6b+~莕騅霏侓鉊z>譃#淫6.蛸'SYO瑨誼骕y=hf嚉@<纝諛C䙡v%X吸kY6c'轜徽嬟玍#狝=瘛~O缛T3O楩v隐$=x孯_頪k向戳Hb跸`黯妋悼潰緷磢{N\q珩咄津-疁軖湵資檆Fy莔#K縰h?u揉AS赭躞zI%﹚b瘎=哼sSt法犬].繽SA撯+,Lk_*扫#魫5铥2AO ,纟綿%K22?肷Df氝S囿O潲<疜扭2译騷鍨嗾0]7勯h襘/7x -z珍{5瘹毢X迂0&蒭菐y約@\0爻牫扆;E}<)#鉗K邾摂}jO暑j冞 1圆v脠斐刣&+u衦Z哜j%C宿EF%胹%嶼.粕B▉~[墑U_OC臋1巏韡kc贸9蚕8 i鳌痦p海墀雝O鍸2盅M﹔^C;#闳lN-挕毄yMTst^砅=c@$縜_*,>娥x痝o噮C涧踒鬽跂襷矙9喏m]+脎ts闰%SL勌!al-弼厽i&%Zl-<;╳鐪垄3u咪戌Hcо焘"鐦w豮垏sf堂迦稭v D嗠0IF憶\2EM鼂/蚩dN災D去<淵rd敉+絚怯NU駡弹橒蜛L餱抅鈺bn鬺1wYt瑟;+嬿蓱9秛*Q,e,(巂@乐依 =A幞烇,; 刴簨佞 qRO诞Z砕i]E鈥}0葢述隽bZTT來e糰,辮貑苎皡沜掜b麃茽筡F堶煋賡紈P 斿袪$駒虚?h报j盤5c哿幞U蓈waZEGX鲔磂=j3皱U队e}呿o蚪怬 OU吤U婑3撽鈜籰4梵馩(.顮'$繫R+托5t}踪 J轆准蝚'q^?@./}s蛓蹤:瀞%\_溻鮄L5躎x叀篋hM'#G`唶MM8qDew郎N醝&j瞌 U璀9r湫!圄n榀 T 髎渨筹籙晓 -3?o噟硎r莔5m浿Pq稁嶔7K_b韲愞ovB訂趨^0(|Yx^郷緩_吴W 4/ 7襁匶|O煳徇旧缸!嚽佋 v3儥雛5v23T?鐥 乾.O 鍲a慤埏慤擤Z+Vp= !7梓-嶤*D膋2&KwSo潆 ^V欰褚g(oE槌塉忇=d瞭I;鉑=嵈F}閹i詑暈jOT傧WU* 枪%Q茫w) ]溌qK耛盀齨byM桮myy;`4/籛wCa依膽鬯'y剀F殼XH 礏醌湥24R⿴皫xlY.Vcn% -"/:E瘟蘑r崏4_啬 G瓑賔^菽DLl0Q憖劑H訡JCms =渀W4+*熩懑拑2仾*;+}n恂JDDA=q` 㧟ww Dⅴ~U|lxjZ浉$ym悐2慌壱N -蒦S1xZ[%{9 鄎畟抶虉拪 -?鋬仌+擵嬷=?|靃MK{糀@}遧猌/&胝e韄檇"船}茅3湎o彺戋粸<(帪顋蛉s飗猀1u峁玗Q隨t禡肰z嫿腈馗翯rv ^垬e -轎*駨LAE痶I -釥DG%~頹鉚"蘒r睿#緻溊*窨E幜$WM慹<$,組燡2綵 X ` +%{;煳鏰 #┬ゴ7嚢tw孀2薣袗=鼠 俾/觡葁宾搏秹髱啭|>?尉楉s庾賕钳$蚊$d窀壄阘蠳%A觻 mEmL6燘`ZAb寑I$鶣]薱-窗XK4晩>掛铇}鬏;霹?循慛C陕7egc}繇o鎧AQ蛞贌1>僚蹦蟔僇 笖漆C 5u窒+韎3-#T膍6嚋彉AE/W棴< -満*灯鸧:猾萆轉o驑?e錎'鏷N焉h*槚珎墾C焿脼漙'*鄕!颓s jm齎QQ腳nC@z8g/ 8j 狥^8 麦v 斄繜`%剶鈬駒Q箤繬HO,w珚帳coH直2萎5k术*郆鷳&5WvPa鸗嗍X榪/啽 祹朔g1鶲aV桴_u眵1V/x驎x塾/蚏I摓Zy蹑抇>愯忑M籦眣頖/ll櫩l腔V籅C4警"╒C}}Nh褈琈婱m~1铈-翩苤=罐妫R甥畖邴憈褅C;V+愾4N(BI.{:!榡釈(#_0湀g|喧緋X }駖b瀴'1й躽撨?賂裄[5僾咪3幂(嵴錐,碁144摽 -禑翐訥12访爴D. 让廝McN婭2m5Fu,欇:謗q舜#d鬳 |嘁躛hF)G漰襊? /wちk]氞H笽&i穵澴k\^灄_:搁/髲+|钧 浄瘻) vA櫧b{蟵 ㄗl67藡尖Z6竧鷭.釐m従刳([絴"鹕呶 -辴烉 Y╄?SA=P肢G梉,馇t验<BY薉0~衐⑼j 漫0r債_鼊鋫3徾Tぶ.lv. B腀卄夑B*n禹!鞁写n!碈挥幝 堖匳绒#E╪℉e駘軶懙艸0T凂邑峕褲9鷞霻z:0=噀bP>╫x1F8vV鮻5+聸玥歠eZf鉻淢I-襱㎝Z,瓙6H氪c襽v羱A鼫撿靥Z翷茜衣1# u吅"爆vi/r,u辯舦!蝍!麴栦; x}悸E惼9b龈 gk 窰覓N櫧寭雨#{&摰矆/闉P^6W瀛渞櫳 -Р):u:嶊憜5錉z#;}u莗3^s'业 1襫 媊 ぷCにDHd* 幕楄21挝QL哊8,E婙頕qd箻朻0m标 -戇豵尗襋襌e纻僶5训俛8FZ*[O邊妬倳q霥#-C| 9sOG鱛O靰怿ぉS;檄溦瑇NL孢=閶亢di衔廀sZ)iY'环~正芰_侔ě#怛塣3<m ,鮏僈 JQ=>鮯4E]Z74蒵窻汈㈤L旿錬qχ岽;)r祈蚋%┵燜陏☉玀C&泦柛+ -1數骘q4駼:!|徝`o6i5玘3Z6驪)シ>1诔蚯彏:趑搔Z諁弢麉5璊漢鳓<艃7践鎿75F﹕6?馎邅蔏僶_=亥麶s諌^迧?.弑wy>龔榈灟`貏2EV=,'0X銀/鸬8勱H浀乨5]D : 邥鱀y㈧啀4:<默ы&-Gk餧n劺麛 )ax R^*I翠 tn3耢衢嘿嗱燗 蓦匡n淊曓O謎{曜D蛺k#% P輅⒑藞澆澗烷(w&瞼pT 篣daTvt衋?$鲩芯??苾顼&鶶R=5H=^9瓌Z 5@)詟4G严qg?q朼mH?y-鶈[b{r據蹯07熨N恢苟s~盻陊,,.L,謜9- 蚂痊璎dI洯?(蘷倍/堹搤蜔 毼>:欨0O蠇,Ln夓 网~鋚d,耭X0:BA檅-:艫vF腎请 慣0) C厗櫏d6靉{轣瞱趝鞳賙煦x噾&戣)A|Y<-^/嬜E4リC!l\籼dM>h[Ri[JJ俋^3!_3崨i菁璤锤鎼 %2拠爿獮<,Nr,蜨,J餵)絼厚览@7$砒41e徒D唬 -挺B弬3w芭h錀r<{x浅迕廢鰭骙滎韑隐oL屸_,:g蹼{&|2輈柰癵鶠$錞s<凶夜蠖紶:@貇6殙.[淕%詨h媆+9/⺷1妹鐦倸vM奪~╱摡牎Mcm圅嬃亭J0F7iㄛぁQV~U+邡G氮╰浽Id)]Z164b鲛潩缳飡g'搠竺s3頇醺壘M趡9綡*s菭曝r臓rK皌瑄rA璟桰遢#謺徣:丵:奞趬Q*亸蚲&]愹鳷氭3褵P|閯4抅X1V淨 a,笲A蟩窅Φ 潲,O1(p碈奤CW屚宀3(佝m1臥(SN9椨xAtUZ≤官O镔禗Vp<肕緽驒舋捻]Y-$鴅y!.fk臑w岉齢;#}#?旌濈7 違Cq睢C餌ec|昴轈麪k叨|垔蚩貇钌瓱?悬伊78!f`7覎灙mx鸱/疸/踝"o闚;*x{誺B垔栿9醛菈小)陑∪e#S5jjipU;Gx辉v尠C7抜g5e}5凿繞*嫂+摔XQK旿鼓璍<忻攍V昲JQU;3TW羴⑷'K|瞐茀已岂z﹒箒а93鯬$??凩4cB欯蹛絹蝸誤彲>変1Vq: Ol$捳叨圞徥不鹢舢a1@鉯lyt,=*T嫎x驯濌 ^堎%q9灷/靣/軸Y71鳛E篆縓c_"菱柵 H畚GY⿺&:靼聉d带艖"騁嵘坞蹜蝩|娈|'S訚9W'鰥!1u~暙 - 卥槴3Cf鴳7茋=攗r|眢Q橓Y邻  cm/渑蘯{!&@鲩搬~6牥 B姏R<7 〓1椰23飦l傶錼h-醟3陧2鸀M蛃[[訓櫖蜺 蚙h&a達`=廂O嚏_t|-+韜鶲捻A迱78剮t见雉招誋棑轑縉r軍(銆%睟嗎刵*圊:E02齽J蚟 >6 鄋枣>揄&荷呡莅汳9遫秔刢疿颈僵Zt孄伖u硅$巹痍wQ榰┊顮僼驵 -h9$'n┩檦[慔咽KK:8~錑Фa儫韬噰焜"m稕;=8结YhX趋摰k彛k髆哷f膬杆#鑣f撗#ZO伺acT9ik殷鮹婢鶤髉齲齖凉bF瘛鈫挀扷cM^;髚揷-驏ャ谙錥-'0@緎氄EЧ腶(-r爨)EDmJCC源┘ 骞<跋zpAWq裶鱞胏鱈傡J!拧2.#K鯍i8k#r/!I拋敆"R蔪&面eY捏咥昦eUv訆閝冇h譏Ib<呌p)qd$F斅Y*愌.尺螼娣 o媲髱辄,瞿踽sp#A $捁4%W= 焁!?a肽7 揞埼軜則,沤3L-:c羊\ -(t政i塌灉姪襠伾W駃銋-啷_肒hT+鞲^x 70铢辇俯?槺锖Uo顇 iw餮贞P 疼驖樽豥$ MX鮺-u.al!屺矯J?LNx霑 'I0Z4y7)森聅擤%'窅蔕緔r鼄k呓D3鱛錃g餲_躖%7- 瀻峹:$罢怲&!塜p-1>hg2蒁H衿H獭<舗X_报肗涀氊c覙观咩宷p/呚崁铮贝'蓷}鹠 W; -#B誾f 〣类飐 -J洘w岹k纇<迌巁鋘倹&讚i.+暤 馱3%p ^猱罐<鬥敛64惽e$gYN)湢[嫫[(匓汆t诨婲粉邃急褒a 丄L&0 瘞獺亭Uu 湾N啭 荂俤+%<瓬殄S 饇淪 購沏笔0r剷书iC製 *>窉甌8炵莥偾6q焣鼅g;>;庯|g熛>秋鐙s瞧o 馫0B_`襓Ac輪枽*TB睑芌娯寓 AK諦 T,YQ牐L-Y -RG説RU暥q鳇!濂lh蒿禳峄琨}>邷_謭c( w=騥!$kr<#kl枛7是錙 pm堻LsP7"7圖辱I襒?Dx.h0:嶠桓c躀t:SBY扶:*!(Φ蘟E9Z觜|肢硝麃閧QMSP呅透!焈V9萳匣肝吴jC咓t﹃衑<A,&O^O*kq蕄2]麷鑒鮤J讎BH"鶀 $婩a0=碠t艪>8宅ㄖjET较 渋"A敟栈詎礕莰濼kTo4鳼漜还n#w3壮暞蒘iK趣4_‵R53+裢聇尹'3p!醼囑C渴靈_郶tm鏮v{ɑ郭|Y仄l鉃岱 -=T;最j;呟=]t枈 E:清]酦簱ig┶+%謭T湒9賓畄y悜忤:#av:$.$$ 駹S2{匠-鍘疡(fO顐婍諒2>#诵V煟M 率 M|9 -%V皖K祭讞\,0i,^MCL韐Y 瘱蓵+ _u建歖:秿驝AC9O﹏r%袷窲渡U汎X沰Cv(0>Sn8,%嗜I唨d2&]N匕苳u緊2尣脈琥;鴩瘧y橇sd俏蔳齢)#-榀黶走PG彖'g+躘冟$鱻揇&鈧&紽鸯'溔$1+秼k#+M溣紡{I檍駈 -愖箪wП灙z~墺%( -赦 靘nDd<壉5S獐 BOeBWxT儃,4擹簞o &Cx遺\ki!z[ZP秕表:0胈D -M冊憠EBho5腢墨鸽魹廹O;竢偈/屋齢碴ZE祇R嫍[竊u蹚灟j凇k:A裃瓄濖d颟蘯曂櫇 /5nOP煜R?M揤贍埐Sq6艌武溌躡9%-査镋櫥篦~X\,O$,j蚺L㤘r_z 7靠鴰騈2湸濉埙璉*奜/え4n芝奙︹M馚丁訶l*鍰g+㈦迩斍'鹯[鋑擾'6%7鐅/)+g -_%2c汞娋\綪4f襂 #怘伕4 -瓶x爒厃鮥淎r纺4)顜" -B4你A6K勈ˋ5&趿驦卂i]逄伉3柝 a -h'<`a2室乡\籽谰鲳穾亃塣蹸慥]J,鞒%J;D%僈)2 .9?|/鐃踑 %玟豚 娾粒隩昅f`V窞T!PR劁I6撓侨,/V1w晜甥颷怺波5T滍潮n%坐l{犒?炨8/q兝+?瀿wh#鑞f]+=9浢a淣f]u炂偗飕r2裹j贀P龥狕&"弤繜M诸 嗂h'"魼蔪V姪蜹梬IjUp暫:!唬qw闤霥帻嗌貕1长≌仹赃^饥%x4tJ1%a!栾t坘祠o"lTB5&5H股4贒鴽X D倐kl磤yMd縑G3i蒅腜 陔鯂}}#> 狺瘃饏1寉榲h jf.0$鉯閈9誮z-鲙擥 茙Vflt7Zq#Ba&籈瞼Nl!骖e梯澾礵 ` 樃w[纜S0k&洉hY?诵e#2汏k摇敒2珽7婺o烕饓璢弆叙罹鬞.}䦆六恢T咺kンZ:捕k[秏z t繖]8oe寺"q倇}忴Xk湋綸+]N??莎篥塐6遞鞓I鈻5s鏼'堙軛躥HN M糋嬒橆h摀@yd膼刃u劻Q雺刀f椰邗颇z9#協0vB{孼枟糊=~绎韕JZ*塱3{7品臺嫑鉃鲧!\y寣(阠d|&8A嗲 Qc?@R? 癠`|@賘舧6揷犮p^Q\Wx顫濙幗鲛潩穡vwf6纂萼>,稟爨 $m@&%R鈹纽墥FjcMR%J匘奞j玊碪@—軇)UmE真G)蟥寑=w⿶贻綇s愎鳒飢"О躈G0T &幘鳩;摀4$脊岬韂+F烒噰N癱 F鰋鄱g|竑咿Z抎敷┓?磇|] 硴6;拘拝h鎜太33[咓^ <紈r鰏I烎鞎輎捾蛌`z3''摕く釱酜鞼蓤-8F-閸韔劽捨爤p -Q癛2E7,)垿EhQ'穐Qg邈>劦v姯飔Y>Zr榳X=L.盱冤訪8秬:v -筧庣挞a"慉qX_荅A4z=s'h1抺C瘘r智煴+(8p8 #菪+qY趿肙焳k/緌_蔿嫤镇苼o颏痬Ch婶;爵籫副謋_荐翃m忶朄 驛)!/倌5= -脎錁uU縕h奚泶p剶Bd艎*獡g&s斝z寙(,P/XN乲豳} 艢襇爇;qS彮宭 ~尾J篹篹霘J B, 0.k毊﹜詵i敡-巑G-楥鴱 碐_ワ/!釜%^媶i2Tx姻8浉{+弌,惄擋)`0皤B鼊|夯}买箩ou_谂n该匽;娈4垮> -洛⒁駧 -珍諺YC熝璵 恣hS近]啂廁冓 -昲T凃毷舶闲碯h;躮_ 鴻+:V5!a𦬴虳睒臞g:p,#a澽瀡o酲9>6珱碈!*帎戻4艌―骉O 楦]Ki+曤扎p熩-撬榨鷪禮郓Q徝k%氐巧*侶E&$![bw0k*浬b.K搏矅睬睟vk.涰萗v帇嘄)bLL8&?蠇╗Q VTeL6E秵-dU 2 +c紁1髈匄,凚)E!囦琅tC謚#蹋敭A[i珶Q潨惝T A29=散#9 祣A ^`繀P%d阠w41罄. -,膌~ 洑s靵]e鬯豳郴qDk蘜xG%崼彙z}葀y掊o芃7(%坟?o8wf皿i:鸜;<鷱椣|醴2C毌^鹵hk骰暁T粬?V隴霪>>莸[字渾园錐韴t>R>R w秥:Y惶]D墸枚E$这R%嶬靣﹫靣&IR.硕].篋")T*b噘勂hs侸驭j- -涧i燉捓記#f溓缢↙k礿誹缓:j寶K榨 穴`YQU3莄B稰羂V.X唔x聜'瘪鍭埞Q嫹寋# -鞋#%葲剖)犞抏Oc .: v錶蟹泄nC,N.,2蓸"濹O[厹GJUI[ -ET灄侰sH+鰎异G癋j@ 它VB}z鹽X详7o?三}J紻沄嵡馍j\PXA*倉榣k zL鰢ㄣm犻衭懯佇-dC婕v^W躥?D娌3b濡3?垆鳔R&慘枵櫷緩搚鬦t/X薢'-灋't枥藹衝S導纨|轡囿弫|緢~礂sfOMh楠訕=錟F=壆X4\x旣T1碫礐鹮缁't倬忖-簥m!1骟8 葋453jl耸貣i;區癓.哉x-女(r"2'b嵞>R>虘T5糧婄砽N鄓td]+:"N溿 辫&zi!K 蜎$%╥0钜UETl鄡8仏)' J/黳邃)骅窂楈 赔yE.{侨吞萧輶%k,8灵q惏>鯫玾謦騗-繫泈$)菕l蓭d嵌滧b$4)磳1殔1涆暣岒X抳4 ln :2 0Z:rボF郹挊GG邱KW -冩#軧楸鷰c)v鰙瞔.桹颤"{唾/Ro斷],潛錗 力炋蜴8Q敟J~湧 -馐e -陮输VZ3<'謉ll󶙉9C 7ig侱敩$j:r 俾悸'謶L:袉鶯(F砈f!H幰柑9峃P(瀝F蒀Kt1~*N琓蚺t鎜溸4al刱-HAQBí6[Vum稦5崤!(3 繡j昌絵0c,F1堒銭崗+s畹沰抭W &隋癨苀1 -2棡z稍+Dg騜.7q9YO紛抾O鲿:w蚸?}3你$貼鴨忡h髆Jh4q轋紹OYk渉渕$崲鍏=箼I75c"#梚澞o?P fCm簕繎&~C:琋%-;LQ<従K[ X冐1鲷鹀O糍氺膃XL贼贀络毄垈箇诈鼸!_擋睺ic披嵹澸趉ZJ+N -{`[0R淈 臣F谣O$埼塰,乬軕箔寋M禠&?b>吡t?te7@9Z忤H桬_くT妫P唍パ<乎p镢濇"}6p壨^^嫦麝襙L獦寋軨3biI$騵秛]yl]][勐k7v剔y t斋3{繇枟kh}s{闶哴7}裠c畢32R嗕%侵U蛓j窦g聗聗ba罙<办Wh6+ _[浓 6岭t镠H{ 輣汆慟fjP陇y炍@缟 <蛮s伾# -c╝鳩徧 籼脬崂 c@j8U0巣奌逮O'@6e繮.1缐裟龙囿=掭金}苷8ラ譥趺殯z蜦豌皫為獓Okb<\F VW筞蓦]G蒿y粆6攑n①`|翩A 銑羕9x愶 c璬L w%旦7汗蛇l4u#櫾'O澷峽 -5{升緷焲-れ漎H檃p玔6襆剑g匒咔!鲪/咄瓳貫粼鷍O{b%馝遺裠嫃轛^厄蟓趼R撷IDV怋l肉揯c遙锋禟粎蓁迀繀cD7婲;H89ぃ(粶O洬趔;躳{}7釚 -y購A铕C骑鰋魮~1rj蜨m礿siA8'霸8% !>c9VY夲J0-A衎q - 廍仕@i y!碵9;=板厣縲.鞜#皽齾]}{愵 欍*[;f摧芏胍7g髒.2m)$霄C致jT斫H .T颫{f 湻+f爜毃辜zW.䦅uDG2诩AC虉d擰綉<^檞碗 v妨!! -}r 8苄 伐嬆辤卧'Y崅 -T塧;倁5"坅铁-#.侈⑶驚G@蛯>pye謡}仒酲l嬎W(終靋T稁2E-f缨/]lm进蜞V鹾閖玏范_躘幗}瑿-?蕉18貋橪6T(b<鄠颌讯] J坕8C湵㑳 垉鎊w叩鍒伟硨╰}笋旣頕2鱦莢鐅W瘑Ya;鶨株Q魟岔!bf t*ou詣碷唧虈S璮6棟讷﹌愰鐗7o$练w潩R蕡菛虄巗饺9鲎'+h鶻榊焍毉i狱麓陡胻萾8r2r)b措儵廵絾"P 养@-B$E倛A/鹋Br廥4!Wk綀媻B弔^粧 P俋锯ゃR-JL槪煩箍嚹浒-罜 *6><血樏葱 "帎尙] 錑满槦粉訫o@%0柮跹d#>鲼郼暇譡~U*潋z攵?n侂UMIK肽糖5Kv佤6嬇N跅M_撐m鴜j513J)炍7衲狘戯 y豾O). -熜m(]欝砅s閱I/&3庍{讹炏gv祗]b荌滧渼哪遣8+k趤#&R獟AWE秐姸 U誚"u?&0財鼳УbRit诼玄4Be琙H肩絪~D5i塺陷涀衽鱸窟3殅;y2{&9灲u v傾 X泹a拡6磮2斸Y海獠!N湭.払憫l穝8{幍x貇v7 kcC功zBW烯)鯕zC剑ZUIK韢╕ 啡?磐旅Y;禩尡莒脦QZ晽塸eU&RLk跪鵇!蕄昮2$漎钾h嗀隭鮡 -Y哤犦}\A茭9"dN愠騗3鹙琶O萜7礁.06}v~糌乔粞胥摽{觩寢[緮轚\*'烪m|p 兵沼靠z牯斋爡瓲呯@ 鑋z櫞"?贠紷滰q魋$盹R镅鏼柽Bt堮 喏1DA妸7賚Oz 揘7g$g7匼eg武WGb犑Z5蜂r-J挀懜5Y_徎儼覝漚eiFD镨嶯".稬e甧萀齭r}咿%浊Z EU-蟴k鴎 ~>E鰈G曔L唊5`迱F佬e 卪4郅 -S挔I~9<ㄊL鷣i 鱻嘍`匭棩kr,=躇晕靷#而帍]0氨nc2Zc贰l啖鵰}?韄瞺-;_j擾\傅碻仔 洍覵娫*橐3>楱魙夦垢p,錮粉l3慯荶> 髓/#斔i'衑^O舛Zm部_@俆篝睍慬0濺緋v通竕d,!繗蟓翊@烒1 1蘭鶺4娰甲/>*柫?)梵Y綡$酇\卍4; -唪界#痟(%M蓴V焄_[HlH碼aXu!兆#匎漉膗鞻鈻6煒讟蜠6\;;#淨┶湭9朷,傐<C~S'W繳鐎=cj,ΘJD%硢^2櫌柹d5藋r7圯n嘳駟 c")妎㈣敯郖揍蹙dr 慙%攖6Q[+4!椨T燎鹍BB%|筞力"+駑叐寒t东1&]紬`i>"跬D碇%4N$`舥X誋Y薶{4媶鮔宇凈=處$鞘lNSv組"赺第級d鴗vn -l&臲S.b乾M = _鍙撗|罻i7j謄'匉h緑1+W栖Mb冺願H0:聚 猑}鶊狞葀谕弩K凄 誮盲谦A@7乂3 - )0塊晎0镛7璥v喇驼]烵&$M6漛劺還糼がU溪2QZ齤崭j0溻乱倩XF?蹕镟债抛逊磈xJc狍袍;杁厧.儮P擧攖m庾Sp襳蘃艰碗UD袌@矖泮)温I襧?繴>餢8苊汐l 钫:TR$Sz抻铋ptz驗 萦汩e:g涹|x"m]囑52HF幰G#򆸗襅鱂兑 泳列鏛',vwvn鑆邶晊礄兛肹 炪u蘼<飍+﨑虉JBR)F%Ums1薳蒷9浲4+mE/汪牉b¨G/(嵧T串┍&B!:债wE*穭,k≯圳 枯鍠=査Fd郃]MT^W嚡隖肴軩砛柚]=諁-酯螝>j0黿恄.4Mqb9b*遄徤/*<.N)炻F湲嵳j鮅Q;6G"i]C6Jcㄞ枈!9 A隋q諦跂J羔6 {6a候)甲邿,1虆苭軎蔲舧2崭T蝙q89n%#沇]浾kE鷱gm寃檐僦讎;醐痚l,-嶉 =乞M|0wX-{粸芡潆鷸蕖匫岓=踛掻蛬.?] 杭嶉碛4C^‘0;5罼F鑁氒G飃鰢-o呥ト梒撹` 羳錍簟c汓稠/舸儂>%嚾!階鏍}豼;;d黴'蝂,韺X/ーTw楔核;G 幦{输.騫J噈{灖Θk eJ桄碊n  虭;茦錢0f 暪鬁倵*7!qoN孩掼蔇U1奺;.-W,E 4>历-垙e糪`浉89g8呙鏶|w>'秖b'!N夏&[兑挗!簳t[BV&(忨鑳2奐2聙寯Aa導-l崘卮U&u僖 m語;⒌j"萆J䶮唢鼾~9t-⒗z拣#'.9魜Y赤 ) 喺橒Y 爢A}訫鍵a蛿-嶾糡.]剕圯铑圾.G!{d嫞岿賩竤暴.緺wo▍争\-4F勋緕!l#!bB=鉞譓[澊龞篅2卟)zm駪U:髒矉%)1ǚ/U铙嗣ⅰR6钰C4+*t腟屾j≧)臚缸d扸AU*Z黸U)嚇錕;薓寰镺4巜h睖巇s猫= A蜀"佚K:髊"f9儴W# 籆啒z碡_~U0讐"1 D3[j8mn镖|禭8ww;zKuN$蜞畸簡喓^"梪=眃袜掰庳"咞擅#_¢唄蓬籿D6"vG;む7Ab爝'樒8. 觴   仴帑錣稗\'`S搏駺斋7*{玘O矅T?#髂I#?8A|!屬ls_+峞c /耤x<蹿玵厝;珪 m礹U擂9}V熂憜 }赺;M(頀亥銙iP#岼や珯秖戟#)zC#峖祼烷唥 -窒煵凊 嗵剡A - - -5鈮槓@d鉙肉褥T瑪辴懞辄$癲飁<+W]鞪L箜m餆- 漨C q 8Qj8w鬣囝7n 5鞟j84磔yaVY弓+訟蕃'杭M篤Jo -;鴫敝H,V 'lN羘CL侍灵#HPt螀e14c5f5U莰頡徽Q昍}U厺傌旰讕鋚旴A羂 侵伉侪鲂鎠E慶K潸y)r羜U:$\4銵紾嘵{t顝}<礓沾痑y窮奉 鶀役J.z╉)?3螵睘bZ嚸鈒蛇 庉&嫧薢郍-B.8嬥鎭臽EK垧筇;骥鴽馔?7贮)?齫3g)爆哨,駈演h~9齥砌M虋L圅|mkf玽X8!;祣塜hI恼授l陲e渇方ぇ专︿ 苅'i@>m鍸匲f剥)'ar緬V蜳牂ˉ∥蛳邯泡J堲0扛3憔Gg汭獟VlO朲I_.1搦鱝b腢j00鉽仄n=鴣-麒坦F莅d99X罻x氒l愌5-橌J楞m汏Hyy繓虷3$ 蘠u+崓暠@C賢3N&ら噘笨贽远MB贽揳1蘈t.J趗w滱kE盋袙翃雞寡--Xb[$-倣聍爴澠艬浪$塃隇謰m稼⒑鐅#髠" -綴_o<婎釅P煄VF**淣7,)*砲髱VmN挺緰o-斋,n溝u阇辅xu思〗侨D9]!胯薋3崏鷏,瑞^u龡9騎Xp鶦緻咫NJ5圭[ZS)9齮龌p贶冘杅鮸鋼t軴_み椴鐪洔/;_w^陛碤 4 b偒髇嬌d秳昂Y婆rB櫹賽墭5eW|6a媔緫,V筊偖\<,C鄡撜8琛"F9鑑`╮諹衏FU漪h浲o癒^T 卦睹g鮵踐蒂8v+!@v.畽但诋4椬!g辙c饍a愃ps昬u裁2e䦆k绝1~熴撍@Mb;m墭篇O`{蔮穂-a&dd犝x=酨T聋j亼9r$⑷(AV4=^M -婾s1敔6Y# b嵒X2h嗘 -!鉌5媍: zA奾L/&囥6O<厄涓徕xUV翛X p擿溂褑| 7j?!n靰螟甊阸鮋:~滿媚4ιM阶皱喀{溗O服瓽丘O=F;0礑H嚤cQ荵沣蜩 ┽腀匥蟮=皣脲I櫀m瞉v萅檻Qr觍唟6v叞B鞢骞i醰囁憆悗V轴p盿氬 E%%!U仌酝E-!($耉茗R嗡x%/醡-)2 -(G -*2/苭顪筝镢 -u縉Y7焺g闟鶶鍿棚;禑肟爣鵚詶魆z俹猳鑟檕珴障k閃 岩Z墫磼舅躑|U;〗/集|+鶰zK哗'c矡 VDQV湗②衷%$熗{y顂綌}炢掃櫑b~M炴篼孂|¤谽韅l=∥蠵堺,瘒凉5@(確:'*鹳敓暀L偬dR5峿T映蜋昢E骞"饇VU<帄榯唹鵫Rd c漴脯嵕 c楳p鸘膏鍃.竩释蕁嵹賚,58cB~馔'/樲>+柂HM艬cπ$扷吁6^F ⒚O拙A紼僓势Q6巣b睯涴UP( + 9喊徆评`湛-祇駉|廜=西=>寉O音﹠ {J! -о"Y0n 9户&Lqb8%N硾icS芓惑$$F蛧R苧|6{}8羵)Va堬7谭k甌2Re遽後璠l{把UoDnS輇 蜮]B垤港:[嚥+索祋7kn~m+扑<朝暴棍i+濌渄しt摁泰'2)=0稪繀x4Vi濥疼讬鞌4怽棨i"閠6鲁舀=氎X?grTNWOAb嶵@'Ntr憝]DI藼E═霋$e愍b踀陚沺(eWrm7毽7镦墚/籾废甒j筡¨{\6$蚻鼲MlbF劏mk穴@4写 H〆靜$渳狆x"S e6dF3B芢]n卿q`K'屉茢)\豛=aFl鈺d_{'RS8Y矛OC溌遾F卣S蛸4蠡哬㊣蜋怠櫩褠r蘝l膗v4絰,滶{|倵霹b7N=)唓歨袯+:wf鴎I#枿6gE>鼄溥/瑆姊"丹慾8辎僤X訔$袢\R%諃檢糳 槱鳔E屝3Qf靝&护欯SQ挑戱 -#阼_o渭%搋b1檨?r噷CE籊粑~廱3灙抚L:r%x~緬Hu二艎bO隭雱>砇 y><啁e^掐K<i萳b%t夣驷街迉唲9儹硨RL 0]魗哎$踀諅XU鸝?鋉莫I$膼 初>鐺<龞'扺+澩9笴掎鞏w;菕т阄煗8枽T憭雇i琗瑋囂k謣遣'礓J媝葲= }m▄慗O息奡!隉h偘亗扲#G_▋^杣]憹擻槭持g 卹甈如湲#W*贉drN藯B$橜;$悹%H!F}襥臡グ)>y穔慬*u艍灯 昼L橵@Q -[ 络B嘸鰒鱍珗蘙臝効阝>,!?緍w{J,縿桷瓁鐯P\\鞐=汱I瘂沧n}状R1U沝I至讄"|3%*=訜辖y> - 6K15鋬=襈!L甗锉<觘Yg=E&漒趼0猋泼粼 浌I聞gz$P瀞職2K錼B柵劊艁J4+盭<衎4 -馜栬葄硲h唝7畢G肻8ej茫Q垰苭vI .疄Be7獶搈U団|Hq圲W綠腂棧圵! -7航釀閿{np垴0╜溪粈6踓茆>頞觷顚觿n浘w8贫7閙,8;3C*n'漁p;茸 !F牑7gjED蝶葟欬!謗痯﨟"赣_"ⅶ闡澖8鷔魤頟蘱禌摵;氿趚礇樒繌1豽璅FA蔴饀豄C鸈黈梓鮨_u~伍祰秿<磢邸gG/Y秥貊穙?tpl萺紣q5鐴顭黣"2Y阤"4M)傽r&嗚7迦X鴼|NE陊 リ祋热I7o\G=佔A趦騫p4宭⒔毬莰q頿纫鏅{術磳蒧n*U効笒篝"o萎ゆ堿 8[Dx,r-鵑躃╠ 蕖鏿g窏q} -譸蛙e魝Is~:oX|茭奶hV+ZJL囎g鼧p颊%鄙6/㈥2'@ hM:=镞悅T烉 -e籪贉:縳}徐挕?.W纡兲?汲b溼K艒f嗮鏞J眩 ws鸥騁脳糊1埭 pS] 9h7鬗杩侞  ~崀 魺肋Q嫌6}` E0茎清1:/]髎9魛C郼梯嫳=瘗S鞔飨噗`7x,冸` x缉3疅w 鰜鞋<<#碓瑛)闗赜& zO蕭I繑%g屣+哯肳i3n片閉咏涛泰虈5;?#驦蝖頕KQ^$餆鶙<*|XTV糍簰oiF殡赹踁#谦鍝oT|Pq框DW侂Z鮇nOM{M|}t啿嶘п辥ΤM=蛵[敄'迵蕹轔Z抵梈'r!"曆6z %S昭n糓.︴m?=c襥 旬Hせ>z庳憫c;F^黹!釅+ER9鱨LxvfQ61R."鏠><-さTD糯嶫H#钲r獱JrR龚氒TC荡筵@j冂f贚[▍<浈V騍)D訧[碑. -計磧憨噕.<#X辏~娨^贕礋F炳}F碊憰霧bw? 礒▍祢鷔3U 継籄G 49i>拉S籒qpp,K,敛嫃%Ib?c喚喊都嗀爤- -愘沴洠怎t59]O矇D媐d- cm3壩铤EQi驁属c唆,Z`-浟琭0蘪硓)!4煊癘>-煊$塒vJ$蘓輦J滥疀弃u萸$甑謇蹗衧B^b)!呾rL魩夲è強篛詝z澦篣R姨%叟z慓凵簞頰!錀坪焰z&魐)魦B囜g侇b⒔ 鬡垂頳墵!p鞟羯徾儤Cs -b摳e -\w別r LxJ,堃`溼G ?z艊沂Z雁叝蚁+葂蓎政砭=i趉訾踺Tk_J祊5m凖癡摬T过}"衝椐d斳銍艫_纲皋Xk2:蘔,J帓璬)&EQ"+や'W铤蔹頄煘肬簛K儴缛\橒RPd紉鈟,,噞郅p! -磁与HJ{鉯6)n S8襐or嚀茣]駀w8炑朝^捨F褗薿$%婔'nz8ni荊攧ob]G|滯y49%隝_∠覛还#1鲹P胶仚斈铐$晻抙;譳苗涇,o -&龐9磱跰懔?擦\$;W聫l軓l哮暿M墀偒擾+}蕂辦珥銮>^徙}阽鹩>噮蟖輫飓|寃.|炱籣)>硝Y禌#msH嬙%轂o?q剢08鵵a|鼱投H硪m辝嫵省儑^鎧x$)輛沩帬m倦宰w#8O扊鵖`⑺r  澝粘O 鼾敲蚖?'0V颓隃}N,镱鋍万眆鵛濥N1柸zぅBm仰仈^3MH唷b{赐歴碪ds嫿餿駫仱+旈幤mq甬贎mw.鉣0涻-鲡%閵迺s -CG傴舃z㧏必1/v鄺塨;NXA K歼4<嶚硑蟞婨彄甫模玮I誑 [{鲟欛_i3@0懈釸F*惵Rh)fJ峚9"`)VN| endstream endobj 107 0 obj [111 0 R] endobj 108 0 obj <>stream -H塡怣j0 咓>厲3嬃塯(]肔J!孇写pl%54秖淓n_ Sɡ==碾姗q6廭窐牱蜠滭5B噧u`琋;錩*0N鈜帊=*詼R\鄍5久#鉶裛磏肳伔s?8P擿'^請莱煸贳礈H7窆懝苈hop -JcTn@VT猤*尚﹃zb.iZ釧fD殴揲滈龈裡鲚 t盖譻寯<_+G^肸圇T隿 暴w endstream endobj 111 0 obj <> endobj 112 0 obj <> endobj 113 0 obj <> endobj 114 0 obj <>stream -H夲` endstream endobj 115 0 obj <>stream -H塡T X3蝗KD悧壋幮菳P琎" -嫤 -b瞂尰 -yh訿|(f}1灯11僂媀S髄)b峂}&珍嫅鳆宮;= 杨贆9瘂9=魈3蟽`,儎V:畣庍[FmyU噃迩R]>k 坼 PNVx躤绉]Df懊c饛W繆u濖~E酮)u 涇膔#恕U詈贜{3看jw暓∏#,@岬s<濚濿恮#堛'^輧8% 眬y崯膻壹罘^乙峹*6䦂鳗漌絻胔'圓.禼稜La蛬(dRY繀馓f'悴$栢zQ5朾擶璂鷅$&雋9%辅孋5ji欓4讻浲妆囧'鎉 w孢懯+^B.益n懲Q柋绔槂mr狟f郭g`贸渻倈匆qa巛=窮贝H骛.籐命惤zc** Gh06的7[褘c择 8CL-8嗴洴涰圕 -鐉歲妿K咻寰寴(跚0对郵 D阺鎅Da &s秢x?槎X麓T~櫍胃l颍崗p欌)&⒖;q膩Le╠糭孑/悵塒&w)麛;枃|椞p>$紓W卶=C嫌gtU鋱iqEnQ*g琻)Ta鲠6E襊*燺Q-贒 訨ч)娔逾Μ惓1e$e吅J]c诡s>酏舧跮7W鸻9gvpe囇唖Lq匱 -&峫42-鬧jそ蕴QN鷼﨧疯揈$涜摔9釿盓lmL封2F鰰v9Xf蔮Y肶账峀錯%^iSL9]莳睛6憎誺K 濣q纵浠|瓠鰉5洍蚲(鬉&g飂毶缃;|J]<%S峜dρL歁u屼 磵vr逴Gハ&&zr~T DΗ凣舊,>?H 戄e碙枺錞閼s筓颏鼑"織?2橨耙G楂$)ve2M櫑霵)自鮿鷷%豏eYei秉塌5:裐`漥輅=d=溻铧駕荀r箃葍X/)q鈹8琵< e2_pFZ-S宠еY唻4鞪cxM|/喫|K0S 熵ゼ蔁L躊巖m:K(-7-8@8鍳rb'p^^$S)唍=r"w1%Ku&穋繙M媞P8;Ak箯怯<(濥#MH1灮h埣xZ||廤阕Tc="\|+諙dK4齓T*^褤!斀\0闓R嵚 4Un耻0mJ0.确86盻+韏!U X孶榤.诈湣rHz壥%瀗媎篵泔R*%<耥>聅`ぬgM,w8顙 -s&(v[U腑v>c兾p 呮\轳U2卨Fk蠠硈&嵦戸嬏脝A=殮bO认}mZ焽隄+:猤d張钺a!凛偓U憘愨畜\殤2$}虡T楷籝峋O24V=鑓h畝涼爂6{硒?响响.O娦2憴殺9t蚳驼歊郿~]甞7|~嗝樂賦佹埈日 ri#o~呑崾屙欱俿Opj -殏C a螆裬(&寛qd4 卶RF紴0怍\哃t杆寜NGn偼V湚bPN>輤>疏n '瓢諤_ 謍M)墙k["0輊-铀%NC簨1z9n筌棻?壖yd幊k傯:b+5胯踔k苚 -滣[m䎱q1锪kEb炈浨∽2坈'iM,v磼Cj﨡黆u早~峩t覩迿.>歺瘉耨賴蚄坵h"3F$枧钴轒Q.鴀\鳡%5)癕彷;櫺胞O-荦茇.d蔁扊87劇昷湁S鐨嗿_灐饢e72束D*峮9.oD哶颻o▔烘j軡Kb-鳼焧埏駟輓$'鸞臍胓9f淞)骩劗譌h黙0懕ug񎈠状dc: 撇g嚞azdз 狎[庍矰O鯷栞硉-w檐赏 袴PR卓{D癁帄 儂龔螵弽飧鈕fv黝|w窘碰菖g哔g烠.郞>l溰 (_6厝 "hzA!**m宧珍廣3ga懁uB@ME[綛>DKUc駿U浗#牚畸{7锿涛緔郴s縻鈺懪俗t$z潮]>裣梕覼:E!2^(,/挷什虚P蕅iVRoH凫菾寺颅z锫岇))ヒ穌+K輐鍬Cljy迶驍峁僻rq麣D"g〇筧[V!悌匠$2@X欏窻橛s% -L劕EV@㧐L兮攰匶迏Cf鐚嘯瘼K$Z#嶂Dob]*絯}$珿C﨨b蹅藁墦J焲緋狌@bk愧嘣|,脉/?f昌+譼樨;靜風r芠z浕帟磷9劖宨Y勾J,別3u交e唠诀#茍o娘 謏羒蝲ひ犛F6F榠3邞[G鎖K骙~y灕爰#/會娓莄;阊:4 襱弘嗴X^^ T鍵>/徎箉\ :漐囬a溲=aO旼馮W埐ZG@v拲唋鹕f乗$`侁h轏址U鮰耚雐^h服鐝|^駩燥静~貘褖>濎.V}珪硌娠Q婲鉍莣閿颠;T &5袯eu9;Nm瑎龣o誊櫨聨N:v53鶏R;囎N除 -圣击P纒砛 滤9 =斿鲋,胺g-5+Wt,k5=礽輺%眵+Q'3+▋朡3浓 划M磶缎艟>霦独蛟}k䶮!jF髈夐t 郻z2V(9/dd腥4a蘑覓a拳繯`Ph(哴囓美y@C▼-o -驻G塦2覜*Dm埍G鴋 H侭悤繰`-p4珵磍美-薱 -_颔Z屳梶轗儧吩X舥檅w廢\輹袺杇酎禠祮L店簩yfsFW<溠Fy蚟﹕5 -D渗0F!:,騣郆薢La 朎k鷩濯\0贎◆i翏noMSO12(膐蜓寚鎧k鷽裣(0 蜲磭_1噷0p4~ '8醀k亊`lx礭A?梕鯷R8砾eH漘耤]傯饗`鵈 磴錅鷼!嬆*$T%韭,1 -jRMGFE1尤7E)=J耽4Y^J 瞦S(? 荁嚊i:呍0  x8 2H郈U& 绑驣&畔%Mˇ焲堷Y;K冗臭黓Kz効,Q~BZ嚠刜錹摋#v!菾 ,笠鋯悂N蓼济BA)#9胦聎@99!矫卂妑郾迺q{瘡\掙X皫彙N~A胥4猚%u :價 .J伛5▄P2(譖>B貳i葙E懭u瘚邎庻x9⿴g1)fFBj]颦屄x *[.=-JK 𰿌醮F襪i岲餉|曩店~D珍6"|N⒏`$!伓8"懆 -穧D曨mW癤皻熘多4/怠慝縥揩5 摽┷谙zU'糗咝~TW碉{j -z&kfK瑕诏=鐼 墉j塑lh猚趝斳繳sfP汱蝖棸緶:瘷止垣趷K]鋏6碬 啗炻螢SEqè痦T 蚽鶐\惽遄鋇筟幧戂擵%VN)崐4(~ER垈浰铅磷w唳料礯讙稽K燞-聻鱕5=Z 旨牺湂谞耱 {.謏k:塌 &L矓a1y鉂B喽峖&}呌p譐;k-l枙[碥炯r硕I疙F&渋nx#w倸豸矜?搸;諸亇盰/ODl媫6 涴6a话墈'鵌铟 鏻郦鰫'8f]壓躚桲`y:笰. %六乻3煫tv -鎸N8g2; d 链Q#槤66,UE$ -U *葧cでCV彁U褣誩2蛷1Q殊w=m/螗x~6/√睴n,澴跏偼:%g節+1;^时厁N'剫<湈*.T奻)WM涢||.g瘡M籁瀒k酲*涏曱穸芌'凷<<欺J穸R辑1sL碋(T挼G嫯]棜q疚肚靗[椠a1y颖餽頥顟&胒рY謱翪鏕螐維>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(78)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.005 Tc 19.835 74.463 Td -[(T)-5(a)-4(b)-5(le)-4( C)-7(.2)]TJ -/TT1 1 Tf -0 Tc 4.518 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(c)1(ont)5(i)6(nued\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.083 0 Td -( )Tj -/TT0 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.678 721.8671 Tm -(19125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 3.155 0 Td -[(1:)3(2004)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 6.162 0 Td -[(O)-1(G)-1(C )1(CT)1(S)1( )1(0)2(1)]TJ -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 6.364 0 Td -(009)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 6.353 0 Td -[(Thi)4(s)1( doc)1(um)-4(e)1(nt)]TJ -0 Tc 0 Tw 7.208 0 Td -( )Tj -0.008 Tc -0.008 Tw 11.788 0 Td -[(C)-2(om)-4(m)-4(ent)]TJ -0 Tc 0 Tw 4.673 0 Td -( )Tj -ET -33.594 734.587 1.44 -1.44 re -f -33.594 734.587 1.44 -1.44 re -f -35.034 734.587 89.76 -1.44 re -f -124.794 734.587 1.44 -1.44 re -f -126.234 734.587 89.28 -1.44 re -f -215.514 734.587 1.44 -1.44 re -f -216.954 734.587 126.24 -1.44 re -f -343.194 734.587 1.44 -1.44 re -f -344.634 734.587 185.04 -1.44 re -f -529.674 734.587 1.44 -1.44 re -f -529.674 734.587 1.44 -1.44 re -f -33.594 733.147 1.44 -16.56 re -f -124.794 716.587 0.481 16.56 re -f -215.514 716.587 0.481 16.56 re -f -343.194 716.587 0.48 16.56 re -f -529.674 733.147 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 703.8671 Tm -[(C)-2(oor)2(di)4(nat)3(e S)-1(yst)3(em)]TJ -0 Tc 0 Tw 9.236 0 Td -( )Tj -ET -33.594 716.587 1.44 -1.44 re -f -35.034 716.587 89.76 -1.44 re -f -124.794 716.587 1.44 -1.44 re -f -126.234 716.587 89.28 -1.44 re -f -215.514 716.587 1.44 -1.44 re -f -216.954 716.587 126.24 -1.44 re -f -343.194 716.587 1.44 -1.44 re -f -344.634 716.587 185.04 -1.44 re -f -529.674 716.587 1.44 -1.44 re -f -33.594 715.147 1.44 -16.56 re -f -529.674 715.147 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 685.8671 Tm -( )Tj -0.008 Tc -0.008 Tw 10.189 0 Td -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 5.8 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.578 -0.027 Td -[(I)4(n t)4(hi)5(s)1( doc)1(um)-5(ent)4( ax)4(i)5(s)1( nam)-5(e i)5(s)1( c)1(ons)1(t)4(r)3(ai)5(ned by)1( )]TJ -0 -1.162 TD -[(C)-2(R)-2(S)-1( t)4(y)1(pe and i)5(n t)4(ur)3(n ax)4(i)5(s)1( nam)-5(e c)1(ons)1(t)4(r)3(ai)5(ns)1( )]TJ -0.007 Tc -0.003 Tw 0 -1.189 TD -[(ax)4(i)5(s)1( )1(di)5(r)3(ec)1(t)4(i)5(o)-1(n.)4( )1(T)-1(hes)1(e )1(c)1(ons)1(t)4(r)3(ai)5(nt)4(s)1( )1(w)-2(er)3(e )1(n)-1(ot)4( )]TJ -T* -[(pr)3(evi)5(ous)1(l)5(y)1( )1(s)1(pec)1(i)5(f)4(i)5(ed.)]TJ -0 Tc 0 Tw ( )Tj -ET -33.594 698.587 1.44 -1.44 re -f -35.034 698.587 89.76 -1.44 re -f -124.794 698.587 1.44 -1.44 re -f -126.234 698.587 89.28 -1.44 re -f -215.514 698.587 1.44 -1.44 re -f -216.954 698.587 126.24 -1.44 re -f -343.194 698.587 1.44 -1.44 re -f -344.634 698.587 185.04 -1.44 re -f -529.674 698.587 1.44 -1.44 re -f -33.594 697.147 1.44 -48 re -f -124.794 649.147 0.481 48 re -f -215.514 649.147 0.481 48 re -f -343.194 649.147 0.48 48 re -f -529.674 697.147 1.44 -48 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 127.6744 637.3871 Tm -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 8.786 0 Td -( )Tj -5.592 0 Td -( )Tj -ET -33.594 648.667 1.44 0.481 re -f -124.794 648.667 0.481 0.481 re -f -125.275 648.667 90.239 0.481 re -f -215.514 648.667 0.481 0.481 re -f -215.995 648.667 127.2 0.481 re -f -343.194 648.667 0.48 0.481 re -f -343.674 648.667 186 0.481 re -f -529.674 648.667 1.44 0.481 re -f -33.594 648.667 1.44 -16.56 re -f -124.794 632.107 0.481 16.56 re -f -215.514 632.107 0.481 16.56 re -f -343.194 632.107 0.48 16.56 re -f -529.674 648.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 127.6744 620.3471 Tm -[(\()3(ax)4(i)5(s)1( )1(di)5(r)3(ec)1(t)4(i)5(on\))]TJ -0 Tc 0 Tw ( )Tj -10.216 0 Td -( )Tj -0.007 Tc -0.003 Tw 14.378 0 Td -[(E)-2(num)-5(er)3(at)3(ed l)4(i)4(st)3( i)4(n W)-6(K)]TJ --0.007 Tw 10.026 0 Td -[(T)-1(1.)]TJ -0 Tc 0 Tw 1.464 0 Td -( )Tj -ET -33.594 631.627 1.44 0.48 re -f -124.794 631.627 0.481 0.48 re -f -125.275 631.627 90.239 0.48 re -f -215.514 631.627 0.481 0.48 re -f -215.995 631.627 127.2 0.48 re -f -343.194 631.627 0.48 0.48 re -f -343.674 631.627 186 0.48 re -f -529.674 631.627 1.44 0.48 re -f -33.594 631.627 1.44 -16.56 re -f -124.794 615.067 0.481 16.56 re -f -215.514 615.067 0.481 16.56 re -f -343.194 615.067 0.48 16.56 re -f -529.674 631.627 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 602.3471 Tm -[(U)-6(n)-4(it)]TJ -0 Tc 0 Tw 1.97 0 Td -( )Tj -ET -33.594 615.067 1.44 -1.44 re -f -35.034 615.067 89.76 -1.44 re -f -124.794 615.067 1.44 -1.44 re -f -126.234 615.067 89.28 -1.44 re -f -215.514 615.067 1.44 -1.44 re -f -216.954 615.067 126.24 -1.44 re -f -343.194 615.067 1.44 -1.44 re -f -344.634 615.067 185.04 -1.44 re -f -529.674 615.067 1.44 -1.44 re -f -33.594 613.627 1.44 -16.56 re -f -529.674 613.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 584.3471 Tm -[()]TJ -0 Tc 0 Tw 5.577 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.612 0 Td -[()]TJ -0 Tc 0 Tw 5.577 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.639 0 Td -[()]TJ -0 Tc 0 Tw 5.86 0 Td -( )Tj -8.518 0 Td -( )Tj -ET -33.594 597.067 1.44 -1.44 re -f -35.034 597.067 89.76 -1.44 re -f -124.794 597.067 1.44 -1.44 re -f -126.234 597.067 89.28 -1.44 re -f -215.514 597.067 1.44 -1.44 re -f -216.954 597.067 126.24 -1.44 re -f -343.194 597.067 1.44 -1.44 re -f -344.634 597.067 185.04 -1.44 re -f -529.674 597.067 1.44 -1.44 re -f -33.594 595.627 1.44 -16.56 re -f -124.794 579.067 0.481 16.56 re -f -215.514 579.067 0.481 16.56 re -f -343.194 579.067 0.48 16.56 re -f -529.674 595.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 37.1944 567.3071 Tm -[(UNI)6(T)]TJ -0 Tc 0 Tw 2.364 0 Td -( )Tj -0.01 Tc -0.01 Tw 7.825 0 Td -[(UNI)6(T)]TJ -0 Tc 0 Tw 2.364 0 Td -( )Tj -0.009 Tc -0.005 Tw 7.852 0 Td -[(L)2(ENG)-1(T)1(HUNI)6(T)1( )1(|)6( )1(U)-1(NI)6(T)]TJ -0 Tc 0 Tw 9.667 0 Td -( )Tj -4.712 0 Td -( )Tj -ET -33.594 578.587 1.44 0.48 re -f -35.034 578.587 89.76 0.48 re -f -124.794 578.587 0.481 0.48 re -f -125.275 578.587 90.239 0.48 re -f -215.514 578.587 0.481 0.48 re -f -215.995 578.587 127.2 0.48 re -f -343.194 578.587 0.48 0.48 re -f -343.674 578.587 186 0.48 re -f -529.674 578.587 1.44 0.48 re -f -33.594 578.587 1.44 -16.32 re -f -124.794 562.267 0.481 16.321 re -f -215.514 562.267 0.481 16.321 re -f -343.194 562.267 0.48 16.321 re -f -529.674 578.587 1.44 -16.32 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 550.5071 Tm -[()]TJ -0 Tc 0 Tw 6.479 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.71 0 Td -[()]TJ -0 Tc 0 Tw 6.479 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.737 0 Td -[()]TJ -0 Tc 0 Tw 5.578 0 Td -( )Tj -8.8 0 Td -( )Tj -ET -33.594 561.787 1.44 0.48 re -f -35.034 561.787 89.76 0.48 re -f -124.794 561.787 0.481 0.48 re -f -125.275 561.787 90.239 0.48 re -f -215.514 561.787 0.481 0.48 re -f -215.995 561.787 127.2 0.48 re -f -343.194 561.787 0.48 0.48 re -f -343.674 561.787 186 0.48 re -f -529.674 561.787 1.44 0.48 re -f -33.594 561.787 1.44 -16.56 re -f -124.794 545.227 0.481 16.56 re -f -215.514 545.227 0.481 16.56 re -f -343.194 545.227 0.48 16.56 re -f -529.674 561.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 37.1944 533.4671 Tm -[(UNI)6(T)]TJ -0 Tc 0 Tw 2.364 0 Td -( )Tj -0.01 Tc -0.01 Tw 7.825 0 Td -[(UNI)6(T)]TJ -0 Tc 0 Tw 2.364 0 Td -( )Tj -0.01 Tc -0.006 Tw 7.852 0 Td -[(A)1(NG)-1(L)3(E)1(UNI)6(T)2( |)7( UNI)6(T)]TJ -0 Tc 0 Tw 8.992 0 Td -( )Tj -5.387 0 Td -( )Tj -ET -33.594 544.747 1.44 0.48 re -f -35.034 544.747 89.76 0.48 re -f -124.794 544.747 0.481 0.48 re -f -125.275 544.747 90.239 0.48 re -f -215.514 544.747 0.481 0.48 re -f -215.995 544.747 127.2 0.48 re -f -343.194 544.747 0.48 0.48 re -f -343.674 544.747 186 0.48 re -f -529.674 544.747 1.44 0.48 re -f -33.594 544.747 1.44 -16.56 re -f -124.794 528.187 0.481 16.56 re -f -215.514 528.187 0.481 16.56 re -f -343.194 528.187 0.48 16.56 re -f -529.674 544.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 516.4271 Tm -( )Tj -10.189 0 Td -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 5.465 0 Td -( )Tj -8.914 0 Td -( )Tj -ET -33.594 527.707 1.44 0.481 re -f -35.034 527.707 89.76 0.481 re -f -124.794 527.707 0.481 0.481 re -f -125.275 527.707 90.239 0.481 re -f -215.514 527.707 0.481 0.481 re -f -215.995 527.707 127.2 0.481 re -f -343.194 527.707 0.48 0.481 re -f -343.674 527.707 186 0.481 re -f -529.674 527.707 1.44 0.481 re -f -33.594 527.707 1.44 -16.56 re -f -124.794 511.147 0.481 16.56 re -f -215.514 511.147 0.481 16.56 re -f -343.194 511.147 0.48 16.56 re -f -529.674 527.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 37.1944 499.3871 Tm -[(UNI)6(T)]TJ -0 Tc 0 Tw 2.364 0 Td -( )Tj -0.01 Tc -0.01 Tw 7.825 0 Td -[(UNI)6(T)]TJ -0 Tc 0 Tw 2.364 0 Td -( )Tj -0.01 Tc -0.006 Tw 7.852 0 Td -[(S)1(CA)1(L)3(E)1(UNI)6(T)2( |)7( UNI)6(T)]TJ -0 Tc 0 Tw 8.879 0 Td -( )Tj -5.499 0 Td -( )Tj -ET -33.594 510.667 1.44 0.48 re -f -35.034 510.667 89.76 0.48 re -f -124.794 510.667 0.481 0.48 re -f -125.275 510.667 90.239 0.48 re -f -215.514 510.667 0.481 0.48 re -f -215.995 510.667 127.2 0.48 re -f -343.194 510.667 0.48 0.48 re -f -343.674 510.667 186 0.48 re -f -529.674 510.667 1.44 0.48 re -f -33.594 510.667 1.44 -16.56 re -f -124.794 494.107 0.481 16.56 re -f -215.514 494.107 0.481 16.56 re -f -343.194 494.107 0.48 16.56 re -f -529.674 510.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 482.3471 Tm -[()]TJ -0 Tc 0 Tw 5.635 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.554 0 Td -[()]TJ -0 Tc 0 Tw 5.635 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.581 0 Td -[()]TJ -0 Tc 0 Tw 5.635 0 Td -( )Tj -8.743 0 Td -( )Tj -ET -33.594 493.628 1.44 0.48 re -f -35.034 493.628 89.76 0.48 re -f -124.794 493.628 0.481 0.48 re -f -125.275 493.628 90.239 0.48 re -f -215.514 493.628 0.481 0.48 re -f -215.995 493.628 127.2 0.48 re -f -343.194 493.628 0.48 0.48 re -f -343.674 493.628 186 0.48 re -f -529.674 493.628 1.44 0.48 re -f -33.594 493.627 1.44 -16.56 re -f -124.794 477.068 0.481 16.56 re -f -215.514 477.068 0.481 16.56 re -f -343.194 477.068 0.48 16.56 re -f -529.674 493.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 465.3071 Tm -[()]TJ -0 Tc 0 Tw 2.845 0 Td -( )Tj -0.008 Tc -0.004 Tw 1.288 0 Td -[()]TJ -0 Tc 0 Tw 8.901 0 Td -( )Tj -0.008 Tc -0.004 Tw 1.315 0 Td -[()]TJ -0 Tc 0 Tw 8.901 0 Td -( )Tj -5.477 0 Td -( )Tj -ET -33.594 476.587 1.44 0.481 re -f -35.034 476.587 89.76 0.481 re -f -124.794 476.587 0.481 0.481 re -f -125.275 476.587 90.239 0.481 re -f -215.514 476.587 0.481 0.481 re -f -215.995 476.587 127.2 0.481 re -f -343.194 476.587 0.48 0.481 re -f -343.674 476.587 186 0.481 re -f -529.674 476.587 1.44 0.481 re -f -33.594 476.587 1.44 -16.32 re -f -124.794 460.267 0.481 16.32 re -f -215.514 460.267 0.481 16.32 re -f -343.194 460.267 0.48 16.32 re -f -529.674 476.587 1.44 -16.32 re -f -BT -/TT0 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 447.3071 Tm -[(I)4(dent)3(i)4(f)3(i)4(er)]TJ -0 Tc 0 Tw 4.28 0 Td -( )Tj -ET -33.594 460.267 1.44 -1.44 re -f -35.034 460.267 89.76 -1.44 re -f -124.794 460.267 1.44 -1.44 re -f -126.234 460.267 89.28 -1.44 re -f -215.514 460.267 1.44 -1.44 re -f -216.954 460.267 126.24 -1.44 re -f -343.194 460.267 1.44 -1.44 re -f -344.634 460.267 185.04 -1.44 re -f -529.674 460.267 1.44 -1.44 re -f -33.594 458.827 1.44 -16.56 re -f -529.674 458.827 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 429.3071 Tm -( )Tj -0.008 Tc -0.008 Tw 10.189 0 Td -[()]TJ -0 Tc 0 Tw 5.07 0 Td -( )Tj -0.008 Tc -0.008 Tw 5.146 0 Td -[()]TJ -0 Tc 0 Tw 5.014 0 Td -( )Tj -9.365 0 Td -( )Tj -ET -33.594 442.267 1.44 -1.44 re -f -35.034 442.267 89.76 -1.44 re -f -124.794 442.267 1.44 -1.44 re -f -126.234 442.267 89.28 -1.44 re -f -215.514 442.267 1.44 -1.44 re -f -216.954 442.267 126.24 -1.44 re -f -343.194 442.267 1.44 -1.44 re -f -344.634 442.267 185.04 -1.44 re -f -529.674 442.267 1.44 -1.44 re -f -33.594 440.827 1.44 -16.56 re -f -124.794 424.267 0.481 16.56 re -f -215.514 424.267 0.481 16.56 re -f -343.194 424.267 0.48 16.56 re -f -529.674 440.827 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 127.6744 412.5071 Tm -[(A)1(UT)2(HO)-1(RI)6(T)2(Y)]TJ -0 Tc 0 Tw 5.856 0 Td -( )Tj -0.004 Tc -0.004 Tw 4.36 0 Td -(ID)Tj -0 Tc 0 Tw 1.013 0 Td -( )Tj -13.365 0 Td -( )Tj -ET -33.594 423.788 1.44 0.48 re -f -124.794 423.788 0.481 0.48 re -f -125.275 423.788 90.239 0.48 re -f -215.514 423.788 0.481 0.48 re -f -215.995 423.788 127.2 0.48 re -f -343.194 423.788 0.48 0.48 re -f -343.674 423.788 186 0.48 re -f -529.674 423.788 1.44 0.48 re -f -33.594 423.787 1.44 -16.56 re -f -124.794 407.228 0.481 16.56 re -f -215.514 407.228 0.481 16.56 re -f -343.194 407.228 0.48 16.56 re -f -529.674 423.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 395.4671 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 7.888 0 Td -( )Tj -6.49 0 Td -( )Tj -ET -33.594 406.747 1.44 0.481 re -f -124.794 406.747 0.481 0.481 re -f -125.275 406.747 90.239 0.481 re -f -215.514 406.747 0.481 0.481 re -f -215.995 406.747 127.2 0.481 re -f -343.194 406.747 0.48 0.481 re -f -343.674 406.747 186 0.481 re -f -529.674 406.747 1.44 0.481 re -f -33.594 406.747 1.44 -16.56 re -f -124.794 390.187 0.481 16.56 re -f -215.514 390.187 0.481 16.56 re -f -343.194 390.187 0.48 16.56 re -f -529.674 406.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 378.4271 Tm -[()]TJ -0 Tc 0 Tw 3.381 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.835 0 Td -[()]TJ -0 Tc 0 Tw 12.506 0 Td -( )Tj -0.007 Tc -0.003 Tw 1.872 -0.027 Td -[(T)-1(he t)3(ypes per)3(m)-5(i)4(t)3(t)3(ed ar)3(e ex)4(panded i)4(n t)3(hi)4(s )]TJ -0.008 Tc -0.004 Tw 0 -1.162 TD -[(I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d.)]TJ -0 Tc 0 Tw 10.253 0 Td -( )Tj -ET -33.594 389.707 1.44 0.48 re -f -124.794 389.707 0.481 0.48 re -f -125.275 389.707 90.239 0.48 re -f -215.514 389.707 0.481 0.48 re -f -215.995 389.707 127.2 0.48 re -f -343.194 389.707 0.48 0.48 re -f -343.674 389.707 186 0.48 re -f -529.674 389.707 1.44 0.48 re -f -33.594 389.707 1.44 -27.12 re -f -124.794 362.587 0.481 27.12 re -f -215.514 362.587 0.481 27.12 re -f -343.194 362.587 0.48 27.12 re -f -529.674 389.707 1.44 -27.12 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 127.6744 350.8271 Tm -( )Tj -0.008 Tc -0.008 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 4.451 0 Td -( )Tj -9.927 0 Td -( )Tj -ET -33.594 362.107 1.44 0.481 re -f -124.794 362.107 0.481 0.481 re -f -125.275 362.107 90.239 0.481 re -f -215.514 362.107 0.481 0.481 re -f -215.995 362.107 127.2 0.481 re -f -343.194 362.107 0.48 0.481 re -f -343.674 362.107 186 0.481 re -f -529.674 362.107 1.44 0.481 re -f -33.594 362.107 1.44 -16.32 re -f -124.794 345.787 0.481 16.32 re -f -215.514 345.787 0.481 16.32 re -f -343.194 345.787 0.48 16.32 re -f -529.674 362.107 1.44 -16.32 re -f -BT -/TT0 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 332.8271 Tm -[(R)-2(em)-4(ar)2(k)]TJ -0 Tc 0 Tw 3.718 0 Td -( )Tj -ET -33.594 345.787 1.44 -1.44 re -f -35.034 345.787 89.76 -1.44 re -f -124.794 345.787 1.44 -1.44 re -f -126.234 345.787 89.28 -1.44 re -f -215.514 345.787 1.44 -1.44 re -f -216.954 345.787 126.24 -1.44 re -f -343.194 345.787 1.44 -1.44 re -f -344.634 345.787 185.04 -1.44 re -f -529.674 345.787 1.44 -1.44 re -f -33.594 344.347 1.44 -16.56 re -f -529.674 344.347 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 314.8271 Tm -( )Tj -10.189 0 Td -( )Tj -0.008 Tc -0.008 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 4.338 0 Td -( )Tj -0.008 Tc -0.004 Tw 10.041 0 Td -[(N)-2(ew)-2( t)4(o t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d.)]TJ -0 Tc 0 Tw 15.548 0 Td -( )Tj -ET -33.594 327.787 1.44 -1.44 re -f -35.034 327.787 89.76 -1.44 re -f -124.794 327.787 1.44 -1.44 re -f -126.234 327.787 89.28 -1.44 re -f -215.514 327.787 1.44 -1.44 re -f -216.954 327.787 126.24 -1.44 re -f -343.194 327.787 1.44 -1.44 re -f -344.634 327.787 185.04 -1.44 re -f -529.674 327.787 1.44 -1.44 re -f -33.594 326.347 1.44 -16.56 re -f -124.794 309.787 0.481 16.56 re -f -215.514 309.787 0.481 16.56 re -f -343.194 309.787 0.48 16.56 re -f -529.674 326.347 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 296.8271 Tm -[(B)-2(ound C)-2(R)-2(S)]TJ -0 Tc 0 Tw 5.63 0 Td -( )Tj -ET -33.594 309.787 1.44 -1.44 re -f -35.034 309.787 89.76 -1.44 re -f -124.794 309.787 1.44 -1.44 re -f -126.234 309.787 89.28 -1.44 re -f -215.514 309.787 1.44 -1.44 re -f -216.954 309.787 126.24 -1.44 re -f -343.194 309.787 1.44 -1.44 re -f -344.634 309.787 185.04 -1.44 re -f -529.674 309.787 1.44 -1.44 re -f -33.594 308.347 1.44 -16.56 re -f -529.674 308.347 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 278.8271 Tm -( )Tj -10.189 0 Td -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 6.422 0 Td -( )Tj -7.956 0 Td -( )Tj -ET -33.594 291.787 1.44 -1.44 re -f -35.034 291.787 89.76 -1.44 re -f -124.794 291.787 1.44 -1.44 re -f -126.234 291.787 89.28 -1.44 re -f -215.514 291.787 1.44 -1.44 re -f -216.954 291.787 126.24 -1.44 re -f -343.194 291.787 1.44 -1.44 re -f -344.634 291.787 185.04 -1.44 re -f -529.674 291.787 1.44 -1.44 re -f -33.594 290.347 1.44 -16.56 re -f -124.794 273.787 0.481 16.56 re -f -215.514 273.787 0.481 16.56 re -f -343.194 273.787 0.48 16.56 re -f -529.674 290.347 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 127.6744 261.7871 Tm -( )Tj -0.01 Tc -0.01 Tw 10.216 0 Td -[(B)1(O)-1(UNDCRS)]TJ -0 Tc 0 Tw 5.799 0 Td -( )Tj -8.579 0 Td -( )Tj -ET -33.594 273.307 1.44 0.48 re -f -124.794 273.307 0.481 0.48 re -f -125.275 273.307 90.239 0.48 re -f -215.514 273.307 0.481 0.48 re -f -215.995 273.307 127.2 0.48 re -f -343.194 273.307 0.48 0.48 re -f -343.674 273.307 186 0.48 re -f -529.674 273.307 1.44 0.48 re -f -33.594 273.307 1.44 -16.56 re -f -124.794 256.747 0.481 16.56 re -f -215.514 256.747 0.481 16.56 re -f -343.194 256.747 0.48 16.56 re -f -529.674 273.307 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 127.6744 244.9871 Tm -[()]TJ -0 Tc 0 Tw 5.859 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.357 -0.027 Td -[()]TJ -0 Tc 0 Tw 7.07 0 Td -( )Tj -7.308 1.216 Td -( )Tj -ET -33.594 256.267 1.44 0.481 re -f -124.794 256.267 0.481 0.481 re -f -125.275 256.267 90.239 0.481 re -f -215.514 256.267 0.481 0.481 re -f -215.995 256.267 127.2 0.481 re -f -343.194 256.267 0.48 0.481 re -f -343.674 256.267 186 0.481 re -f -529.674 256.267 1.44 0.481 re -f -33.594 256.267 1.44 -27.12 re -f -124.794 229.147 0.481 27.12 re -f -215.514 229.147 0.481 27.12 re -f -343.194 229.147 0.48 27.12 re -f -529.674 256.267 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 127.6744 217.3871 Tm -[(T)2(OW)-3(GS)1(8)3(4)]TJ -0 Tc 0 Tw 4.956 0 Td -( )Tj -0.008 Tc -0.008 Tw 7.92 0 0 7.92 218.3943 217.1471 Tm -[(A)1(B)1(RI)5(DGE)1(DT)2(RA)1(NS)1(F)2(ORM)-1(A)1(T)2(I)5(ON)]TJ -0 Tc 0 Tw 14.759 0 Td -( )Tj -0.007 Tc -0.003 Tw 8.88 0 0 8.88 346.0742 217.1471 Tm -[(S)-2(i)4(m)-5(i)4(l)4(ar)3( concept)3( but)3( m)-5(odel)4(l)4(ed com)-5(pl)4(et)3(el)4(y )]TJ --0.007 Tw 0 -1.162 TD -[(di)5(f)4(f)4(er)3(ent)4(l)5(y.)]TJ -0 Tc 0 Tw 4.675 0 Td -( )Tj -ET -33.594 228.667 1.44 0.48 re -f -124.794 228.667 0.481 0.48 re -f -125.275 228.667 90.239 0.48 re -f -215.514 228.667 0.481 0.48 re -f -215.995 228.667 127.2 0.48 re -f -343.194 228.667 0.48 0.48 re -f -343.674 228.667 186 0.48 re -f -529.674 228.667 1.44 0.48 re -f -33.594 228.667 1.44 -26.88 re -f -124.794 201.787 0.481 26.88 re -f -215.514 201.787 0.481 26.88 re -f -343.194 201.787 0.48 26.88 re -f -529.674 228.667 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 127.6744 189.7871 Tm -[()]TJ -0 Tc 0 Tw 7.044 0 Td -( )Tj -3.172 0 Td -( )Tj -14.378 0 Td -( )Tj -ET -33.594 201.307 1.44 0.48 re -f -124.794 201.307 0.481 0.48 re -f -125.275 201.307 90.239 0.48 re -f -215.514 201.307 0.481 0.48 re -f -215.995 201.307 127.2 0.48 re -f -343.194 201.307 0.48 0.48 re -f -343.674 201.307 186 0.48 re -f -529.674 201.307 1.44 0.48 re -f -33.594 201.307 1.44 -16.56 re -f -124.794 184.747 0.481 16.56 re -f -215.514 184.747 0.481 16.56 re -f -343.194 184.747 0.48 16.56 re -f -529.674 201.307 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 172.9871 Tm -[()]TJ -0 Tc 0 Tw 2.251 0 Td -( )Tj -0.008 Tc -0.008 Tw 7.965 0 Td -[()]TJ -0 Tc 0 Tw 6.001 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -33.594 184.267 1.44 0.481 re -f -124.794 184.267 0.481 0.481 re -f -125.275 184.267 90.239 0.481 re -f -215.514 184.267 0.481 0.481 re -f -215.995 184.267 127.2 0.481 re -f -343.194 184.267 0.48 0.481 re -f -343.674 184.267 186 0.481 re -f -529.674 184.267 1.44 0.481 re -f -33.594 184.267 1.44 -16.56 re -f -124.794 167.707 0.481 16.56 re -f -215.514 167.707 0.481 16.56 re -f -343.194 167.707 0.48 16.56 re -f -529.674 184.267 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 155.9471 Tm -[()]TJ -0 Tc 0 Tw 2.254 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.962 0 Td -[()]TJ -0 Tc 0 Tw 8.621 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -33.594 167.227 1.44 0.48 re -f -124.794 167.227 0.481 0.48 re -f -125.275 167.227 90.239 0.48 re -f -215.514 167.227 0.481 0.48 re -f -215.995 167.227 127.2 0.48 re -f -343.194 167.227 0.48 0.48 re -f -343.674 167.227 186 0.48 re -f -529.674 167.227 1.44 0.48 re -f -33.594 167.227 1.44 -16.56 re -f -124.794 150.667 0.481 16.56 re -f -215.514 150.667 0.481 16.56 re -f -343.194 150.667 0.48 16.56 re -f -529.674 167.227 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 138.9071 Tm -[()]TJ -0 Tc 0 Tw 2.254 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.962 0 Td -[()]TJ -0 Tc 0 Tw 8.621 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -33.594 150.187 1.44 0.48 re -f -124.794 150.187 0.481 0.48 re -f -125.275 150.187 90.239 0.48 re -f -215.514 150.187 0.481 0.48 re -f -215.995 150.187 127.2 0.48 re -f -343.194 150.187 0.48 0.48 re -f -343.674 150.187 186 0.48 re -f -529.674 150.187 1.44 0.48 re -f -33.594 150.187 1.44 -16.56 re -f -124.794 133.628 0.481 16.56 re -f -215.514 133.628 0.481 16.56 re -f -343.194 133.628 0.48 16.56 re -f -529.674 150.187 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 121.8671 Tm -[()]TJ -0 Tc 0 Tw 2.251 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.965 0 Td -[()]TJ -0 Tc 0 Tw 8.621 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -33.594 133.147 1.44 0.481 re -f -124.794 133.147 0.481 0.481 re -f -125.275 133.147 90.239 0.481 re -f -215.514 133.147 0.481 0.481 re -f -215.995 133.147 127.2 0.481 re -f -343.194 133.147 0.48 0.481 re -f -343.674 133.147 186 0.481 re -f -529.674 133.147 1.44 0.481 re -f -33.594 133.147 1.44 -16.56 re -f -124.794 116.587 0.481 16.56 re -f -215.514 116.587 0.481 16.56 re -f -343.194 116.587 0.48 16.56 re -f -529.674 133.147 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 104.8271 Tm -[()]TJ -0 Tc 0 Tw 2.254 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.962 0 Td -[()]TJ -0 Tc 0 Tw 8.621 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -33.594 116.107 1.44 0.48 re -f -124.794 116.107 0.481 0.48 re -f -125.275 116.107 90.239 0.48 re -f -215.514 116.107 0.481 0.48 re -f -215.995 116.107 127.2 0.48 re -f -343.194 116.107 0.48 0.48 re -f -343.674 116.107 186 0.48 re -f -529.674 116.107 1.44 0.48 re -f -33.594 116.107 1.44 -16.32 re -f -124.794 99.788 0.481 16.32 re -f -215.514 99.788 0.481 16.32 re -f -343.194 99.788 0.48 16.32 re -f -529.674 116.107 1.44 -16.32 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 87.7871 Tm -[()]TJ -0 Tc 0 Tw 2.254 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.962 0 Td -[()]TJ -0 Tc 0 Tw 8.621 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -33.594 99.307 1.44 0.481 re -f -124.794 99.307 0.481 0.481 re -f -125.275 99.307 90.239 0.481 re -f -215.514 99.307 0.481 0.481 re -f -215.995 99.307 127.2 0.481 re -f -343.194 99.307 0.48 0.481 re -f -343.674 99.307 186 0.481 re -f -529.674 99.307 1.44 0.481 re -f -33.594 99.307 1.44 -16.56 re -f -124.794 82.747 0.481 16.56 re -f -215.514 82.747 0.481 16.56 re -f -343.194 82.747 0.48 16.56 re -f -529.674 99.307 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 70.9871 Tm -[()]TJ -0 Tc 0 Tw 3.156 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.06 0 Td -[()]TJ -0 Tc 0 Tw 8.621 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -33.594 82.267 1.44 0.48 re -f -124.794 82.267 0.481 0.48 re -f -125.275 82.267 90.239 0.48 re -f -215.514 82.267 0.481 0.48 re -f -215.995 82.267 127.2 0.48 re -f -343.194 82.267 0.48 0.48 re -f -343.674 82.267 186 0.48 re -f -529.674 82.267 1.44 0.48 re -f -33.594 82.267 1.44 -16.56 re -f -33.594 65.707 1.44 -1.44 re -f -33.594 65.707 1.44 -1.44 re -f -35.034 65.707 89.76 -1.44 re -f -124.794 65.707 0.481 16.56 re -f -124.794 65.707 1.44 -1.44 re -f -126.234 65.707 89.28 -1.44 re -f -215.514 65.707 0.481 16.56 re -f -215.514 65.707 1.44 -1.44 re -f -216.954 65.707 126.24 -1.44 re -f -343.194 65.707 0.48 16.56 re -f -343.194 65.707 1.44 -1.44 re -f -344.634 65.707 185.04 -1.44 re -f -529.674 82.267 1.44 -16.56 re -f -529.674 65.707 1.44 -1.44 re -f -529.674 65.707 1.44 -1.44 re -f - endstream endobj 98 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(77)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.005 Tc -29.718 74.463 Td -[(T)-5(a)-4(b)-5(le)-4( C)-7(.2)]TJ -/TT1 1 Tf -0 Tc 4.518 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(c)1(ont)5(i)6(nued\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.083 0 Td -( )Tj -/TT0 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 85.5179 721.8671 Tm -(19125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 3.155 0 Td -[(1:)3(2004)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 6.189 0 Td -[(O)-1(G)-1(C )1(CT)1(S)1( )1(0)2(1)]TJ -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 6.364 0 Td -(009)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 6.353 0 Td -[(Thi)4(s)1( doc)1(um)-4(e)1(nt)]TJ -0 Tc 0 Tw 7.208 0 Td -( )Tj -0.008 Tc -0.008 Tw 11.788 0 Td -[(C)-2(om)-4(m)-4(ent)]TJ -0 Tc 0 Tw 4.673 0 Td -( )Tj -ET -67.434 734.587 1.44 -1.44 re -f -67.434 734.587 1.44 -1.44 re -f -68.874 734.587 89.76 -1.44 re -f -158.634 734.587 1.44 -1.44 re -f -160.074 734.587 89.28 -1.44 re -f -249.354 734.587 1.44 -1.44 re -f -250.794 734.587 126.24 -1.44 re -f -377.034 734.587 1.44 -1.44 re -f -378.474 734.587 185.04 -1.44 re -f -563.514 734.587 1.44 -1.44 re -f -563.514 734.587 1.44 -1.44 re -f -67.434 733.147 1.44 -16.56 re -f -158.634 716.587 0.481 16.56 re -f -249.354 716.587 0.481 16.56 re -f -377.034 716.587 0.48 16.56 re -f -563.514 733.147 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 71.0342 703.8671 Tm -( )Tj -0.009 Tc -0.009 Tw 10.216 0 Td -[(L)2(O)-1(CAL)2(_)2(DAT)1(UM)]TJ -0 Tc 0 Tw 7.49 0 Td -( )Tj -0.009 Tc -0.005 Tw 2.727 -0.027 Td -[(ED)-1(AT)1(U)-1(M)-2( |)6( )]TJ -0.01 Tc -0.01 Tw 0 -1.162 TD -[(E)1(NG)-1(I)6(NE)1(E)1(RI)6(NG)-1(DA)1(T)2(UM)]TJ -0 Tc 0 Tw 10.698 0 Td -( )Tj -3.68 1.189 Td -( )Tj -ET -67.434 716.587 1.44 -1.44 re -f -68.874 716.587 89.76 -1.44 re -f -158.634 716.587 1.44 -1.44 re -f -160.074 716.587 89.28 -1.44 re -f -249.354 716.587 1.44 -1.44 re -f -250.794 716.587 126.24 -1.44 re -f -377.034 716.587 1.44 -1.44 re -f -378.474 716.587 185.04 -1.44 re -f -563.514 716.587 1.44 -1.44 re -f -67.434 715.147 1.44 -26.88 re -f -158.634 688.267 0.481 26.88 re -f -249.354 688.267 0.481 26.88 re -f -377.034 688.267 0.48 26.88 re -f -563.514 715.147 1.44 -26.88 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 71.0342 676.5071 Tm -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 6.199 0 Td -( )Tj -4.018 0 Td -( )Tj -0.008 Tc -0.004 Tw 14.378 -0.027 Td -[(N)-2(ot)4( c)1(l)5(ear)3( f)4(r)3(om)-5( )]TJ -0.011 Tc -0.011 Tw 6.646 0 Td -[(O)1(G)1(C)]TJ -0 Tc 0 Tw 2.309 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.563 0 Td -(1)Tj -0.563 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(009 )1(w)-2(hat)4( )1(t)4(hi)5(s)1( )]TJ -0.008 Tc -0.004 Tw -10.701 -1.189 Td -[(c)1(onc)1(ept)4( i)5(s)1(.)4( N)-2(o equi)5(val)5(ent)4( i)5(n )]TJ -0.004 Tc 12.676 0 Td -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.003 Tw 0.564 0 Td -[(9111 )1(or)3( )]TJ -0.008 Tc -0.004 Tw -15.267 -1.162 Td -[(t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)]TJ -0.007 Tc -0.007 Tw 11.267 0 Td -(d.)Tj -0 Tc 0 Tw 0.845 0 Td -( )Tj -ET -67.434 687.787 1.44 0.48 re -f -68.874 687.787 89.76 0.48 re -f -158.634 687.787 0.481 0.48 re -f -159.115 687.787 90.239 0.48 re -f -249.354 687.787 0.481 0.48 re -f -249.835 687.787 127.2 0.48 re -f -377.034 687.787 0.48 0.48 re -f -377.514 687.787 186 0.48 re -f -563.514 687.787 1.44 0.48 re -f -67.434 687.787 1.44 -37.68 re -f -158.634 650.107 0.481 37.68 re -f -249.354 650.107 0.481 37.68 re -f -377.034 650.107 0.48 37.68 re -f -563.514 687.787 1.44 -37.68 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 638.3471 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 6.819 0 Td -( )Tj -7.56 0 Td -( )Tj -ET -67.434 649.627 1.44 0.48 re -f -68.874 649.627 89.76 0.48 re -f -158.634 649.627 0.481 0.48 re -f -159.115 649.627 90.239 0.48 re -f -249.354 649.627 0.481 0.48 re -f -249.835 649.627 127.2 0.48 re -f -377.034 649.627 0.48 0.48 re -f -377.514 649.627 186 0.48 re -f -563.514 649.627 1.44 0.48 re -f -67.434 649.627 1.44 -16.56 re -f -158.634 633.067 0.481 16.56 re -f -249.354 633.067 0.481 16.56 re -f -377.034 633.067 0.48 16.56 re -f -563.514 649.627 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 620.3471 Tm -[(E)-5(llip)-4(s)-3(o)-4(id)]TJ -0 Tc 0 Tw 4.224 0 Td -( )Tj -ET -67.434 633.067 1.44 -1.44 re -f -68.874 633.067 89.76 -1.44 re -f -158.634 633.067 1.44 -1.44 re -f -160.074 633.067 89.28 -1.44 re -f -249.354 633.067 1.44 -1.44 re -f -250.794 633.067 126.24 -1.44 re -f -377.034 633.067 1.44 -1.44 re -f -378.474 633.067 185.04 -1.44 re -f -563.514 633.067 1.44 -1.44 re -f -67.434 631.627 1.44 -16.56 re -f -563.514 631.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 602.3471 Tm -[()]TJ -0 Tc 0 Tw 4.844 0 Td -( )Tj -0.008 Tc -0.008 Tw 5.372 0 Td -[()]TJ -0 Tc 0 Tw 5.07 0 Td -( )Tj -0.008 Tc -0.008 Tw 5.146 0 Td -[()]TJ -0 Tc 0 Tw 4.844 0 Td -( )Tj -9.534 0 Td -( )Tj -ET -67.434 615.067 1.44 -1.44 re -f -68.874 615.067 89.76 -1.44 re -f -158.634 615.067 1.44 -1.44 re -f -160.074 615.067 89.28 -1.44 re -f -249.354 615.067 1.44 -1.44 re -f -250.794 615.067 126.24 -1.44 re -f -377.034 615.067 1.44 -1.44 re -f -378.474 615.067 185.04 -1.44 re -f -563.514 615.067 1.44 -1.44 re -f -67.434 613.627 1.44 -16.56 re -f -158.634 597.067 0.481 16.56 re -f -249.354 597.067 0.481 16.56 re -f -377.034 597.067 0.48 16.56 re -f -563.514 613.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 585.3071 Tm -[(EL)2(L)2(I)5(PSO)-2(I)5(D)]TJ -0 Tc 0 Tw 5.239 0 Td -( )Tj -0.009 Tc -0.009 Tw 4.977 0 Td -[(SPH)-1(ER)-1(O)-2(I)5(D)]TJ -0 Tc 0 Tw 5.293 0 Td -( )Tj -0.009 Tc -0.005 Tw 4.923 0 Td -[(EL)2(L)2(I)5(PSO)-2(I)5(D)-1( |)6( SPH)-1(ER)-1(O)-2(I)5(D)]TJ -0 Tc 0 Tw 11.359 0 Td -( )Tj -3.019 0 Td -( )Tj -ET -67.434 596.587 1.44 0.48 re -f -68.874 596.587 89.76 0.48 re -f -158.634 596.587 0.481 0.48 re -f -159.115 596.587 90.239 0.48 re -f -249.354 596.587 0.481 0.48 re -f -249.835 596.587 127.2 0.48 re -f -377.034 596.587 0.48 0.48 re -f -377.514 596.587 186 0.48 re -f -563.514 596.587 1.44 0.48 re -f -67.434 596.587 1.44 -16.32 re -f -158.634 580.267 0.481 16.321 re -f -249.354 580.267 0.481 16.321 re -f -377.034 580.267 0.48 16.321 re -f -563.514 596.587 1.44 -16.32 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 568.5071 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 7.662 0 Td -( )Tj -6.716 0 Td -( )Tj -ET -67.434 579.787 1.44 0.48 re -f -68.874 579.787 89.76 0.48 re -f -158.634 579.787 0.481 0.48 re -f -159.115 579.787 90.239 0.48 re -f -249.354 579.787 0.481 0.48 re -f -249.835 579.787 127.2 0.48 re -f -377.034 579.787 0.48 0.48 re -f -377.514 579.787 186 0.48 re -f -563.514 579.787 1.44 0.48 re -f -67.434 579.787 1.44 -16.56 re -f -158.634 563.227 0.481 16.56 re -f -249.354 563.227 0.481 16.56 re -f -377.034 563.227 0.48 16.56 re -f -563.514 579.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 551.4671 Tm -[()]TJ -0 Tc 0 Tw 5.207 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.939 0 Td -[()]TJ -0 Tc 0 Tw 5.207 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.939 0 Td -[()]TJ -0 Tc 0 Tw 5.207 0 Td -( )Tj -6.101 0 Td -( )Tj -ET -67.434 562.747 1.44 0.48 re -f -68.874 562.747 89.76 0.48 re -f -158.634 562.747 0.481 0.48 re -f -159.115 562.747 90.239 0.48 re -f -249.354 562.747 0.481 0.48 re -f -249.835 562.747 127.2 0.48 re -f -377.034 562.747 0.48 0.48 re -f -377.514 562.747 186 0.48 re -f -563.514 562.747 1.44 0.48 re -f -67.434 562.747 1.44 -16.56 re -f -158.634 546.187 0.481 16.56 re -f -249.354 546.187 0.481 16.56 re -f -377.034 546.187 0.48 16.56 re -f -563.514 562.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 534.4271 Tm -[()]TJ -0 Tc 0 Tw 8.846 0 Td -( )Tj -0.008 Tc -0.004 Tw 1.371 0 Td -[()]TJ -0 Tc 0 Tw 8.846 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.371 0 Td -()]TJ -0 Tc 0 Tw 8.029 0 Td -( )Tj -5.533 0 Td -( )Tj -ET -67.434 545.707 1.44 0.481 re -f -68.874 545.707 89.76 0.481 re -f -158.634 545.707 0.481 0.481 re -f -159.115 545.707 90.239 0.481 re -f -249.354 545.707 0.481 0.481 re -f -249.835 545.707 127.2 0.481 re -f -377.034 545.707 0.48 0.481 re -f -377.514 545.707 186 0.481 re -f -563.514 545.707 1.44 0.481 re -f -67.434 545.707 1.44 -16.56 re -f -158.634 529.147 0.481 16.56 re -f -249.354 529.147 0.481 16.56 re -f -377.034 529.147 0.48 16.56 re -f -563.514 545.707 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.004 Tc 8.88 0 0 8.88 71.0342 516.4271 Tm -[(P)-5(r)-1(im)-8(e)-3( m)-8(e)-3(r)-1(id)-4(ia)-3(n)]TJ -0 Tc 7.323 0 Td -( )Tj -ET -67.434 529.147 1.44 -1.44 re -f -68.874 529.147 89.76 -1.44 re -f -158.634 529.147 1.44 -1.44 re -f -160.074 529.147 89.28 -1.44 re -f -249.354 529.147 1.44 -1.44 re -f -250.794 529.147 126.24 -1.44 re -f -377.034 529.147 1.44 -1.44 re -f -378.474 529.147 185.04 -1.44 re -f -563.514 529.147 1.44 -1.44 re -f -67.434 527.707 1.44 -16.56 re -f -563.514 527.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 498.4271 Tm -[()]TJ -0 Tc 0 Tw 7.887 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.329 0 Td -[()]TJ -0 Tc 0 Tw 7.887 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.329 0 Td -[()]TJ -0 Tc 0 Tw 7.887 0 Td -( )Tj -6.491 0 Td -( )Tj -ET -67.434 511.147 1.44 -1.44 re -f -68.874 511.147 89.76 -1.44 re -f -158.634 511.147 1.44 -1.44 re -f -160.074 511.147 89.28 -1.44 re -f -249.354 511.147 1.44 -1.44 re -f -250.794 511.147 126.24 -1.44 re -f -377.034 511.147 1.44 -1.44 re -f -378.474 511.147 185.04 -1.44 re -f -563.514 511.147 1.44 -1.44 re -f -67.434 509.707 1.44 -16.56 re -f -158.634 493.147 0.481 16.56 re -f -249.354 493.147 0.481 16.56 re -f -377.034 493.147 0.48 16.56 re -f -563.514 509.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 481.3871 Tm -[(PR)-1(I)5(M)-2(EM)]TJ -0 Tc 0 Tw 4.054 0 Td -( )Tj -0.009 Tc -0.009 Tw 6.162 0 Td -[(PR)-1(I)5(M)-2(EM)]TJ -0 Tc 0 Tw 4.054 0 Td -( )Tj -0.009 Tc -0.005 Tw 6.162 0 Td -[(PR)-1(I)5(M)-2(EM)-2( |)6( PR)-1(I)5(M)-2(EM)-2(ER)-1(I)5(D)-1(I)5(AN)]TJ -0 Tc 0 Tw ( )Tj -14.378 0 Td -( )Tj -ET -67.434 492.667 1.44 0.48 re -f -68.874 492.667 89.76 0.48 re -f -158.634 492.667 0.481 0.48 re -f -159.115 492.667 90.239 0.48 re -f -249.354 492.667 0.481 0.48 re -f -249.835 492.667 127.2 0.48 re -f -377.034 492.667 0.48 0.48 re -f -377.514 492.667 186 0.48 re -f -563.514 492.667 1.44 0.48 re -f -67.434 492.667 1.44 -16.56 re -f -158.634 476.107 0.481 16.56 re -f -249.354 476.107 0.481 16.56 re -f -377.034 476.107 0.48 16.56 re -f -563.514 492.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 464.3471 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 10.704 0 Td -( )Tj -3.674 0 Td -( )Tj -ET -67.434 475.628 1.44 0.48 re -f -68.874 475.628 89.76 0.48 re -f -158.634 475.628 0.481 0.48 re -f -159.115 475.628 90.239 0.48 re -f -249.354 475.628 0.481 0.48 re -f -249.835 475.628 127.2 0.48 re -f -377.034 475.628 0.48 0.48 re -f -377.514 475.628 186 0.48 re -f -563.514 475.628 1.44 0.48 re -f -67.434 475.627 1.44 -16.56 re -f -158.634 459.068 0.481 16.56 re -f -249.354 459.068 0.481 16.56 re -f -377.034 459.068 0.48 16.56 re -f -563.514 475.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 447.3071 Tm -[()]TJ -0 Tc 0 Tw 5.296 0 Td -( )Tj -0.008 Tc -0.008 Tw 4.92 0 Td -[()]TJ -0 Tc 0 Tw 5.296 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.92 0 Td -[()]TJ -0 Tc 0 Tw 6.986 0 Td -( )Tj -7.392 0 Td -( )Tj -ET -67.434 458.587 1.44 0.481 re -f -68.874 458.587 89.76 0.481 re -f -158.634 458.587 0.481 0.481 re -f -159.115 458.587 90.239 0.481 re -f -249.354 458.587 0.481 0.481 re -f -249.835 458.587 127.2 0.481 re -f -377.034 458.587 0.48 0.481 re -f -377.514 458.587 186 0.481 re -f -563.514 458.587 1.44 0.481 re -f -67.434 458.587 1.44 -16.32 re -f -158.634 442.267 0.481 16.32 re -f -249.354 442.267 0.481 16.32 re -f -377.034 442.267 0.48 16.32 re -f -563.514 458.587 1.44 -16.32 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 429.3071 Tm -[(M)-2(a)1(p pr)3(oj)4(e)1(c)1(t)4(i)4(on)]TJ -0 Tc 0 Tw ( )Tj -ET -67.434 442.267 1.44 -1.44 re -f -68.874 442.267 89.76 -1.44 re -f -158.634 442.267 1.44 -1.44 re -f -160.074 442.267 89.28 -1.44 re -f -249.354 442.267 1.44 -1.44 re -f -250.794 442.267 126.24 -1.44 re -f -377.034 442.267 1.44 -1.44 re -f -378.474 442.267 185.04 -1.44 re -f -563.514 442.267 1.44 -1.44 re -f -67.434 440.827 1.44 -16.56 re -f -563.514 440.827 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 411.3071 Tm -[()]TJ -0 Tc 0 Tw 5.577 0 Td -( )Tj -0.008 Tc -0.008 Tw 4.639 0 Td -[()]TJ -0 Tc 0 Tw 5.577 0 Td -( )Tj -0.008 Tc -0.008 Tw 4.639 0 Td -[()]TJ -0 Tc 0 Tw 7.86 0 Td -( )Tj -3.956 0 Td -( )Tj -ET -67.434 424.267 1.44 -1.44 re -f -68.874 424.267 89.76 -1.44 re -f -158.634 424.267 1.44 -1.44 re -f -160.074 424.267 89.28 -1.44 re -f -249.354 424.267 1.44 -1.44 re -f -250.794 424.267 126.24 -1.44 re -f -377.034 424.267 1.44 -1.44 re -f -378.474 424.267 185.04 -1.44 re -f -563.514 424.267 1.44 -1.44 re -f -67.434 422.827 1.44 -16.56 re -f -158.634 406.267 0.481 16.56 re -f -249.354 406.267 0.481 16.56 re -f -377.034 406.267 0.48 16.56 re -f -563.514 422.827 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 394.5071 Tm -[(PR)-1(O)-2(J)2(EC)-1(T)1(I)5(O)-2(N)]TJ -0 Tc 0 Tw 6.532 0 Td -( )Tj -0.009 Tc -0.009 Tw 3.684 0 Td -[(PR)-1(O)-2(J)2(EC)-1(T)1(I)5(O)-2(N)]TJ -0 Tc 0 Tw 6.532 0 Td -( )Tj -0.009 Tc -0.009 Tw 3.684 0 Td -[(C)-1(O)-2(N)-1(VER)-1(SI)5(O)-2(N)]TJ -0 Tc 0 Tw 6.814 0 Td -( )Tj -0.007 Tc -0.007 Tw 7.565 -0.027 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.003 Tw 3.155 0 Td -[(1 )1(and )1(C)-2(T)-1(S)-2( )1(01)]TJ -0 Tc 0 Tw 6.253 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(009 )1(ar)3(e )1(not)4( )1(c)1(l)5(e)-1(ar)3( )]TJ -0.008 Tc -0.004 Tw -9.746 -1.189 Td -[(w)-2(het)4(her)3( P)-1(R)-2(O)-3(J)1(E)-1(C)-2(TI)4(O)-3(N)-2( i)5(s)1( t)4(he c)1(oor)3(di)5(nat)4(e )]TJ -0.007 Tc -0.003 Tw T* -[(oper)3(at)4(i)5(on )1(or)3( )1(t)4(he )1(c)1(oor)3(di)5(nat)4(e )1(oper)3(at)4(i)5(o)-1(n )]TJ -0 -1.189 TD -[(m)-5(et)4(hod.)4( )1(I)4(m)-5(pl)4(em)-5(ent)4(at)4(i)4(ons)1( )1(have )1(di)4(f)4(f)4(er)3(ed )1(i)4(n )]TJ -0.008 Tc -0.004 Tw T* -[(t)4(hei)5(r)3( i)5(nt)4(er)3(pr)3(et)4(at)4(i)5(on.)]TJ -0 Tc 0 Tw 8.449 0 Td -( )Tj -ET -67.434 405.788 1.44 0.48 re -f -68.874 405.788 89.76 0.48 re -f -158.634 405.788 0.481 0.48 re -f -159.115 405.788 90.239 0.48 re -f -249.354 405.788 0.481 0.48 re -f -249.835 405.788 127.2 0.48 re -f -377.034 405.788 0.48 0.48 re -f -377.514 405.788 186 0.48 re -f -563.514 405.788 1.44 0.48 re -f -67.434 405.787 1.44 -16.56 re -f -158.634 389.228 0.481 16.56 re -f -249.354 389.228 0.481 16.56 re -f -377.034 389.228 0.48 16.56 re -f -563.514 405.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 377.4671 Tm -[(PR)-1(O)-2(J)2(EC)-1(T)1(I)5(O)-2(N)]TJ -0 Tc 0 Tw 6.532 0 Td -( )Tj -0.009 Tc -0.009 Tw 3.684 0 Td -[(PR)-1(O)-2(J)2(EC)-1(T)1(I)5(O)-2(N)]TJ -0 Tc 0 Tw 6.532 0 Td -( )Tj -0.009 Tc -0.009 Tw 3.684 0 Td -[(M)-2(ET)1(HO)]TJ -0.01 Tc -0.006 Tw 3.66 0 Td -[(D |)6( P)1(RO)-1(J)3(E)1(CT)2(I)6(O)-1(N)]TJ -0 Tc 0 Tw 8.091 0 Td -( )Tj -ET -67.434 388.747 1.44 0.481 re -f -68.874 388.747 89.76 0.481 re -f -158.634 388.747 0.481 0.481 re -f -159.115 388.747 90.239 0.481 re -f -249.354 388.747 0.481 0.481 re -f -249.835 388.747 127.2 0.481 re -f -377.034 388.747 0.48 0.481 re -f -563.514 388.747 1.44 0.481 re -f -67.434 388.747 1.44 -41.52 re -f -158.634 347.227 0.481 41.52 re -f -249.354 347.227 0.481 41.52 re -f -377.034 347.227 0.48 41.52 re -f -563.514 388.747 1.44 -41.52 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 335.4671 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 10.649 0 Td -( )Tj -3.73 0 Td -( )Tj -ET -67.434 346.747 1.44 0.48 re -f -68.874 346.747 89.76 0.48 re -f -158.634 346.747 0.481 0.48 re -f -159.115 346.747 90.239 0.48 re -f -249.354 346.747 0.481 0.48 re -f -249.835 346.747 127.2 0.48 re -f -377.034 346.747 0.48 0.48 re -f -377.514 346.747 186 0.48 re -f -563.514 346.747 1.44 0.48 re -f -67.434 346.747 1.44 -16.56 re -f -158.634 330.187 0.481 16.56 re -f -249.354 330.187 0.481 16.56 re -f -377.034 330.187 0.48 16.56 re -f -563.514 346.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 318.4271 Tm -[()]TJ -0 Tc 0 Tw 5.577 0 Td -( )Tj -0.008 Tc -0.008 Tw 4.639 0 Td -[()]TJ -0 Tc 0 Tw 5.577 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.639 0 Td -[()]TJ -0 Tc 0 Tw 11.494 0 Td -( )Tj -2.884 0 Td -( )Tj -ET -67.434 329.707 1.44 0.481 re -f -68.874 329.707 89.76 0.481 re -f -158.634 329.707 0.481 0.481 re -f -159.115 329.707 90.239 0.481 re -f -249.354 329.707 0.481 0.481 re -f -249.835 329.707 127.2 0.481 re -f -377.034 329.707 0.48 0.481 re -f -377.514 329.707 186 0.481 re -f -563.514 329.707 1.44 0.481 re -f -67.434 329.707 1.44 -16.56 re -f -158.634 313.147 0.481 16.56 re -f -249.354 313.147 0.481 16.56 re -f -377.034 313.147 0.48 16.56 re -f -563.514 329.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 301.3871 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 -0.027 Td -[()]TJ -0 Tc 0 Tw 3.128 0 Td -( )Tj -11.251 1.189 Td -( )Tj -ET -67.434 312.667 1.44 0.48 re -f -68.874 312.667 89.76 0.48 re -f -158.634 312.667 0.481 0.48 re -f -159.115 312.667 90.239 0.48 re -f -249.354 312.667 0.481 0.48 re -f -249.835 312.667 127.2 0.48 re -f -377.034 312.667 0.48 0.48 re -f -377.514 312.667 186 0.48 re -f -563.514 312.667 1.44 0.48 re -f -67.434 312.667 1.44 -26.88 re -f -158.634 285.787 0.481 26.88 re -f -249.354 285.787 0.481 26.88 re -f -377.034 285.787 0.48 26.88 re -f -563.514 312.667 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 273.7871 Tm -[()]TJ -0 Tc 0 Tw 5.803 0 Td -( )Tj -0.008 Tc -0.008 Tw 4.413 0 Td -[()]TJ -0 Tc 0 Tw 5.803 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.413 0 Td -[()]TJ -0 Tc 0 Tw 12.732 0 Td -( )Tj -1.646 0 Td -( )Tj -ET -67.434 285.307 1.44 0.48 re -f -68.874 285.307 89.76 0.48 re -f -158.634 285.307 0.481 0.48 re -f -159.115 285.307 90.239 0.48 re -f -249.354 285.307 0.481 0.48 re -f -249.835 285.307 127.2 0.48 re -f -377.034 285.307 0.48 0.48 re -f -377.514 285.307 186 0.48 re -f -563.514 285.307 1.44 0.48 re -f -67.434 285.307 1.44 -16.56 re -f -158.634 268.747 0.481 16.56 re -f -249.354 268.747 0.481 16.56 re -f -377.034 268.747 0.48 16.56 re -f -563.514 285.307 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 256.9871 Tm -[(PAR)-1(AM)-2(ET)1(ER)]TJ -0 Tc 0 Tw 6.307 0 Td -( )Tj -0.009 Tc -0.009 Tw 3.909 0 Td -[(PAR)-1(AM)-2(ET)1(ER)]TJ -0 Tc 0 Tw 6.307 0 Td -( )Tj -0.009 Tc -0.009 Tw 3.909 0 Td -[(PAR)-1(AM)-2(ET)1(ER)]TJ -0 Tc 0 Tw 6.307 0 Td -( )Tj -8.071 0 Td -( )Tj -ET -67.434 268.267 1.44 0.48 re -f -68.874 268.267 89.76 0.48 re -f -158.634 268.267 0.481 0.48 re -f -159.115 268.267 90.239 0.48 re -f -249.354 268.267 0.481 0.48 re -f -249.835 268.267 127.2 0.48 re -f -377.034 268.267 0.48 0.48 re -f -377.514 268.267 186 0.48 re -f -563.514 268.267 1.44 0.48 re -f -67.434 268.267 1.44 -16.56 re -f -158.634 251.708 0.481 16.56 re -f -249.354 251.708 0.481 16.56 re -f -377.034 251.708 0.48 16.56 re -f -563.514 268.267 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 239.9471 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 6.001 0 Td -( )Tj -5.758 0 Td -( )Tj -ET -67.434 251.227 1.44 0.481 re -f -68.874 251.227 89.76 0.481 re -f -158.634 251.227 0.481 0.481 re -f -159.115 251.227 90.239 0.481 re -f -249.354 251.227 0.481 0.481 re -f -249.835 251.227 127.2 0.481 re -f -377.034 251.227 0.48 0.481 re -f -377.514 251.227 186 0.481 re -f -563.514 251.227 1.44 0.481 re -f -67.434 251.227 1.44 -16.56 re -f -158.634 234.667 0.481 16.56 re -f -249.354 234.667 0.481 16.56 re -f -377.034 234.667 0.48 16.56 re -f -563.514 251.227 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 222.9071 Tm -[()]TJ -0 Tc 0 Tw 3.607 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.609 0 Td -[()]TJ -0 Tc 0 Tw 3.607 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.609 0 Td -[()]TJ -0 Tc 0 Tw 8.508 0 Td -( )Tj -5.87 0 Td -( )Tj -ET -67.434 234.187 1.44 0.48 re -f -68.874 234.187 89.76 0.48 re -f -158.634 234.187 0.481 0.48 re -f -159.115 234.187 90.239 0.48 re -f -249.354 234.187 0.481 0.48 re -f -249.835 234.187 127.2 0.48 re -f -377.034 234.187 0.48 0.48 re -f -377.514 234.187 186 0.48 re -f -563.514 234.187 1.44 0.48 re -f -67.434 234.187 1.44 -16.56 re -f -158.634 217.627 0.481 16.56 re -f -249.354 217.627 0.481 16.56 re -f -377.034 217.627 0.48 16.56 re -f -563.514 234.187 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 205.8671 Tm -[()]TJ -0 Tc 0 Tw 2.817 0 Td -( )Tj -0.008 Tc -0.008 Tw 7.399 0 Td -[()]TJ -0 Tc 0 Tw 2.817 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.399 -0.027 Td -[()]TJ -0 Tc 0 Tw 2.226 0 Td -( )Tj -12.153 1.189 Td -( )Tj -ET -67.434 217.147 1.44 0.48 re -f -68.874 217.147 89.76 0.48 re -f -158.634 217.147 0.481 0.48 re -f -159.115 217.147 90.239 0.48 re -f -249.354 217.147 0.481 0.48 re -f -249.835 217.147 127.2 0.48 re -f -377.034 217.147 0.48 0.48 re -f -377.514 217.147 186 0.48 re -f -563.514 217.147 1.44 0.48 re -f -67.434 217.147 1.44 -26.88 re -f -158.634 190.267 0.481 26.88 re -f -249.354 190.267 0.481 26.88 re -f -377.034 190.267 0.48 26.88 re -f -563.514 217.147 1.44 -26.88 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 177.3071 Tm -[(C)-2(oor)2(di)4(nat)3(e S)-1(yst)3(em)]TJ -0 Tc 0 Tw 9.236 0 Td -( )Tj -ET -67.434 190.267 1.44 -1.44 re -f -68.874 190.267 89.76 -1.44 re -f -158.634 190.267 1.44 -1.44 re -f -160.074 190.267 89.28 -1.44 re -f -249.354 190.267 1.44 -1.44 re -f -250.794 190.267 126.24 -1.44 re -f -377.034 190.267 1.44 -1.44 re -f -378.474 190.267 185.04 -1.44 re -f -563.514 190.267 1.44 -1.44 re -f -67.434 188.827 1.44 -16.56 re -f -563.514 188.827 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 71.0342 159.3071 Tm -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 5.405 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.811 0 Td -[()]TJ -0 Tc 0 Tw 9.408 0 Td -( )Tj -4.97 0 Td -( )Tj -ET -67.434 172.267 1.44 -1.44 re -f -68.874 172.267 89.76 -1.44 re -f -158.634 172.267 1.44 -1.44 re -f -160.074 172.267 89.28 -1.44 re -f -249.354 172.267 1.44 -1.44 re -f -250.794 172.267 126.24 -1.44 re -f -377.034 172.267 1.44 -1.44 re -f -378.474 172.267 185.04 -1.44 re -f -563.514 172.267 1.44 -1.44 re -f -67.434 170.827 1.44 -16.56 re -f -158.634 154.267 0.481 16.56 re -f -249.354 154.267 0.481 16.56 re -f -377.034 154.267 0.48 16.56 re -f -563.514 170.827 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 161.7542 142.5071 Tm -[(A)-5(X)-4(IS)]TJ -0 Tc 0 Tw 2.309 0 Td -( )Tj -0.004 Tc -0.004 Tw 7.907 0 Td -[(A)-5(X)-4(IS)]TJ -0 Tc 0 Tw 2.309 0 Td -( )Tj -12.07 0 Td -( )Tj -ET -67.434 153.787 1.44 0.48 re -f -158.634 153.787 0.481 0.48 re -f -159.115 153.787 90.239 0.48 re -f -249.354 153.787 0.481 0.48 re -f -249.835 153.787 127.2 0.48 re -f -377.034 153.787 0.48 0.48 re -f -377.514 153.787 186 0.48 re -f -563.514 153.787 1.44 0.48 re -f -67.434 153.787 1.44 -16.56 re -f -158.634 137.227 0.481 16.56 re -f -249.354 137.227 0.481 16.56 re -f -377.034 137.227 0.48 16.56 re -f -563.514 153.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 161.7542 125.4671 Tm -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 5.63 0 Td -( )Tj -8.748 0 Td -( )Tj -ET -67.434 136.747 1.44 0.481 re -f -158.634 136.747 0.481 0.481 re -f -159.115 136.747 90.239 0.481 re -f -249.354 136.747 0.481 0.481 re -f -249.835 136.747 127.2 0.481 re -f -377.034 136.747 0.48 0.481 re -f -377.514 136.747 186 0.481 re -f -563.514 136.747 1.44 0.481 re -f -67.434 136.747 1.44 -16.56 re -f -67.434 120.187 1.44 -1.44 re -f -67.434 120.187 1.44 -1.44 re -f -68.874 120.187 89.76 -1.44 re -f -158.634 120.187 0.481 16.56 re -f -158.634 120.187 1.44 -1.44 re -f -160.074 120.187 89.28 -1.44 re -f -249.354 120.187 0.481 16.56 re -f -249.354 120.187 1.44 -1.44 re -f -250.794 120.187 126.24 -1.44 re -f -377.034 120.187 0.48 16.56 re -f -377.034 120.187 1.44 -1.44 re -f -378.474 120.187 185.04 -1.44 re -f -563.514 136.747 1.44 -16.56 re -f -563.514 120.187 1.44 -1.44 re -f -563.514 120.187 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 109.6271 Tm -( )Tj -ET - endstream endobj 97 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(76)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.005 Tc 19.835 74.463 Td -[(T)-5(a)-4(b)-5(le)-4( C)-7(.2)]TJ -/TT1 1 Tf -0 Tc 4.518 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(c)1(ont)5(i)6(nued\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.083 0 Td -( )Tj -/TT0 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 51.678 721.8671 Tm -(19125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 3.155 0 Td -[(1:)3(2004)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 6.162 0 Td -[(O)-1(G)-1(C )1(CT)1(S)1( )1(0)2(1)]TJ -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 6.364 0 Td -(009)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 6.353 0 Td -[(Thi)4(s)1( doc)1(um)-4(e)1(nt)]TJ -0 Tc 0 Tw 7.208 0 Td -( )Tj -0.008 Tc -0.008 Tw 11.788 0 Td -[(C)-2(om)-4(m)-4(ent)]TJ -0 Tc 0 Tw 4.673 0 Td -( )Tj -ET -33.594 734.587 1.44 -1.44 re -f -33.594 734.587 1.44 -1.44 re -f -35.034 734.587 89.76 -1.44 re -f -124.794 734.587 1.44 -1.44 re -f -126.234 734.587 89.28 -1.44 re -f -215.514 734.587 1.44 -1.44 re -f -216.954 734.587 126.24 -1.44 re -f -343.194 734.587 1.44 -1.44 re -f -344.634 734.587 185.04 -1.44 re -f -529.674 734.587 1.44 -1.44 re -f -529.674 734.587 1.44 -1.44 re -f -33.594 733.147 1.44 -16.56 re -f -124.794 716.587 0.481 16.56 re -f -215.514 716.587 0.481 16.56 re -f -343.194 716.587 0.48 16.56 re -f -529.674 733.147 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 703.8671 Tm -[(E)-1(ngi)4(ne)1(e)1(r)3(i)4(ng C)-2(R)-2(S)]TJ -0 Tc 0 Tw 8.278 0 Td -( )Tj -ET -33.594 716.587 1.44 -1.44 re -f -35.034 716.587 89.76 -1.44 re -f -124.794 716.587 1.44 -1.44 re -f -126.234 716.587 89.28 -1.44 re -f -215.514 716.587 1.44 -1.44 re -f -216.954 716.587 126.24 -1.44 re -f -343.194 716.587 1.44 -1.44 re -f -344.634 716.587 185.04 -1.44 re -f -529.674 716.587 1.44 -1.44 re -f -33.594 715.147 1.44 -16.56 re -f -529.674 715.147 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 685.8671 Tm -( )Tj -0.007 Tc -0.003 Tw 10.189 0 Td -[(<)-1(l)4(o)-1(ca)-1(l)4( cs>)]TJ -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 8.112 0 Td -( )Tj -6.266 0 Td -( )Tj -ET -33.594 698.587 1.44 -1.44 re -f -35.034 698.587 89.76 -1.44 re -f -124.794 698.587 1.44 -1.44 re -f -126.234 698.587 89.28 -1.44 re -f -215.514 698.587 1.44 -1.44 re -f -216.954 698.587 126.24 -1.44 re -f -343.194 698.587 1.44 -1.44 re -f -344.634 698.587 185.04 -1.44 re -f -529.674 698.587 1.44 -1.44 re -f -33.594 697.147 1.44 -16.56 re -f -124.794 680.587 0.481 16.56 re -f -215.514 680.587 0.481 16.56 re -f -343.194 680.587 0.48 16.56 re -f -529.674 697.147 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 127.6744 668.8271 Tm -[(LO)-3(C)-2(A)-2(L_C)-2(S)]TJ -0 Tc 0 Tw 5.294 0 Td -( )Tj -0.01 Tc -0.006 Tw 4.922 -0.027 Td -[(E)1(NG)-1(CRS)1( |)7( )]TJ --0.01 Tw 0 -1.162 TD -[(E)1(NG)-1(I)6(NE)1(E)1(RI)6(NG)-1(CRS)]TJ -0 Tc 0 Tw 9.235 0 Td -( )Tj -0.008 Tc -0.004 Tw 5.143 1.162 Td -[(C)-2(onc)1(ept)4(ual)5(l)5(y)1( equi)5(val)5(ent)4( t)4(o )]TJ -0.004 Tc 12.169 0 Td -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.007 Tw 0.563 0 Td -[(9111')5(s)1( )]TJ --0.003 Tw -14.76 -1.162 Td -[(engi)5(neer)3(i)5(ng C)-2(R)-2(S)-2(.)]TJ -0 Tc 0 Tw 7.998 0 Td -( )Tj -ET -33.594 680.107 1.44 0.48 re -f -124.794 680.107 0.481 0.48 re -f -125.275 680.107 90.239 0.48 re -f -215.514 680.107 0.481 0.48 re -f -215.995 680.107 127.2 0.48 re -f -343.194 680.107 0.48 0.48 re -f -343.674 680.107 186 0.48 re -f -529.674 680.107 1.44 0.48 re -f -33.594 680.107 1.44 -26.88 re -f -124.794 653.227 0.481 26.88 re -f -215.514 653.227 0.481 26.88 re -f -343.194 653.227 0.48 26.88 re -f -529.674 680.107 1.44 -26.88 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 640.5071 Tm -[(I)4(m)-4(age C)-2(R)-2(S)]TJ -0 Tc 0 Tw 5.35 0 Td -( )Tj -ET -33.594 653.227 1.44 -1.44 re -f -35.034 653.227 89.76 -1.44 re -f -124.794 653.227 1.44 -1.44 re -f -126.234 653.227 89.28 -1.44 re -f -215.514 653.227 1.44 -1.44 re -f -216.954 653.227 126.24 -1.44 re -f -343.194 653.227 1.44 -1.44 re -f -344.634 653.227 185.04 -1.44 re -f -529.674 653.227 1.44 -1.44 re -f -33.594 651.787 1.44 -16.56 re -f -529.674 651.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 622.5071 Tm -( )Tj -10.189 0 Td -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 5.577 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.801 0 Td -[(N)-2(ot)4( pr)3(evi)5(ous)1(l)5(y)1( s)1(pec)1(i)5(f)4(i)5(ed.)]TJ -0 Tc 0 Tw 10.984 0 Td -( )Tj -ET -33.594 635.227 1.44 -1.44 re -f -35.034 635.227 89.76 -1.44 re -f -124.794 635.227 1.44 -1.44 re -f -126.234 635.227 89.28 -1.44 re -f -215.514 635.227 1.44 -1.44 re -f -216.954 635.227 126.24 -1.44 re -f -343.194 635.227 1.44 -1.44 re -f -344.634 635.227 185.04 -1.44 re -f -529.674 635.227 1.44 -1.44 re -f -33.594 633.787 1.44 -16.56 re -f -124.794 617.227 0.481 16.56 re -f -215.514 617.227 0.481 16.56 re -f -343.194 617.227 0.48 16.56 re -f -529.674 633.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 218.3943 605.4671 Tm -[(I)5(M)-2(AG)-2(EC)-1(R)-1(S)]TJ -0 Tc 0 Tw ( )Tj -14.378 0 Td -( )Tj -ET -33.594 616.747 1.44 0.48 re -f -124.794 616.747 0.481 0.48 re -f -215.514 616.747 0.481 0.48 re -f -215.995 616.747 127.2 0.48 re -f -343.194 616.747 0.48 0.48 re -f -343.674 616.747 186 0.48 re -f -529.674 616.747 1.44 0.48 re -f -33.594 616.747 1.44 -16.56 re -f -124.794 600.187 0.481 16.56 re -f -215.514 600.187 0.481 16.56 re -f -343.194 600.187 0.48 16.56 re -f -529.674 616.747 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 37.1944 587.4671 Tm -[(P)-2(ar)2(am)-5(et)3(r)2(i)3(c C)-3(R)-3(S)]TJ -0 Tc 0 Tw 7.66 0 Td -( )Tj -ET -33.594 600.187 1.44 -1.44 re -f -35.034 600.187 89.76 -1.44 re -f -124.794 600.187 1.44 -1.44 re -f -126.234 600.187 89.28 -1.44 re -f -215.514 600.187 1.44 -1.44 re -f -216.954 600.187 126.24 -1.44 re -f -343.194 600.187 1.44 -1.44 re -f -344.634 600.187 185.04 -1.44 re -f -529.674 600.187 1.44 -1.44 re -f -33.594 598.747 1.44 -16.56 re -f -529.674 598.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 569.4671 Tm -( )Tj -10.189 0 Td -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 7.604 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.774 0 Td -[(N)-2(ot)4( pr)3(evi)5(ous)1(l)5(y)1( s)1(pec)1(i)5(f)4(i)5(ed.)]TJ -0 Tc 0 Tw 10.984 0 Td -( )Tj -ET -33.594 582.187 1.44 -1.44 re -f -35.034 582.187 89.76 -1.44 re -f -124.794 582.187 1.44 -1.44 re -f -126.234 582.187 89.28 -1.44 re -f -215.514 582.187 1.44 -1.44 re -f -216.954 582.187 126.24 -1.44 re -f -343.194 582.187 1.44 -1.44 re -f -344.634 582.187 185.04 -1.44 re -f -529.674 582.187 1.44 -1.44 re -f -33.594 580.747 1.44 -16.56 re -f -124.794 564.187 0.481 16.56 re -f -215.514 564.187 0.481 16.56 re -f -343.194 564.187 0.48 16.56 re -f -529.674 580.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 218.3943 552.4271 Tm -[(P)1(A)1(RA)1(M)-1(E)1(T)2(RI)6(CCRS)]TJ -0 Tc 0 Tw 8.784 0 Td -( )Tj -5.594 0 Td -( )Tj -ET -33.594 563.707 1.44 0.481 re -f -124.794 563.707 0.481 0.481 re -f -215.514 563.707 0.481 0.481 re -f -215.995 563.707 127.2 0.481 re -f -343.194 563.707 0.48 0.481 re -f -343.674 563.707 186 0.481 re -f -529.674 563.707 1.44 0.481 re -f -33.594 563.707 1.44 -16.56 re -f -124.794 547.147 0.481 16.56 re -f -215.514 547.147 0.481 16.56 re -f -343.194 547.147 0.48 16.56 re -f -529.674 563.707 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 534.4271 Tm -[(Te)1(m)-4(por)3(a)1(l)4( C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -ET -33.594 547.147 1.44 -1.44 re -f -35.034 547.147 89.76 -1.44 re -f -124.794 547.147 1.44 -1.44 re -f -126.234 547.147 89.28 -1.44 re -f -215.514 547.147 1.44 -1.44 re -f -216.954 547.147 126.24 -1.44 re -f -343.194 547.147 1.44 -1.44 re -f -344.634 547.147 185.04 -1.44 re -f -529.674 547.147 1.44 -1.44 re -f -33.594 545.707 1.44 -16.56 re -f -529.674 545.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 516.4271 Tm -( )Tj -10.189 0 Td -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 6.76 0 Td -( )Tj -0.008 Tc -0.004 Tw 7.618 0 Td -[(N)-2(ot)4( pr)3(evi)5(ous)1(l)5(y)1( s)1(pec)1(i)5(f)4(i)5(ed.)]TJ -0 Tc 0 Tw 10.984 0 Td -( )Tj -ET -33.594 529.147 1.44 -1.44 re -f -35.034 529.147 89.76 -1.44 re -f -124.794 529.147 1.44 -1.44 re -f -126.234 529.147 89.28 -1.44 re -f -215.514 529.147 1.44 -1.44 re -f -216.954 529.147 126.24 -1.44 re -f -343.194 529.147 1.44 -1.44 re -f -344.634 529.147 185.04 -1.44 re -f -529.674 529.147 1.44 -1.44 re -f -33.594 527.707 1.44 -16.56 re -f -124.794 511.147 0.481 16.56 re -f -215.514 511.147 0.481 16.56 re -f -343.194 511.147 0.48 16.56 re -f -529.674 527.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 499.3871 Tm -( )Tj -10.189 0 Td -( )Tj -0.01 Tc -0.01 Tw 10.216 0 Td -[(T)2(I)6(M)-1(E)1(CRS)]TJ -0 Tc 0 Tw 4.561 0 Td -( )Tj -9.818 0 Td -( )Tj -ET -33.594 510.667 1.44 0.48 re -f -35.034 510.667 89.76 0.48 re -f -124.794 510.667 0.481 0.48 re -f -125.275 510.667 90.239 0.48 re -f -215.514 510.667 0.481 0.48 re -f -215.995 510.667 127.2 0.48 re -f -343.194 510.667 0.48 0.48 re -f -343.674 510.667 186 0.48 re -f -529.674 510.667 1.44 0.48 re -f -33.594 510.667 1.44 -16.56 re -f -124.794 494.107 0.481 16.56 re -f -215.514 494.107 0.481 16.56 re -f -343.194 494.107 0.48 16.56 re -f -529.674 510.667 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 481.3871 Tm -[(C)-2(om)-4(pound C)-2(R)-2(S)]TJ -0 Tc 0 Tw 7.769 0 Td -( )Tj -ET -33.594 494.107 1.44 -1.44 re -f -35.034 494.107 89.76 -1.44 re -f -124.794 494.107 1.44 -1.44 re -f -126.234 494.107 89.28 -1.44 re -f -215.514 494.107 1.44 -1.44 re -f -216.954 494.107 126.24 -1.44 re -f -343.194 494.107 1.44 -1.44 re -f -344.634 494.107 185.04 -1.44 re -f -529.674 494.107 1.44 -1.44 re -f -33.594 492.667 1.44 -16.56 re -f -529.674 492.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 463.3871 Tm -( )Tj -0.008 Tc -0.004 Tw 10.189 0 Td -[()]TJ -0 Tc 0 Tw 5.522 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.695 0 Td -[()]TJ -0 Tc 0 Tw 7.55 0 Td -( )Tj -6.829 0 Td -( )Tj -ET -33.594 476.107 1.44 -1.44 re -f -35.034 476.107 89.76 -1.44 re -f -124.794 476.107 1.44 -1.44 re -f -126.234 476.107 89.28 -1.44 re -f -215.514 476.107 1.44 -1.44 re -f -216.954 476.107 126.24 -1.44 re -f -343.194 476.107 1.44 -1.44 re -f -344.634 476.107 185.04 -1.44 re -f -529.674 476.107 1.44 -1.44 re -f -33.594 474.667 1.44 -16.56 re -f -124.794 458.107 0.481 16.56 re -f -215.514 458.107 0.481 16.56 re -f -343.194 458.107 0.48 16.56 re -f -529.674 474.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 127.6744 446.3471 Tm -[(CO)-1(M)-2(P)1(D_)2(CS)]TJ -0 Tc 0 Tw 5.743 0 Td -( )Tj -0.01 Tc -0.01 Tw 4.473 0 Td -[(CO)-1(M)-2(P)1(O)-1(UNDCRS)]TJ -0 Tc 0 Tw 8.164 0 Td -( )Tj -6.215 0 Td -( )Tj -ET -33.594 457.628 1.44 0.48 re -f -124.794 457.628 0.481 0.48 re -f -125.275 457.628 90.239 0.48 re -f -215.514 457.628 0.481 0.48 re -f -215.995 457.628 127.2 0.48 re -f -343.194 457.628 0.48 0.48 re -f -343.674 457.628 186 0.48 re -f -529.674 457.628 1.44 0.48 re -f -33.594 457.627 1.44 -16.56 re -f -124.794 441.068 0.481 16.56 re -f -215.514 441.068 0.481 16.56 re -f -343.194 441.068 0.48 16.56 re -f -529.674 457.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 429.3071 Tm -( )Tj -0.007 Tc -0.003 Tw 10.189 0 Td -[(<)-1(h)-1(o)-1(r)2(z cs>)]TJ -0 Tc 0 Tw 4.45 0 Td -( )Tj -0.008 Tc -0.004 Tw 5.766 0 Td -[()]TJ -0 Tc 0 Tw 7.21 0 Td -( )Tj -7.168 0 Td -( )Tj -ET -33.594 440.587 1.44 0.481 re -f -35.034 440.587 89.76 0.481 re -f -124.794 440.587 0.481 0.481 re -f -125.275 440.587 90.239 0.481 re -f -215.514 440.587 0.481 0.481 re -f -215.995 440.587 127.2 0.481 re -f -343.194 440.587 0.48 0.481 re -f -343.674 440.587 186 0.481 re -f -529.674 440.587 1.44 0.481 re -f -33.594 440.587 1.44 -16.32 re -f -124.794 424.267 0.481 16.32 re -f -215.514 424.267 0.481 16.32 re -f -343.194 424.267 0.48 16.32 re -f -529.674 440.587 1.44 -16.32 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 412.5071 Tm -( )Tj -0.008 Tc -0.004 Tw 10.189 0 Td -[()]TJ -0 Tc 0 Tw 4.733 0 Td -( )Tj -5.483 0 Td -( )Tj -0.007 Tc -0.003 Tw 14.378 -0.027 Td -[(T)-1(hi)4(s has no equi)4(val)4(ent)3( i)4(n )]TJ -0.004 Tc -0.004 Tw [(IS)-5(O)]TJ -0 Tc 0 Tw 13.239 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.003 Tw 0.563 0 Td -[(9111 )1(w)-2(hi)5(c)1(h )]TJ -0.008 Tc -0.004 Tw -14.084 -1.189 Td -[(c)1(ons)1(t)4(r)3(ai)5(ns)1( t)4(he t)4(y)1(pes)1( of)4( C)-2(R)-2(S)-1( al)5(l)5(ow)-2(ed t)4(o f)4(or)3(m)-5( )]TJ -T* -[(c)1(om)-5(pound C)-2(R)-2(S)-1(s)1(.)4( I)4(f)4( m)-5(eet)4(s)1( t)4(he )]TJ -0.004 Tc 0 -1.189 TD -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.003 Tw 0.564 0 Td -[(9111 )1(c)1(ons)1(t)4(r)3(ai)5(nt)4( )1(of)4( )1(bei)5(ng )1(ei)5(t)4(her)3( )]TJ --0.007 Tw 13.915 0 Td -(a )Tj --0.003 Tw -16.507 -1.189 Td -[(geogr)3(aphi)5(c)1( )1(2D)-2( or)3( )1(a )1(pr)3(oj)5(ec)1(t)4(ed )1(C)-2(R)-2(S)-2(,)4( )1(i)5(t)4( )1(c)1(an )1(be )]TJ -T* -[(m)-5(apped )1(t)4(hr)3(ough )1(<)-1(hor)3(i)4(z)1(ont)4(al)4( )1(c)1(r)3(s)1(>)-1( )1(t)4(o )]TJ -0.008 Tc -0.004 Tw 0 -1.162 TD -[( or)3( r)3(es)1(pec)1(t)4(i)5(vel)5(y)1(.)]TJ -0 Tc 0 Tw 17.969 0 Td -( )Tj -ET -33.594 423.788 1.44 0.48 re -f -35.034 423.788 89.76 0.48 re -f -124.794 423.788 0.481 0.48 re -f -125.275 423.788 90.239 0.48 re -f -215.514 423.788 0.481 0.48 re -f -215.995 423.788 127.2 0.48 re -f -343.194 423.788 0.48 0.48 re -f -343.674 423.788 186 0.48 re -f -529.674 423.788 1.44 0.48 re -f -33.594 423.787 1.44 -79.68 re -f -124.794 344.107 0.481 79.681 re -f -215.514 344.107 0.481 79.681 re -f -343.194 344.107 0.48 79.681 re -f -529.674 423.787 1.44 -79.68 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 332.3471 Tm -( )Tj -0.003 Tc 0.001 Tw 10.189 0 Td -[(<)-5(t)-1(a)-5(il c)-4(s)-4(>)]TJ -0 Tc 0 Tw 3.774 0 Td -( )Tj -6.442 0 Td -( )Tj -0.007 Tc -0.003 Tw 14.378 -0.027 Td -[(T)-1(hi)4(s has no equi)4(val)4(ent)3( i)4(n )]TJ -0.004 Tc -0.004 Tw [(IS)-5(O)]TJ -0 Tc 0 Tw 13.239 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.003 Tw 0.563 0 Td -[(9111 )1(w)-2(hi)5(c)1(h )]TJ -0.008 Tc -0.004 Tw -14.084 -1.162 Td -[(c)1(ons)1(t)4(r)3(ai)5(ns)1( t)4(he t)4(y)1(pes)1( of)4( C)-2(R)-2(S)-1( al)5(l)5(ow)-2(ed t)4(o f)4(or)3(m)-5( )]TJ -0 -1.189 TD -[(c)1(om)-5(pound C)-2(R)-2(S)-1(s)1(.)4( I)4(f)4( m)-5(eet)4(s)1( t)4(he )]TJ -0 Tc 0 Tw T* -(I)Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(SO)Tj -0 Tc 0 Tw 1.465 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.003 Tw 0.564 0 Td -[(9111 )1(c)1(ons)1(t)4(r)3(ai)5(nt)4( )1(of)4( )1(bei)5(ng )1(a )1(ver)3(t)4(i)5(c)1(al)5( )1(C)-2(R)-2(S)-2( )]TJ -0.008 Tc -0.004 Tw -2.592 -1.162 Td -[(i)5(t)4( c)1(an be m)-4(apped t)4(o .)]TJ -0 Tc 0 Tw 15.493 0 Td -( )Tj -ET -33.594 343.627 1.44 0.48 re -f -35.034 343.627 89.76 0.48 re -f -124.794 343.627 0.481 0.48 re -f -125.275 343.627 90.239 0.48 re -f -215.514 343.627 0.481 0.48 re -f -215.995 343.627 127.2 0.48 re -f -343.194 343.627 0.48 0.48 re -f -343.674 343.627 186 0.48 re -f -529.674 343.627 1.44 0.48 re -f -33.594 343.627 1.44 -58.56 re -f -124.794 285.067 0.481 58.56 re -f -215.514 285.067 0.481 58.56 re -f -343.194 285.067 0.48 58.56 re -f -529.674 343.627 1.44 -58.56 re -f -BT -/TT0 1 Tf -0.004 Tc 8.88 0 0 8.88 37.1944 272.3471 Tm -[(F)-4(itte)-3(d)-4( C)-6(R)-6(S)]TJ -0 Tc 5.18 0 Td -( )Tj -ET -33.594 285.067 1.44 -1.44 re -f -35.034 285.067 89.76 -1.44 re -f -124.794 285.067 1.44 -1.44 re -f -126.234 285.067 89.28 -1.44 re -f -215.514 285.067 1.44 -1.44 re -f -216.954 285.067 126.24 -1.44 re -f -343.194 285.067 1.44 -1.44 re -f -344.634 285.067 185.04 -1.44 re -f -529.674 285.067 1.44 -1.44 re -f -33.594 283.627 1.44 -16.56 re -f -529.674 283.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 254.3471 Tm -( )Tj -0.004 Tc 10.189 0 Td -[(<)-4(fi)1(tte)-4(d)-4( c)-3(s)-3(>)]TJ -0 Tc 4.676 0 Td -( )Tj -5.54 0 Td -( )Tj -0.008 Tc -0.004 Tw 14.378 -0.027 Td -[( has)1( no equi)5(val)5(ent)4( i)5(n t)4(hi)5(s)1( )]TJ -0 -1.162 TD -[(I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d as)1( i)5(t)4( c)1(om)-5(bi)5(nes)1( t)4(he )]TJ -0 -1.189 TD -[(s)1(epar)3(at)4(e c)1(onc)1(ept)4(s)1( of)4( C)-2(R)-2(S)-1( and c)1(oor)3(di)5(nat)4(e )]TJ -0.007 Tc -0.003 Tw T* -[(oper)3(at)4(i)5(on.)4( I)4(t)4(s)1( f)4(unc)1(t)4(i)5(on )1(i)5(s)1( )1(pa)]TJ -12.112 0 Td -[(r)3(t)4(i)5(al)5(l)5(y)1( )1(c)1(over)2(ed )]TJ -0.008 Tc -0.004 Tw -12.112 -1.162 Td -[(t)4(hr)3(ough der)3(i)5(ved C)-2(R)-2(S)-1(s)1( )]TJ -0 Tc 0 Tw 10.252 0 Td -(\226)Tj -0.563 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.282 0 Td -[(s)1(ee C)-2(.)4(4.)4(5.)]TJ -0 Tc 0 Tw 4.62 0 Td -( )Tj -ET -33.594 267.067 1.44 -1.44 re -f -35.034 267.067 89.76 -1.44 re -f -124.794 267.067 1.44 -1.44 re -f -126.234 267.067 89.28 -1.44 re -f -215.514 267.067 1.44 -1.44 re -f -216.954 267.067 126.24 -1.44 re -f -343.194 267.067 1.44 -1.44 re -f -344.634 267.067 185.04 -1.44 re -f -529.674 267.067 1.44 -1.44 re -f -33.594 265.627 1.44 -16.56 re -f -124.794 249.067 0.481 16.56 re -f -215.514 249.067 0.481 16.56 re -f -343.194 249.067 0.48 16.56 re -f -529.674 265.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 127.6744 237.3071 Tm -[(FI)4(TTE)-1(D)-2(_)1(C)-2(S)]TJ -0 Tc 0 Tw ( )Tj -ET -33.594 248.587 1.44 0.48 re -f -124.794 248.587 0.481 0.48 re -f -125.275 248.587 90.239 0.48 re -f -215.514 248.587 0.481 0.48 re -f -343.194 248.587 0.48 0.48 re -f -529.674 248.587 1.44 0.48 re -f -33.594 248.587 1.44 -16.32 re -f -124.794 232.268 0.481 16.32 re -f -215.514 232.268 0.481 16.32 re -f -343.194 232.268 0.48 16.32 re -f -529.674 248.587 1.44 -16.32 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 127.6744 220.5071 Tm -[()]TJ -0 Tc 0 Tw 4.508 0 Td -( )Tj -ET -33.594 231.787 1.44 0.481 re -f -124.794 231.787 0.481 0.481 re -f -125.275 231.787 90.239 0.481 re -f -215.514 231.787 0.481 0.481 re -f -343.194 231.787 0.48 0.481 re -f -529.674 231.787 1.44 0.481 re -f -33.594 231.787 1.44 -16.56 re -f -124.794 215.227 0.481 16.56 re -f -215.514 215.227 0.481 16.56 re -f -343.194 215.227 0.48 16.56 re -f -529.674 231.787 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 127.6744 203.4671 Tm -[()]TJ -0 Tc 0 Tw 4.676 0 Td -( )Tj -ET -33.594 214.747 1.44 0.48 re -f -124.794 214.747 0.481 0.48 re -f -125.275 214.747 90.239 0.48 re -f -215.514 214.747 0.481 0.48 re -f -343.194 214.747 0.48 0.48 re -f -529.674 214.747 1.44 0.48 re -f -33.594 214.747 1.44 -16.56 re -f -124.794 198.187 0.481 16.56 re -f -215.514 198.187 0.481 16.56 re -f -343.194 198.187 0.48 16.56 re -f -529.674 214.747 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 185.4671 Tm -[(D)-2(at)3(um)]TJ -0 Tc 0 Tw 3.153 0 Td -( )Tj -ET -33.594 198.187 1.44 -1.44 re -f -35.034 198.187 89.76 -1.44 re -f -124.794 198.187 1.44 -1.44 re -f -126.234 198.187 89.28 -1.44 re -f -215.514 198.187 1.44 -1.44 re -f -216.954 198.187 126.24 -1.44 re -f -343.194 198.187 1.44 -1.44 re -f -344.634 198.187 185.04 -1.44 re -f -529.674 198.187 1.44 -1.44 re -f -33.594 196.747 1.44 -16.56 re -f -529.674 196.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 167.4671 Tm -[()]TJ -0 Tc 0 Tw 4.001 0 Td -( )Tj -0.008 Tc -0.008 Tw 6.188 0 Td -[()]TJ -0 Tc 0 Tw 4.001 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.215 0 Td -[()]TJ -0 Tc 0 Tw 8.114 0 Td -( )Tj -6.264 0 Td -( )Tj -ET -33.594 180.187 1.44 -1.44 re -f -35.034 180.187 89.76 -1.44 re -f -124.794 180.187 1.44 -1.44 re -f -126.234 180.187 89.28 -1.44 re -f -215.514 180.187 1.44 -1.44 re -f -216.954 180.187 126.24 -1.44 re -f -343.194 180.187 1.44 -1.44 re -f -344.634 180.187 185.04 -1.44 re -f -529.674 180.187 1.44 -1.44 re -f -33.594 178.747 1.44 -16.56 re -f -124.794 162.187 0.481 16.56 re -f -215.514 162.187 0.481 16.56 re -f -343.194 162.187 0.48 16.56 re -f -529.674 178.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 37.1944 149.4671 Tm -[(DA)1(T)2(UM)]TJ -0 Tc 0 Tw 3.603 0 Td -( )Tj -0.01 Tc -0.01 Tw 6.586 0 Td -[(DA)1(T)2(UM)]TJ -0 Tc 0 Tw 3.603 0 Td -( )Tj -0.01 Tc -0.006 Tw 6.613 0 Td -[(DA)1(T)2(UM)-2( |)6( G)-1(E)1(O)-1(DE)1(T)2(I)6(CDA)1(T)2(UM)]TJ -0 Tc 0 Tw 13.326 0 Td -( )Tj -1.052 0 Td -( )Tj -ET -33.594 162.187 1.44 -1.44 re -f -35.034 162.187 89.76 -1.44 re -f -124.794 162.187 1.44 -1.44 re -f -126.234 162.187 89.28 -1.44 re -f -215.514 162.187 1.44 -1.44 re -f -216.954 162.187 126.24 -1.44 re -f -343.194 162.187 1.44 -1.44 re -f -344.634 162.187 185.04 -1.44 re -f -529.674 162.187 1.44 -1.44 re -f -33.594 160.747 1.44 -16.56 re -f -124.794 144.187 0.481 16.56 re -f -215.514 144.187 0.481 16.56 re -f -343.194 144.187 0.48 16.56 re -f -529.674 160.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 131.4671 Tm -( )Tj -0.008 Tc -0.004 Tw 10.189 0 Td -[()]TJ -0 Tc 0 Tw 5.973 0 Td -( )Tj -0.008 Tc -0.004 Tw 4.243 0 Td -[()]TJ -0 Tc 0 Tw 7.494 0 Td -( )Tj -6.885 0 Td -( )Tj -ET -33.594 144.187 1.44 -1.44 re -f -35.034 144.187 89.76 -1.44 re -f -124.794 144.187 1.44 -1.44 re -f -126.234 144.187 89.28 -1.44 re -f -215.514 144.187 1.44 -1.44 re -f -216.954 144.187 126.24 -1.44 re -f -343.194 144.187 1.44 -1.44 re -f -344.634 144.187 185.04 -1.44 re -f -529.674 144.187 1.44 -1.44 re -f -33.594 142.747 1.44 -16.56 re -f -124.794 126.187 0.481 16.56 re -f -215.514 126.187 0.481 16.56 re -f -343.194 126.187 0.48 16.56 re -f -529.674 142.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 113.4671 Tm -( )Tj -0.009 Tc -0.009 Tw 10.189 0 Td -[(VER)-1(T)1(_)2(D)-1(AT)1(U)-1(M)]TJ -0 Tc 0 Tw 6.869 0 Td -( )Tj -0.009 Tc -0.005 Tw 3.347 0 Td -[(VD)-1(AT)1(U)-1(M)-2( |)6( VER)-1(T)1(I)5(C)-1(AL)2(D)-1(AT)1(U)-1(M)]TJ -ET -q -215.994 108.187 126.96 16.56 re -W n -BT -/TT1 1 Tf -0 Tc 0 Tw 8.88 0 0 8.88 339.7383 113.4671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0 Tc 0 Tw 8.88 0 0 8.88 346.0742 113.4671 Tm -( )Tj -ET -33.594 126.187 1.44 -1.44 re -f -35.034 126.187 89.76 -1.44 re -f -124.794 126.187 1.44 -1.44 re -f -126.234 126.187 89.28 -1.44 re -f -215.514 126.187 1.44 -1.44 re -f -216.954 126.187 126.24 -1.44 re -f -343.194 126.187 1.44 -1.44 re -f -344.634 126.187 185.04 -1.44 re -f -529.674 126.187 1.44 -1.44 re -f -33.594 124.747 1.44 -16.56 re -f -124.794 108.187 0.481 16.56 re -f -215.514 108.187 0.481 16.56 re -f -343.194 108.187 0.48 16.56 re -f -529.674 124.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 95.4671 Tm -( )Tj -0.008 Tc -0.004 Tw 10.189 0 Td -[()]TJ -0 Tc 0 Tw 6.367 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.849 0 Td -[()]TJ -0 Tc 0 Tw 9.578 0 Td -( )Tj -4.8 0 Td -( )Tj -ET -33.594 108.187 1.44 -1.44 re -f -35.034 108.187 89.76 -1.44 re -f -124.794 108.187 1.44 -1.44 re -f -126.234 108.187 89.28 -1.44 re -f -215.514 108.187 1.44 -1.44 re -f -216.954 108.187 126.24 -1.44 re -f -343.194 108.187 1.44 -1.44 re -f -344.634 108.187 185.04 -1.44 re -f -529.674 108.187 1.44 -1.44 re -f -33.594 106.747 1.44 -16.56 re -f -33.594 90.187 1.44 -1.44 re -f -33.594 90.187 1.44 -1.44 re -f -35.034 90.187 89.76 -1.44 re -f -124.794 90.187 0.481 16.56 re -f -124.794 90.187 1.44 -1.44 re -f -126.234 90.187 89.28 -1.44 re -f -215.514 90.187 0.481 16.56 re -f -215.514 90.187 1.44 -1.44 re -f -216.954 90.187 126.24 -1.44 re -f -343.194 90.187 0.48 16.56 re -f -343.194 90.187 1.44 -1.44 re -f -344.634 90.187 185.04 -1.44 re -f -529.674 106.747 1.44 -16.56 re -f -529.674 90.187 1.44 -1.44 re -f -529.674 90.187 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 79.6271 Tm -( )Tj -ET - endstream endobj 57 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 58 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 59 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 60 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 61 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 122 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(75)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 747.5471 Tm -(C.6)Tj -( )Tj -2.083 0 Td -[(M)1(apping of tokens and keyw)1(ords from prev)-1(ious v)-1(ersions of CRS )]TJ --0.002 Tc 0.002 Tw 31.006 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(to this )Tj --35.365 -1.14 Td -(International Standard)Tj -( )Tj -0.01 Tc -0.01 Tw 9.84 0 0 9.84 77.3067 704.1071 Tm -(Ta)Tj -0.005 Tc -0.005 Tw 1.186 0 Td -[(b)-5(le)]TJ -0 Tc 0 Tw 1.468 0 Td -( )Tj -0.282 0 Td -(C)Tj -0.734 0 Td -(.)Tj -0.282 0 Td -(2)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(M)-2(a)2(p)1(p)1(i)6(n)1(g)1( )1(o)1(f)5( )1(B)-1(N)-1(F)1( )1(t)5(o)1(k)2(e)2(n)1(s)2( a)2(n)1(d)1( )1(k)2(e)2(y)2(w)-1(o)1(r)4(d)1(s)2( )1(b)1(e)2(t)5(w)-1(e)2(e)2(n)1( )1(p)1(r)3(e)2(v)1(i)6(o)1(u)1(s)2( )1(v)1(e)2(r)4(s)2(i)6(o)1(n)1(s)2( )1(o)1(f)5( )1(C)-1(R)-1(S)-1( )1(W)-3(K)-1(T)1( )1(a)2(n)1(d)1( )1(t)5(h)1(i)6(s)2( )]TJ -12.647 -1.171 Td -[(I)6(n)1(t)5(e)1(r)4(n)1(a)1(t)5(i)6(o)1(n)1(a)1(l)6( )1(S)-1(t)5(an)1(da)1(r)4(d)]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 8.88 0 0 8.88 85.5179 671.4671 Tm -(19125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 3.155 0 Td -[(1:)3(2004)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 6.189 0 Td -[(O)-1(G)-1(C )1(CT)1(S)1( )1(0)2(1)]TJ -0 Tc 0 Tw (-)Tj -0.007 Tc -0.007 Tw 6.364 0 Td -(009)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 6.353 0 Td -[(Thi)4(s)1( doc)1(um)-4(e)1(nt)]TJ -0 Tc 0 Tw 7.208 0 Td -( )Tj -0.008 Tc -0.008 Tw 11.788 0 Td -[(C)-2(om)-4(m)-4(ent)]TJ -0 Tc 0 Tw 4.673 0 Td -( )Tj -ET -67.434 684.187 1.44 -1.44 re -f -67.434 684.187 1.44 -1.44 re -f -68.874 684.187 89.76 -1.44 re -f -158.634 684.187 1.44 -1.44 re -f -160.074 684.187 89.28 -1.44 re -f -249.354 684.187 1.44 -1.44 re -f -250.794 684.187 126.24 -1.44 re -f -377.034 684.187 1.44 -1.44 re -f -378.474 684.187 185.04 -1.44 re -f -563.514 684.187 1.44 -1.44 re -f -563.514 684.187 1.44 -1.44 re -f -67.434 682.747 1.44 -16.56 re -f -158.634 666.187 0.481 16.56 re -f -249.354 666.187 0.481 16.56 re -f -377.034 666.187 0.48 16.56 re -f -563.514 682.747 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 653.4671 Tm -[(C)-2(oor)2(di)4(nat)3(e R)-2(ef)3(er)2(en)]TJ -0.007 Tc -0.003 Tw [(ce )1(S)-2(yst)3(em)-5(s)]TJ -0 Tc 0 Tw ( )Tj -ET -67.434 666.187 1.44 -1.44 re -f -68.874 666.187 89.76 -1.44 re -f -158.634 666.187 1.44 -1.44 re -f -160.074 666.187 89.28 -1.44 re -f -249.354 666.187 1.44 -1.44 re -f -250.794 666.187 126.24 -1.44 re -f -377.034 666.187 1.44 -1.44 re -f -378.474 666.187 185.04 -1.44 re -f -563.514 666.187 1.44 -1.44 re -f -67.434 664.747 1.44 -16.56 re -f -563.514 664.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 569.4671 Tm -[()]TJ -0 Tc 0 Tw 9.408 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.808 0 Td -[()]TJ -0 Tc 0 Tw 9.408 0 Td -( )Tj -0.808 0.568 Td -(<)Tj -0.008 Tc -0.004 Tw 0.592 0 Td -[(c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ -0.007 Tc -0.007 Tw -0.592 -1.189 Td -[(syst)3(e)-1(m)-6(>)]TJ -0 Tc 0 Tw ( )Tj -0.004 Tc -0.004 Tw 14.378 8.027 Td -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.007 Tw 0.564 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.003 Tw 2.591 0 Td -[(1:)4(2004 )1(us)1(es)1( )1(t)4(he)-1( )1(t)4(er)3(m)-5( )1(S)-2(R)-2(S)]TJ -0 Tc 0 Tw 11.887 0 Td -( )Tj -0.007 Tc -0.003 Tw -17.07 -1.189 Td -[(\()3(S)-2(pat)4(i)5(al)5( )1(R)-2(ef)4(er)3(enc)1(e )1(S)-2(y)1(s)1(t)4(em)-5(\))]TJ -0.009 Tc -0.005 Tw 12.392 0 Td -[(.)5( SR)-1(S i)6(s)2( a)1( )]TJ -0.008 Tc -0.004 Tw -12.392 -1.162 Td -[(s)1(uper)3(s)1(et)4( w)-2(hi)5(c)1(h i)5(nc)1(l)5(udes)1( C)-2(R)-2(S)-1( and s)1(pat)4(i)5(al)5( )]TJ -0.007 Tc -0.003 Tw 0 -1.189 TD -[(r)3(ef)4(er)3(enci)5(ng )1(by)1( )1(geogr)3(aphi)5(c)1( )1(i)5(dent)4(i)5(f)4(i)5(er)3(.)4( )1(B)-2(ut)4( )1(i)5(n )]TJ -0.004 Tc -0.004 Tw 0 -1.189 TD -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.007 Tw 0.564 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.003 Tw 2.591 0 Td -[(1 )1(onl)5(y)1( )]TJ -0.008 Tc -0.004 Tw 2.986 0 Td -[(C)-2(R)-2(S)-1( c)1(onc)1(ept)4(s)1( ar)3(e )]TJ -0.007 Tc -0.007 Tw -8.169 -1.189 Td -[(des)1(c)1(r)3(i)5(bed.)]TJ -0 Tc 0 Tw 4.675 0 Td -( )Tj -0.007 Tc -0.003 Tw -4.675 -1.865 Td -[(P)-2(r)3(ev)-1(i)4(ous speci)4(f)3(i)4(cat)3(i)4(ons of)3( C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( hav)-1(e )]TJ -0 -1.162 TD -[(us)1(ed )1(t)4(he )1(t)4(er)3(m)-5( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)-5( )1(f)4(or)3( )1(t)3(he)-1( )]TJ -0.004 Tc -0.004 Tw 0 -1.189 TD -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.003 Tw 0.564 0 Td -[(9111 )1(c)1(onc)1(ept)4( )1(of)4( )1(c)1(oo)-1(r)3(di)5(nat)4(e )1(r)3(ef)4(er)3(enc)1(e )]TJ -0.004 Tc 0 Tw -2.592 -1.189 Td -[(s)-3(y)-3(s)-3(te)-4(m)-9(. In)-4( )]TJ --0.004 Tw 4.901 0 Td -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.003 Tw 0.563 0 Td -[(9111 )1(and )1(t)4(hi)5(s)1( )1(I)4(nt)4(er)2(nat)4(i)5(onal)5( )]TJ --7.493 -1.162 Td -[(S)-2(t)3(andar)3(d,)3( ')4(coor)3(di)4(nat)3(e syst)3(em)-5(')4( i)4(s used f)3(or)3( a )]TJ -T* -[(di)5(f)4(f)4(er)3(ent)4( )1(c)1(on)-1(c)1(ept)4(,)]TJ -0 Tc 0 Tw 7.774 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.282 0 Td -[(l)5(i)5(m)-4(i)5(t)4(ed t)4(o des)1(c)1(r)3(i)5(bi)5(ng t)4(he )]TJ -0.007 Tc -0.003 Tw -8.056 -1.189 Td -[(ax)4(es)1( )1(of)4( )1(a )1(C)-2(R)-2(S)-2(.)]TJ -0 Tc 0 Tw 6.813 0 Td -( )Tj -ET -67.434 648.187 1.44 -1.44 re -f -68.874 648.187 89.76 -1.44 re -f -158.634 648.187 1.44 -1.44 re -f -160.074 648.187 89.28 -1.44 re -f -249.354 648.187 1.44 -1.44 re -f -250.794 648.187 126.24 -1.44 re -f -377.034 648.187 1.44 -1.44 re -f -378.474 648.187 185.04 -1.44 re -f -563.514 648.187 1.44 -1.44 re -f -67.434 646.747 1.44 -148.56 re -f -158.634 498.187 0.481 148.56 re -f -249.354 498.187 0.481 148.56 re -f -377.034 498.187 0.48 148.56 re -f -563.514 646.747 1.44 -148.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 486.4271 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 5.015 0 Td -( )Tj -0.008 Tc -0.004 Tw 5.201 0 Td -[()]TJ -0 Tc 0 Tw 5.352 0 Td -( )Tj -9.026 0 Td -( )Tj -ET -67.434 497.707 1.44 0.48 re -f -68.874 497.707 89.76 0.48 re -f -158.634 497.707 0.481 0.48 re -f -159.115 497.707 90.239 0.48 re -f -249.354 497.707 0.481 0.48 re -f -249.835 497.707 127.2 0.48 re -f -377.034 497.707 0.48 0.48 re -f -377.514 497.707 186 0.48 re -f -563.514 497.707 1.44 0.48 re -f -67.434 497.707 1.44 -16.56 re -f -158.634 481.147 0.481 16.56 re -f -249.354 481.147 0.481 16.56 re -f -377.034 481.147 0.48 16.56 re -f -563.514 497.707 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 468.4271 Tm -[(G)-3(eo)-1(d)-1(et)3(i)4(c C)-2(R)-2(S)-1( )1(w)-2(i)4(t)3(h)-1( )1(g)-1(eo)-1(cen)-1(t)3(r)2(i)4(c )1(C)-3(ar)2(t)3(e)-1(si)4(an)-1( )1(co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 28.61 0 Td -( )Tj -ET -67.434 481.147 1.44 -1.44 re -f -68.874 481.147 89.76 -1.44 re -f -158.634 481.147 1.44 -1.44 re -f -160.074 481.147 89.28 -1.44 re -f -249.354 481.147 1.44 -1.44 re -f -250.794 481.147 126.24 -1.44 re -f -377.034 481.147 1.44 -1.44 re -f -378.474 481.147 185.04 -1.44 re -f -563.514 481.147 1.44 -1.44 re -f -67.434 479.707 1.44 -16.56 re -f -563.514 479.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 450.4271 Tm -[()]TJ -0 Tc 0 Tw 7.154 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.062 0 Td -[()]TJ -0 Tc 0 Tw 7.154 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.062 0 Td -[()]TJ -0 Tc 0 Tw 6.647 0 Td -( )Tj -7.731 0 Td -( )Tj -ET -67.434 463.147 1.44 -1.44 re -f -68.874 463.147 89.76 -1.44 re -f -158.634 463.147 1.44 -1.44 re -f -160.074 463.147 89.28 -1.44 re -f -249.354 463.147 1.44 -1.44 re -f -250.794 463.147 126.24 -1.44 re -f -377.034 463.147 1.44 -1.44 re -f -378.474 463.147 185.04 -1.44 re -f -563.514 463.147 1.44 -1.44 re -f -67.434 461.707 1.44 -16.56 re -f -158.634 445.147 0.481 16.56 re -f -249.354 445.147 0.481 16.56 re -f -377.034 445.147 0.48 16.56 re -f -563.514 461.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 433.3871 Tm -[(G)-1(E)1(O)-1(CCS)]TJ -0 Tc 0 Tw 4.392 0 Td -( )Tj -0.009 Tc -0.009 Tw 5.824 0 Td -[(G)-1(E)1(O)-1(CCS)]TJ -0 Tc 0 Tw 4.392 0 Td -( )Tj -0.009 Tc -0.005 Tw 5.824 0 Td -[(G)-1(E)1(O)-1(DCRS)1( )1(|)6( )1(G)-1(E)1(O)-1(DE)1(T)1(I)6(CCRS)]TJ -0 Tc 0 Tw 13.384 0 Td -( )Tj -0.994 0 Td -( )Tj -ET -67.434 444.667 1.44 0.48 re -f -68.874 444.667 89.76 0.48 re -f -158.634 444.667 0.481 0.48 re -f -159.115 444.667 90.239 0.48 re -f -249.354 444.667 0.481 0.48 re -f -249.835 444.667 127.2 0.48 re -f -377.034 444.667 0.48 0.48 re -f -377.514 444.667 186 0.48 re -f -563.514 444.667 1.44 0.48 re -f -67.434 444.667 1.44 -16.56 re -f -158.634 428.107 0.481 16.56 re -f -249.354 428.107 0.481 16.56 re -f -377.034 428.107 0.48 16.56 re -f -563.514 444.667 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 415.3871 Tm -[(G)-1(e)2(o)1(d)1(e)2(t)5(i)6(c)2( )1(CRS)1( )1(w)-1(i)6(t)5(h)1( )1(e)2(l)6(l)6(i)6(p)1(s)2(o)1(i)6(d)1(a)2(l)6( )1(3)2(D )1(c)2(o)1(o)1(r)4(d)]TJ -0.008 Tc -0.004 Tw 18.979 0 Td -[(i)4(nat)3(e syst)3(em)]TJ -0 Tc 0 Tw 6.14 0 Td -( )Tj -ET -67.434 428.107 1.44 -1.44 re -f -68.874 428.107 89.76 -1.44 re -f -158.634 428.107 1.44 -1.44 re -f -160.074 428.107 89.28 -1.44 re -f -249.354 428.107 1.44 -1.44 re -f -250.794 428.107 126.24 -1.44 re -f -377.034 428.107 1.44 -1.44 re -f -378.474 428.107 185.04 -1.44 re -f -563.514 428.107 1.44 -1.44 re -f -67.434 426.667 1.44 -16.56 re -f -563.514 426.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 71.0342 397.3871 Tm -( )Tj -10.216 0 Td -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 6.647 0 Td -( )Tj -7.731 0 Td -( )Tj -ET -67.434 410.107 1.44 -1.44 re -f -68.874 410.107 89.76 -1.44 re -f -158.634 410.107 1.44 -1.44 re -f -160.074 410.107 89.28 -1.44 re -f -249.354 410.107 1.44 -1.44 re -f -250.794 410.107 126.24 -1.44 re -f -377.034 410.107 1.44 -1.44 re -f -378.474 410.107 185.04 -1.44 re -f -563.514 410.107 1.44 -1.44 re -f -67.434 408.667 1.44 -16.56 re -f -158.634 392.107 0.481 16.56 re -f -249.354 392.107 0.481 16.56 re -f -377.034 392.107 0.48 16.56 re -f -563.514 408.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 380.3471 Tm -[(\()3(s)1(ee )1(c)1(om)-5(m)-5(ent)4(\))]TJ -0 Tc 0 Tw 6.76 0 Td -( )Tj -0.009 Tc -0.005 Tw 13.672 0 Td -[(G)-1(E)1(O)-1(DCRS)1( )1(|)6( )1(G)-1(E)1(O)-1(DE)1(T)1(I)6(CCRS)]TJ -0 Tc 0 Tw 13.384 0 Td -( )Tj -0.004 Tc -0.004 Tw 0.994 -0.027 Td -[(In)-4( )]TJ -0.011 Tc -0.011 Tw 1.127 0 Td -[(O)1(G)1(C)]TJ -0 Tc 0 Tw 2.309 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.563 0 Td -(6)Tj -0.564 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(103r)3(4 )1(t)4(hi)5(s)1( )1(c)1(on)-1(c)1(ept)4( )1(appear)3(s)1( )1(as)1( )1(an )]TJ --5.182 -1.162 Td -[(ex)4(t)4(ens)1(i)5(on )1(t)4(o )1(G)-3(E)-2(O)-3(G)-4(C)-2(S)-2( w)-2(her)3(e )1(a )1(t)4(hi)5(r)3(d )1(ax)4(i)5(s)1( )1(i)5(s)1( )]TJ --0.007 Tw T* -[(opt)4(i)5(onal)]TJ -0 Tc 0 Tw 3.549 0 Td -( )Tj -ET -67.434 391.627 1.44 0.481 re -f -68.874 391.627 89.76 0.481 re -f -158.634 391.627 0.481 0.481 re -f -249.354 391.627 0.481 0.481 re -f -249.835 391.627 127.2 0.481 re -f -377.034 391.627 0.48 0.481 re -f -377.514 391.627 186 0.481 re -f -563.514 391.627 1.44 0.481 re -f -67.434 391.627 1.44 -37.44 re -f -158.634 354.187 0.481 37.44 re -f -249.354 354.187 0.481 37.44 re -f -377.034 354.187 0.48 37.44 re -f -563.514 391.627 1.44 -37.44 re -f -BT -/TT0 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 341.4671 Tm -[(G)-3(eo)-1(d)-1(et)3(i)4(c C)-2(R)-2(S)-1( )1(w)-2(i)4(t)3(h)-1( )1(el)4(l)4(i)4(p)-1(so)-1(i)4(d)-1(al)4( )1(2D)-2( co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e )1(syst)3(em)]TJ -0 Tc 0 Tw 25.118 0 Td -( )Tj -ET -67.434 354.187 1.44 -1.44 re -f -68.874 354.187 89.76 -1.44 re -f -158.634 354.187 1.44 -1.44 re -f -160.074 354.187 89.28 -1.44 re -f -249.354 354.187 1.44 -1.44 re -f -250.794 354.187 126.24 -1.44 re -f -377.034 354.187 1.44 -1.44 re -f -378.474 354.187 185.04 -1.44 re -f -563.514 354.187 1.44 -1.44 re -f -67.434 352.747 1.44 -16.56 re -f -563.514 352.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 323.4671 Tm -[()]TJ -0 Tc 0 Tw 7.493 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.723 0 Td -[()]TJ -0 Tc 0 Tw 7.493 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.723 0 Td -()]TJ -0 Tc 0 Tw 2.956 0 Td -( )Tj -7.731 0 Td -( )Tj -ET -67.434 336.187 1.44 -1.44 re -f -68.874 336.187 89.76 -1.44 re -f -158.634 336.187 1.44 -1.44 re -f -160.074 336.187 89.28 -1.44 re -f -249.354 336.187 1.44 -1.44 re -f -250.794 336.187 126.24 -1.44 re -f -377.034 336.187 1.44 -1.44 re -f -378.474 336.187 185.04 -1.44 re -f -563.514 336.187 1.44 -1.44 re -f -67.434 334.747 1.44 -16.56 re -f -158.634 318.187 0.481 16.56 re -f -249.354 318.187 0.481 16.56 re -f -377.034 318.187 0.48 16.56 re -f -563.514 334.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 8.88 0 0 8.88 71.0342 306.4271 Tm -[(G)1(E)3(O)1(G)1(C)2(S)]TJ -0 Tc 0 Tw 4.449 0 Td -( )Tj -0.011 Tc -0.011 Tw 5.767 0 Td -[(G)1(E)3(O)1(G)1(C)2(S)]TJ -0 Tc 0 Tw 4.449 0 Td -( )Tj -0.009 Tc -0.005 Tw 5.767 0 Td -[(G)-1(E)1(O)-1(DCRS)1( )1(|)6( )1(G)-1(E)1(O)-1(DE)1(T)1(I)6(CCRS)]TJ -0 Tc 0 Tw 13.384 0 Td -( )Tj -0.994 0 Td -( )Tj -ET -67.434 317.707 1.44 0.48 re -f -68.874 317.707 89.76 0.48 re -f -158.634 317.707 0.481 0.48 re -f -159.115 317.707 90.239 0.48 re -f -249.354 317.707 0.481 0.48 re -f -249.835 317.707 127.2 0.48 re -f -377.034 317.707 0.48 0.48 re -f -377.514 317.707 186 0.48 re -f -563.514 317.707 1.44 0.48 re -f -67.434 317.707 1.44 -16.56 re -f -158.634 301.147 0.481 16.56 re -f -249.354 301.147 0.481 16.56 re -f -377.034 301.147 0.48 16.56 re -f -563.514 317.707 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.007 Tc -0.003 Tw 8.88 0 0 8.88 71.0342 288.4271 Tm -[(P)-2(r)2(o)-1(j)3(ect)3(ed)-1( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 7.04 0 Td -( )Tj -ET -67.434 301.147 1.44 -1.44 re -f -68.874 301.147 89.76 -1.44 re -f -158.634 301.147 1.44 -1.44 re -f -160.074 301.147 89.28 -1.44 re -f -249.354 301.147 1.44 -1.44 re -f -250.794 301.147 126.24 -1.44 re -f -377.034 301.147 1.44 -1.44 re -f -378.474 301.147 185.04 -1.44 re -f -563.514 301.147 1.44 -1.44 re -f -67.434 299.707 1.44 -16.56 re -f -563.514 299.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 270.4271 Tm -[()]TJ -0 Tc 0 Tw 6.647 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.569 0 Td -[()]TJ -0 Tc 0 Tw 6.647 0 Td -( )Tj -0.008 Tc -0.004 Tw 3.569 0 Td -[()]TJ -0 Tc 0 Tw 6.985 0 Td -( )Tj -7.393 0 Td -( )Tj -ET -67.434 283.147 1.44 -1.44 re -f -68.874 283.147 89.76 -1.44 re -f -158.634 283.147 1.44 -1.44 re -f -160.074 283.147 89.28 -1.44 re -f -249.354 283.147 1.44 -1.44 re -f -250.794 283.147 126.24 -1.44 re -f -377.034 283.147 1.44 -1.44 re -f -378.474 283.147 185.04 -1.44 re -f -563.514 283.147 1.44 -1.44 re -f -67.434 281.707 1.44 -16.56 re -f -158.634 265.147 0.481 16.56 re -f -249.354 265.147 0.481 16.56 re -f -377.034 265.147 0.48 16.56 re -f -563.514 281.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 8.88 0 0 8.88 71.0342 253.3871 Tm -[(P)1(RO)-1(J)3(CS)]TJ -0 Tc 0 Tw 4.111 0 Td -( )Tj -0.01 Tc -0.01 Tw 6.105 0 Td -[(P)1(RO)-1(J)3(CS)]TJ -0 Tc 0 Tw 4.111 0 Td -( )Tj -0.01 Tc -0.006 Tw 6.105 -0.027 Td -[(P)1(RO)-1(J)3(CRS)1( |)7( )]TJ --0.01 Tw 0 -1.162 TD -[(P)1(RO)-1(J)3(E)1(CT)2(E)1(DCRS)]TJ -0 Tc 0 Tw 8.277 0 Td -( )Tj -6.101 1.189 Td -( )Tj -ET -67.434 264.667 1.44 0.48 re -f -68.874 264.667 89.76 0.48 re -f -158.634 264.667 0.481 0.48 re -f -159.115 264.667 90.239 0.48 re -f -249.354 264.667 0.481 0.48 re -f -249.835 264.667 127.2 0.48 re -f -377.034 264.667 0.48 0.48 re -f -377.514 264.667 186 0.48 re -f -563.514 264.667 1.44 0.48 re -f -67.434 264.667 1.44 -26.88 re -f -158.634 237.787 0.481 26.88 re -f -249.354 237.787 0.481 26.88 re -f -377.034 237.787 0.48 26.88 re -f -563.514 264.667 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 225.7871 Tm -[()]TJ -0 Tc 0 Tw 4.451 0 Td -( )Tj -0.008 Tc -0.008 Tw 5.765 0 Td -[()]TJ -0 Tc 0 Tw 4.451 0 Td -( )Tj -0.008 Tc -0.004 Tw 5.765 0 Td -[()]TJ -0 Tc 0 Tw 9.127 0 Td -( )Tj -0.007 Tc -0.003 Tw 5.252 -0.027 Td -[(T)-1(her)3(e i)4(s a change i)4(n t)3(he at)3(t)3(r)3(i)4(but)3(es of)3( base )]TJ -0.008 Tc -0.004 Tw T* -[(c)1(r)3(s)1( c)1(om)-5(par)3(ed t)4(o geogc)1(s)1( t)]TJ -0.007 Tc -0.003 Tw 11.38 0 Td -[(o )1(c)1(l)5(ar)3(i)5(f)4(y)1( )1(t)4(he )]TJ --11.38 -1.189 Td -[(at)4(t)4(r)3(i)5(but)4(es)1( )1(t)3(o )1(be )1(pr)3(ovi)5(ded.)4( )1(I)4(n )]TJ -0.004 Tc -0.004 Tw 12.564 0 Td -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc -0.007 Tw 0.563 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.003 Tw 2.592 0 Td -[(1 )1(and )]TJ -0.011 Tc -0.011 Tw -17.747 -1.162 Td -[(O)1(G)1(C)]TJ -0 Tc 0 Tw 2.309 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.564 0 Td -(1)Tj -0.563 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(009 )1(t)4(he )1(ax)4(es)1( )1(ar)2(e )1(om)-5(i)5(t)4(t)4(ed )1(i)5(n )1(t)4(he )]TJ --4.055 -1.189 Td -[(ex)4(am)-5(pl)5(es)1( )1(\()3(and )1(i)5(n )1(m)-5(any)1( )1(i)5(m)-5(pl)5(em)-5(ent)4(at)4(i)4(on)-1(s)1(\))3( )1(but)4( )]TJ -0.008 Tc -0.004 Tw 0 -1.189 TD -[(t)4(he B)-1(N)-2(F s)1(pec)1(i)5(f)4(i)5(c)1(at)4(i)5(on does)1( not)4( per)3(m)-5(i)5(t)4( t)4(hi)5(s)1(.)]TJ -0 Tc 0 Tw 18.984 0 Td -( )Tj -ET -67.434 237.307 1.44 0.48 re -f -68.874 237.307 89.76 0.48 re -f -158.634 237.307 0.481 0.48 re -f -159.115 237.307 90.239 0.48 re -f -249.354 237.307 0.481 0.48 re -f -249.835 237.307 127.2 0.48 re -f -377.034 237.307 0.48 0.48 re -f -377.514 237.307 186 0.48 re -f -563.514 237.307 1.44 0.48 re -f -67.434 237.307 1.44 -69.12 re -f -158.634 168.187 0.481 69.12 re -f -249.354 168.187 0.481 69.12 re -f -377.034 168.187 0.48 69.12 re -f -563.514 237.307 1.44 -69.12 re -f -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 8.88 0 0 8.88 71.0342 156.4271 Tm -[(G)1(E)3(O)1(G)1(C)2(S)]TJ -0 Tc 0 Tw 4.449 0 Td -( )Tj -0.011 Tc -0.011 Tw 5.767 0 Td -[(G)1(E)3(O)1(G)1(C)2(S)]TJ -0 Tc 0 Tw 4.449 0 Td -( )Tj -0.009 Tc -0.009 Tw 5.767 0 Td -[(BASEG)-2(EO)-2(D)-1(C)-1(R)-1(S)]TJ -0 Tc 0 Tw 7.828 0 Td -( )Tj -6.55 0 Td -( )Tj -ET -67.434 167.707 1.44 0.481 re -f -68.874 167.707 89.76 0.481 re -f -158.634 167.707 0.481 0.481 re -f -159.115 167.707 90.239 0.481 re -f -249.354 167.707 0.481 0.481 re -f -249.835 167.707 127.2 0.481 re -f -377.034 167.707 0.48 0.481 re -f -377.514 167.707 186 0.481 re -f -563.514 167.707 1.44 0.481 re -f -67.434 167.707 1.44 -16.56 re -f -158.634 151.147 0.481 16.56 re -f -249.354 151.147 0.481 16.56 re -f -377.034 151.147 0.48 16.56 re -f -563.514 167.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 139.3871 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.497 0 Td -[()]TJ -0 Tc 0 Tw 5.015 0 Td -( )Tj -0.008 Tc -0.004 Tw 5.201 0 Td -[()]TJ -0 Tc 0 Tw 7.831 0 Td -( )Tj -6.547 0 Td -( )Tj -ET -67.434 150.667 1.44 0.48 re -f -68.874 150.667 89.76 0.48 re -f -158.634 150.667 0.481 0.48 re -f -159.115 150.667 90.239 0.48 re -f -249.354 150.667 0.481 0.48 re -f -249.835 150.667 127.2 0.48 re -f -377.034 150.667 0.48 0.48 re -f -377.514 150.667 186 0.48 re -f -563.514 150.667 1.44 0.48 re -f -67.434 150.667 1.44 -16.56 re -f -158.634 134.107 0.481 16.56 re -f -249.354 134.107 0.481 16.56 re -f -377.034 134.107 0.48 16.56 re -f -563.514 150.667 1.44 -16.56 re -f -BT -/TT0 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 121.3871 Tm -[(V)-5(e)-3(r)-1(tic)]TJ -0.009 Tc -0.005 Tw 2.817 0 Td -[(a)2(l)6( )1(CRS)]TJ -0 Tc 0 Tw 3.266 0 Td -( )Tj -ET -67.434 134.107 1.44 -1.44 re -f -68.874 134.107 89.76 -1.44 re -f -158.634 134.107 1.44 -1.44 re -f -160.074 134.107 89.28 -1.44 re -f -249.354 134.107 1.44 -1.44 re -f -250.794 134.107 126.24 -1.44 re -f -377.034 134.107 1.44 -1.44 re -f -378.474 134.107 185.04 -1.44 re -f -563.514 134.107 1.44 -1.44 re -f -67.434 132.667 1.44 -16.56 re -f -563.514 132.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 71.0342 103.3871 Tm -( )Tj -0.008 Tc -0.004 Tw 10.216 0 Td -[()]TJ -0 Tc 0 Tw 4.169 0 Td -( )Tj -0.008 Tc -0.004 Tw 6.047 0 Td -[()]TJ -0 Tc 0 Tw 6.027 0 Td -( )Tj -8.351 0 Td -( )Tj -ET -67.434 116.107 1.44 -1.44 re -f -68.874 116.107 89.76 -1.44 re -f -158.634 116.107 1.44 -1.44 re -f -160.074 116.107 89.28 -1.44 re -f -249.354 116.107 1.44 -1.44 re -f -250.794 116.107 126.24 -1.44 re -f -377.034 116.107 1.44 -1.44 re -f -378.474 116.107 185.04 -1.44 re -f -563.514 116.107 1.44 -1.44 re -f -67.434 114.667 1.44 -16.56 re -f -158.634 98.107 0.481 16.56 re -f -249.354 98.107 0.481 16.56 re -f -377.034 98.107 0.48 16.56 re -f -563.514 114.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 161.7542 86.3471 Tm -[(VER)-1(T)1(_)2(C)-1(S)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.006 Tw 10.216 0 Td -[(V)1(E)1(RT)2(CRS)1( |)7( V)1(E)1(RT)2(I)6(CA)1(L)3(CRS)]TJ -0 Tc 0 Tw 12.765 0 Td -( )Tj -1.613 0 Td -( )Tj -ET -67.434 97.628 1.44 0.48 re -f -158.634 97.628 0.481 0.48 re -f -159.115 97.628 90.239 0.48 re -f -249.354 97.628 0.481 0.48 re -f -249.835 97.628 127.2 0.48 re -f -377.034 97.628 0.48 0.48 re -f -377.514 97.628 186 0.48 re -f -563.514 97.628 1.44 0.48 re -f -67.434 97.627 1.44 -16.56 re -f -67.434 81.067 1.44 -1.44 re -f -67.434 81.067 1.44 -1.44 re -f -68.874 81.067 89.76 -1.44 re -f -158.634 81.068 0.481 16.56 re -f -158.634 81.067 1.44 -1.44 re -f -160.074 81.067 89.28 -1.44 re -f -249.354 81.068 0.481 16.56 re -f -249.354 81.067 1.44 -1.44 re -f -250.794 81.067 126.24 -1.44 re -f -377.034 81.068 0.48 16.56 re -f -377.034 81.067 1.44 -1.44 re -f -378.474 81.067 185.04 -1.44 re -f -563.514 97.627 1.44 -16.56 re -f -563.514 81.067 1.44 -1.44 re -f -563.514 81.067 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 70.5071 Tm -( )Tj -ET - endstream endobj 121 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(74)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -ET -q -31.674 712.267 111.84 45.84 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 748.9871 Tm -[(<)-1(engi)5(neer)3(i)5(ng C)-3(R)-3(S)-2(>)]TJ -0 Tc 0 Tw 8.925 0 Td -( )Tj -ET -Q -q -143.514 712.267 28.32 45.84 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 148.7942 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 712.267 324 45.84 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 748.9871 Tm -[(LO)-4(C)-3(A)-2(L_C)-3(S)-2( <)-1(l)5(ef)5(t)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)-1( <)-1(engi)5(neer)4(i)5(ng C)-3(R)-3(S)-2( nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 24.571 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 737.4671 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(engi)5(neer)3(i)5(ng )1(dat)4(um)-6(>)-1( )1(<)-2(w)-5(kt)4( )1(separ)3(at)4(or)3(>)-1( )1(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4(>)-2( )]TJ -0 Tc 0 Tw 31.187 0 Td -( )Tj -0.009 Tc -0.004 Tw -31.187 -1.171 Td -[([)5( )1( )1( )1(])5( )1()]TJ -0 Tc 0 Tw 19.264 0 Td -( )Tj -ET -q -171.834 712.267 324 45.84 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 177.1143 714.6671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc 0.389 Tw 9.84 0 0 9.84 37.1944 703.1471 Tm -[(A)-3(s a)-1( co)-1(n)]TJ -0.009 Tc 0.388 Tw 4.739 0 Td -[(s)1(equenc)1(e of)5( t)5(he l)6(ac)1(k)1( of)5( bac)1(k)1(w)-3(ar)4(d c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1( w)-3(i)6(t)5(h t)5(he c)1(om)-5(ponent)5( k)1(ey)1(w)-3(or)4(ds)1( and obj)6(ec)1(t)5(s)1( )]TJ -0.45 Tw -4.739 -1.171 Td -[(V)-2(E)-2(R)-3(T)-1(_D)-3(A)-2(T)-1(U)-3(M)-5( and LO)-4(C)-3(A)-2(L_D)-3(A)-2(T)-1(U)-3(M)-5( obj)5(ec)1(t)4(s)1( as)1( di)5(s)1(c)1(us)1(s)1(ed i)5(n C)-3(.)4(3.)4(3,)4( i)5(m)-6(pl)5(em)-6(ent)4(at)4(i)5(ons)1( r)3(eadi)5(ng s)1(t)4(r)3(i)5(ngs)1( )]TJ -0.092 Tw 0 -1.171 TD -[(c)1(onf)5(or)4(m)-5(ant)5( t)5(o t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d have no bac)1(k)1(w)-3(ar)4(d c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1( w)-3(i)6(t)5(h t)]TJ -36.386 0 Td -[(he V)-2(E)-2(R)-3(T)-1(_C)-3(S)-2( or)4( LO)-4(C)-3(A)-2(L_C)-3(S)-2( )]TJ --0.009 Tw -36.386 -1.171 Td -[(obj)5(ec)1(t)5(s)1(.)]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 641.2271 Tm -[(C)-7(.)1(4)-4(.)1(4)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.012 Tc -0.006 Tw 0.529 0 Td -[(C)-1(o)1(m)-4(p)1(o)1(u)1(n)1(d)1( )1(C)-1(R)-1(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 617.4671 Tm -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.412 Tw 3.164 0 Td -[(1:)5(2004 di)5(d not)5( s)1(uppor)4(t)5( t)5(hi)5(s)1( C)-3(R)-3(S)-2( t)5(y)1(pe.)5( T)-1(he )]TJ -0.013 Tc -0.013 Tw 22.539 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.412 Tw 0.338 0 Td -[(009 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on di)5(d do s)1(o.)5( I)5(n t)5(hi)5(s)1( )]TJ -0.033 Tw -31.802 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(a)-1(ndar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(def)5(i)5(ni)6(t)5(i)6(o)-1(n )1(f)5(r)4(om)-5( )]TJ -0.013 Tc -0.013 Tw 23.101 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.033 Tw 0.338 0 Td -[(009 has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( i)5(nc)1(l)5(uded her)4(e f)5(or)4( )]TJ --0.004 Tw -27.167 -1.146 Td -[(t)5(he )1(pu)]TJ -2.825 0 Td -[(r)4(pos)1(es)1( )1(of)5( )1(doc)1(um)-5(ent)5(i)6(ng )1(bac)1(k)1(w)-2(ar)4(d )1(c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 21.068 0 Td -( )Tj -ET -q -31.674 534.187 111.84 46.08 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 571.1471 Tm -[(<)-1(com)-6(pound )1(C)-3(R)-3(S)-3(>)]TJ -0 Tc 0 Tw 8.361 0 Td -( )Tj -ET -Q -q -143.514 534.187 28.32 46.08 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 148.7942 571.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 534.187 324 46.08 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 177.1143 571.1471 Tm -[(C)-3(O)-4(M)-9(P)-2(D)-3(_C)-3(S)-2( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(c)1(om)-6(pound C)-3(R)-3(S)-2( nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 24.462 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 559.6271 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(coor)3(di)5(nat)4(e )1(r)3(ef)4(er)3(ence )1(s)-1(yst)4(em)-6(>)-1( )]TJ -0 Tc 0 Tw 21.862 0 Td -( )Tj -0.008 Tc -0.003 Tw -21.862 -1.171 Td -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(coor)3(di)5(nat)4(e )1(r)3(ef)4(er)3(ence )1(s)-1(yst)4(em)-6(>)-1( )1(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 29.148 0 Td -( )Tj -ET -q -171.834 534.187 324 46.08 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 177.1143 536.5871 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.175 Tw 9.84 0 0 9.84 37.1944 525.0671 Tm -[(T)-1(hi)5(s)1( def)4(i)5(ni)5(t)4(i)5(on al)5(l)5(ow)-3(s)1( any)1( c)1(om)-6(b)]TJ -0.008 Tc 0.176 Tw 14.78 0 Td -[(i)4(n)-1(a)-1(t)3(i)4(o)-1(n)-1( o)-1(f)3( C)-4(R)-4(S)-3( t)3(y)-1(p)-1(e)-1(s)-1(,)3( f)3(o)-1(r)2( e)-1(x)2(a)-1(m)-6(p)-1(l)4(e)-1( t)3(w)-4(o)-1( h)-1(o)-1(r)2(i)4(z)-1(o)-1(n)-1(t)3(a)-1(l)4( C)-4(R)-4(S)-3(s)-1(.)3( T)-2(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( )]TJ -0.009 Tc 0.506 Tw -14.78 -1.171 Td -[(S)-2(t)4(andar)3(d c)1(ons)1(t)4(r)3(ai)5(ns)1( per)3(m)-6(i)5(s)1(s)1(i)5(bl)5(e c)1(om)-6(bi)5(nat)4(i)5(ons)1(.)4( I)4(n pr)3(ac)1(t)4(i)5(c)1(e W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ngs)1( w)-3(r)3(i)5(t)4(t)4(en t)4(o t)4(he )]TJ -0.013 Tc -0.013 Tw (OGC)Tj -0 Tc 0 Tw 46.107 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(009 )Tj -0.191 Tw -47.858 -1.171 Td -[(s)1(pec)1(i)6(f)5(i)6(c)1(at)5(i)6(on ar)4(e l)6(i)6(k)1(el)6(y)1( t)5(o be a c)1(om)-5(bi)6(nat)5(i)6(on per)4(m)-5(i)6(t)5(t)5(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d,)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.191 Tw 39.962 0 Td -[(one of)5( w)-3(hi)5(c)1(h w)-3(i)5(l)5(l)5( be )]TJ -0.233 Tw -39.962 -1.171 Td -[(ver)4(t)5(i)6(c)1(al)6( and one of)5( w)-3(hi)6(c)1(h w)-3(i)6(l)6(l)6( pr)4(obabl)6(y)1( be geogr)4(aphi)6(c)1( 2D)-3( or)4( pr)4(oj)6(ec)1(t)5(ed but)5( c)1(oul)6(d be engi)6(neer)4(i)6(ng \()4(l)6(oc)1(al)6(\))4(.)5( )]TJ -0.469 Tw 0 -1.171 TD -[(H)-3(ow)-3(ever)3( as)1( a c)1(ons)1(equenc)1(e of)4( t)4(he l)5(ac)1(k)1( of)4( bac)1(k)1(w)-3(ar)3(d c)1(om)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y)1( w)-3(i)5(t)4(h t)4(he k)1(ey)1(w)-3(or)3(ds)1( and obj)5(ec)1(t)4(s)1( )]TJ -0.028 Tw 0 -1.171 TD -[(V)-2(E)-2(R)-3(T)-1(_D)-3(A)-2(T)-1(U)-3(M)-5( and LO)-4(C)-3(A)-2(L_D)-3(A)-2(T)-1(U)-3(M)-5( obj)5(ec)1(t)4(s)1( as)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.027 Tw 21.958 0 Td -[(di)5(s)1(c)1(us)1(s)1(ed i)5(n )]TJ -0 Tc 0 Tw 5.938 0 Td -(C)Tj -0.009 Tc 0.028 Tw 0.734 0 Td -[(.)5(3.)5(3 )1(and )]TJ -0 Tc 0 Tw 4.019 0 Td -(C)Tj -0.009 Tc 0.028 Tw 0.734 0 Td -[(.)5(4.)5(3,)5( )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(has)1( )]TJ --0.005 Tw -33.382 -1.171 Td -[(no bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1( w)-3(i)5(t)5(h t)5(he C)-3(O)-4(M)-5(P)-2(D)-3(_C)-3(S)-2( obj)5(ec)1(t)5(.)]TJ -0 Tc 0 Tw 24.737 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 428.8271 Tm -[(C)-7(.)1(4)-4(.)1(5)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc 0.529 0 Td -[(F)-5(i)1(tte)-4(d)-5( )1(C)-7(S)]TJ -0 Tc 4.47 0 Td -( )Tj -/TT1 1 Tf -0.013 Tc -0.013 Tw 9.84 0 0 9.84 37.1944 405.0671 Tm -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.136 Tw 0.338 0 Td -[(009 des)1(c)1(r)4(i)5(bes)1( a F)-1(I)5(T)-1(T)-1(E)-2(D)-3(_C)-3(S)-2( obj)5(ec)1(t)5(.)5( )]TJ -[(T)-1(hi)5(s)1( i)5(s)1( f)4(unc)1(t)4(i)5(onal)5(l)5(y)1( equi)5(val)5(ent)4( t)4(o I)4(S)-2(O)]TJ -0 Tc 0 Tw 34.333 0 Td -( )Tj -0.009 Tc 0.136 Tw 0.282 0 Td -[(19111 S)-2(C)-3(_D)-3(er)4(i)5(vedC)-3(R)-3(S)-2( )]TJ -0.095 Tw -38.681 -1.171 Td -[(w)-3(i)5(t)4(h t)4(he der)3(i)5(vi)5(ng c)1(onver)3(s)1(i)5(on ex)]TJ -[(pr)4(es)1(s)1(ed as)1( a C)-3(T)-1(_M)-5(at)5(hT)-1(r)4(ans)1(f)5(or)4(m)-6( and appl)5(i)5(ed i)5(n t)5(he r)4(ever)4(s)1(e di)5(r)4(ec)1(t)5(i)5(on \()]TJ -/TT2 1 Tf -0.005 Tc -0.005 Tw 46.911 0 Td -[(t)1(o)]TJ -/TT1 1 Tf -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.382 0 Td -[(t)5(he )]TJ -0.81 Tw -48.14 -1.171 Td -[(bas)1(e C)-3(R)-3(S)-2( i)5(ns)1(t)5(ead t)5(han )]TJ -/TT2 1 Tf -0.005 Tc -0.005 Tw 13.989 0 Td -[(f)1(ro)-4(m)]TJ -/TT1 1 Tf -0 Tc 0 Tw 2.033 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.097 0 Td -[(i)1(t\))-1(. )]TJ -/TT3 1 Tf -0.01 Tc -0.01 Tw 2.226 0 Td -(CT_MathTransform)Tj -/TT1 1 Tf -0 Tc 0 Tw 9.756 0 Td -( )Tj -0.008 Tc 0.811 Tw 1.097 0 Td -[(i)4(s)-1( b)-1(a)-1(s)-1(i)4(c)-1(a)-1(l)4(l)4(y)-1( eq)-1(u)-1(i)4(v)-2(a)-1(l)4(e)-1(n)-1(t)3( t)3(o)-1( I)3(S)-3(O)]TJ -0 Tc 0 Tw 16.248 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19111 )Tj -/TT3 1 Tf -0.01 Tc -0.01 Tw -46.728 -1.244 Td -(CC_CoordinateOperation)Tj -/TT1 1 Tf -0.009 Tc -0.003 Tw 13.415 0 Td -[(,)5( )1(ex)4(c)1(ept)5( )1(t)5(hat)5( )]TJ -/TT3 1 Tf -0.01 Tc -0.01 Tw 5.818 0 Td -(CT_MathTransform)Tj -/TT1 1 Tf -0 Tc 0 Tw 9.756 0 Td -( )Tj -0.008 Tc -0.002 Tw 0.283 0 Td -[(i)4(s)-1( n)-1(o)-1(t)3( r)2(e)-1(s)-1(t)3(r)3(i)4(c)-1(t)3(e)-1(d)-1( t)3(o)-1( o)-1(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 12.542 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.283 0 Td -(on)Tj -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 1.413 0 Td -[(c)1(oor)4(di)6(n)]TJ -0.004 Tc -0.004 Tw 3.332 0 Td -[(a)-5(te)-5(s)-4(; )]TJ -0.009 Tc 0.506 Tw -47.35 -1.268 Td -[(f)5(or)4( )1(t)5(hi)6(s)1( )1(r)4(eason)]TJ -0 Tc 0 Tw 7.458 0 Td -( )Tj -/TT3 1 Tf -0.01 Tc -0.01 Tw 0.792 0 Td -(CT_MathTransform)Tj -/TT1 1 Tf -0 Tc 0 Tw 9.756 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.792 0 Td -(do)Tj -(es)Tj -0 Tc 0 Tw 2.203 0 Td -( )Tj -0.009 Tc 0.505 Tw 0.792 0 Td -[(not)5( have )]TJ -/TT3 1 Tf -0.01 Tc -0.01 Tw 5.201 0 Td -(sourceCRS)Tj -/TT1 1 Tf -0 Tc 0 Tw 5.488 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.792 0 Td -(and )Tj -/TT3 1 Tf -0.01 Tc -0.01 Tw 2.487 0 Td -(targetCRS)Tj -/TT1 1 Tf -0 Tc 0 Tw 5.488 0 Td -( )Tj -0.009 Tc 0.505 Tw 0.792 0 Td -[(pr)4(oper)4(t)5(i)5(es)1(.)5( T)-1(hi)5(s)1( )]TJ -0.261 Tw -42.041 -1.268 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(an)-1(dar)4(d )1(does)1( )1(not)5( )1(at)5(t)5(em)-5(pt)5( )1(t)4(o )1(m)-5(ai)6(nt)5(ai)6(n )1(bac)1(k)1(w)-2(ar)4(d )1(c)1(om)-5(pat)5(i)6(bi)5(l)6(i)6(t)5(y)]TJ -0 Tc 0 Tw 35.73 0 Td -( )Tj -0.004 Tc 0.266 Tw 0.547 0 Td -[(w)-8(it)-1(h)-5( t)-1(h)-5(is)-4( )]TJ -0.01 Tc -0.01 Tw [(FI)5(TTE)-1(D)-2(_)1(C)-2(S)-1( )]TJ -0.009 Tc -0.009 Tw 10.564 0 Td -[(obj)5(ec)1(t)5( )]TJ --0.005 Tw -46.842 -1.171 Td -[(bec)1(aus)1(e of)5( t)5(he di)5(f)5(f)5(er)4(enc)1(es)1( i)5(n t)5(he m)-6(odel)5(l)5(i)5(ng.)]TJ -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 294.9071 Tm -(C.5)Tj -( )Tj -2.083 0 Td -[(Backw)1(ard compat)]TJ -(ibility of coordinate operations)Tj -( )Tj -/TT1 1 Tf -0.013 Tc -0.013 Tw 9.84 0 0 9.84 37.1944 270.9071 Tm -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(009 def)5(i)5(nes)1( a m)-6(at)5(h t)5(r)4(ans)1(f)5(or)4(m)-6( obj)5(ec)1(t)5(.)]TJ -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -ET -q -31.674 232.987 111.84 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 247.3871 Tm -[(<)-1(m)-6(at)4(h )1(t)4(r)3(ansf)4(or)3(m)-6(>)]TJ -0 Tc 0 Tw 8.022 0 Td -( )Tj -ET -Q -q -143.514 232.987 28.32 23.52 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 148.7942 247.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 232.987 324 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 247.3871 Tm -[(<)-1(par)3(am)-6( )1(m)-6(t)4(>)-1( )1(|)4( <)-1(co)-1(ncat)4( )1(m)-6(t)4(>)-1( )1(|)4( )1( )1(<)-1(i)5(nv )1(m)-6(t)4(>)-2( )1(|)4( )1(<)-1(passt)4(hr)3(ough )1(m)-6(t)4(>)]TJ -0 Tc 0 Tw 25.934 0 Td -( )Tj --25.934 -1.171 Td -( )Tj -ET -Q -q -31.674 198.427 111.84 34.56 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 223.8671 Tm -[(<)-1(par)3(am)-6( )1(m)-6(t)4(>)]TJ -0 Tc 0 Tw 5.481 0 Td -( )Tj -ET -Q -q -143.514 198.427 28.32 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 148.7942 223.8671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 198.427 324 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 177.1143 223.8671 Tm -[(P)-2(A)-2(R)-3(A)-2(M)-9(_M)-9(T)-1( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(c)1(l)5(as)1(s)1(i)5(f)4(i)5(c)1(at)4(i)5(on nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 22.939 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 177.1143 212.3471 Tm -[({)4( )1( )1(Tj -/TT2 1 Tf -0.004 Tc 2.54 0 Td -[( <)-6(r)-1(ig)-5(h)-5(t d)-5(e)-5(lim)-11(ite)-5(r)-1(>)]TJ -0 Tc 7.57 0 Td -( )Tj -ET -q -171.834 198.427 324 34.56 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 177.1143 200.8271 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.287 Tw 9.84 0 0 9.84 37.1944 189.3071 Tm -[(T)-1(he P)-2(A)-2(R)-3(A)-2(M)-5(_M)-5(T)-1( obj)5(ec)1(t)4( r)3(equi)5(r)3(es)1( a s)1(ubs)1(et)4( of)4( t)4(he at)4(t)4(r)3(i)5(but)4(es)1( f)4(or)3( <)-1(c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on>)-1( def)4(i)5(ned i)5(n )]TJ --0.009 Tw 47.293 0 Td -(17)Tj -0.005 Tc -0.005 Tw [(.)1(1)-4(.)1( )]TJ -0.009 Tc 0.183 Tw -47.293 -1.146 Td -[(H)-3(ow)-3(ever)3( as)1( i)5(t)4( i)5(s)1( m)-6(i)5(s)1(s)1(i)5(ng s)1(ever)3(al)5( ot)4(her)3( at)4(t)4(r)3(i)5(but)4(es)1( m)-6(andat)4(or)3(y)1( i)5(n <)-1(c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on>)-1( \()3(s)1(our)3(c)1(e and t)4(ar)3(get)4( )]TJ -0.002 Tw T* -[(C)-3(R)-3(S)-2(s)1(,)4( c)1(l)5(ear)3( di)5(s)1(t)4(i)5(nc)1(t)4(i)5(on b)]TJ -11.087 0 Td -[(et)5(w)-3(een oper)4(at)5(i)5(on and oper)4(at)5(i)5(on m)-6(et)5(hod\))4(,)5( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( w)-3(r)4(i)5(t)5(t)5(en t)5(o t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( )]TJ --0.004 Tw -11.087 -1.171 Td -[(S)-2(t)4(andar)3(d have no bac)1(k)1(w)-3(ar)3(d c)1(om)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y)1( w)-3(i)5(t)4(h t)4(he m)-6(at)4(h t)4(r)3(ans)1(f)4(or)3(m)-6( obj)5(ec)1(t)4(.)]TJ -0 Tc 0 Tw 32.706 0 Td -( )Tj -ET - endstream endobj 117 0 obj <> endobj 123 0 obj [125 0 R] endobj 124 0 obj <>stream -H塡愊j0 骑~ -跜qb豊罰Z9亡幁d喤6妔熔WqK仞★'>I炡s|鵈裿榓鹆蝢!嬓汨儴8o骫曔N& 蓀肺6 Q4 7鏛+鞄.龈驌#靱Nd筏魢 h 鬾覈d鞠雭趋T氧-實鏳, #姦庖屑qi伭=跽嶊鹝ǜkv獼疥Q鮇a锂m -/ 張v!鈚"%|-LmO\#鋜@ endstream endobj 125 0 obj <> endobj 126 0 obj <> endobj 127 0 obj <> endobj 128 0 obj <>stream -H墇` endstream endobj 129 0 obj <>stream -H墝V{pT}畿萃;拹柣\泩ヲ -乨w&伳n诣靻<朑 厐 C钂颞mP0r7L"⒍赗(礌獋P蚀祉w7!梏灲g跨g穒ZDa$珰T=嫹尽灯0⺪龗柡e隱> P幙諻笱志腪Yh偀 }虮Sy閛hj钋郊,Y独嚨8砒#|蛵&拊ゾ嗂賅_M`黈|䦶椬鲶惝頄遶+YH尶髙劈-4畽夹2鉺9麨8剉^A豂A Z皺譡貚碓X6哶WE#*9+)hI玟' +嗋/枧c豱lD# X巒y\窮nZ - b幦k8C妜膾jYa渎侶 絙6麧dL,蘀弣}(跼`渿鶚蠔[{p偠奪盧瓷銝r9儹餓葌 Yj災s莡姠Dz.蒚eG鑖鑾哑憦旅Vr4o$>%鼖施N8E檒T,J1澡d8<蔾梳<蹓犡#[Co噉兏G$r匐壢泺+9W8K 擣4妸h>-鬿a撆z&nK嬏5A顟囧技)褪ek磻m~Yx義螟宻:贅蚲V 8'皦冏N紑8.t<>肕堞8GSh*昭j0絁镅i窀饓茛Wj矑m)P -e卹:勑k(z讏3:?_w9浢9鐧溠\xP藮嗧x-钋A杓zp熰*g.挆潚(匜襤圣4丣〝*毃厼-磵灔び!鲦紺g -}M793渇-馀p1B鋱\駹+昱F盡嚺Q^団8'.鈳L怚糉,Y$昒r檒-r嚣<)/( -/^蒝r敓*{晝蕒K磂嬪薿-,棳摆瓘XK瑍氙璢謴m襐j=e{趘$Zt餿9饮Q眠╙&夶T"鲅o(N秉給)葡臫∮1T䲟V*$藯|#Bg醛欤]8蕮*媐%瀪&宕"臙磱k釠%I偾諺窦74嗞褉鏓N6忨槢3:{TV鍴m凜唀ぇウ MNJ抈弿媿墡妼癥-\UB嶬s{U=双+YZQQ畨k>&#xu旾盍2宏 嫨%骙差;掶}掶抎Wjn庩襎椒PS花苍灭/ - -U* 肑V塭尼` 諘/Tu颡.萁py `tT乂P暃僠T4冄 )Zc怰)燖D,{ェk.=M+4]衑λW攝\GEn嶯 磈贚=AA貙n-衜a3闎3lV9oZ混:cj_旼椌 -覨倱)/嬺酑 -<镧f葊+u繤U遀旯熾0鲓 ->僽Ep抽V3嫨c觹3斁爅5桰.R鮄m︽,騬A:娴8:矣蠡 Hw﹣2忔效gh韭a$娴J薟srs傱劸l汊麃権麃^ -嫑P窦乼掗6嬠@W塆鉆&橻$Lb1~*埖.肂=怖扮檛S_穌55p \v慝/S|kL衛巵c=Xw:1c叹p!偾ia||n为.1Ak传镃墖*蚱r唱浕騋蛨井杂嚝ㄎ鐯⺋g.&缤{滀r摮g@莴q鹶驈2惉Gd |忭C]<潌vm縳綱\Z镼]on嬎a}麵紐HO,鹑  鎟'V 泩'FW2鵦 wrM-俒1L!窄劢E}{E斆*u_沍岑o怔菰鬁凂)凁A钆$;琩夆彩@ j贤鱊 嘀Tw饀氇5债号^7需蜣玥椦9Cw稸p~抒n詇Si06童魌垸O恙2O Q酀Yxn呖s'鬓摅彊朡M:ぽeQ"}鷾彃.K声芤嘠C耩 p岈bd銏B/襔辕L eH乫掩疷鈆B鶈抮軻 -Q闅瑌%忈 犯飫沢$蔟li]UqU馼0J4蚶玁>0 4駄撊D椸l購砆鋞吃a)QUgL覶嚕调霒蝥椭息t覧攡5J鸌y釙<r6O蚅癸1dw [鵆鮨庤鉐5絥\1纞4乥俵蕍欤t孭甁I>PO窎滞U蓖^v菿/?Nh莟蓓;嬄w鮮]竭N鵠幼f8~e痈Cv墬池陣-d嶃趑蝶Q钩*怤鯦?'鋖鮧鮪謘蝪:稵y3烠艡N蚝}A^稟#J5?変u吿CW愑U碗/蚝 墄麞禙!穥gO蛦緷=輂项DG嫵叴〃1衎"鞱覂z閾Z7锽3詎F冀a楱花溒 3暋虋z覴啿A!3L榑e K倗姇Ar4 襀x+鷃蘴J憁<,洇鏍赐9閜澶}eN终 堠l魛癘e+si蝵a1一Q黂$<妧4$?昡P櫅f/蚕U& 0o@nq纓 \襧ke薯綁>擖愪潚G$H^攺%煇#挿JOo狷譓\7 硠TS漏559C镤,闱-4C藊瓀 傟诫x5$斤_蟢@U&椮),瞤!^鷴b荽栀 徍f幒堓o坝昫\闁僋偞尶梍耹4!V蝑鴗岴穎鴠n4鏂B往/>鵠緫?们:欋4>鱗硤嫩惫)~黟芳2許a:y&m髈 滧纫鈺Y謖,3剩6-JG股?漉5rjPL錕y/2]u.菟菇$(蔀梇嬎畈嘡堪K 苍A杍`︰,禍a: -皵罵媃獟曣%篬煣]譵害+h鯦毽!>' l氞氃輮郕頺]!IzSb馞KOv懾.o鷁躦Q幱_#M椖H褤~請Yl=2bi侄=1B榍Ix邮8:-#咩#*劀=r,$e#濰申k淊吔戠沏1倍髌饠Y芲c00S翷 覵>'咬+撻燩f+摫臾q飵c魷赡榋M嚕砺疺7%1<壝k?,p肂%#膇4圀I^K|+>匸D 淿^'$n崖隣郌苶薛無n璹檄K鐎Tq 羅匥劕} ┥CjAje&>起棋澝窪&銠祁F脠v媤-1$9)塑铿栂軺菌藠q驌z8Q:9}$A[a 舄*狭妐嵭!.勠󥬊轣':珅萻pUU8蕠躳#脎嘇<杨拷//鸋,韽且詰#孍裭4%岖涹9漄kv2绗3,湭g风伕-沾曈稅4鯾+H翡燠+柜]l牕 endstream endobj 120 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(73)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc 0.145 Tw -49.553 74.463 Td -[(T)-1(he f)4(or)3(m)-6(al)5( s)1(pec)1(i)5(f)4(i)5(c)1(at)4(i)5(ons)1( of)4( bot)4(h I)4(S)-2(O)]TJ -0 Tc 0 Tw 17.407 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.144 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 5.665 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.144 Tw 0.338 0 Td -[(009 di)5(d not)5( s)1(uppor)4(t)5( W)-6(K)-2(T)-1( des)1(c)1(r)4(i)5(pt)5(i)5(ons)1( of)5( )]TJ --0.005 Tw -30.585 -1.171 Td -[(geodet)5(i)5(c)1( C)-3(R)-3(S)-2(s)1( havi)5(ng el)5(l)5(i)5(ps)1(oi)5(d)]TJ -[(al)5( 3D)-3( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(s)1(.)]TJ -0 Tc 0 Tw 25.699 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 710.1071 Tm -[(C)-7(.)1(4)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.529 0 Td -[(P)-2(r)3(o)-1(j)5(ect)4(ed)-1( )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 7.075 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.433 Tw 9.84 0 0 9.84 71.0342 686.5871 Tm -[(P)-2(r)3(oj)5(ec)1(t)4(ed C)-3(R)-3(S)-2( i)5(s)1( def)4(i)5(ned i)5(n )]TJ -0 Tc 0 Tw 14.892 0 Td -(C)Tj -0.008 Tc 0.434 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1( 9)-1(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 3.996 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.433 Tw 0.776 0 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)5(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(def)5(i)6(ni)6(t)5(i)6(ons)1( )1(f)5(r)4(om)-5( )]TJ -0.005 Tc -0.005 Tw -20.398 -1.171 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.322 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 6.021 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.322 Tw 0.338 0 Td -[(009 have been depr)4(ec)1(at)5(ed but)5( ar)4(e i)5(nc)1(l)5(uded her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( )]TJ --0.005 Tw -15.284 -1.171 Td -[(doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d )]TJ -0.003 Tc -0.003 Tw 10.732 0 Td -[(c)-5(o)-6(m)-11(p)-6(a)-6(t)-1(ib)-6(ilit)-1(y)-5(.)-1( )]TJ -0 Tc 0 Tw 6.156 0 Td -( )Tj -ET -q -65.754 591.787 147.12 57.36 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 640.0271 Tm -[(<)-1(pr)3(oj)5(ect)4(ed )1(cr)3(s>)]TJ -0 Tc 0 Tw 7.004 0 Td -( )Tj -ET -Q -q -212.874 591.787 29.04 57.36 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 640.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.914 591.787 325.44 57.36 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 247.1944 640.0271 Tm -[(P)-2(R)-3(O)-4(J)1(C)-3(S)-2( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(c)1(r)3(s)1( nam)-6(e>)-1( <)-1(w)-5(k)1(t)4( s)1(epar)3(at)4(or)3(>)-1( <)-1(geogc)1(s)1(>)]TJ -0 Tc 0 Tw 29.036 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 247.1944 628.5071 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(pr)3(oj)5(ect)4(i)5(on>)]TJ -0 Tc 0 Tw 13.163 0 Td -( )Tj -0.009 Tc -0.004 Tw -13.163 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 12.943 0 Td -<0001>Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1( )1( )1()]TJ -0 Tc 0 Tw 4.434 0 Td -( )Tj -ET -q -241.914 591.787 325.44 57.36 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 247.1944 593.9471 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 582.6671 Tm -[(<)-1(geogcs>)-1( and)-1( )1(<)-1(pr)3(oj)5(ect)4(i)5(on>)-1( )1(and )1(t)3(hei)5(r)3( )1(l)5(i)5(m)-6(i)5(t)4(at)4(i)5(ons )1(ar)]TJ -0.009 Tc -0.005 Tw 22.539 0 Td -[(e des)1(c)1(r)4(i)5(bed i)5(n C)-3(.)5(4.)5(1 and C)-3(.)5(3.)5(4 r)4(es)1(pec)1(t)5(i)5(vel)5(y)1(.)5( )]TJ -0 Tc 0 Tw 19.939 0 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 559.8671 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc 2.026 0 Td -(PROJCS[NAD83 / UTM zone 10N,)Tj -/TT4 1 Tf -0 Tc ( )Tj -0.008 Tw 0.327 -1.189 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw (GE)Tj -(OGCS)Tj -0 Tc 0 Tw ([)Tj -0.008 Tc -0.008 Tw 5.473 0 Td -("NAD83",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -5.473 -1.297 Td -( )Tj -0.008 Tc 0 Tw (DATUM[North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc 0 Tw (SPHEROID["GRS 1980",6378137.0,298.257222101],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PRIMEM["Greenwich",0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PROJECTION["Transverse Mercator"])Tj -0 Tc (,)Tj -21.891 0 Td -( )Tj -0.008 Tw -21.891 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of origin",0.0],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.378 TD -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw [(\()3(f)4(our)3( )1(addi)5(t)4(i)5(onal)5( )1(par)3(am)-5(et)4(er)3(s)1( )1(om)-5(i)5(t)4(t)4(ed )1(f)4(or)3( )1(br)3(evi)5(t)4(y)1(\))]TJ -0 Tc 0 Tw 23.219 0 Td -( )Tj -/TT3 1 Tf -0.008 Tw -23.219 -1.216 Td -( )Tj -0.008 Tc -0.008 Tw (UNIT["metre",1.0])Tj -0 Tc 0 Tw (])Tj -/TT1 1 Tf -9.84 0 0 9.84 249.9332 468.9071 Tm -( )Tj --18.181 -1.22 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 434.1071 Tm -[(EX)1(AM)-2(PL)2(E 2)]TJ -/TT3 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc 2.026 0 Td -(PROJCS[NAD83 / UTM zone 10N,)Tj -0 Tc ( )Tj -0.008 Tw 0.327 -1.162 Td -( )Tj -0.008 Tc -0.008 Tw (GE)Tj -(OGCS)Tj -0 Tc 0 Tw ([)Tj -0.008 Tc -0.008 Tw 5.473 0 Td -("NAD83",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -5.473 -1.297 Td -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",6378137.0,298.2572)Tj --0.008 Tw (22101],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PRIMEM["Greenwich",0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",NORTH],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",EAST],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PROJECTION["UTM zone 10N"],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of origin",0.0],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.351 TD -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw [(\()3(f)4(our)3( )1(addi)5(t)4(i)5(onal)5( )1(par)3(am)-5(et)4(er)3(s)1( )1(om)-5(i)5(t)4(t)4(ed )1(f)4(or)3( )1(br)3(evi)5(t)4(y)1(\))]TJ -0 Tc 0 Tw 23.219 0 Td -( )Tj -/TT3 1 Tf -0.008 Tw -23.219 -1.216 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["easting",EAST],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["northing",)Tj -(NORTH],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (UNIT["metre",1.0])Tj -0 Tc 0 Tw (])Tj -/TT1 1 Tf -9.84 0 0 9.84 249.9332 297.3071 Tm -( )Tj --18.181 -1.22 Td -( )Tj -0.009 Tc 0.025 Tw 0 -1.171 TD -[(I)5(f)5( )1(augm)-5(ent)5(ed )1(t)5(o )1(r)4(e)-1(c)1(ogni)6(s)1(e )1(t)5(he )1(ol)6(d )1(k)1(ey)1(w)-2(or)4(d )1(P)-1(R)-2(O)-3(J)1(C)-2(S)-1( )1(as)1( )1(an )1(al)6(i)6(as)1( )1(of)5( )1(P)-1(R)-2(O)-3(J)1(C)-2(R)-2(S)-1(,)5( )1(W)-6(K)-1(T )1(des)1(c)1(r)4(i)6(pt)5(i)5(ons)1( )1(of)5( )1(p)-1(r)4(oj)6(ec)1(t)5(ed )]TJ -0.005 Tc 0.684 Tw 0 -1.171 TD -[(C)-7(R)-7(S)-6(s)-3( w)-7(r)-1(i)1(tte)-4(n)-4( to)-4( th)-4(e)-4( IS)-6(O)]TJ -0 Tc 0 Tw 13.525 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.68 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw [(OG)1(C)]TJ -0 Tc 0 Tw 9.051 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.68 Tw 0.338 0 Td -[(009 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(ons)1( s)1(houl)5(d be r)4(eadabl)5(e by)1( )]TJ -0.008 Tc 0.276 Tw -27.773 -1.171 Td -[(i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1(s)-1( t)3(h)-1(a)-1(t)3( r)2(e)-1(a)-1(d)-1( s)-1(t)3(r)2(i)4(n)-1(g)-1(s)-1( )]TJ -0.009 Tc 0.275 Tw 16.369 0 Td -[(c)1(onf)5(or)4(m)-5(ant)5( t)5(o t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d but)5( t)5(he s)1(t)5(r)4(i)6(ng m)-5(ay)1( not)5( be )]TJ -0.008 Tc -0.003 Tw -16.369 -1.171 Td -[(i)4(n)-1(t)3(e)-1(r)2(p)-1(r)2(e)-1(t)3(a)-1(b)-1(l)4(e)-1( b)-1(y)-1( m)-7(a)-1(c)-1(h)-1(i)4(n)-1(e)-1(.)]TJ -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 211.8671 Tm -[(C)-7(.)1(4)-4(.)1(3)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc 0.529 0 Td -[(V)-6(e)-4(r)-1(ti)1(c)-4(a)-4(l)1( )1(C)-7(R)-7(S)-6( )1(a)-4(n)-5(d)-5( )1(e)-4(n)-5(g)-5(i)1(n)-5(e)-4(e)-4(r)-1(i)1(n)-5(g)-5( )1(\(l)1(o)-5(c)-4(a)-4(l)1(\) )1(C)-7(R)-7(S)]TJ -0 Tc 19.979 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 188.3471 Tm -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.311 Tw 3.164 0 Td -[(1:)5(2004 di)5(d not)5( s)1(uppor)4(t)5( t)5(hes)1(e C)-3(R)-3(S)-2( t)5(y)1(pes)1(.)5( T)-1(he)]TJ -0 Tc 0 Tw 22.546 0 Td -( )Tj -0.013 Tc -0.013 Tw 0.598 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.283 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.311 Tw 0.338 0 Td -[(009 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on di)5(d do s)1(o.)5( I)5(n t)5(hi)5(s)1( )]TJ -0.01 Tw -32.407 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d)]TJ -0 Tc 0 Tw 10.013 0 Td -( )Tj -0.009 Tc 0.01 Tw 0.296 0 Td -[(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(def)5(i)6(ni)6(t)5(i)6(ons)1( f)5(r)4(om)-5( )]TJ -0.013 Tc -0.013 Tw 13.16 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.01 Tw 0.338 0 Td -[(009 have been depr)4(ec)1(at)5(ed but)5( ar)4(e i)5(nc)1(l)5(uded her)4(e )]TJ --0.004 Tw -27.535 -1.171 Td -[(f)5(or)4( )1(t)5(he )1(pur)4(pos)1(es)1( )1(of)5( )1(doc)1(um)-5(ent)5(i)6(ng )1(bac)1(k)1(w)-2(ar)4(d )1(c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 25.362 0 Td -( )Tj -ET -q -65.754 104.827 111.6 46.08 re -W n -BT -/TT2 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 71.0342 141.7871 Tm -[(<)2(v)3(e)3(r)6(t)7(i)8(c)3(a)3(l)8( )1(CRS)1(>)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -177.354 104.827 28.32 46.08 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 141.7871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 104.827 324 46.08 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 211.1944 141.7871 Tm -[(V)-2(E)-2(R)-3(T)-1(_C)-3(S)-2( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(v)1(er)3(t)4(i)5(c)1(al)5( C)-3(R)-3(S)-2( nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 21.858 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 211.1944 130.2671 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(ver)3(t)4(i)5(cal)5( )1(dat)4(um)-6(>)-1( )1(<)-1(w)-5(kt)3( )1(separ)3(at)4(or)3(>)-1( )]TJ -22.937 0 Td -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4(>)-1( )]TJ -0 Tc 0 Tw 6.158 0 Td -( )Tj -0.009 Tc -0.004 Tw -29.096 -1.171 Td -[([)5( )1( )1( )1(])5( )1()]TJ -0 Tc 0 Tw 19.264 0 Td -( )Tj -ET -q -205.674 104.827 324 46.08 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 211.1944 107.2271 Tm -( )Tj -ET -Q - endstream endobj 118 0 obj <> endobj 130 0 obj <> endobj 131 0 obj <>stream -H塡U T斪钶勦.僂 -騔P#(hD _H瘌╔i饡`廧#F=)U[mM寉h_mL嵮4z獣cr4Z哔叇>孓欩婊硧.〥VA!cVMy-痕i为[l頌襳傈yU盱氼癸B犁莒^猌cc2侕棲++.:パ詹协浚P篈5嬰{鍷湮^淯鲸癭#瘊^Y躛S^遚8楝笏k*{鎒遗拙竓q蟶搕GkV鲨>%-8*鈏0鉣!+,妖穒榙O車/z!A鑳緓凌圑!q 詛f'亖叭潙垈  奱垍q3耱嶌睓D$aF鉏$#儽HC:!櫲B6r郂.00従)_ 洛w牃)朼\膣緑辸w_ E=_w+)桒婨<4 椾wZ谼b悓;癥v*慒D蟫1畫,;佷#8 芉荿J嫌馷茊["/炻),輎\膐)C剑#蟭\`?劣.x茐瑻毴絒,脡zZc绸P驉鎘秋q唞侀傼XrP奺訹ND`!鲠溑姠Rj-貕k瞜&>鎛4$墏6$uG;M0>5 _媏玛5貓_釩9耻%隺]^芠8兿(憭)區釲^雷誖uF4&K-∶媇艐踴.颛4攩询9灖p硽镠=AO裊河豼蔟侗辢3緪:?瘁0檋崱翟 T枲犌镕7稀 -鮞a3v=耔糥I3– -粗辁剳g6. c-虏8嵊(嵝$癔s褉䜣+&N1擜欻觟!-Ll鈂炍酃潖檎篗焧5拲rW獥E挋9X$2^肁7_ +B齜*#'怼紧&齓MQ5篰qЩ7f滙:'薦換傞(氚┠琉.躣$i m葶X.i鈌~嬤鎿堠暝V礐齆輸-頚F匭g鞊79P轟柲復t凔 衺欿i援挺`涔4C%s"'$嫰?5%屵蕅y圈PX蕳燠剄郒Yo侣縝<叀M錭惟 垨a?7莎etU0;zD債{獙OP&GS+噐 櫨P <B笳F&/珽YLOJ闚蓍kW揟tI渐"2`?Fy2襭Z]5彸><苤u軘)/集y]掘厑n-6筓F隮蚓棧K贳G踋嶝J1]%6'T-oT梙┈J杦a.纟售$5'冝錆穑嬼敯+@%?麴V$欸衿.茛Zy漿.~僐7顭:爵 谚谿羥(髛2謄ケV8xO*3蹛i -柺谎湧0岯9撻#摵悜_Z2m3臩 - &?=>o\z谪1)蒓嶫JL?bx=v匦!僣佗"瓥O剣  檫/緘囡姿浊l見 v-譱u8]:6~|済n+梾騁.,妣X莈uz宅?痔酮犹柚跳A搨琧16蝞u噩396隺歗X" 9禦巜滐铯稬"#鍎Z漜u懹阷逯U7;9r_豢_-灰/螏v?b玬t8膽谖痦-^孤l9[幥棅v擶 - -K9釕懃qve喜蛅翓 -岝 踜芿蝪鵻蚗鐇铝:k积萱鯂0Pa(赌ナK=6娸WH脥M弪举%M忣啱fG玤谲躣u<殚KK9搜刮鎈1睫僢q你'旑*m蠆?擶{lS?>l_?辖v?掵捃貕c侰B蕈駒X懻彯T&▕ -u樾[+卦u簟I:陝!剱暺tCt蕟X╤I靰:駳埘99=啭匡躶v蕷.Uw 敬6霿F|绝X颦愑= U掩齤y砂 7跗e飢N蛡a"娼9lwV壛O)展∴NL5RW 4y $T0V兺(降^'塧6a覄e4iャt酒*э#:y{﨟靾!H#JRp9Z婦搓j 2$桫樲o╕饙 sB}毴衻鸓w%[`sE})G[牐\熑鱡磁?傗袶RcR攕n嶴磯r蝢 -覵*厉}齹]B呪 n鐘v鯼炦筈韁邲怶尘盱欁梭 糦Js.K皛f朾$n.糒; t$d&>傚崵V咫QI欆:Ko=mVM52窟6?O=k吂淤記N涚U<菵f2(植$暄;|搹Ⅹ泑师臄_!I;岲*#Rtt, 錴鰻嫘k[PtJqP髠|3M%吒'秵骬隢齀2葱54冾椉|.十/A魭 Л婡侓J>桹)%? H`C槵n玒卼J㏄`劉INA油~UIfrSA貍橳Pt -HU踃M!y -%aK遌々TU0\ -剆')q寨$羗1L頓W8虥" -堊z;8>稀爪酀睒獺: -jE篬D紿叺b鋺震#隋濟邋:嗝朜w╮G:曨箱nQeⅵ秦挽骠+Rs[F&7䲣_8 -v郪磘X臛邱憤綁18柹Gz#p玐朲歀掷;\F敷.朏勱EE *⒉滳2{n:危嘓嫖锍躆 厦$Gl<梐mq?秕傩枉饜 /杬蹇忈嵢YK&[S摠=6鸞Z jy╝q摮北X >谌j.1惶MUチ熨猔tm}%T荀fza橲韹Uy 璝XQ錼w吇W^.WGX#庑u厥JF坝斄盔`U諝吧澚 瘖郒_CaPd馗[N粷d飃7.%汲L愸朇耒=) -`毶N3Y]嬟x袾缥b艫悢WポT5s2up@鯠颧}]n$5,仼+vKE.芵朅浰縗纤6[癱嵶枬v頻琬r闉僿9{怡鸯蜖 稜e8讌*喧x9騝K呝)X*$ 嫢頻i8d盩d9%嵯屶!'m剟#僌OuQ-&雪檨p8鄼,EGR򛃬#箄彶\詉w采煅棦鄃搯2綇焨:0侅鎬W -"~C$Ee2焏3壻壟U6|={昅銋H@眨o!蘣p%&僟䲡穰y鱱$EK4F&u_*x.旐輣/湽V鐂塏怹棺悂「揈3濅賀扑蔸n刏M橣{79皁H归Cw ﹒+╟4,車瘆旣)~轸嗉嶵>秏i泞%垲脾駚%养V姙斯'x3蚪-^k▊%f琴8魧9,料>*M|縛vT*n9l_6谷噘pγ膍w8EZ锯驞陛榘{hk 庣nr?傒E谢= 澐蚂;%~:鍳3庪啱褿蚯征鍑a5 稸/暱N<zE~5,糥駼堥o -魡C醀瘑O縘mq枆篇暭璴ト鸙:躉矾ベ籤唟鏈騻簄瞹睧擹h@蜘I; -85寯攨2箾屯I挤眄肍艸-釉$5QF嘊j9c4奬nw}澰猧y駚脼rWM讼|罶緥4o^䴘?VU投糖W瞱N|+挣詵5+Xr軸凉换掘庋%?[?蝌cX= 1 埒=騛)^訂鱩髛喻ct趙 烜"sM膍∕L奀鈤1-#帀 3pゴ"+~#n'Va&"2)命鋧腸炏-脴駓&a檔"胚郌T匼P鸛銶倳DB遂BV"0{N椑(駴#n帎洁櫬碐T郄f"搰鶇I?EbK摶丫┤/ 寥L蒷`凄*鸴Xt虵/;舽a嬥笮llbONc欘 3舦7m瀜\$葨%賄眅#瞓'Q嚧1Pp 3]0aY3@d\貭悥e韚8J镼頙讍@ e醒2蕀醉z譾[.+G翰察飸?襪W軮痓晒潺?巷瞕慆4窕"msx轢榔"Y礟og琻 -汔欸>吮兵tF蹦厧酵E雓戺馹(椕?甖/栤基凕徹 飲饥-{5<136虝賺睧椘W G抐K蓁犨拽墍 翞橯仙V倊;+韷ぜV芿W3嶊N&E$瀮-凄E 觊C&2骐魑铦T締幄y伉H訊F 漋栌\99}嫔]+诬9UD髏鳥鎠,s媎F膀掏┕:癟$R戢h, -蔥o确{聚鮶f@,居b啨蝱-A犩顣e>规J%/1)>曦q3陷~>痴F浉Ф帊甠烺楉刳Zf厨g淡鵜WCW骱夒oi7 |8曾湉E Q级緟o房;^ - ]鱛﨡41G冃瑊8勤靐.q讑閳n墌I陉娘鋈譫}'镮周奻B:9 tJY4L*禈淠\禁.黿慑<龢甑嬱哋沪oLL毌.\扳戸觠=6剖蟣俜鮹H+"媲$嚗墍另5Fp1矶煁嶷b-lnar%荒闃彸繧丘b6'$ 慃墴抸[X?國堷棗$A俥齴哾懪+墌紷y4簚jFt<搙I%巖h鞓灯隭粷鉒%KJ>捓瘠咔>$搾菿挩鱗P7屈q4棚$2H*h科J魼#I戲劣?鯧旈启h1茽8 St:抌Y$峪醻 碕(,峼綈$J峪+q:HIE$A -槅蠮魆KQ -0Qd蠎孪]+|蔵棏盦x験鯥鰠l鈓4bY -29∏g馒狕Q舀 n_蚜 财b応o%踨縧9 礘%Kr$挕DZ 鍢3sQ糥臫UZ胆岅7:UUP緣:"X$w犾臰彚刅葙D齉=垏S剋旷鎙7e鳄f'拚畤枏烢#B鬓砟 6Z馩莭 哏罓>ㄘ*鬚湌4N0 -烙M縯炱+h%硸]狳墦,誂肷広嬥綱7K讐瀠w脥(狤1*殔f喓芮ǔzs'趨帯A49K姂@BXR 駣駽9=b$1!a禶JU铂L!昷%唲T侸银qKE䴗 -W嵰 E -卄恣Jg.瀱n醈娾溦姞T -t沂闅w;芍苝瓸哠皞矰鎹'][聮5蘙#X.:u洳SA3#s雱囅)呏w4戠 ^萉J灏d槍`弌^4稞;徏魪mЕ;紇+幅潢w6w馼乹oX尺G8焰蹙谟3褡~猩I=澝+鄯外瑢翀Wh9 唾濝Lw 3蝋~$&ь tl/7鴟諈5jd僴;羷溏$玀缗姕襪8壭∈A努 W$錧動b騆"淔枫兢癨. -む &3人$欏Ls戼5溦C跐鳛巪瞎()抏&k=V7驖峲\:箦`悧膱X䦛軥L栊\J肭B鬵pM9.'0傁蹛/鷠兜Z瑚-邗8rhn紀葚錴燐请伫萸焞祈涄忲碸鞛s$燾[ _$汎l?裾鄟浗OlKN呬y&3AC -佝xi-[+蘤g 涁M偩漨z賌+ K2,0,冑恀3q3帲づB6殱N:艪⺋>-Y惻$4 A黥洕臵遁5粮弍#湺蒑寡U踋mNbr4@较P槚鄓rr"菑q嗢礻'哮U粕6 笿n&T妠y纵鱘Vk.衫ッP.L苆)緇堤糄M揅L红*y祃\ 摊\)*_^馘顤6*蟍N敒1tEeu z柡5d?锟徆鎪W筕思泾軺勰y喛镂v|鹼巆?9vj扠鴔爠)簰斠(0 -maa 茦X74H姠秊匱北uQ詴(b '{蟱m|喵蒎喂鳛鱹掮令l"垁 dK粜嵑Yr邜)_杦b'~kVi0曞A己*暺礌爓rwr#j州Q躑(c4/ 轷'US{砒H=葒D颗Qnz鋋ⅸw斄崾蹐=9~fGA<┘鄠羯孇0寀勞鬦)謱芄綵俘詾澷9}囑7n秘底>卦踮曂W拂禊l3緙~缯颓^^麠轰寿-{4頪>9谆浈K腈m咕v闁+; -9:4n)W—T#jL潵囇M<,,I9P垪6喿 q}F7[瀤U% K_'-Q%V.潘〨係CS薢偼贸づ侖餭覐R? wH珤夕^ ->/m杤%w迶五,uXHA dY谼ig}溦峓(铰-扰,d_亃&$觃汝 覾苭8D!嵰<墾D2!;忺忝g它QG獭①玥跙#誤L"咖V際6S ZU穚汕澖1q裾U羚>见擓揮>毁簍涔絨濡}m磔-柠k_8虺焅殻G;}诸+f7<偅睐7紊 @ix 蜃d'帐 ef癤幰b蒇!ld逳q榮y/@S轟H煅糺P譲俰M D#揚1mz篋NM[(りV4埋 -瞫Z2k湒敾s籯a刄椻z>G z穘.b螋JQ斵HQ!勴垻5k#bh芼膠D3FBХW1j堰(<薘緿.辸鷈ц湂UA蒕燲隩乀雄aT -fg伒牎砐髞k滯9y螮[X榱~$绶矰7睋x荴隭f鳑攈帯輻鵫6葝嫨(yㄅ"1b氀P~"! -( 媳楉熺1剄翤蓽 B`J.6褴 c峠1謗L麇3 W3榅嬒丱酳V治乫c梗姡r|H0砓8K矵(+鱬壎!Q掆< (趌elCD焅蘥-a 卌q凁)I -錄8梼1:=nN巩峯%滤仂 c撯q瘺郴轀!菵2铈葦${舝舺斆h/梚淛豯v憇瀀$*伊P垻h#^櫀陡臫#N膰埵硠c !鲁'D饟,跆((皙 Nd$T紪锸朣'葇ee藞"笅\m量!P件/兏焺Z[╅韹蝦N UT ) -鏳h )}六阭V历輷宛寽I傍b~h癦倳 I蓕:p豮j~@&氾)3~鏛C%集寚糲霬惙祁 冭D$Z箁r匞1T壿诧o聋"V1礲fpv 罻* 蛪2蘣W+棟薏c丯覯橍W沏1#5E矓QO鄚鉀*+]2償P -aK里漒Y閵墧憟嫝觘D(F证`;X&K7S廔o猹v师歌G)詩:~{筁2ラU=P削mQ! 寨皾蛮叭h09埭 Mz扚2q$M黲zh閯C脬E咞素0*q=籬袑@淴a鄣^满屏灋g阽?卡9+徹4朦芒菊cg .8鲍 T渧75湒}藗 -\Duv霐嬲弌zV屺[蠫u'Q#6萶qVK齐/,v?!,榐?&"4"4~嬀蹁襴蚭H*I:狿}I#0 +iC薐9簞U憌B"謭P-蘴 -脍陫隆p$悱 -UGf唂Ef/q m戭序雟r='<鏬gBs桟7缚嘅.8懪l袝 -2i蕻譇眀蠙2a2U娯淴o|-2g 窒ωV秲韆 炝~钡Γ啫+;乱珁\墵U醷Jzt UT換Z6衐/潍)殬/*hU 挆睐璈m苏S传 y 鏓m礛澈魈/kau 姦盏t季90ay鷵_胣eO錨靆<=R;疿p敕=sD亲(z兹|固sj嶜,mX鳹颤械雩JsI橛隻綳仟珟o历壮邢褈勽晗嶁x<)e3?氇鼷傿pa1璗]:jP煙鸣Y濿闖O醴#{<嗸憻欲鵦鼔繮#:?ヂA湁6G桪WE7E酚垸銇s鼑鴝鋕雖鎂> 守K渘瓥烛)铖hE祯x堍侥eM(u孌脗!&蹪檩 揜m唄吥xeJ勨閁 袍 {旕>K=覉]1^当m]e鴾s}c_:>拙帩k亲蒊$vb;袂I返jZ玦筲!Vi蚙嶟a+霅―;_Rh黋HK隖匲趶 -* 碔-洣棋=譾挳颁s=縻滅}炵!6拟蛧77V旙&昅%R揗:L戼>y詺5sn鑡啾4V:D 7G祛0 n涮R:q=tu -7[x'O>桩饚嗌=O{c谊s磉u銀阋T遑 zt幥蜩庠k綊2忋&痫m8 -Y2g4⒃規Ao惋PK嚙虵(&h屍et攷裶殽t扤衍kq錩顩dhuh灓A !忓&]搑炌葻q-?/?羥!獑芋府滺繘G*2喸4/啡嬬 c=焎屑0>6㈢軖讦J!|NUwhD僊鉎I鑬S閠4:%薗"▌專猒UUx嫓%菷Z鋄RA葷龀h&B臇0脛↙胃j5鉝閳Y1,V(擈:9峳牚.O)枦葢\呻1╕W摓玌,泝 )T璊,浺捲攷H%QbTjU锑誥U顟U椩*╖暘A店佳╁y這@JYv玅l聸d7伀纚l衾菎潥+蒌~滏.垦硚bb華稾揅榽惤蓗兦沸瓫绞.n/葪潆Q帐R%P -,姆9Q栳x鉈% 咗顈劢a蝓紳“x鹮顣帢 G歞[?k1曄Qm碀*檔蕭>穋=谧t嶗]i?败崾?y-裡垈u`羚! -J膙N鑗7瓂Jr謗謣~F KK舋尦鈬蕠F壞W鈁-$4% K拠鉚戝CT='%蒩媂 qb輥 -澉*敚篆5㏕l+9@琦7翃-窯枼y -~閗i!潪浥o -Z螇氃吖蝠榇I徯泗2巅f) 襓鏕quA凸~ez玪伖另3輏t 阯/管R- V:畩n4桄6嬡{{8px | 邉謨瘏芑峑>宑貚V耿抄/g霓頁X铳凎趮7coн螒Y3kc'r莚/踅懟歿_q,Jf媩譚<灍烣篌媼N棨嘺禱.隋R蒠詋臖茡)缚X(D1Rqa#奶3蚙M+-4麌崀a鸱?俆X'/# 0)2.楃嶝━矎檆 -蟛饛  %i捘蒮騂騆RL嗭47碡赘';Yjce&棕朂[崨洊r)藈mn饍$@膍??O]牴簐{崺S; 8X,C躲苽踁璯 -]Gw棟髐1"N-[辡?靳轜殲x ,眶臋Y佶爣公Ry溘_13w縮y邏趋疮YR~*"箌.贾~濠瘆~导瘕棸B辫R8~璳妉:V;=鼋Z錞K崕鞱mG佀杕.嚬2]sw裶hdM(娂桡E!o热xOV蟼螻LN弪癅L瘇供 砷捿獂_ 伵:x2E"袮=戥T魞&52W甌k妲鲈Qo 鱰J{焗辻!偮Z坥,8凢偃p&滼塢 鱷齛垌狛嚜#{缄烝+3z@4妍 ,>(?鑏巪Q鼫咤恉@=,喆堔$3 *v6E踛 B陳4 -姍矌C蒰9辧fQ -瀢蒖3:}烰磪/楻 t-纥#坶c洭玔礭疅麀牄O菿记!輓豳羸偱 鲍黼糀NE铡槶z;p穃+?飥.渷齀岌虒鮟O瞴愚7颻/腄d*x=aS絑` -殼s‵"飬"Ms唗=鋄 ┝`*J灶P韸最p筶)凚!嵟t3lR0 i愥K$y亵n&$VB"淨槤20<А3岿8*>3欢飊限躅趙鐩萁[公莋;{o/芥&qHL$$7Q""Dd伌!( 5Uヲ(腉qH"嫸侐! - - -|垑BT凩,d岩1ov鱞稩X;谳y秣%SH@H劙踢@RX:.@?P玬単P爑` /%Ls 鍫Q傟N惦槿}=觌Q_虳髾斑 -鷊羉夺!5藧-銥及N 选?8暬啮f-P藍_~觐l +o]韟妃腁靺t鬟/靫裼渲芐>帑髉蔯渍歋#:J+<<.R讝/ㄕC$惌G胤>S8\x +瓇伏 镟鐰颣踘FO痃{﹙s埯咓}鯈襙j溺轘鸤<$撅茸鷃攗K!省骓艬'あ酆I_哓鱦P澽P醝a_=J~鵼褁󫍞臺/鱱枎垺W钧 緍鱷荜禪$=蘏cKb冠/p駓P籷拹寶ヤ艒8)憟蛀皲x噭))镀 P-uF聇ZA嘪NwC7X4$饒哯领0M硟挨EI5f;L-)隄N)"5eZ9,*薐撘折",f*炁6构蠝6O泲娌33=f熟I虛?%PY"瘦曰琎傥奝”蜫9L螂2斧僦UC汓 8犓 梼愈{HIt釵EU钃鍊峃罻麇躋V憡I纱澲孄H亁" ](oU(20jT帳#1]M.ggTO$m礥氛穕"C磆 3閛J烴溳芜vow祦N礯e陘搘\й閣3+齙骫歀苪q鎉猌2TU啌4L鋌贩烖郟y垣凞W=肀XY幣殮玻Jc駂F壱7:a#紡刃`)*V; 鄄,錄娶颧衅哪枍!w -朩1AA槅a蓲)藪_崤^;X;禡i <鋑 I嫡-繿]膅福鋳lp 51EgI>84(蓸棐S瀄M游鎱Q虈7岪龄T+g [藮lYP;+馚亂馢%顈-{=^2怦頠誷!OR=退y黯y嬣驞ET'鋢\掍竌案糤艸'O3騭驄r*_摋eI喌绔駣'哨<mhA堲阙2)N便 瑅 g垒瑯U寴嶥<蠺*c閇a馰椂⺷e g豭-_ezH唈* 牔 QVM= 褙F蔵矤@鹜搣碆%j覑i鸨俦蛆$摌9萰R蛙斵boe{萵i徤踊斫l炕u焨O抩'镮# 9C细瘬组頤7=梲/鮙牖V箙䲡緈C鴚霼鲙?05騻:N垭剝 *炚闐璐2^44镡庤觝<+B]`偦wV儳Q?\ 40羓鹆j鹆j餬5OC儔.ちx仑Z<仳沓篟YE剠Ζ0-n0育K?麹[龟姲;F匊肙馵WEcda'擼咖n䲡卾紵\h:@$F6 N:鑨 衠磗%PYh辣巧E应f6玒衤j晥忩≧%澫L揦&沅夓愉+茻嶗岟琗*鴋 生t7逓淳j)E烅i54J[籲勅舟摲-*8MqvA]$ZdH7嶳!=H牓:K;|@坆1摔"翏ΞY T栙d]==賚戂櫌$誎E簴a~Y逥:儦A9:Lч m3髕2郢翔D蠑hJO.塷m r^戌'梀n;遏?精?秹霂縲g;vl莣缲便;/ql'g蛆崮1勪,墦@?*奦Z$卾@UQ牏叚陗0$h訆%@L;-輤禎F兒N-▍巌ぽ!E鰙g泤ML鲶;亏尾|??n1_0S)fa螡锁貙婾M,蓵趖纂蒐X#禹饜k菪定uQCO╂=囂*竇壴+ r岛欚圱蠮厪鮕書梿迶靬攙戦ピ*甐W5y咛y﨔_zㄗ6}C39乺悁iee\議nd銕~6*鄻-"4h沔8坂|鱍3l7豤慰k飿n涳p_趎 箆G1[湄<龛q焱簪裮麝i琟b鹪 寍恡尰贳"芣G翭计Go2Nu苵彦ビa壧n∩-4筫 嵺铦z旫続EO觶陂顎R"!碢M1﹌T?^?庂适22hN!矷洏䌷(ts3m;Pw嚃1I-椧+糪U腤X犛Q禱;钓w幔+熂虹x旆G秾J_t蝣棑{竧7>t瓆(懦"鵁漘濓Ea糦卑 橈u畔Nkl鋰蝹疁-.n[U.mo0韌∶崴%駄栌1曎孚秷Tc搅da豻2Zl衚)屧秐r:l藧%bS燲騢洧08V巃X/|"\Tょ浒p:(&`)賎须<,[鲵$疈'揻;逻蒶0M垠⿶櫛颐pP翟灌v儜8粯#?uN*冐賟s3R,呔U 丼))茿2a柷8戭讴诖客d9K oPM朊&M逧%觲掏許峘`z_z梢懠鈼*⒄栅Y=jc筬F;?鶗R巛]>o=lZ鄣;齕揷鴉茬仰鷈宵梘4蚌?毣b=熬2>劉旕0$霯朮衏夰{QDE@讻}/U漺跨>r$c堿6<矹蕚m瀎-改.-/YQ揪- IGビ濧闇x编b膳輧髢X諉晔鐈+.H飮>t_)拭y($2"逅痸Q彔=E⒇${ -腜X屨凞旻q4 JE乱瀙复T p2@J艛.)I锚&讳m*萨BU县<鹳悧嗼蠱鴮uC昢烖貼O勧1=J J6╡罈倿<305/篢d襪S媮!-MM帗E!繲邠 @栨滩jki1x"槏0GBT7扩e衴t$澢$&? 氫*>2qy錅瓮俿#HQ鱻b0 缢忓42眦紝O!)牪"峆|#劈Gf袅薹^m]解[赈+颀旸(&S髌'':T仺呯凿H.c b*閻Q^ 錑冘紪AS妚V,Es' pM 毦;CH汴h礪,牂TqSjb送砶蜢じd轃賻F玈7 {亨~鮍衤唂)浀鏧5,翚c疹辇鵨liUs氤赀|2[鐔u築'X-V鞳根廒Y叠 鳖因龤#藱蹯uw>g蝦宕l=贡$bs痏剥B锓鐥 sG嚏LY|蟱孏9嘪S抽噍(赂船 -彄2吻竍埍腦蠣g ∮)v:6禰桷鳎L~鱺遖P碬褂聐t焎纬煒 甧<录嬤e3╃?$墠nA\窟g8亀伖t羨6Hz煸排鹐亾0J諿RKo洄^Q琻雇菲组W鵀魨鷑45尛搽7+栤〤-2w榏睻睕氕 -5侒啺藼b=(-6怌0L貱d鬖彍 部y(2!&$幸D窃8A樤=諕抣 - ﹊n"v4'cGsT;*珣扞 )鮘b鷡8魘 -g經粿傶0绠g映釲椒翙查YK~ !橊踏?& 霞>&񧩝y齲,鵉潑O""皻:M萏皵麯谭 ,頜緲*刯;h7*鹕矵众寑X躋︶b锼祈^继呟^,鄀糒圎 -q仆揄7絫3趲轉t苜p荫炀靵l忛饦穣=詊礠稯鳉廅tx瀫噮 5乶(累 -癢奌T僼\:#眼$r陻0!P糀嬤○J -稃7壅隳q呯蛕限踮籢9呲祸a硣|渕頫 贰=8圧")G圴Q訤"G嫐敘溤(ēItHU?戁4梊彅R*j%"薛E$E珉涊5釥+锛檡膈岀{啕=E_纴\g焭澣U惈vuw暙V呶身裳\蜫搽hXA -QQhTEE釮レ櫳rf润 邓1伕辝鄺N繹(郺(侞亗橑. 癈8!孝0,P>籘煘a& 桨炝冝憈Xsjh碁i F:(吗ビx餆灆aof煓g`&甫搴綳剢;J瓽uwzbW粭_8伐W8臩s墽钧/庣=諢sJ*dKヘΕ腕-出鰰髡恵L聑X;a潹潉擔隠鵏蚻锳隣qG鬰芉!u舡]擱瞆.B峕哹‐獷↖IB婸c燭,-搷贀z.W啜苢磃檉佋4Bj1/h9M觬葕\,A=冭奛u毧+晩V+砠KI存Y~k磇栧扈-}講癱 4e硕曛傅免 垾X詺'{通禼v摏Y饋迓*跽8-?殪/襺w沀M}謏厠Yで^狯婕; 堃腜榭瑈楿fY/鄌餟筬誤揧_欧 -_鋰=,缦觟QC5K怈%职胗嫉漭各$俆F悶#皘qlW轡 - 蔔d謤箽 *蛺{6芺?v Q苿/,(radD×拆 寺 $D 枀]#桕 2柉綂釢=題﹩緧佅d|苈)壀菏%改錏 .g鰢蓕媀 兀l▔嵨覦骤繂'1礥 -霭陫懫曂m=L钣余轊仔嚷:ハ妣鲢M輫瀨(y尡蹼邆;0䏝@荩龤[茗?6蹊谜o䲡{/双嬮)岄措檉墔T6芦╧r氋秌*mm鸏昫 4e4 (軏関搼簹j廵芢犒匤揼M! m!靮U78蹨)缪聫瓿咾%鐨z蛻u務阩g2惩澥L瓜儉k蘢U漢6[凩`獀]'換ボlb快8-u"番8璮溨j 朗琼嶋 誈蛺:龎増n)bFD嚰锗=)W*颡暡j鎹6 袒蔀l0}\F}\濦挽4\Z玅vT鈁稵盃X邭鴬穛cg龋犎Y)y厒辊{斒酐刞{曁名[06_䦆珵G煁>岡-啭阏冄誥\拂;A9u鋿 ,4a+W滵珙vE蝙q柉u聞話z櫒W}19"(c悳*"#溹齑烃裶暳m&$"懶彇DvCd勘6簦%戄倮疷C?ZY-ZT 糩釃萙┊箷XZB/#嚊]9罛.hN1嬆7慧砃鱂掟Y?6涾kv_嘢籝鐭齔6漧褲KK=U簺脋簾(; 考-垇鰑梑'c爾z墀a唕U敱4 jR軩BPIUu揑Q戇 鸈更kp燒,!H蕃SA蒘嶜柈*^惖檶Y:慉h帝釁p辊oA$=\頧鼾7窨(vf癚z8ヘ訜伃澘蠄殟 ╊wW%G齴P7)j竀*魤YII抝諩箔辔敧倇H&憋|"'緲Kj笉dR_p?YTc綕x$谻d钷4忕:鋅詻a忔a嗤~!夢Z靆鑎 嚎骘I垔fE)9縷9秶汦m 䞍榑菬嵱民O预o瑊ggS粛 -]&鴛&6痍v霂譬槈O鐝彏鍻徠サm -儰b<肪 ü唈儠2贋L2P)k旿Y诒v+巫K⑷蜦瑡溳*;喙!"/qIc#瑞Uw躕劅鳵禿+F錕4硋Fw绽6q蓠黛筚哔聩+踬缒眂;qb'馲4豘翣碫(胫翨`V:`篮唙 -eLKK*蔊h 怹_]U倍倕U4杢憵v+,绳C伽啪w鬓;+鳊刊;/@_L馸 -採7鶝鼣5佶"壂W相F\=XJIZ綉ni-憩-鰦S忈?O<`吤檠乸xi`憫憶F鮌0塃繿C痿醚询唸04咈E!td=菻G,补(3~m們P 癗w孒睉遀r槗n8`a8艢1緓L鋼1廐榡Q\VJLWJ妡=閗絭⒔店^.CUks~芃蟧^駳[[>e艂髒喎=ze 侖挅W畏>薮h踆w=?o舐焬6 BmQE澽"任舱癚"榔縐策濛頇愔圕'\窺gSK%$~~&G,栚v赹鱳R].錩6fvdQ洄戸 .┳q>2潱V鉑o坙每溜郤荞鄧躑|鹟:M堛9朑忌湅[賢賛R^鹸^杔VI册軠l櫊E珬嗗z碕獖鐑&F* $盚i蹹饔赨务 &Jv 悅a.9四.櫊)聈i袼:xc0-!(濬魼; hh楌(0嶐裚:营鱑"茝濊廲0>x!O>劢 MjY炌捑Qe ksE諴{}炓骎 WN涯珷4)&掘t邽嫽掐鳖/?*R鞻死2誹M蕋8籯这伓.曛桢vo鹼镔N骆=w鵡肓'[鱩钢駼q_w犉鐏-X唔A'ItjMt苳磔耋鲼昁!C3滋k庐H,R櫖躎+)遶=f攠[擲)脓s絿屈A詢_JY)冢DXr8*綐a鷄 )5 x$豛q栗丩)\5)QB,vE浓&m姸G疓┄硓錟荄 覥j敢#Y;x!52 <~ 蛊 &坯Ё蟀!捨b煢皂)楻蟨琘2hK鮪@璷繛e庇l瞂蒈趗a耦/,亍鍝3歄z\6 暴 y谴G璮揢O辿$狆民~Б0寚!離5D,捳郳zf- V(aI/檼鋽Z%憗挲> 龢L4;遮 嫭孅k橎≥靨脒誽霑)蟠wC鲤lh嫻胻吏兑U?.:翢0Wz紵餸鏌鴰玃$Y#m鬈+x欲-鯨棳坅 8 %- -/C偼h1矀媛嵻傚84Y醁庛#A劻&dTWn,U糂Jh疵n殔5B噋@ 躲冡^炫)軋u嗼xS[亂畵 *3N=n!~杕YQ煨F薝軆n穳/憟 0刵<007 U6捝蒿籆 5P霽淾'鈐頖=覂樐=鏨縣B",`忭C S莭7_;謁]蜾2衅屑巙崫庉辘n輂J橚蛃梸<嚡鋢後U<柄嵄伱脒$ 鹇 q1腂笝炣/ h聙葊E跏(6峱翋Kf翪f葓X膲F9/沐&瘶4~]翾围K4枑#鞂旍旜籾EF/脲:6P尪蜵W抳<霳椞6R嵵Fi壔战杝鷴g梎窾鹗难覬[杲1贰运y櫦U顥u搏4瓛5羸mZ3X麅叅GGn -IQヽ詼寬8陎と瓿{荊??浞隊欸淣+G鯇徳攒7%枯]銼8煰鏋m@Y滮诬敱蓠挸戒W -gA策X?#Y 暃粼镉鰒d皼x媂>6鴕O=逮Y9s穖絊嬿x耐嚲U%1謙e_髾'.飑夥虧晨誀!鄽8簷汘惲檛﹪4覒磲勿陕揳I2垈嬉職拢△B桟證 x劯澎,w擡p姑`腰弑肘罼]T]p朴S濺艒-q貿N媺燢}甹|&抭韇 W%妜檲Eg免WQ烔 J#絹<`胍魿#佧禢蜏D玔 -/辶葧G证馼崴=` dxV6贚茓蹘捰袯硗k囖蜿[^6馔狦昨S颉Js尷m3画F /蒢5獊蘿<禯虆P 铊8.#C,>謐蛏蠔m#眴my|1Zk 碪禇悫91<e錑蕩擾=oT9_咾対骎枙elr獪蒱0頂賐1<聤翹RJ鮮2埮娊l&#銓<_n葦|\s " `f+VD螼'皭$k脡^m[W鴁R擬Z")憭HJ"鯉-艢m塼)衇l9v歍艘 P鐏<柈h洜k霶 C!C踑[+伯口腒jY` 0熳~t 決8kP訟烽谮蛭$辖紎]澢w緩sf餑劘"岦蒎.@涟窹h#lm%C郛U螉mj J/z櫻爳嘘礙乴霪g妪绷zc鮩$诓鷙呀踗Q砧玾Q 钍脕V飗駰鍿{?s n~笄熁楸<粄[裥拆奈遒?g-;K{燌E髶 %奛"9<傦#籏軵/)"i(儾--悜[R[J泓1憵(鐝)咞嗮&颸g=溌e9бi$B歯碕9_(昛s葞侊0鬗&邤Iи `d竆債k"呌(5兿鉻1倫曯t偭|  壡楷āV渣>匏yZ1蚰t8峘N8蜹C|慐3珹1徸詘oH暀糇!腂 晸恜葘{!!5.〝蜌;bEL嶎尐(T_S鏤彧清1纒-内]彧盷7醴nb嶒)堩獁+調"斓(瑆/瞐桹A 8熿D噠璪x 鐨v绛n祀殒<,u穉MrL9_豤殾擐>蘚d[~鲽贱fX齎/刼濗u 兔^P买-y绢o榓蒡G鼥@麽*贉7*3<+鳺^榬{考癒噡伪蚴-x潎 锹裵<実诋n幼B圻?砠o讱坠!Fx\i珯碜3G秨‰x鷥a牿昬觋#>觨簣Wm渶T!潸km嶨%遬腆 叅癲HQ( *ZX奪!+*g竊艋胊# G 嶤塁檱r?劲緬y3? -{昪1鮽騬 f爥2JPQ兇_Yi鱇攼L4朒g岔id鷭僥圪垖5!iX,崏E祼 -熯攕遦M3("%2N63mG祄G))ɡ莚秲簈孨漭2寲垻@寪趫&1/僸狈/睖瑌]E囜嗱>鶾窺瘟善50綌# s晥5缂8岲-{>死灤+[鴨 2&5-IO豞>廦鼂蹹肏苢fn籲ob鹱X櫼 y欔(]┭鱍閦m:6苈弛苿錀0榒欱D瘂馬哀!聋櫨 挃Z栗藡Z -9l,篿姩iB佗V8 斸l7漰吖團絃鄵 - (v}é贪w滐>B芮鯟窐c,せ甓筶'鈾r -~F仳</凌j8'{.1&(1圢4!a"礍nb仫,誜 -}O惡df\⒏霂颫鱄罟[伝s* :儺F┭﹒o2鄜X5?\輜燎MR榛n慉XVr处j0觻冏r;嵛$:xJ#⒁鷕 &韍耉C责輅t鈸kj4jT9鍚圶薘阈,5/鼰?訨<5甤Y<嬠uOc肌Oc/郀餾o\ -.鵠根$v埕4吡O遦滤熰蛅tiZ髒s嗲钞f檧Yz桒{;笁?eeKZ() hpB%R$R@CG謠2臼蹋>乨pqB庝唡R~Q灄9Y譇(4S鏌Hk=藻畢怕Z鉢􄕺 -爗嶑痮婏,地骚弆 裴7篹'k4哂黼y米蠗鴝TF"Z坣耳cE饯族`哇"U┮+鎹緍綹+Z%Y)T+錔}R溤&# .汁皲s瞩囁!跢[攺D,聬#c剬 -c┉cu覭E#), R*,塱鞠} 噐r幧鞩錼榇怞酯_u/UPE0=vモ8倽h溸I/U&'髟''乔厇jg},醗嘕X$3ⅸ憟朙%瓟/ɡf隿c佳N-蘜芀lr蒏昒H瞝剂wI峱8I5騰#_kT -霎^-R#[枛"磳⒗#"ぜ!v凞砮9騙偏笁電痉~+i鮗iWZ}致秎C J 3r%臓泵`:4!秬@ $0iЦ-> 馺8). mh堐 m櫀!1凮Oab)ER遊善 e莼镯弚锕鐬愕椮垌r{?本作Ux靀 a閄. 穱錫t,n獺T茄櫠jX憩粉闽 -{E=9c鹩}Wb騶聰?9鴮P鴹羀全a6:B芶匶W嵆]罋}j*-2R穻G臩鄈;娠歹圕*J3孾C堌萚肨HL澡888斻P柘灻z肇熃眎蟝_>圀"煫Q庴杪A!R鉸q慀*裚窖KWbE閇 qTasaε痃絽J?肪羪p縴梭柡棪蚙④P艘>緎椉2<):}嶷:苣;逵B懸浩5逸藊C%[騼U򃟁- #齕荛/L禽&-J[殊e瑰a 羓  -7鴾瘅醘G鏭S%乫c|.傋i橗尳鲜船涻[g[郪+秶浯雀:X豤8( -+k暞楉e ><麳Z風地櫬G鵕~*PJ驹;&8RotC7vい3萣dEeH齗霑岃锤|UR订'e$簍軈帉撻7鼩鬁圲V撊l",I鑷梆濏ρ鮸g銌]姅T舷q╗拄詭W&和甍z/zb雛欼雭俅[g6站斁蠊@7鴗Mé掅賘猅κen竈窞贎苦轐th旱荭A頎#鞧/tl畽簷攲瞌 晬鰃閑顄鬦w'桔'>:)仲)^79逗镅ww軿碫^2骍d俵#{萢RA2'd2B鎑.pHV?2U絶DQ抦焰m他@鲮M嗳揿地\僪槲帋嫰鎷暔 -2騊tr畹+m#:赺雦g鎷峩緃鐣g6藖-续乒雾櫻凅穧趾被脥[~ 堨曁F鶉杞A)<o#9#9h卆軷.麫w,499I'鼞怠#_蓀 a庤"\Q(2i&;嚊S[廉蠳駁燙)].稕 i嶈 \%75礈畚m+Q免漗6錼 a硽 z]>氢鎕裉()綖c9歟 P.(郔f`韑,銾洑+猐E穿zT剨)觾潜h穱=蓗率&稌mg_g鞅蕜蠢=瑨uF9栮嚤僈擩壉z闚 釰ツz蓘by*6>K痂2h8穿/s麗l蔀d e廹擩裩邃觩#φP脔戮探/@=y!砆(a+J剔: (桉?e珼"栴鰤o亙聁鞅P○W走z"-骰.b2W乿%!巵A幄kX0滀N奼4W5#Ew4鰁嬙籏会垆厶a頗憆v鳬0?鴕閊盖 k娒庞鲁4 旿旿Mj碼V6z鶘s?騯*裋襆$腄慾UtЦ%桶%6婋D羛±0 -$~髮n9W钰b6尜蒌櫋!QGA%:a堄LB0[ <珝cg嗜p?赘\皺刣偭聣A!phf跇鎉s婹r")xo躍!y掣<醡蜣蚴嘉2萈S埆9%$!羀紪屌 u5k 詁\'曙<忝 牂偣a癡o-zq枑絼@緲3L璍$W)l嗋敱夞0&9P"Z僣寙q) L=讃遴ㄙq9澈礅贑泏.壋{0sz擆揆3鱫jY?s镟 -袊蠢}賈 陋@!邉転"5g@ <Z@U莳?N沷 :#DZ,O羪杄.Tk蛬汰鷊繇孀梯藽f襜1C @卉?魎.嚂朵縌@?^=3程0:5﹤9鳆阫%@咐 -袣p.7/~J煚T癥UL$:A"掤7 嗫剎踄劕埘M帨扤I⒑㖞尯枺隋u鬑U鷍閮< 犐lGl桪暁姪坼訞騺厘 洇?堥?鵦_u -瘝]艓莮su \岴^z厸鲵C澒3V鈍蓴鉏o2,qMz.營盝<<@鬄栳栀栀賞縯 鸿灺7咀饆餼衢唟傼K醨a s動鞜k酬j鰈|稄筝2訮RX*9@,J:R,~擹$M圥宥4銸0∑D*獖DUUU*5Q⒁)4Q:qR錑w掭砪!l锾位镯畂瀥壺K噳蠆放{鈷踅zv梾熧(zi靭c燻WG靵d*謏攙6I&狵U惊}麘伴\;7籷nYtJv袽硥-X黣)q*QiW鈲%δ暛螳_Sv茞_?俨&a|妽~儮郙V袑眖漥4cT -7*3 a飄鸏蹚4靠^螞u窟0{睖{鉞抛i逐W鎦誮敽$犱5=&&*U9U旃'噠>縏>溝汻絥鱆~縨J浇抜21Q`R摮虲X泱荛 +縼-壔:閜﹖殈啒悼4龐澏鰡䱷ki 6祷滴te劧 fB}%  :饊Hy蚝r a垻\箠善绻$┨驑?柧6煮籉 k夘鄜w1【`戢-xok"挼G/M罰銪r乗&穳囂s鳝xY奃lI扗IF^E禪dX8諶+K輦摔D$H]派癜処sPrz碛嘷s殈+ '#璿譆塄%羗嶸w泧(瓹fm禗稑Bz|*eDG?炳?yN<;<{洱/'岦鏜g倻~丩3e鶭\颠u}坪 -%""2亨蠱褚叼;畫谷P躸劰苋燙^!i.-t"潨&锨t"騻芆&亯郉h"鞎|靦*,郷2曂w懚8H{'yy阝 瑼*┽?&尐Ce袳嬊bxD:圤%S^2稂λ嶽~g]*櫔!占e膥厯\鎬砮+櫖5e[ _=騃咡h%蔈P7笆v爼瘵鰹fyd尼a仆0&匮婰審梡>銑C娔繲憧椿@咒)蘓纼K苒韜&庒や蟜_疽葵壋0,<Y -EK铈z偌亢*lgu踌皢 褆函(萂誚牛洙~8M縮qD綜UI轜郙~臕侞p>缟M.莐乣$W\m彧$顈0 y廩揠eo=栟壿锑蟬E] RM%EM觼 U嫨痡 e眷駋薺" 靄薴1;璧oX縰*麤簳飒闁VG畃唨0謑 z宲琓p姌銌3('0羦'p? gd唰肧1R傘撦5姣閡娆轢燘F W劮厈(,p(桽W嵭撔畔W橣鵓譜n诿N赼貊宏^wT S晅2噇?藏l}逇鸍3鈾撸WK3瀤跀凌呭,)TS2h豴 隚x岢起YsH錅杝|熩綶lf!< - -牤椷醨ZN晒 -&LQ,吐/Qa哻_6p⿹憩櫻珼仔h6`吐$)蘦fIa&(WesC岻'7铷-凒{sx;擦[)糼"兓H= 鏦[l罾^勁'fb|'f/舃|%'fb|1'F忨ao喚权 =<ㄞ峻y槹#阗6瓡隼zi聾\湎w飓鲝V削漴䴙鎽:枌绮:K=%WZ氨'肛'堀嵉 Nq媂隿躚k縣褿鶬卨Z磸鲇 -軱玹 ,J _臜 #o礢勎G嫱粦沪懣<眆隠e]洯S5*u餳,犾[鷳l,[皶oU霶{跘酙e_徉枇m撀09:鬼E迮訪韣綰"E嵊Z倢5垖蓎j6ryZ疉#椀sv詵mM撀6礒皡鹙靓.;o検鍐=f?赫`@ 0寘窩+'k=粪<蓳\眃\Z临#琡IE僛';#0|<姉n-7敁rc乕$)荛棗.卅+師{焎?;~~髻N垵//)IH墦穑yt@@HR$~坲)0M菰剈:Z\UC恙奐旫Qj爠觝趯v拨u摱捬乐jΝ潩}锍Y▄昼瀧锘鰗~餃s咖扷:锴F蔗簟萀e=2叏翁r(2姬ep汨X -8-c]巘0>k三N灢鱹;惢N真泺"_/v  -T蛜+\豓i蚓 K橌悪梕綊+跑缶hsuy霌+&摐e7XR%餞餞H6唋*+鬚嚚笸閌%h狵0羲惾U{稌 C/V淝L^BC(怜窋xs鶣ko扂困礧郢 璸7﨩"5踰PU47屽礜n毐授跅 縎m 惒梣v$鸜鯭{娃. 鷠:栁Rxyx踰%vE+o柀^▎Md匛R*EX{鰥K~ ;囤i妫0{.抁i!b2)槂槍眹琂驉 闑z㈱泗W4Xc煫!)}*XiYEMMkfмl6髥奇朮~u 8 フz ++-侖蒻紞 鮯kk涔骊?鬐!媌羆う6垷 P wC .礡i櫝绷c?K赔0VE峵Q胘耺䦃:孹!&矍,詚懎▌蛚B泼諫窒d靣v帼2;[豁熕#5窓m5擋揟Iri8耻鹚 -腩 k'妩Yi1蓂 -桚/!胢Ⅸ+]狓霛5击宋錕畤蕣孭鑖别DCo睕脀 +l8h熑栙闗曺X {]?绡邕集蚤鴏耰x#:D5d鎔レ朑p鎜a寋,36%鍽H8 潦!侳k僱Pb嚹/]奘-faz8罯栾聍鬒v[7峅;唓偀\RN"⑷r胄絁衄0"ゥBF姕.L@躔圤塰殠3>灼Xs鲙#)趲迪ZB穑獠郻④垪u幝"<V耤l塭.t䲣~J楷O{8藶.[lkf)梘禢I/蒐蚅螥B2膅Jv2Kшe侓鋍or:UXm&}v /'K侲-ud&計 2-G柷 7:⑽潛-k愓殣0篺寡uHT攷疞e - 'R稒D}#縯V磱篭邡 硶婨[醫2C筡裋u9笈[駸;-,G}唲馕)q|傺昚v0鰗=鉂.>具 n銑琯﹢鑽m袟轖*摄孱c'(馳%搗頠qr垭eG蜽2/离*佥=%}馲绺J{V冔帿|紟 茀`摌鸚*芉?脦鬆橓揱儫Ap余奏0哿o溜髛[B柘丮竁'4/)H凎羥;0 &婪蜃x攦冟C<@桌闇e竉鍲\AD'瀁4B'i-b秦涭黩.~KcK -鐙闓1蟖消吽 -_魹謳?w6+z颤i朩>Q9^鮝/k显3艹b羑明蹧,靑謿適﹋鵴 mO底.頬r|殍卜顊俱剈濑荳琜_醢籽?h)%+T7夬;幥葋濒3淭F詶栀皛c7鰙g轢仵蓊kn鲛□絏僶涛e7鏚_9縗惣#4p +TD4嘕(Da*耪噬匃US 找\h襶4熽ZpW漅3軰-jZLK>瞙U a秵諶8u贖=阜>z磯6氵n贘斱熳桮敐鸽F 已$ d*槐J犿G丅嚁荮菥fkL贊铱遼^#?NL賔U}坝L棫i蕋u1O鳔?Q优镠贚抓胗濋耵媃啔悔澽愞橆M飖樗[. .洜 -谾残嫞7 -巸嘴貴7諊3}俯A趋z X=s$罧鄶襨y=糃夡糕7._啗(9(燗>J枪Q{tL5渢磖桌$p賕:騡蟪黴|F#藝c汼慳<勰nX髧婉頰sm惆拱j噩 k 0'曟虂孂 語钽=紭咹銅俨5v臂耶iW喆7嚧崔!璯H8ね聠杜 -'纯$ mMB際hm %5' m沽6矼ぱ篙蹍v[i&蹟胰=茷Nu>g^b蒧舕^`1d鰡鵌鏓sotLv鳂駌tSf}6u9S%'蠙}嬡嬡嬡'梔瓨++雇昹w%[]Wr+9讜瑄%k\ -WP醌B酴^眨Su╘%5(骰z朅崎惌妙 .踈腸V9"鏣@殁]e Z&誑荻.t墑4lo(RP┹荭I-jlv!E裥洂U餜餚餜檽A=剔vA匃<籍o尯嘾^娼%!2颩噫怆s垷焛c*樗崁閖 q'磅m?瘃伨闱鶭83鯺釮[ :賭崓曦颜涛 k侨非'RB韚薾U浰ww)萦/麖'o線爱惴鮣殝s.龉劂b媼 .n驋W奮娂y)騌毇s冠鉰嫬 ^东?膇ο\﹐檵+c=]5E鑮+嵚!F - -\偄绎哛8暷Y )窲坳侮V趀戗囙A蚤~蹩8钻n蛨 q嬄剧摤13+1rF梹絸昱麓窘緈L/覷T_+L鲅︾屫iaZB2>鉾4D囜淙{^/鶛=aV繺B蜳涽皝煟峷鎽'纙%↘ endstream endobj 119 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(72)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.005 Tc -0.005 Tw 0 74.463 TD -[(I)1(n)-4( )]TJ -0.013 Tc -0.013 Tw 1.531 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.396 Tw 0.338 0 Td -[(009 t)5(he opt)5(i)5(ons)1( f)5(or)4( ax)4(i)5(s)1( di)5(r)4(ec)1(t)5(i)5(ons)1( w)-3(er)4(e s)1(i)5(gni)5(f)5(i)5(c)1(ant)5(l)5(y)1( r)4(educ)1(ed c)1(om)-6(par)4(ed t)5(o t)5(hos)1(e i)5(n t)5(hi)5(s)1( )]TJ -0.13 Tw -5.597 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)4(an)-1(dar)4(d.)5( )1(They)1( )1(w)-2(er)4(e )1(s)1(uf)4(f)5(i)5(c)1(i)6(ent)5( )1(f)5(or)4( )1(m)-5(os)1(t)5( )1(bu)]TJ -25.906 0 Td -[(t)5( )1(not)5( )1(al)6(l)6( )1(geo)-1(gr)4(aphi)6(c)1( )1(and )1(pr)4(oj)6(ec)1(t)5(ed )1(C)-2(R)-2(S)-2(s)1(.)5( P)-1(r)4(ovi)6(s)1(i)6(on )]TJ --0.003 Tw -25.906 -1.171 Td -[(w)-3(as)1( m)-6(ade f)4(or)3( des)1(c)1(r)3(i)5(bi)5(ng ax)4(es)1( f)4(or)3( a geoc)1(ent)4(r)3(i)5(c)1( C)-3(R)-3(S)-2( but)4( t)4(he pr)3(es)1(c)1(r)3(i)5(bed di)5(r)3(ec)1(t)4(i)5(ons)1( w)-3(er)3(e i)5(nc)1(or)3(r)3(ec)1(t)4(l)5(y)1( def)4(i)5(ned.)4( T)-1(he )]TJ -0.04 Tw 0 -1.146 TD -[(pr)4(ovi)5(s)1(i)5(on f)5(or)4( des)1(c)1(r)4(i)5(bi)5(ng ax)4(es)1( f)5(or)4( an engi)5(neer)4(i)5(ng \()4(l)5(oc)1(al)5(\))4( C)-3(R)-3(S)-2( w)-3(er)4(e i)5(nc)1(om)-6(pl)5(et)5(e and us)1(abl)5(e i)5(n onl)5(y)]TJ -0 Tc 0 Tw 43.602 0 Td -( )Tj -0.004 Tc 0.045 Tw 0.327 0 Td -[(a)-5( m)-11(in)-5(o)-5(r)-1(ity)-4( o)-5(f )]TJ -0.008 Tc -0.008 Tw -43.929 -1.171 Td -[(ca)-1(se)-1(s.)]TJ -0 Tc 0 Tw 2.937 0 Td -( )Tj -0.009 Tc 0.184 Tw -2.937 -2.39 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(w)-2(r)4(i)6(t)5(t)5(en )1(t)5(o )1(t)5(he )]TJ -0.013 Tc -0.013 Tw 26.017 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.184 Tw 0.338 0 Td -[(009 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on m)-6(ay)1( gi)5(ve an i)5(nc)1(om)-6(pl)5(et)5(e )]TJ --0.005 Tw -30.083 -1.171 Td -[(des)1(c)1(r)4(i)5(pt)5(i)5(on but)5( s)1(houl)5(d be r)4(eadabl)5(e by)1( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( of)5( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 38.13 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 629.4671 Tm -(C.4)Tj -( )Tj -2.083 0 Td -[(Backw)1(ard compatibility of coordinate reference)]TJ -( )Tj -(systems)Tj -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 601.6271 Tm -[(C)-7(.)1(4)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.529 0 Td -[(G)-4(eo)-1(d)-1(et)4(i)5(c )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.791 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.45 Tw 9.84 0 0 9.84 37.1944 578.1071 Tm -[(G)-5(e)-1(o)-1(d)-1(e)-1(t)3(i)4(c C)-4(R)-4(S)-3( i)4(s d)-1(e)-1(f)3(i)4(n)-1(e)-1(d)-1( i)4(n)-1( )]TJ -0 Tc 0 Tw 14.747 0 Td -(C)Tj -0.008 Tc 0.45 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1( 8)-1(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 4.012 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.449 Tw 0.792 0 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(def)5(i)6(ni)6(t)5(i)6(ons)1( )1(f)5(r)4(om)-5( )]TJ -0.005 Tc -0.005 Tw -20.285 -1.171 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.322 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 6.021 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.322 Tw 0.338 0 Td -[(009 have been depr)4(ec)1(at)5(ed but)5( ar)4(e i)5(nc)1(l)5(uded her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( )]TJ --0.005 Tw -15.284 -1.171 Td -[(doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 16.606 0 Td -( )Tj -ET -q -31.674 483.067 147.12 57.6 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 531.5471 Tm -[(<)-1(geo)]TJ --0.004 Tw 2.289 0 Td -[(ce)-1(n)-1(t)4(r)3(i)5(c cr)3(s>)]TJ -0 Tc 0 Tw 5.223 0 Td -( )Tj -ET -Q -q -178.794 483.067 29.04 57.6 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 531.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 483.067 325.44 57.6 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.3543 531.5471 Tm -[(G)-5(E)-3(O)-5(C)-4(C)-4(S)-3( <)-2(l)4(e)-1(f)3(t)3( d)-1(e)-1(l)4(i)4(m)-7(i)4(t)3(e)-1(r)2(>)-2( <)-2(cr)2(s n)-1(a)-1(m)-6(e)-1(>)-2( <)-2(w)-6(kt)3( se)-1(p)-1(a)-1(r)2(a)-1(t)3(o)-1(r)2(>)-2( <)-2(d)-1(a)-1(t)3(u)-1(m)-7(>)]TJ -0 Tc 0 Tw 28.867 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.3543 520.0271 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an>)]TJ -0 Tc 0 Tw 15.479 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.479 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 12.943 0 Td -<0001>Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1( )1( )]TJ -0 Tc 0 Tw 13.328 0 Td -( )Tj -0.008 Tc -0.003 Tw -27.288 -1.171 Td -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)3(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -q -207.834 483.067 325.44 57.6 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 213.3543 485.4671 Tm -( )Tj -ET -Q -q -31.674 425.707 147.12 57.36 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 473.9471 Tm -[(<)-1(geogr)3(aphi)5(c cr)3(s)-1(>)]TJ -0 Tc 0 Tw 7.851 0 Td -( )Tj -ET -Q -q -178.794 425.707 29.04 57.36 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 473.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 425.707 325.44 57.36 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.3543 473.9471 Tm -[(G)-5(E)-3(O)-5(G)-5(C)-4(S)-3( <)-2(l)4(e)-1(f)3(t)3( d)-1(e)-1(l)4(i)4(m)-7(i)4(t)3(e)-1(r)2(>)-2( <)-2(cr)2(s n)-1(a)-1(m)-6(e)-1(>)-1( <)-2(w)-6(kt)3( se)-1(p)-1(a)]TJ -0.009 Tc -0.004 Tw 21.946 0 Td -[(r)4(at)5(or)4(> )1()]TJ -0 Tc 0 Tw 6.977 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.3543 462.6671 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an>)]TJ -0 Tc 0 Tw 15.479 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.479 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 12.943 0 Td -<0001>Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1( )1( )]TJ -0 Tc 0 Tw 13.328 0 Td -( )Tj -0.008 Tc -0.003 Tw -27.288 -1.171 Td -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)3(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -q -207.834 425.707 325.44 57.36 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 213.3543 428.1071 Tm -( )Tj -ET -Q -q -31.674 391.147 147.12 34.56 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 416.5871 Tm -[(<)-1(dat)4(um)-6(>)]TJ -0 Tc 0 Tw 4.012 0 Td -( )Tj -ET -Q -q -178.794 391.147 29.04 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 416.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 391.147 325.44 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 213.3543 416.5871 Tm -[(D)-3(A)-2(T)-1(U)-3(M)-9( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1( nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 15.142 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.3543 405.0671 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(spher)3(oi)5(d>)-1( )1(<)-1(r)3(i)5(ght)4( )1(d)-1(el)5(i)4(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 20.224 0 Td -( )Tj -ET -q -207.834 391.147 325.44 34.56 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 213.3543 393.5471 Tm -( )Tj -ET -Q -q -31.674 345.067 147.12 46.08 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 382.0271 Tm -[(<)-1(spher)3(oi)5(d>)]TJ -0 Tc 0 Tw 5.084 0 Td -( )Tj -ET -Q -q -178.794 345.067 29.04 46.08 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 382.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 345.067 325.44 46.08 re -W n -BT -/TT2 1 Tf -0.01 Tc -0.005 Tw 9.84 0 0 9.84 213.3543 382.0271 Tm -[({)5( )1(EL)1(L)1(I)6(PSO)-2(I)6(D)-1( )1(|)6( )1(SPH)-1(ER)-1(O)]TJ -0.009 Tc -0.004 Tw 10.996 0 Td -[(I)5(D)-2( )1(})4( )1( )1( )]TJ -0 Tc 0 Tw 16.834 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.3543 370.5071 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 10.311 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(axi)5(s>)-1( )1(<)-1(w)-5(k)-1(t)4( )1(separ)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 13.078 0 Td -( )Tj -0.008 Tc -0.003 Tw -23.727 -1.171 Td -[(<)-1(i)5(nver)3(se )1(f)4(l)5(a)-1(t)4(t)4(eni)5(ng>)-1( )1(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)3(>)]TJ -0 Tc 0 Tw 16.437 0 Td -( )Tj -ET -q -207.834 345.067 325.44 46.08 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 213.3543 347.4671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.22 Tw 9.84 0 0 9.84 37.1944 335.9471 Tm -[(I)5(n )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs )1(t)5(hat)5( )1(f)5(ol)6(l)6(ow)-2(ed )1(t)5(hes)1(e )1(def)5(i)6(ni)6(t)5(i)6(ons)1(,)5( )1(t)5(he )1(k)1(ey)1(w)-2(or)4(d )1(om)-5(i)6(t)5(s)1( )1(t)5(he )1(R)-2( )1(i)6(n )1(C)-2(R)-2(S)-1(.)4( )1(The )1(i)6(nc)1(l)6(us)1(i)6(on )1(of)5( )1(pr)4(i)6(m)-5(e )]TJ -0.008 Tc 0.111 Tw T* -[(m)-6(er)3(i)5(di)5(an )1(i)5(s )1(m)-6(a)-1(ndat)4(or)3(y)]TJ -0 Tc 0 Tw 10.225 0 Td -( )Tj -0.008 Tc 0.111 Tw 0.396 0 Td -[(i)4(n)-1( t)3(h)-1(e)-1( B)-3(N)-4(F)-2( \()2(b)-1(u)-1(t)3( n)-1(o)-1(t)3( a)-1(l)4(w)-4(a)-1(y)-1(s)-1( i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( i)4(n)-1( W)-8(K)-3(T)-2( s)-1(t)3(r)2(i)4(n)-1(g)-1(s)-1( t)3(h)-1(a)-1(t)3( h)-1(a)-1(v)-2(e)-1( b)-1(e)-1(e)-1(n)-1( p)-1(r)2(o)-1(d)-1(u)-1(c)-1(e)-1(d)-1(!)3(\))2(.)3( T)-2(h)-1(e)-1( )]TJ -0.009 Tc 0.194 Tw -10.622 -1.171 Td -[(el)5(l)5(i)5(ps)1(oi)5(d c)1(annot)5( be a s)1(pher)4(e,)5( and i)5(t)5(s)1( s)1(em)-6(i)]TJ -0 Tc 0 Tw 20.031 0 Td -(-)Tj -0.008 Tc 0.196 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s )1(m)-6(ust)4( )1(be)-1( )1(gi)5(v)-1(en )1(i)5(n )1(m)-6(et)4(r)3(es.)4( )1(I)4(n )1(I)4(S)-2(O)]TJ -0 Tc 0 Tw 20.736 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.194 Tw 3.164 0 Td -[(1:)5(2004 t)5(he )]TJ --0.005 Tw -44.552 -1.171 Td -[(k)1(ey)1(w)-3(or)4(d i)6(s)1( E)-2(LLI)5(P)-2(S)-2(O)-4(I)5(D)-3( w)-3(hi)6(l)6(s)1(t)5( i)6(n )]TJ -0.013 Tc -0.013 Tw 14.514 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.004 Tc 0.338 0 Td -[(0)-5(0)-5(9)-5( it is)-4( S)-7(P)-7(H)-8(E)-7(R)-8(O)-9(ID)-8(.)]TJ -0 Tc 9.375 0 Td -( )Tj -0.009 Tc 0.304 Tw -27.955 -2.39 Td -[(A)-2(x)4(i)5(s)1( nam)-6(e an)]TJ -0.303 Tw [(d di)5(r)4(ec)1(t)5(i)5(on ar)4(e par)4(t)5( of)5( t)5(he )]TJ -0.013 Tc -0.013 Tw 20.196 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.303 Tw 0.338 0 Td -[(009 def)5(i)5(ni)5(t)5(i)5(on but)5( not)5( i)5(nc)1(l)5(uded i)5(n I)5(S)-2(O)]TJ -0 Tc 0 Tw 18.455 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 3.164 0 Td -[(1:)5(2004;)5( )]TJ --0.005 Tw -46.163 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)-5( uni)6(t)5( \()4(c)1(al)6(l)6(ed ax)4(i)6(s)1( uni)6(t)5( i)6(n t)5(he B)-2(N)-3(F)-1( i)6(n t)5(he ol)6(der)4( s)1(pec)1(i)6(f)5(i)6(c)1(at)5(i)6(ons)1(\))4( w)-3(as)1( r)4(equi)6(r)4(ed by)1( bot)5(h.)]TJ -0 Tc 0 Tw 44.56 0 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 243.7871 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(GE)Tj -(OGCS)Tj -0 Tc 0 Tw ([)Tj -0.008 Tc -0.008 Tw 4.257 0 Td -("NAD83",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -3.93 -1.27 Td -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",6378137.0,298.257222101],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PRIMEM["Greenwich",0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (UNIT["degree",0.0174532925199433])Tj -0 Tc 0 Tw (])Tj -9.84 0 0 9.84 302.4917 197.9471 Tm -( )Tj -8.88 0 0 8.88 37.1944 187.3871 Tm -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 0 -1.27 TD -[(EX)1(AM)-2(PL)2(E 2)]TJ -/TT3 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.026 0 Td -(GE)Tj -(OGCS)Tj -0 Tc 0 Tw ([)Tj -0.008 Tc -0.008 Tw 4.257 0 Td -("NAD83",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -3.93 -1.27 Td -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (SPHEROID["GRS 1980",6378137.0,298.257222101],)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (PRIMEM["Greenwich",0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AX)Tj -(IS["latitude",NORTH],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (AXIS["longitude",EAST], )Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (UNIT["degree",0.0174532925199433])Tj -0 Tc 0 Tw (])Tj -/TT1 1 Tf -9.84 0 0 9.84 302.4917 107.2271 Tm -( )Tj -0.009 Tc 0.062 Tw -26.961 -1.829 Td -[(I)5(f)5( )1(augm)-5(ent)5(ed )1(t)5(o )1(r)4(ec)1(ogni)6(s)1(e )1(t)5(he )1(ol)6(d )1(k)1(ey)1(w)-2(or)4(ds)1( )1(G)-3(E)-1(O)-3(C)-2(C)-2(S)-1( )1(and )1(G)-3(E)-1(O)-3(G)-3(C)-2(S)-1(,)5( )1(W)-6(K)-1(T )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(geoc)1(ent)5(r)4(i)6(c)1( )1(C)-2(R)-2(S)-1(s)1( )]TJ --0.003 Tw 0 -1.171 TD -[(and geogr)4(aphi)5(c)1( 2D)-3( C)-3(R)-3(S)-2(s)1( w)-3(r)4(i)5(t)5(t)5(en t)5(o t)5(he I)5(S)-2(O)]TJ -0 Tc 0 Tw 19.664 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.003 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw (OGC)Tj -0 Tc 0 Tw 7.685 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.003 Tw 0.338 0 Td -(009 s)Tj -2.487 0 Td -[(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(ons)1( s)1(houl)5(d be r)4(eadabl)5(e )]TJ --0.005 Tw -35.033 -1.171 Td -[(by)1( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( of)5( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d but)5( m)-6(ay)1( not)5( be i)5(nt)5(er)4(pr)4(et)5(abl)5(e by)1( m)-6(ac)1(hi)5(ne.)]TJ -0 Tc 0 Tw 40.729 0 Td -( )Tj -ET - endstream endobj 116 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(71)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 749.7071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.282 0 Td -(2)Tj -/TT2 1 Tf -0.563 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.026 0 Td -(PROJECTION[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.297 0 Td -(UTM zone 10N)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj --14.955 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Latitude of natural origin)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 16.419 0 Td -(,0],)Tj -0 Tc 0 Tw ( )Tj --31.982 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Longitude of natural origin)Tj -0 Tc (")Tj -17.027 0 Td -(,)Tj -0.608 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(123],)Tj -0 Tc 0 Tw ( )Tj --33.806 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Scale factor at natural origin)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 18.851 0 Td -(,0.9996],)Tj -0 Tc 0 Tw ( )Tj --34.414 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 7.905 0 Td -(FE)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(,500000],)Tj -0 Tc 0 Tw ( )Tj --17.387 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 7.905 0 Td -(FN)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(,0]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 673.3871 Tm -[(W)-6(K)-1(T)-1( )1(s)1(t)5(r)4(i)6(ngs)1( )1(t)5(hat)5( )1(us)1(ed )1(t)5(hi)6(s)]TJ -0 Tc 0 Tw 11.86 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(def)5(i)5(ni)5(t)5(i)5(on ex)4(hi)5(bi)5(t)5( t)5(he f)5(ol)5(l)5(ow)-3(i)5(ng am)-6(bi)5(gui)5(t)5(i)5(es)1(:)]TJ -0 Tc 0 Tw 18.919 0 Td -( )Tj -0.009 Tc -0.009 Tw -31.062 -2.39 Td -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.008 Tc 0.034 Tw 1.129 0 Td -[(i)4(n)-1( t)3(h)-1(e)-1( n)-1(a)-1(m)-6(e)-1( a)-1(t)3(t)3(r)2(i)4(b)-1(u)-1(t)3(e)-1( t)3(h)-1(e)-1(r)2(e)-1( i)4(s)-1( n)-1(o)-1( c)-1(l)4(e)-1(a)-1(r)2( d)-1(i)4(s)-1(t)3(i)4(n)-1(c)-1(t)3(i)4(o)-1(n)-1( b)-1(e)-1(t)3(w)-4(e)-1(e)-1(n)-1( t)3(h)-1(e)-1( p)-1(r)2(o)-1(j)4(e)-1(c)-1(t)3(i)4(o)-1(n)-1( \()2(t)3(h)-1(e)-1( c)-1(o)-1(l)4(l)4(e)-1(c)-1(t)3(i)4(o)-1(n)-1( o)-1(f)3( m)-7(e)-1(t)3(h)-1(o)-1(d)-1( p)-1(l)4(u)-1(s)-1( i)4(t)3(s)-1( )]TJ -0.009 Tc 0.288 Tw 0 -1.171 TD -[(par)4(am)-6(et)5(er)4(s)1(\))4( and pr)4(oj)5(ec)1(t)5(i)5(on m)-6(et)5(hod.)5( I)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d t)5(he t)5(w)-3(o c)1(onc)1(ept)5(s)1( have s)1(epar)4(at)5(e )]TJ -0.008 Tc -0.008 Tw 0 -1.171 TD -(ke)Tj -0.009 Tc 0.293 Tw 1.073 0 Td -[(y)1(w)-3(or)4(ds)1( C)-3(O)-4(N)-3(V)-2(E)-2(R)-3(S)-2(I)5(O)-4(N)-3( and M)-4(E)-2(T)-1(H)-3(O)-4(D)-3( r)4(es)1(pec)1(t)5(i)6(vel)6(y)1(.)5( I)5(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( of)5( ear)4(l)6(i)6(er)4( s)1(pec)1(i)6(f)5(i)6(c)1(at)5(i)6(ons)1( have )]TJ -0.068 Tw -1.073 -1.171 Td -[(di)5(f)5(f)5(er)4(ed i)5(n t)5(hei)5(r)4( i)5(nt)5(er)4(pr)4(et)5(at)5(i)5(on of)5( nam)-6(e,)5( s)1(om)-6(e gi)5(vi)5(ng t)5(he pr)4(oj)5(ec)1(t)5(i)5(on nam)-6(e \()4(s)1(uc)1(h as)1( ")3(U)-3(T)-1(M)-5( z)1(one 10N)-3(")3(\))4( and )]TJ --0.005 Tw 0 -1.146 TD -[(ot)5(her)4(s)1( t)5(he m)-6(et)5(hod nam)-6(e \()4(s)1(uc)1(h as)1( ")3(T)-1(r)4(ans)1(ver)4(s)1(e M)-5(er)4(c)1(at)5(or)4(")3(\))4(.)]TJ -0 Tc 0 Tw 26.139 0 Td -( )Tj -0.009 Tc -0.009 Tw -28.172 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.088 Tw 1.129 0 Td -[(t)5(he )1(m)-5(et)]TJ -0.087 Tw 3.482 0 Td -[(hod f)5(or)4(m)-6(ul)5(a,)5( w)-3(hi)5(c)1(h i)5(s)1( c)1(r)4(i)5(t)5(i)5(c)1(al)5( f)5(or)4( i)5(nt)5(er)4(oper)4(abi)5(l)5(i)5(t)5(y)1(,)5( i)5(s)1( i)5(m)-6(pl)5(i)5(ed t)5(hr)4(ough t)5(he m)-6(et)5(hod nam)-6(e,)5( and r)4(el)5(i)5(es)1( )]TJ -0.064 Tw -3.482 -1.171 Td -[(on t)5(he m)-6(et)5(hod and par)4(am)-6(et)5(er)4( nam)-6(e s)1(t)5(r)4(i)5(ngs)1( bei)5(ng i)5(nt)5(er)4(pr)4(et)5(ed by)1( t)5(he r)4(ec)1(ei)5(vi)5(ng appl)5(i)5(c)1(at)5(i)5(on w)-3(i)5(t)5(h t)5(he s)1(am)-6(e )]TJ -0.008 Tc -0.003 Tw 0 -1.171 TD -[(m)-6(eani)5(ng )1(as )1(u)-1(sed )1(i)5(n )1(t)4(he )1(pr)3(oduci)5(n)-1(g )1(appl)5(i)5(cat)4(i)5(on.)]TJ -0 Tc 0 Tw 20.675 0 Td -( )Tj -0.008 Tc -0.008 Tw -22.708 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.186 0 Td -[(t)5(he )1(uni)6(t)]TJ --0.005 Tw 3.333 0 Td -[(s)1( f)5(or)4( t)5(he par)4(am)-5(et)5(er)4( val)6(ues)1( ar)4(e am)-5(bi)6(guous)1(.)]TJ -0 Tc 0 Tw 19.094 0 Td -( )Tj -0.009 Tc 0.049 Tw -24.46 -2.39 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(ons)1( )1(w)-2(r)4(i)6(t)5(t)5(en )1(t)5(o )1(t)5(he )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 25.107 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.049 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw (OGC)Tj -0 Tc 0 Tw 7.789 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.049 Tw 0.338 0 Td -[(009 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(ons)1( s)1(houl)5(d )]TJ --0.005 Tw -38.093 -1.171 Td -[(be r)4(eadabl)5(e by)1( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( but)5( t)5(he s)1(t)5(r)4(i)5(ng m)-6(ay)1( not)5( be i)5(nt)5(er)4(pr)4(et)5(abl)5(e by)1( m)-6(ac)1(hi)5(ne.)]TJ -0 Tc 0 Tw 37.566 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 471.5471 Tm -[(C)-7(.)1(3)-4(.)1(5)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.529 0 Td -[(C)-3(o)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(syst)4(em)]TJ -0 Tc 0 Tw 9.169 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 448.0271 Tm -[(T)-1(he W)-6(K)-2(T)-1( )]TJ -[(f)5(or)4( )1(des)1(c)1(r)4(i)6(bi)6(ng )1(a )1(c)1(oor)4(di)5(nat)5(e )1(s)1(y)1(s)1(t)5(em)-5( )1(i)6(s)1( )1(def)5(i)6(ned )1(i)6(n )1(7)-1(.)5(5.)5( )]TJ -0 Tc 0 Tw 28.015 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 425.2271 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.004 Tc 0.029 Tw 2.59 0 Td -[(B)-5(o)-3(th)-3( IS)-5(O)]TJ -0 Tc 0 Tw 4.142 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc 0.026 Tw 3.155 0 Td -[(1:)4(2004 )1(and )]TJ -0.011 Tc -0.011 Tw [(O)1(G)1(C)]TJ -0 Tc 0 Tw 7.72 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.563 0 Td -(1)Tj -0.563 0 Td -(-)Tj -0.007 Tc 0.026 Tw 0.337 0 Td -[(009 )1(us)1(e )1(t)4(he )1(t)3(er)3(m)-5( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(st)4(em)-5(,)4( )1(but)4( )1(w)-2(i)5(t)4(h )1(a )1(di)5(f)4(f)4(er)3(ent)4( )1(m)-5(eani)5(ng )1(t)4(o )1(t)4(hi)5(s)1( )]TJ -0.008 Tc 0.002 Tw -22.45 -1.189 Td -[(I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d.)4( The t)4(er)3(m)-5( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-5( as)1( us)1(ed i)5(n t)4(hos)1(e ear)3(l)5(i)5(er)3( s)1(pec)1(i)5(f)4(i)5(c)1(at)4(i)5(ons)]TJ -0 Tc 0 Tw 40.293 0 Td -( )Tj -0.007 Tc 0.004 Tw 0.288 0 Td -[(equat)4(es)1( )1(t)4(o )1(c)1(oor)3(di)5(nat)4(e )]TJ -/TT3 1 Tf --0.007 Tw [(r)3(ef)4(er)3(enc)1(e)]TJ -/TT1 1 Tf -0 Tc 0 Tw 14.329 0 Td -( )Tj -0.008 Tc 0.041 Tw -54.91 -1.189 Td -[(s)1(y)1(s)1(t)4(em)-5( i)5(n t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d.)4( C)-2(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-5( as)1( def)4(i)5(ned i)5(n I)4(S)-1(O)]TJ -0 Tc 0 Tw 33.909 0 Td -( )Tj -0.007 Tc 0.042 Tw 0.282 0 Td -[(19111 )1(and )1(us)1(ed )1(i)5(n )1(t)4(hi)5(s)1( )1(I)4(nt)4(er)2(nat)4(i)5(onal)5( )1(S)-2(t)4(andar)3(d )]TJ -0.008 Tc -0.004 Tw -34.191 -1.189 Td -[(i)5(s)1( a di)5(f)4(f)4(er)3(ent)4(,)4( m)-4(or)3(e l)5(i)5(m)-4(i)5(t)4(ed,)4( c)1(onc)1(ept)4(.)]TJ -0 Tc 0 Tw 15.999 0 Td -( )Tj -0.009 Tc 0.214 Tw 9.84 0 0 9.84 71.0342 370.5071 Tm -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng)-1( )1(def)5(i)6(ni)6(t)5(i)6(on )1(f)5(r)4(om)-5( )1(I)5(S)]TJ -0 Tc 0 Tw 28.577 0 Td -(O)Tj -0.791 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.214 Tw 3.164 0 Td -[(1:)5(2004 has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( )]TJ -0.008 Tc -0.003 Tw -32.813 -1.171 Td -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( h)-1(e)-1(r)2(e f)3(o)-1(r)2( t)3(h)-1(e)-1( p)-1(u)-1(r)2(p)-1(o)-1(s)-1(e)-1(s)-1( of)3( d)-1(o)-1(c)-1(u)-1(m)-7(e)-1(n)-1(t)3(i)4(n)-1(g)-1( b)-1(a)-1(c)-1(k)-1(w)-4(a)-1(r)2(d)-1( c)-1(o)-1(m)-7(p)-1(a)-1(t)3(i)4(b)-1(i)4(l)4(i)4(t)3(y)-1(:)]TJ -/TT3 1 Tf -0 Tc 0 Tw 31.745 0 Td -( )Tj -ET -q -65.754 321.067 111.6 23.52 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 335.4671 Tm -[(<)-1(coor)3(di)5(nat)4(e syst)4(em)-6(>)]TJ -0 Tc 0 Tw 9.434 0 Td -( )Tj -ET -Q -q -177.354 321.067 28.32 23.52 re -W n -BT -/TT3 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 335.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 321.067 324 23.52 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 211.1944 335.4671 Tm -[(<)-1(cs )1(uni)5(t)4(>)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.124 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 312.6671 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(UNIT[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 3.649 0 Td -(German legal metre)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(,1.0000135965])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc 0.032 Tw 9.84 0 0 9.84 71.0342 288.6671 Tm -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(w)-2(r)4(i)6(t)5(t)5(en )1(t)5(o )1(t)5(he )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 26.551 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.031 Tw 2.598 0 Td -[(1:)5(2004 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on gi)5(ve a )-1(ver)4(y)1( i)5(nc)1(om)-6(pl)5(et)5(e )]TJ -0.154 Tw -29.997 -1.146 Td -[(des)1(c)1(r)4(i)5(pt)5(i)5(on but)5( s)1(houl)5(d be r)4(eadabl)5(e by)1( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( of)5( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d.)5( )]TJ -40.153 0 Td -[(H)-3(ow)-3(ever)3( t)4(he)]TJ -0 Tc 0 Tw 5.863 0 Td -( )Tj -0.008 Tc 0.155 Tw 0.441 0 Td -[(l)4(a)-1(c)-1(k)-1( o)-1(f)3( )]TJ -0.009 Tc -0.005 Tw -46.458 -1.171 Td -[(def)5(i)5(ni)5(t)5(i)5(on of)5( ax)4(i)5(s)1( or)4(der)4( m)-6(ay)1( l)5(ead t)5(o am)-6(bi)5(gui)5(t)5(y)1( or)4( s)1(er)4(i)5(ous)1( er)4(r)4(or)4( i)5(n i)5(nt)5(er)4(pr)4(et)5(at)5(i)5(on of)5( c)1(oor)4(di)5(nat)5(es)1(.)]TJ -0 Tc 0 Tw 41.512 0 Td -( )Tj -0.005 Tc -0.005 Tw -41.512 -2.39 Td -[(I)1(n)-4( )]TJ -0.009 Tc 0.09 Tw 1.224 0 Td -[(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(on)-1(al)6( S)-1(t)5(an)-1(dar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(def)5(i)6(ni)6(t)5(i)6(on )1(f)5(r)4(o)-1(m)-5( )]TJ -0.013 Tc -0.013 Tw 25.397 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.089 Tw 0.338 0 Td -[(009 has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( i)5(nc)1(l)5(uded )]TJ --0.005 Tw -30.687 -1.171 Td -[(her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1(:)]TJ -/TT3 1 Tf -0 Tc 0 Tw 27.678 0 Td -( )Tj -ET -q -65.754 192.907 111.6 23.52 re -W n -BT -/TT3 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 207.3071 Tm -[(<)-1(coor)3(di)5(nat)4(e syst)4(em)-6(>)]TJ -0 Tc 0 Tw 9.434 0 Td -( )Tj -ET -Q -q -177.354 192.907 28.32 23.52 re -W n -BT -/TT3 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 207.3071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 192.907 324 23.52 re -W n -BT -/TT3 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 211.1944 207.3071 Tm -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 12.943 0 Td -<0001>Tj -/TT3 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.684 0 Td -( )Tj -ET -Q -q -65.754 158.347 111.6 34.56 re -W n -BT -/TT3 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 183.7871 Tm -[()]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -177.354 158.347 28.32 34.56 re -W n -BT -/TT3 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 183.7871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 158.347 324 34.56 re -W n -BT -/TT3 1 Tf -0.005 Tc 9.84 0 0 9.84 211.1944 183.7871 Tm -[(A)-6(X)-6(IS)-6( <)-5(l)1(e)-4(ft )]TJ -0.009 Tc -0.005 Tw 4.83 0 Td -[(del)5(i)5(m)-6(i)5(t)5(er)4(>)-1( <)-1(nam)-6(e>)-1( <)-1(w)-5(k)1(t)5( s)1(epar)4(at)5(or)4(>)-1( )]TJ -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT3 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 211.1944 172.2671 Tm -[({)4( )1(nor)4(t)5(h )1(|)5( )1(eas)1(t)5( )1(|)5( )1(s)1(out)5(h )1(|)5( )1(w)-4(es)1(t)5( )1(|)5( )1(up )1(|)5( )1(dow)-4(n )1(|)5( )1(ot)5(her)4( )1(})4( )1()]TJ -0 Tc 0 Tw 28.479 0 Td -( )Tj -ET -q -205.674 158.347 324 34.56 re -W n -BT -/TT3 1 Tf -9.84 0 0 9.84 211.1944 160.7471 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 149.9471 Tm -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(AXIS["northing",north])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.595 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(AXIS["easting",east])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.622 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.026 0 Td -(UNIT["German legal metre",1.0000135965])Tj -/TT1 1 Tf -0 Tc ( )Tj -0.008 Tc 0.011 Tw 9.84 0 0 9.84 71.0342 79.8671 Tm -[(<)-1(ax)3(i)5(s>)-1( )1(w)-3(as an opt)4(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e.)4( )1(I)]TJ -0.009 Tc 0.01 Tw 15.205 0 Td -[(f)5( )1(om)-5(i)6(t)5(t)5(ed )1(i)6(t)5( )1(w)-2(as)1( )1(i)6(m)-5(p)-1(l)6(i)6(ed )1(t)5(hat)5( )1(t)5(her)4(e )1(w)-2(er)4(e )1(t)5(w)-2(o )1(ax)4(es)1( )1(w)-2(hos)1(e )1(di)6(r)4(ec)1(t)5(i)6(ons)1( )1(w)-2(er)4(e )1(eas)1(t)5( )]TJ --0.005 Tw -15.205 -1.171 Td -[(and nor)4(t)5(h r)4(es)1(pec)1(t)5(i)5(vel)5(y)1(.)]TJ -0 Tc 0 Tw 10.224 0 Td -( )Tj -ET - endstream endobj 52 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 53 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 54 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 55 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 56 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 137 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(70)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -ET -q -31.674 734.587 97.68 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 748.9871 Tm -[(<)-1(geodet)4(i)5(c da)-1(t)]TJ -0.009 Tc -0.009 Tw [(um)-6(>)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -129.354 734.587 29.28 23.52 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 134.6343 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -158.634 734.587 337.2 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 163.9144 748.9871 Tm -[(<)-1(l)5(ef)4(t)4( )1(del)4(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(dat)4(um)-6( )1(nam)-6(e>)-1( )1(<)-1(w)-5(kt)4( )1(s)-1(epar)3(at)4(or)3(>)-1( )1(<)-1(el)5(l)5(i)5(psoi)5(d>)-1( )]TJ -0 Tc 0 Tw 26.779 0 Td -( )Tj -0.008 Tc -0.003 Tw -26.779 -1.171 Td -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)]TJ -/TT1 1 Tf -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 725.4671 Tm -[(w)-3(her)3(e el)5(l)5(i)5(ps)1(oi)5(d i)5(s)1( as)1( des)1(c)1(r)3(i)5(bed i)5(n C)-3(.)4(3.)4(1.)4( I)4(S)-2(O)]TJ -0 Tc 0 Tw 19.88 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 3.164 0 Td -[(1:)5(2004 di)5(d not)5( c)1(at)5(er)4( f)5(or)4( any)1( ot)5(her)4( dat)5(um)-6( t)5(y)1(pe.)]TJ -0 Tc 0 Tw 20.563 0 Td -( )Tj -0.009 Tc 0.141 Tw -43.89 -2.39 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(geodet)5(i)6(c)1( )1(dat)5(um)-5(s)1( )1(w)-2(r)4(i)6(t)5(t)5(en )1(t)5(o )1(t)5(he )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 26.404 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.14 Tw 3.164 0 Td -[(1:)5(2004 s)1(pe)]TJ -5.173 0 Td -[(c)1(i)6(f)5(i)6(c)1(at)5(i)6(on s)1(houl)6(d be r)4(eadabl)6(e by)1( )]TJ -0.008 Tc -0.003 Tw -34.74 -1.146 Td -[(i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1(s)-1( o)-1(f)3( t)3(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1(.)]TJ -0 Tc 0 Tw 20.958 0 Td -( )Tj -0.009 Tc 0.086 Tw -20.958 -2.39 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)5(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(def)5(i)6(ni)6(t)5(i)5(on )1(f)5(r)4(om)-5( )]TJ -0.013 Tc -0.013 Tw 26.588 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(009)Tj -/TT0 1 Tf -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.085 Tw 2.124 0 Td -[(has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( i)5(nc)1(l)5(uded )]TJ --0.005 Tw -32.779 -1.171 Td -[(her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 27.678 0 Td -( )Tj -ET -q -31.674 606.667 97.68 34.56 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 632.1071 Tm -[(<)-1(geode)]TJ -0.009 Tc -0.004 Tw 3.419 0 Td -[(t)5(i)6(c)1( )1(dat)5(um)-5(>)]TJ -0 Tc 0 Tw 4.717 0 Td -( )Tj -ET -Q -q -129.354 606.667 29.28 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 134.6343 632.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -158.634 606.667 337.2 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 163.9144 632.1071 Tm -[(D)-3(A)-2(T)-1(U)-3(M)-9( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(dat)4(um)-6( nam)-6(e>)-1( <)-1(w)-5(k)1(t)4( s)1(epar)3(at)4(or)3(>)-1( <)-1(el)5(l)5(i)5(ps)1(oi)5(d>)-1( )]TJ -0 Tc 0 Tw 30.678 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 163.9144 620.5871 Tm -[([)5( )1( )1(])5( )1()]TJ -0 Tc 0 Tw 13.672 0 Td -( )Tj -ET -q -158.634 606.667 337.2 34.56 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 163.9144 609.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 597.5471 Tm -[(w)-3(her)3(e el)5(l)5(i)5(ps)1(oi)5(d i)5(s)1( as)1( des)1(c)1(r)3(i)5(bed i)5(n C)-3(.)4(3.)4(1.)4( )]TJ -0 Tc 0 Tw 18.129 0 Td -( )Tj -0.009 Tc 0.049 Tw -18.129 -2.39 Td -[(T)-1(O)-4(W)-6(G)-4(S)-2(84 i)5(s)1( a f)4(or)3(m)-6( of)4( abr)3(i)5(dged c)]TJ -[(oor)4(di)5(nat)5(e t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on \()4(s)1(ee 18)]TJ -0.05 Tw 30.477 0 Td -[(.)5(2\))4( )1(but)5( )1(i)6(nappr)4(opr)4(i)6(at)5(el)6(y)1( )1(m)-5(odel)6(l)6(ed )1(as)1( )]TJ -0.049 Tw 16.141 0 Td -[(par)4(t)5( of)5( )]TJ -0.106 Tw -46.618 -1.171 Td -[(a geodet)5(i)5(c)1( dat)5(um)-6( def)5(i)5(ni)5(t)5(i)5(on \()4(a geodet)5(i)5(c)1( dat)5(um)-6( def)5(i)5(ni)5(t)5(i)5(on s)1(houl)5(d not)5( i)5(nc)1(l)5(ude a r)4(el)5(at)5(i)5(ons)1(hi)5(p t)5(o W)-6(G)-4(S)-2( 84\))4(.)5( T)-1(hi)5(s)1( )]TJ -0.327 Tw 0 -1.171 TD -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(has)1( )1(no )1(bac)1(k)1(w)-2(ar)4(d )1(c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1( )1(w)-2(i)5(t)5(h )1(t)5(he )1(TO)-3(W)-6(G)-3(S)-1(84 )1(obj)6(ec)1(t)5(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 39.128 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.327 Tw 0.67 0 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )]TJ -0.353 Tw -39.799 -1.171 Td -[(geodet)5(i)5(c)1( dat)5(um)-6(s)1( w)-3(r)4(i)5(t)5(t)5(en t)5(o t)5(he )]TJ -0.013 Tc -0.013 Tw 15.627 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(009)Tj -/TT0 1 Tf -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.353 Tw 2.392 0 Td -[(s)1(pec)1(i)6(f)5(i)6(c)1(at)5(i)6(on w)-3(i)6(l)6(l)6( be r)4(eadabl)6(e by)1( i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( of)5( t)5(hi)6(s)1( )]TJ --0.004 Tw -22.085 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-2(t)5(a)-1(ndar)4(d )1(onl)6(y)1( )1(i)6(f)5( )1(t)5(he )1(opt)5(i)6(onal)6( )1(T)-1(O)-3(W)-6(G)-3(S)-1(84 )1(obj)6(ec)1(t)5( )1(i)6(s)1( )1(not)5( )1(c)1(ont)5(ai)6(ned.)]TJ -/TT2 1 Tf -0 Tc 0 Tw 34.4 0 Td -( )Tj -ET -q -31.674 479.227 111.84 34.56 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 504.6671 Tm -[(<)-1(ver)3(t)4(i)5(cal)5( )1(da)-1(t)4(um)-6(>)]TJ -0 Tc 0 Tw 7.513 0 Td -( )Tj -ET -Q -q -143.514 479.227 28.32 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 148.7942 504.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 479.227 324 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 177.1143 504.6671 Tm -[(V)-2(E)-2(R)-3(T)-1(_D)-3(A)-2(T)-1(U)-3(M)-9( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(dat)4(um)-6( nam)-6(e>)-1( <)-1(w)-5(k)1(t)4( s)1(epar)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 28.813 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 493.1471 Tm -[(<)-1(dat)4(um)-6( )1(t)4(ype>)-1( <)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 13.784 0 Td -( )Tj -ET -q -171.834 479.227 324 34.56 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 177.1143 481.6271 Tm -( )Tj -ET -Q -q -31.674 444.667 111.84 34.56 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 470.1071 Tm -[(<)-1(engi)5(neer)]TJ --0.003 Tw 4.548 0 Td -[(i)4(n)-1(g)-1( d)-1(a)-1(t)3(u)-1(m)-7(>)]TJ -0 Tc 0 Tw 5.057 0 Td -( )Tj -ET -Q -q -143.514 444.667 28.32 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 148.7942 470.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 444.667 324 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 470.1071 Tm -[(LO)-4(C)-3(A)-2(L_D)-3(A)-2(T)-1(U)-3(M)-9( <)-1(l)5(ef)5(t)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)-1( <)-1(dat)5(um)-6( nam)-6(e>)-1( <)-1(w)-5(k)1(t)5( s)1(epar)4(at)5(or)4(>)-1( )]TJ -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 458.5871 Tm -[(<)-1(dat)4(um)-6( )1(t)4(ype>)-1( <)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 13.784 0 Td -( )Tj -ET -q -171.834 444.667 324 34.56 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 177.1143 447.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 435.5471 Tm -[(I)1(n)-4( )]TJ -0.013 Tc -0.013 Tw 1.318 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.183 Tw 0.338 0 Td -[(009 dat)5(um)-6( t)5(y)1(pe i)5(s)1( a num)-6(ber)4( but)5( i)5(s)1( ot)5(her)4(w)-3(i)5(s)1(e not)5( def)5(i)5(ned.)5( T)-1(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d has)1( no )]TJ -0.03 Tw -5.384 -1.171 Td -[(bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1( w)-3(i)5(t)5(h t)5(he dat)5(um)-6( t)5(y)1(pe obj)5(e)]TJ -21.73 0 Td -[(c)1(t)5(,)5( and as)1( a c)1(ons)1(equenc)1(e has)1( no bac)1(k)1(w)-3(ar)4(d c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1( w)-3(i)6(t)5(h )]TJ --0.004 Tw -21.73 -1.171 Td -[(t)5(he )1(k)1(ey)1(w)-2(or)4(ds)1( )1(and )1(obj)6(ec)1(t)5(s)1( )1(V)-1(E)-1(R)-2(T_D)-2(A)-1(TU)-2(M)-4( )1(and )1(LO)-3(C)-2(A)-1(L_D)-2(A)-1(TU)-2(M)-4(.)]TJ -0 Tc 0 Tw 28.689 0 Td -( )Tj -0.009 Tc -0.003 Tw -28.689 -2.39 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(ver)4(t)5(i)6(c)1(al)6( )1(and )1(engi)6(neer)4(i)6(ng )1(dat)5(um)-5(s)1( )1(w)-2(r)4(i)6(t)5(t)5(en )1(t)5(o )1(t)5(he )]TJ -0.013 Tc -0.013 Tw 30.174 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.283 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(009)Tj -/TT0 1 Tf -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 2.036 0 Td -[(s)1(pec)1(i)6(f)5(i)6(c)1(at)5(i)6(on ar)4(e not)5( r)4(eadabl)6(e )]TJ --0.005 Tw -36.276 -1.171 Td -[(by)1( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( of)5( t)5(hi)5(s)1( I)5(nt)5(er)4(na)]TJ --0.004 Tw 15.196 0 Td -[(t)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 7.118 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 350.1071 Tm -[(C)-7(.)1(3)-4(.)1(4)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.012 Tc -0.006 Tw 0.529 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)5(o)1(j)7(e)2(c)2(t)6(i)7(o)1(n)]TJ -0 Tc 0 Tw 7.243 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 326.5871 Tm -[(M)-5(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(i)5(s )1(def)4(i)5(ned )1(i)5(n )1(9.)3(3.)]TJ -0 Tc 0 Tw 14.347 0 Td -( )Tj -0.009 Tc 0.237 Tw -14.347 -2.39 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)4(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(def)5(i)5(ni)6(t)5(i)6(on )1(f)5(r)4(om)-5( )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 29.551 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.237 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw (OGC)Tj -0 Tc 0 Tw 8.165 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.237 Tw 0.338 0 Td -[(009 has)1( been )]TJ --0.005 Tw -42.912 -1.171 Td -[(depr)4(ec)1(at)5(ed but)5( i)5(s)1( i)5(nc)1(l)5(uded her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1(:)5( )]TJ -/TT2 1 Tf -0 Tc 0 Tw 40.105 0 Td -( )Tj -ET -q -31.674 242.587 147.12 34.56 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 268.0271 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -178.794 242.587 29.04 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 268.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 242.587 325.44 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 213.3543 268.0271 Tm -[(P)-2(R)-3(O)-4(J)1(E)-2(C)-3(T)-1(I)4(O)-4(N)-3( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(nam)-6(e>)-1( <)-1(r)3(i)5(ght)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 25.079 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 213.3543 256.5071 Tm -[({)4( )1( )1( )1(})]TJ -/C2_0 1 Tf -0 Tc 0 Tw 19.326 0 Td -<0001>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -/TT1 1 Tf -( )Tj -ET -q -207.834 242.587 325.44 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 213.3543 244.9871 Tm -( )Tj -ET -Q -q -31.674 208.267 147.12 34.32 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 233.4671 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(par)3(am)-6(et)4(er)3(>)]TJ -0 Tc 0 Tw 12.767 0 Td -( )Tj -ET -Q -q -178.794 208.267 29.04 34.32 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 233.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 208.267 325.44 34.32 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 213.3543 233.4671 Tm -[(P)-2(A)-2(R)-3(A)-2(M)-9(E)-2(T)-1(E)-2(R)-3( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1( nam)-6(e>)-1( <)-1(w)-5(k)1(t)4( s)1(epar)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 25.424 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.3543 221.9471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(val)5(ue)-1(>)-1( )1(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 16.099 0 Td -( )Tj -ET -q -207.834 208.267 325.44 34.32 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 213.3543 210.6671 Tm -( )Tj -ET -Q -q -31.674 184.747 147.12 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 199.1471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(va)]TJ --0.008 Tw 6.581 0 Td -[(l)4(u)-1(e)-1(>)]TJ -0 Tc 0 Tw 1.949 0 Td -( )Tj -ET -Q -q -178.794 184.747 29.04 23.52 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 199.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 184.747 325.44 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 213.3543 199.1471 Tm -[(<)-1(num)-6(ber)3(>)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.633 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 176.3471 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(PROJECTION[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.297 0 Td -(Transverse Mercator)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj --14.955 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Latitude of origin)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(,0],)Tj -0 Tc 0 Tw ( )Tj --27.117 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Central meridian)Tj -0 Tc (")Tj -10.338 0 Td -(,)Tj -0.608 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(123],)Tj -0 Tc 0 Tw ( )Tj --27.117 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Scale factor)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 7.905 0 Td -(,0.9996],)Tj -0 Tc 0 Tw ( )Tj --23.468 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(False easting)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 8.513 0 Td -(,500000],)Tj -0 Tc 0 Tw ( )Tj --24.076 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(False northing)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 9.121 0 Td -(,0]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -ET - endstream endobj 136 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(69)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc 0.164 Tw -49.553 74.463 Td -[(T)-1(he k)1(ey)1(w)-3(or)3(d A)-2(U)-3(T)-1(H)-3(O)-4(R)-3(I)4(T)-1(Y)-2( m)-6(aps)1( t)4(o t)4(he k)1(ey)1(w)-3(or)3(d I)4(D)-3( i)5(n t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-2(t)4(andar)3(d.)4( T)-1(he at)4(t)4(r)3(i)5(but)4(e <)-1(aut)4(hor)3(i)5(t)4(y)1( )]TJ -0.104 Tw 0 -1.171 TD -[(uni)5(que i)5(dent)5(i)5(f)5(i)5(er)4(>)-1( i)5(n t)5(he B)-2(N)-3(F)-1( i)5(n t)5(hi)5(s)1( )]TJ -0.105 Tw [(I)5(nt)5(e)-1(r)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(w)-2(as)1( )1(c)1(al)6(l)6(ed )1( )1(i)6(n )]TJ -0.013 Tc -0.013 Tw 37.536 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.104 Tw 0.338 0 Td -[(009 w)-3(her)4(e i)5(t)5( w)-3(as)1( )]TJ -0.035 Tw -41.602 -1.171 Td -[(def)5(i)5(ned t)5(o be quot)5(ed t)5(ex)4(t)5(,)5( w)-3(her)4(eas)1( <)-1(aut)5(hor)4(i)5(t)5(y)1( uni)5(que i)5(dent)5(i)5(f)5(i)5(er)4(>)-1( i)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d m)-6(ay)1( be ei)5(t)5(her)4( a )]TJ -0.05 Tw 0 -1.146 TD -[(num)-6(ber)4( \()4(w)-3(i)5(t)5(hout)5( quot)5(es)1(\))4( or)4( quot)5(ed t)5(ex)4(t)5(.)5( F)-1(or)4( pot)5(ent)5(i)5(al)5( i)5(s)1(s)1(ues)1( w)-3(i)5(t)5(h quot)5(ed t)5(ex)]TJ -0.051 Tw 34.543 0 Td -[(t)5( )1(i)6(n )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1( )1(w)-2(r)4(i)5(t)5(t)5(en )1(t)5(o )1(ear)4(l)6(i)6(er)4( )]TJ --0.005 Tw -34.543 -1.171 Td -[(s)1(t)5(andar)4(ds)1( s)1(ee C)-3(.)5(2.)5(1.)]TJ -0 Tc 0 Tw 9.377 0 Td -( )Tj -0.009 Tc 0.241 Tw -9.377 -2.39 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(i)6(dent)5(i)6(f)5(i)6(er)4( )1(\()4(aut)5(hor)4(i)6(t)5(y)1(\))4( )1(w)-2(r)4(i)6(t)5(t)5(en )1(t)5(o )1(t)5(he )]TJ -0.013 Tc -0.013 Tw 26.413 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.24 Tw 0.338 0 Td -[(009 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on s)1(houl)5(d be r)4(eadabl)5(e by)1( )]TJ -0.008 Tc -0.003 Tw -30.479 -1.171 Td -[(i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1(s)-1( o)-1(f)3( t)3(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1( e)-1(x)2(c)-1(e)-1(p)-1(t)3( w)-4(h)-1(e)-1(n)-1( q)-1(u)-1(o)-1(t)3(e)-1(d)-1( t)3(e)-1(x)2(t)3( c)-1(o)-1(n)-1(t)4(a)-1(i)4(n)-1(s)-1( u)-1(n)-1(s)-1(u)-1(p)-1(p)-1(o)-1(r)2(t)3(e)-1(d)-1( c)-1(h)]TJ -0.009 Tc -0.009 Tw 43.322 0 Td -[(ar)4(ac)1(t)5(er)4(s)1(.)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 629.4671 Tm -(C.3)Tj -( )Tj -2.083 0 Td -[(Backw)1(ard compatibility of coordinate reference system components)]TJ -32.507 0 Td -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 601.6271 Tm -[(C)-7(.)1(3)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc -0.006 Tw 0.529 0 Td -[(E)-6(l)1(l)1(i)1(p)-5(s)-4(o)-5(i)1(d)]TJ -0 Tc 0 Tw 4.245 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 578.1071 Tm -[(T)-1(he W)-6(K)-2(T)-1( f)4(or)3( des)1(c)1(r)3(i)5(bi)5(ng an el)5(l)5(i)5(ps)1(oi)5(d i)5(s)1( def)4(i)5(ned i)5(n 8.)4(2.)4(1.)]TJ -0 Tc 0 Tw 24.569 0 Td -( )Tj -0.009 Tc 0.214 Tw -24.569 -2.39 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng)-1( )1(def)5(i)6(ni)6(t)5(i)6(on )1(f)5(r)4(om)-5( )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 29.367 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.214 Tw 3.164 0 Td -[(1:)5(2004 has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( )]TJ -0.008 Tc -0.008 Tw -32.813 -1.171 Td -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( )]TJ -0.009 Tc -0.005 Tw 4.067 0 Td -[(her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 27.678 0 Td -( )Tj -ET -q -65.754 494.107 97.44 34.56 re -W n -BT -/TT2 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 519.5471 Tm -[(<)-6(e)-5(llip)-5(s)-5(o)-5(id)-5(>)]TJ -0 Tc 0 Tw 4.858 0 Td -( )Tj -ET -Q -q -163.194 494.107 29.28 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.7144 519.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -192.474 494.107 337.2 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 197.9942 519.5471 Tm -[(E)-2(LLI)4(P)-2(S)-2(O)-4(I)4(D)-3( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(el)5(l)5(i)5(ps)1(oi)5(d nam)-6(e>)-1( <)-1(w)-5(k)1(t)4( s)1(epar)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 28.019 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 197.9942 508.0271 Tm -[(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 2.74 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(axi)5(s>)-1( )1(<)-1(w)-5(k)-1(t)4( )1(separ)3(at)4(or)3(>)-1( )1(<)-1(i)5(nver)3(se f)4(l)5(at)4(t)4(eni)5(ng>)-1( )1(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)]TJ -0 Tc 0 Tw 29.515 0 Td -( )Tj -ET -q -192.474 494.107 337.2 34.56 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 197.9942 496.5071 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.09 Tw 9.84 0 0 9.84 71.0342 484.9871 Tm -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)5(on)-1(al)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(n)]TJ -0.089 Tw 18.827 0 Td -[(g def)5(i)5(ni)5(t)5(i)5(on f)5(r)4(om)-6( )]TJ -0.013 Tc -0.013 Tw 7.794 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.089 Tw 0.338 0 Td -[(009 has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( i)5(nc)1(l)5(uded )]TJ --0.005 Tw -30.687 -1.171 Td -[(her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 27.678 0 Td -( )Tj -ET -q -65.754 424.747 97.44 34.32 re -W n -BT -/TT2 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 449.9471 Tm -[(<)-6(e)-5(llip)-5(s)-5(o)-5(id)-5(>)]TJ -0 Tc 0 Tw 4.858 0 Td -( )Tj -ET -Q -q -163.194 424.747 29.28 34.32 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.7144 449.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -192.474 424.747 337.2 34.32 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 197.9942 449.9471 Tm -[(S)-2(P)-2(H)-3(E)-2(R)-3(O)-4(I)4(D)-3( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(el)5(l)5(i)5(ps)1(oi)5(d nam)-6(e>)-1( <)-1(w)-5(k)1(t)4( s)1(epar)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 28.074 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 197.9942 438.6671 Tm -[(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 2.74 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(axi)5(s>)-1( )1(<)-1(w)-5(k)-1(t)4( )1(separ)3(at)4(or)3(>)-1( )1(<)-1(i)5(nver)3(se f)4(l)5(at)4(t)4(eni)5(ng>)]TJ -0 Tc 0 Tw 21.946 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.282 0 Td -[(<)-1(r)3(i)5(ght)4( )1(del)4(i)5(m)-7(i)5(t)3(er)3(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -q -192.474 424.747 337.2 34.32 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 197.9942 427.1471 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.005 Tc 0.257 Tw 9.84 0 0 9.84 71.0342 415.6271 Tm -[(B)-6(o)-4(th)-4( IS)-6(O)]TJ -0 Tc 0 Tw 4.381 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.253 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 5.883 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.253 Tw 0.338 0 Td -[(009 r)4(equi)5(r)4(ed t)5(hat)5( t)5(he s)1(em)-6(i)]TJ -0 Tc 0 Tw 12.837 0 Td -(-)Tj -0.008 Tc 0.255 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s )]TJ -0.009 Tc 0.253 Tw [(be gi)5(ven i)5(n m)-6(et)5(r)4(es)1(.)5( N)-3(ei)5(t)5(her)4( )]TJ -0.005 Tc -0.005 Tw -30.952 -1.171 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 3.164 0 Td -[(1:)5(2004 nor)4( )]TJ -0.013 Tc -0.013 Tw 5.141 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(009 al)5(l)5(ow)-3(ed f)5(or)4( a s)1(pher)4(e t)5(o be def)5(i)5(ned \()4(as)1( i)5(nver)4(s)1(e f)5(l)5(at)5(t)5(eni)5(ng i)5(s)1( i)5(nf)5(i)5(ni)5(t)5(e\))4(.)]TJ -0 Tc 0 Tw 31.802 0 Td -( )Tj -0.009 Tc 0.245 Tw -46.206 -2.39 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(el)6(l)6(i)6(ps)1(oi)6(ds)1( )1(d)]TJ -0.244 Tw 15.397 0 Td -[(ef)5(i)5(ned i)5(n m)-6(et)5(r)4(es)1( and w)-3(r)4(i)5(t)5(t)5(en t)5(o t)5(he I)5(S)-2(O)]TJ -0 Tc 0 Tw 19.084 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.244 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 5.865 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(009 )Tj --0.005 Tw -47.858 -1.171 Td -[(s)1(pec)1(i)6(f)5(i)6(c)1(at)5(i)6(ons)1( s)1(houl)6(d be r)4(eadabl)6(e by)1( i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( of)5( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 37.621 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 341.7071 Tm -[(C)-7(.)1(3)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc 0.529 0 Td -[(P)-6(r)-1(i)1(m)-10(e)-4( )1(m)-10(e)-4(r)-1(i)1(d)-5(i)1(a)-4(n)]TJ -0 Tc 7.359 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 317.9471 Tm -[(T)-1(he W)-6(K)-2(T)-1( f)4(or)3( pr)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an i)5(s)1( def)4(i)5(ned i)5(n 8.)4(2.)4(2.)]TJ -0 Tc 0 Tw 21.294 0 Td -( )Tj -0.009 Tc 0.045 Tw -21.294 -2.366 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)5(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(o)]TJ -17.077 0 Td -[(w)-3(i)5(ng def)4(i)5(ni)5(t)4(i)5(on f)4(r)3(om)-6( bot)4(h )]TJ -0.005 Tc -0.005 Tw [(I)1(S)-5(O)]TJ -0 Tc 0 Tw 13.243 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.044 Tw 2.598 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 5.465 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.044 Tw 0.338 0 Td -[(009 has)1( been )]TJ --0.005 Tw -43.297 -1.171 Td -[(depr)4(ec)1(at)5(ed but)5( i)5(s)1( i)5(nc)1(l)5(uded her)4(e f)5(or)4( t)5(he pur)4(pos)1(es)1( of)5( doc)1(um)-6(ent)5(i)5(ng bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 39.823 0 Td -( )Tj -ET -q -65.754 234.187 97.44 34.56 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 259.6271 Tm -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an>)]TJ -0 Tc 0 Tw 7.908 0 Td -( )Tj -ET -Q -q -163.194 234.187 29.28 34.56 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.7144 259.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -192.474 234.187 337.2 34.56 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 197.9942 259.6271 Tm -[(P)-2(R)-3(I)4(M)-9(E)-2(M)-9( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(pr)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an nam)-6(e>)]TJ -0 Tc 0 Tw 22.037 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 197.9942 248.1071 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(i)5(r)3(m)-6( )1(l)5(ongi)5(t)4(ude>)-1( )1(<)-1(r)]TJ -15.79 0 Td -[(i)4(g)-1(h)-1(t)3( d)-1(e)-1(l)4(i)4(m)-7(i)4(t)3(e)-1(r)2(>)]TJ -0 Tc 0 Tw 6.354 0 Td -( )Tj -ET -q -192.474 234.187 337.2 34.56 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 197.9942 236.5871 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.036 Tw 9.84 0 0 9.84 71.0342 225.0671 Tm -[(I)5(n )1(bot)5(h )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 5.221 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.036 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw (OGC)Tj -0 Tc 0 Tw 7.763 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.036 Tw 0.338 0 Td -[(009 <)-1(pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an>)-1( w)-3(as)1( a m)-6(andat)5(or)4(y)1( at)5(t)5(r)4(i)5(but)5(e of)5( geogr)4(aphi)5(c)1( C)-3(R)-3(S)-2(.)5( )]TJ -0.046 Tw -18.181 -1.171 Td -[(\()4(I)5(n )1(c)1(er)4(t)5(ai)6(n )1(f)5(r)4(equent)5(l)6(y)]TJ -0 Tc 0 Tw 9.362 0 Td -(-)Tj -0.009 Tc 0.045 Tw 0.338 0 Td -[(oc)1(c)1(ur)4(r)4(i)5(ng c)1(ondi)5(t)5(i)5(ons)1( i)5(t)5( m)-6(ay)1( be om)-6(i)5(t)5(t)5(ed i)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d\))4(.)5( T)-1(he l)5(ongi)5(t)5(ude uni)5(t)5( )]TJ -0.023 Tw -9.7 -1.171 Td -[(w)-3(as)1( uns)1(t)4(at)4(ed i)5(n I)4(S)-2(O)]TJ -0 Tc 0 Tw 9.176 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19)Tj -(125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.023 Tw 3.164 0 Td -[(1:)5(2004;)5( i)5(n )]TJ -0.013 Tc -0.013 Tw (OGC)Tj -0 Tc 0 Tw 7.115 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.023 Tw 0.338 0 Td -[(009 i)5(t)5( w)-3(as)1( t)5(ak)1(en t)5(o be t)5(he angul)5(ar)4( uni)5(t)5( of)5( t)5(he geogr)4(aphi)5(c)1( C)-3(R)-3(S)-2( )]TJ -0.008 Tc -0.003 Tw -21.489 -1.171 Td -[(i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( i)4(t)3( w)-4(a)-1(s)-1( c)-1(o)-1(n)-1(t)3(a)-1(i)4(n)-1(e)-1(d)-1( o)-1(r)2( f)3(o)-1(r)2( a)-1( g)-1(e)-1(o)-1(c)-1(e)-1(n)-1(t)3(r)2(i)4(c)-1( C)-4(R)-4(S)-3( w)-4(a)-1(s)-1( i)4(n)-1( )]TJ -0.009 Tc -0.009 Tw 25.585 0 Td -[(degr)4(ees)]TJ -0 Tc 0 Tw (.)Tj -3.954 0 Td -( )Tj -0.009 Tc 0.045 Tw -29.539 -2.39 Td -[(W)-6(K)-1(T)-1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(of)5( )1(pr)4(i)6(m)-5(e )1(m)-5(er)4(i)6(di)6(ans)1( )1(w)-2(r)4(i)6(t)5(t)5(en )1(t)5(o )1(t)5(he )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 25.126 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.044 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 5.465 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.044 Tw 0.338 0 Td -[(009 s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(ons)1( s)1(houl)5(d )]TJ -0 Tc 0 Tw -38.103 -1.171 Td -(b)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(e r)4(eadabl)5(e by)1( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( of)5( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 27.397 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 128.1071 Tm -[(C)-7(.)1(3)-4(.)1(3)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc -0.006 Tw 0.529 0 Td -[(D)-7(a)-4(tu)-5(m)]TJ -0 Tc 0 Tw 3.169 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.214 Tw 9.84 0 0 9.84 71.0342 104.5871 Tm -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng)-1( )1(def)5(i)6(ni)6(t)5(i)6(on )1(f)5(r)4(om)-5( )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 29.367 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.214 Tw 3.164 0 Td -[(1:)5(2004 has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( )]TJ -0.008 Tc -0.003 Tw -32.813 -1.171 Td -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( h)-1(e)-1(r)2(e f)3(o)-1(r)2( t)3(h)-1(e)-1( p)-1(u)-1(r)2(p)-1(o)-1(s)-1(e)-1(s)-1( of)3( d)-1(o)-1(c)-1(u)-1(m)-7(e)-1(n)-1(t)3(i)4(n)-1(g)-1( b)-1(a)-1(c)-1(k)-1(w)-4(a)-1(r)2(d)-1( c)-1(o)-1(m)-7(p)-1(a)-1(t)3(i)4(b)-1(i)4(l)4(i)4(t)3(y)-1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 31.745 0 Td -( )Tj -ET - endstream endobj 135 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(68)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.003 Tc -0.003 Tw 13.92 0 0 13.92 252.6026 745.8671 Tm -[(A)-1(nnex)]TJ -0 Tc 0 Tw 3.074 0 Td -( )Tj -0.28 0 Td -(C)Tj -/TT1 1 Tf -0.726 0 Td -( )Tj -0.002 Tc -0.002 Tw -4.835 -1.103 Td -[(\(i)1(n)-1(fo)-1(rm)-4(a)-1(ti)1(v)-2(e)-1(\))]TJ -0 Tc 0 Tw 5.59 0 Td -( )Tj --2.795 -1.121 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.002 Tw -13.83 -1.103 Td -[(Ma)1(ppi)2(ng of)2( c)1(onc)1(e)1(pt)2(s)1( f)2(r)2(om)-1( pr)2(e)1(vi)2(ous)1( ve)1(r)2(s)1(i)2(ons)1( of)2( CRS )]TJ --0.004 Tw [(W)1(KT)]TJ -/TT1 1 Tf -0 Tc 0 Tw 27.661 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 634.0271 Tm -(C.1)Tj -( )Tj -2.083 0 Td -(BNF)Tj -( )Tj -/TT1 1 Tf -9.84 0 0 9.84 37.1944 610.0271 Tm -(A)Tj -0.009 Tc -0.009 Tw 0.678 0 Td -(nnex)Tj -0 Tc 0 Tw 2.2 0 Td -( )Tj -0.445 0 Td -(C)Tj -0.734 0 Td -( )Tj -0.009 Tc 0.158 Tw 0.445 0 Td -[(des)1(c)1(r)4(i)5(bes)1( di)5(f)5(f)5(er)4(enc)1(es)1( bet)5(w)-3(een pr)4(evi)5(ous)1( ver)4(s)1(i)5(ons)1( of)5( C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( def)5(i)5(ned i)5(n )]TJ -0.005 Tc -0.005 Tw 34.607 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.283 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.158 Tw 2.598 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw -44.305 -1.171 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.066 Tw 0.338 0 Td -[(009 and t)5(hat)5( def)5(i)5(ned i)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(an)]TJ -20.947 0 Td -[(dar)4(d.)5( I)5(n )]TJ -0 Tc 0 Tw 3.87 0 Td -(A)Tj -0.009 Tc -0.009 Tw 0.678 0 Td -(nnex)Tj -0 Tc 0 Tw 2.2 0 Td -( )Tj -0.353 0 Td -(C)Tj -0.734 0 Td -( )Tj -0.009 Tc 0.067 Tw 0.353 0 Td -[(t)5(he )1(s)1(y)1(nt)5(ax)4( )1(of)5( )1(B)-1(N)-2(F )1(us)1(ed )1(f)5(ol)6(l)6(ow)-2(s)1( )1(t)5(hat)5( )]TJ -0.102 Tw -33.202 -1.171 Td -[(def)5(i)5(ned i)5(n )]TJ --0.009 Tw [(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 8.065 0 Td -( )Tj -0.009 Tc 0.102 Tw 0.389 0 Td -[(5.)5( T)-1(hi)5(s)1( di)5(f)5(f)5(er)4(s)1( f)5(r)4(om)-6( t)5(hat)5( us)1(ed i)5(n bot)5(h )]TJ -0.005 Tc -0.005 Tw 17.348 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.102 Tw 2.598 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 5.581 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.102 Tw 0.338 0 Td -[(009,)5( gi)5(ven i)5(n )]TJ --0.009 Tw 6.366 0 Td -[(T)-1(abl)5(e)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw -47.011 -1.171 Td -[(C)-3(.)4(1 f)4(or)3( r)3(ef)4(er)3(enc)1(e.)]TJ -0 Tc 0 Tw 7.907 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -0.155 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(C)Tj -0.734 0 Td -(.)Tj -0.282 0 Td -(1)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(M)-2(a)2(p)1(p)1(i)6(n)1(g)1( )1(o)1(f)5( )1(c)2(o)1(n)1(c)2(e)2(p)1(t)5(s)2( )1(f)5(r)3(o)1(m)-5( )1(p)1(r)4(e)2(v)1(i)6(o)1(u)1(s)2( )1(v)1(e)2(r)4(s)2(i)5(o)1(n)1(s)1( )1(o)1(f)4( )1(C)-1(R)-1(S )1(W)-3(K)-1(T)]TJ -0 Tc 0 Tw 27.949 0 Td -( )Tj -0.004 Tc -0.004 Tw 8.88 0 0 8.88 112.6602 524.8271 Tm -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.007 Tc -0.003 Tw 3.155 0 Td -[(1:)3(2004 )1(an)-1(d)-1( )1(O)-3(G)-3(C)-2( )1(C)-2(T)-1(S)-2( )1(01)]TJ -0 Tc 0 Tw 11.547 0 Td -(-)Tj -0.007 Tc -0.007 Tw 0.337 0 Td -(009)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 3.849 0 Td -[(Thi)4(s)1( doc)1(um)-4(e)1(nt)]TJ -0 Tc 0 Tw 7.208 0 Td -( )Tj -0.008 Tc -0.008 Tw 3.654 0 Td -[(C)-2(om)-4(m)-4(ent)]TJ -0 Tc 0 Tw 4.673 0 Td -( )Tj -ET -103.194 537.787 1.44 -1.44 re -f -103.194 537.787 1.44 -1.44 re -f -104.634 537.787 183.12 -1.44 re -f -287.754 537.787 1.44 -1.44 re -f -289.194 537.787 83.76 -1.44 re -f -372.954 537.787 1.44 -1.44 re -f -374.394 537.787 83.04 -1.44 re -f -457.434 537.787 1.44 -1.44 re -f -457.434 537.787 1.44 -1.44 re -f -103.194 536.347 1.44 -16.56 re -f -287.754 519.787 0.48 16.56 re -f -372.955 519.787 0.48 16.56 re -f -457.434 536.347 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 193.3165 506.8271 Tm -(=)Tj -0.592 0 Td -( )Tj -0.004 Tc -0.004 Tw 14.268 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -0.007 Tc -0.007 Tw 4.836 0 Td -[(P)-2(r)3(oduct)3(i)4(on)]TJ -0 Tc 0 Tw 4.844 0 Td -( )Tj -ET -103.194 519.787 1.44 -1.44 re -f -104.634 519.787 183.12 -1.44 re -f -287.754 519.787 1.44 -1.44 re -f -289.194 519.787 83.76 -1.44 re -f -372.954 519.787 1.44 -1.44 re -f -374.394 519.787 83.04 -1.44 re -f -457.434 519.787 1.44 -1.44 re -f -103.194 518.347 1.44 -16.56 re -f -287.754 501.787 0.48 16.56 re -f -372.955 501.787 0.48 16.56 re -f -457.434 518.347 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 189.4375 489.7871 Tm -(< >)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 15.141 0 Td -(< >)Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 6.147 0 Td -[(B)-2(asi)4(c t)3(ype)]TJ -0 Tc 0 Tw ( )Tj -ET -103.194 501.307 1.44 0.48 re -f -104.634 501.307 183.12 0.48 re -f -287.754 501.307 0.48 0.48 re -f -288.234 501.307 84.721 0.48 re -f -372.955 501.307 0.48 0.48 re -f -373.434 501.307 84 0.48 re -f -457.434 501.307 1.44 0.48 re -f -103.194 501.307 1.44 -16.56 re -f -287.754 484.747 0.48 16.56 re -f -372.955 484.747 0.48 16.56 re -f -457.434 501.307 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 194.7745 472.9871 Tm -(|)Tj -0.263 0 Td -( )Tj -14.878 0 Td -(|)Tj -0.264 0 Td -( )Tj -0.004 Tc -0.004 Tw 5.282 0 Td -[(A)-5(l)1(te)-3(rn)-3(a)-3(ti)1(v)-4(e)]TJ -0 Tc 0 Tw 4.789 0 Td -( )Tj -ET -103.194 484.267 1.44 0.48 re -f -104.634 484.267 183.12 0.48 re -f -287.754 484.267 0.48 0.48 re -f -288.234 484.267 84.721 0.48 re -f -372.955 484.267 0.48 0.48 re -f -373.434 484.267 84 0.48 re -f -457.434 484.267 1.44 0.48 re -f -103.194 484.267 1.44 -16.56 re -f -287.754 467.707 0.48 16.56 re -f -372.955 467.707 0.48 16.56 re -f -457.434 484.267 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.005 Tc -0.001 Tw 8.88 0 0 8.88 191.6875 455.9471 Tm -[({)1( )1(})]TJ -0 Tc 0 Tw ( )Tj -0.004 Tc 15.198 0 Td -([ ])Tj -0 Tc ( )Tj -0.007 Tc -0.007 Tw 5.836 0 Td -[(O)-3(pt)4(i)5(onal)5(i)5(t)4(y)]TJ -0 Tc 0 Tw 4.788 0 Td -( )Tj -ET -103.194 467.227 1.44 0.481 re -f -104.634 467.227 183.12 0.481 re -f -287.754 467.227 0.48 0.481 re -f -288.234 467.227 84.721 0.481 re -f -372.955 467.227 0.48 0.481 re -f -373.434 467.227 84 0.481 re -f -457.434 467.227 1.44 0.481 re -f -103.194 467.227 1.44 -16.56 re -f -287.754 450.667 0.48 16.56 re -f -372.955 450.667 0.48 16.56 re -f -457.434 467.227 1.44 -16.56 re -f -BT -/TT1 1 Tf -8.88 0 0 8.88 194.1939 438.9071 Tm -(*)Tj -0.394 0 Td -( )Tj -0.004 Tc -0.004 Tw 14.522 0 Td -(...)Tj -0 Tc 0 Tw ( )Tj -0.003 Tc -0.003 Tw 5.836 0 Td -[(M)-8(u)-4(lt)-1(ip)-4(lic)-4(it)-1(y)]TJ -0 Tc 0 Tw 4.673 0 Td -( )Tj -ET -103.194 450.187 1.44 0.48 re -f -104.634 450.187 183.12 0.48 re -f -287.754 450.187 0.48 0.48 re -f -288.234 450.187 84.721 0.48 re -f -372.955 450.187 0.48 0.48 re -f -373.434 450.187 84 0.48 re -f -457.434 450.187 1.44 0.48 re -f -103.194 450.187 1.44 -16.56 re -f -287.754 433.627 0.48 16.56 re -f -372.955 433.627 0.48 16.56 re -f -457.434 450.187 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.005 Tc -0.001 Tw 8.88 0 0 8.88 191.6966 421.8671 Tm -[(\()1( )1(\))]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.001 Tw 15.14 0 Td -[({)1( )1(})]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 5.893 0 Td -[(G)-3(r)3(oupi)5(ng)]TJ -0 Tc 0 Tw 4.168 0 Td -( )Tj -ET -103.194 433.147 1.44 0.48 re -f -104.634 433.147 183.12 0.48 re -f -287.754 433.147 0.48 0.48 re -f -288.234 433.147 84.721 0.48 re -f -372.955 433.147 0.48 0.48 re -f -373.434 433.147 84 0.48 re -f -457.434 433.147 1.44 0.48 re -f -103.194 433.147 1.44 -16.56 re -f -103.194 416.587 1.44 -1.44 re -f -103.194 416.587 1.44 -1.44 re -f -104.634 416.587 183.12 -1.44 re -f -287.754 416.587 0.48 16.56 re -f -287.754 416.587 1.44 -1.44 re -f -289.194 416.587 83.76 -1.44 re -f -372.955 416.587 0.48 16.56 re -f -372.954 416.587 1.44 -1.44 re -f -374.394 416.587 83.04 -1.44 re -f -457.434 433.147 1.44 -16.56 re -f -457.434 416.587 1.44 -1.44 re -f -457.434 416.587 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 406.0271 Tm -( )Tj -0.008 Tc 0.004 Tw 0 -2.39 TD -[(O)-5(f)3( m)-7(o)-1(r)2(e)-1( r)2(e)-1(l)4(e)-1(v)-1(a)-1(n)-1(ce)-1( i)4(s t)]TJ -0.009 Tc 0.003 Tw 9.971 0 Td -[(he bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1( of)5( t)5(he W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ngs)1( t)5(hem)-6(s)1(el)5(ves)1(;)5( t)5(hi)5(s)1( i)5(s)1( des)1(c)1(r)4(i)5(bed i)5(n C)-3(.)5(2 t)5(o C)-3(.)5(6.)]TJ -0 Tc 0 Tw 39.865 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 343.8671 Tm -(C.2)Tj -( )Tj -2.083 0 Td -[(Backw)1(ard compatibility of CRS common attributes)]TJ -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 316.2671 Tm -[(C)-7(.)1(2)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.01 Tw 0.529 0 Td -[(N)-3(am)-6(e)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.271 Tw 9.84 0 0 9.84 37.1944 292.5071 Tm -[(I)5(n )1(bot)5(h )1(I)5(S)-1(O)]TJ -0 Tc 0 Tw 5.69 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.27 Tw 3.164 0 Td -[(1:)5(2004 and )]TJ -0.013 Tc -0.013 Tw 5.917 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.27 Tw 0.338 0 Td -[(009 t)5(he at)5(t)5(r)4(i)5(but)5(e <)-1(nam)-6(e>)-1( i)5(s)1(,)5( l)5(i)5(k)1(e i)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d,)5( )]TJ -0.12 Tw -19.119 -1.171 Td -[(def)5(i)5(ned t)5(o )]TJ -[(be quot)5(ed t)5(ex)4(t)5(.)5( H)-3(ow)-3(ever)4( quot)5(ed t)5(ex)4(t)5( i)5(s)1( not)5( ex)4(pl)5(i)5(c)1(i)5(t)5(l)5(y)1( def)5(i)5(ned i)5(n t)5(hes)1(e ear)4(l)5(i)5(er)4( s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(ons)1(.)5( A)-2(s)1( a )]TJ -0.122 Tw 0 -1.171 TD -[(c)1(ons)1(equenc)1(e t)5(he nam)-5(e at)5(t)5(r)4(i)6(but)5(e i)6(n W)-6(K)-2(T)-1( s)1(t)5(r)4(i)6(ngs)1( w)-3(r)4(i)6(t)5(t)5(en t)5(o t)5(he ear)4(l)6(i)6(er)4( s)1(pec)1(i)6(f)5(i)6(c)1(at)5(i)6(ons)1( m)-5(ay)1( c)1(ont)5(ai)6(n c)1(har)4(ac)1(t)5(er)4(s)1( )]TJ -0.094 Tw T* -[(and c)1(har)4(ac)1(t)5(er)4( s)1(et)5(s)1( not)5( per)4(m)-6(i)5(t)5(t)5(ed by)1( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)]TJ -0.008 Tc 0.096 Tw 22.213 0 Td -[(i)4(o)-1(n)-1(a)-1(l)4( S)-3(t)3(a)-1(nd)-1(a)-1(r)2(d)-1(.)3( W)-8(i)4(t)3(h)-1( t)3(h)-1(i)4(s)-1( c)-1(a)-1(v)-2(e)-1(a)-1(t)3(,)3( n)-1(a)-1(m)-7(e)-1( a)-1(t)3(t)3(r)2(i)4(b)-1(u)-1(t)3(e)-1(s)-1( s)-1(h)-1(o)-1(u)-1(l)4(d)-1( b)-1(e)-1( )]TJ -0.009 Tc -0.004 Tw -22.213 -1.146 Td -[(r)4(eadabl)6(e )1(by)1( )1(i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( )1(of)5( )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 26.55 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 219.3071 Tm -[(C)-7(.)1(2)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc -0.001 Tw 0.529 0 Td -[(I)1(D)-7( \(A)-7(u)-5(th)-5(o)-5(r)-1(i)1(ty)-4(\))]TJ -0 Tc 0 Tw 6.506 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.023 Tw 9.84 0 0 9.84 37.1944 195.5471 Tm -[(T)-1(hi)5(s)1( at)4(t)4(r)3(i)5(but)4(e i)5(s)1( not)4( def)4(i)5(ned i)5(n I)4(S)-2(O)]TJ -0 Tc 0 Tw 15.472 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.023 Tw 3.164 0 Td -[(1:)5(2004.)5( I)5(n )]TJ -0.013 Tc -0.013 Tw 4.857 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.023 Tw 0.338 0 Td -[(009 t)5(he obj)5(ec)1(t)5( A)-2(U)-3(T)-1(H)-3(O)-4(R)-3(I)5(T)-1(Y)-2( w)-3(as)1( def)5(i)5(ned.)5( I)5(n t)5(hi)5(s)1( )]TJ --0.009 Tw -27.841 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )]TJ -0.033 Tw 5.912 0 Td -[(S)-2(t)4(andar)3(d t)4(he f)4(ol)5(l)5(ow)-3(i)5(ng def)4(i)5(ni)5(t)4(i)5(on f)4(r)3(om)-6( )]TJ -0.013 Tc -0.013 Tw 17.189 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.033 Tw 0.338 0 Td -[(009 has)1( been depr)4(ec)1(at)5(ed but)5( i)5(s)1( i)5(nc)1(l)5(uded her)4(e f)5(or)4( )]TJ --0.004 Tw -27.167 -1.171 Td -[(t)5(he )1(pur)4(pos)1(es)1( )1(of)4( )1(doc)1(um)-5(ent)5(i)6(ng )1(bac)1(k)1(w)-2(ar)4(d )1(c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1(:)]TJ -/TT2 1 Tf -0 Tc 0 Tw 23.894 0 Td -( )Tj -ET -q -31.674 123.787 147.12 34.32 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 37.1944 148.9871 Tm -(<)Tj -0.008 Tc -0.008 Tw 0.593 0 Td -[(i)4(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(e)-1(r)2(>)]TJ -0 Tc 0 Tw 4.434 0 Td -( )Tj -ET -Q -q -178.794 123.787 29.04 34.32 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 148.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 123.787 311.76 34.32 re -W n -BT -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 213.1143 148.9871 Tm -[(A)-2(U)-3(T)-1(H)-3(O)-4(R)-3(I)4(T)-1(Y)-2( <)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(aut)4(hor)3(i)5(t)4(y)1( nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 21.294 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.1143 137.4671 Tm -[(<)-1(w)-5(kt)4( )1(separ)3(at)3(or)2(>)-1( )1(<)-1(aut)4(hor)3(i)5(t)4(y )1(uni)5(que )1(i)4(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(<)]TJ -0.009 Tc -0.004 Tw 20.987 0 Td -[(r)4(i)6(ght)5( )1(del)6(i)6(m)-5(i)6(t)5(er)4(>)]TJ -0 Tc 0 Tw ( )Tj -ET -q -207.834 123.787 311.76 34.32 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 213.1143 125.9471 Tm -( )Tj -ET -Q -q -31.674 100.267 147.12 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 114.6671 Tm -[(<)-1(aut)4(hor)3(i)5(t)4(y )1(nam)-6(e>)]TJ -0 Tc 0 Tw 7.909 0 Td -( )Tj -ET -Q -q -178.794 100.267 29.04 23.52 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 114.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 100.267 311.76 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.1143 114.6671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ext)4(>)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.701 0 Td -( )Tj -ET -Q -q -31.674 76.747 147.12 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 91.1471 Tm -[(<)-1(aut)4(hor)3(i)5(t)4(y )1(uni)4(que )1(i)5(dent)4(i)5(f)4(i)5(er)3(>)]TJ -0 Tc 0 Tw 12.54 0 Td -( )Tj -ET -Q -q -178.794 76.747 29.04 23.52 re -W n -BT -/TT2 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 91.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.834 76.747 311.76 23.52 re -W n -BT -/TT2 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 213.1143 91.1471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ext)4(>)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.701 0 Td -( )Tj -ET -Q - endstream endobj 134 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(67)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 747.5471 Tm -(B.6)Tj -( )Tj -2.083 0 Td -(Numbers)Tj -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 719.7071 Tm -[(B)-7(.)1(6)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.01 Tw 0.529 0 Td -[(P)-2(r)3(eci)5(si)5(o)-1(n)]TJ -0 Tc 0 Tw 4.585 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.135 Tw 9.84 0 0 9.84 71.0342 695.9471 Tm -[(B)-2(es)1(t)4( pr)3(ac)1(t)4(i)5(c)1(e i)5(s)1( t)4(o pr)3(es)1(er)3(ve t)4(he or)3(i)5(gi)5(nal)5( pr)3(ec)1(i)5(s)1(i)5(on as)1( s)1(pec)1(i)5(f)4(i)5(ed by)1( t)4(he i)5(nf)4(or)3(m)-6(at)4(i)5(on s)1(our)3(c)1(e.)4( T)-1(hi)5(s)1( m)-6(ay)1( r)3(equi)5(r)3(e )]TJ -0.008 Tc -0.003 Tw 0 -1.146 TD -[(m)-6(ai)5(nt)4(ai)5(ni)5(ng 16)-1( )1(di)5(gi)5(t)4(s )1(of)4( )1(pr)3(eci)5(si)5(on)-1(.)]TJ -0 Tc 0 Tw 15.025 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 657.3071 Tm -[(B)-7(.)1(6)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.529 0 Td -[(D)-3(ef)4(i)5(n)-1(i)5(n)-1(g)-1( )1(p)-1(ar)3(am)-6(et)4(er)3(s )1(f)4(o)-1(r)3( )1(a )1(sp)-1(h)-1(er)3(e)]TJ -0 Tc 0 Tw 15.961 0 Td -( )Tj -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 71.0342 633.5471 Tm -(Th)Tj -0.009 Tc -0.009 Tw 1.186 0 Td -(e )Tj -0.01 Tc -0.01 Tw 0.869 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.018 Tw 2.562 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(el)6(l)6(i)6(ps)1(oi)6(d )1(r)4(equi)6(r)4(es)1( )1(t)5(he )1(t)5(w)-2(o )1(def)5(i)6(ni)6(ng )1(par)4(am)-5(et)5(er)4(s)1( )1(t)5(o )1(be )1(a )1(and )1(1/)5(f)5(.)5( )1(For)4( )1(a )1(s)1(pher)4(e )1(t)5(he )]TJ -0.017 Tw -4.617 -1.171 Td -[(val)6(ue of)5( 1/)5(f)5( i)6(s)1( i)6(nf)5(i)6(ni)6(t)5(e.)5( I)5(f)5( t)5(he f)5(i)6(gur)4(e of)5( t)5(he ear)4(t)5(h i)6(s)1( a s)1(pher)4(e i)6(t)5( s)1(houl)6(d have an ar)4(t)5(i)6(f)5(i)6(c)1(i)6(al)6( val)6(ue )]TJ --0.005 Tw 0 -1.171 TD -[(of)5( 0.)5( I)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( s)1(houl)]TJ -12.428 0 Td -[(d be pr)4(epar)4(ed t)5(o r)4(ead and handl)5(e t)5(hi)5(s)1( ar)4(t)5(i)5(f)5(i)5(c)1(i)5(al)5( val)5(ue.)]TJ -0 Tc 0 Tw 23.669 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 583.1471 Tm -[(B)-7(.)1(6)-4(.)1(3)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.005 Tc 0.529 0 Td -[(Im)-11(p)-6(lie)-5(d)-6( u)-6(n)-6(it)-1(s)]TJ -0 Tc 6.282 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.39 Tw 9.84 0 0 9.84 71.0342 559.6271 Tm -[(M)-5(ap )1(pr)3(oj)5(ect)4(i)5(on )1(<)-1(p)-1(ar)3(am)-6(et)4(er)3( )1(uni)5(t)4(>)-1( )1(i)5(s )1(an )1(opt)4(i)5(on)-1(al)5( )1(at)4(t)4(r)3(i)5(but)4(e )1(f)4(or)3( )1(r)3(easons )1(of)4( )1(bac)-1(kw)-3(ar)3(d )1(com)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y.)4( )1(I)4(t)4( )1(i)5(s)-1( )]TJ -0.009 Tc -0.004 Tw 0 -1.171 TD -[(r)4(ec)1(om)-5(m)-5(ended )1(t)5(hat)5( )1(i)6(t)5( )1(i)6(s)1( )1(i)6(nc)1(l)6(uded )1(ex)4(pl)6(i)6(c)1(i)6(t)5(l)6(y)1( )1(i)6(n )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1(.)5( )1(I)5(f)5( )1(om)-5(i)6(t)5(t)5(ed )1(t)5(hen:)]TJ -0 Tc 0 Tw 32.644 0 Td -( )Tj -/C2_0 1 Tf --30.815 -2.463 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.008 Tc -0.003 Tw 1.22 0 Td -[(m)-6(ap )1(pr)3(oj)]TJ -0.009 Tc -0.005 Tw 3.954 0 Td -[(ec)1(t)5(i)5(on par)4(am)-6(et)5(er)4(s)1( t)5(hat)5( ar)4(e l)5(engt)5(hs)1( s)1(houl)5(d be gi)5(ven i)5(n t)5(he uni)5(t)5( f)5(or)4( t)5(he pr)4(oj)5(ec)1(t)5(ed C)-3(R)-3(S)-2( ax)4(es)]TJ -0 Tc 0 Tw 39.99 0 Td -( )Tj -/C2_0 1 Tf --45.774 -2.463 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.008 Tc 0.009 Tw 1.22 0 Td -[(m)-6(ap )2(pr)3(oj)5(ect)4(i)5(on)-1( )2(pa)-1(r)3(am)-6(e)-1(t)4(er)3(s )2(t)4(hat)4( )2(ar)3(e )1(angl)5(es )1(shoul)5(d )1(be)-1( )1(gi)5(v)-1(en )1(i)5(n )1(t)4(he )1(uni)5(t)4( )1(f)4(or)3( )1(t)4(he )1(base )1(g)-1(eo)-1(gr)3(aphi)5(c )1(C)-3(R)-3(S)-2( )1(of)4( )]TJ -0.009 Tc -0.004 Tw T* -[(t)5(he )1(pr)4(oj)6(ec)1(t)5(ed C)-2(R)-2(S)-1(;)5( )1(s)1(ex)4(ages)1(i)6(m)-5(al)6( )1(degr)4(ee )1(r)4(epr)4(es)1(ent)5(at)5(i)6(ons)1( )1(s)1(houl)6(d )1(be )1(g)]TJ -0.008 Tc -0.003 Tw 30.782 0 Td -[(i)4(v)-2(e)-1(n)-1( a)-1(s)-1( d)-1(e)-1(c)-1(i)4(m)-7(a)-1(l)4( v)-2(a)-1(l)4(u)-1(e)-1(s)-1(.)]TJ -0 Tc 0 Tw 10.508 0 Td -( )Tj -/C2_0 1 Tf --43.119 -2.439 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.008 Tc 0.082 Tw 1.22 0 Td -[(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(par)3(am)-6(et)4(er)3(s )1(t)4(hat)]TJ -0 Tc 0 Tw 14.32 0 Td -( )Tj -0.009 Tc 0.08 Tw 0.367 0 Td -[(ar)4(e uni)5(t)5(l)5(es)1(s)1( \()4(f)5(or)4( ex)4(am)-6(pl)5(e s)1(c)1(al)5(e f)5(ac)1(t)5(or)4(\))4( s)1(houl)5(d be gi)5(ven as)1( a num)-6(ber)4( )]TJ --0.004 Tw -14.687 -1.171 Td -[(w)-3(hi)5(c)1(h i)5(s)1( c)1(l)5(os)1(e t)4(o or)3( i)5(s)1( uni)5(t)4(y)1( \()3(1.)4(0\))3(.)]TJ -0 Tc 0 Tw 14.683 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 413.9471 Tm -(B.7)Tj -( )Tj -2.083 0 Td -(Attribute order)Tj -( )Tj -/TT1 1 Tf -0.009 Tc -0.001 Tw 9.84 0 0 9.84 71.0342 389.9471 Tm -[(T)-1(he or)3(der)3( of)4( el)5(em)-6(ent)4(s)1( i)5(n a )]TJ -0.01 Tc -0.01 Tw 12.168 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.001 Tw 2.544 0 Td -[(s)1(t)5(r)4(i)6(ng i)6(s)1( di)6(c)1(t)5(at)5(ed by)1( t)5(he B)-2(N)-3(F)-1( i)6(n t)5(hi)6(s)1( doc)1(um)-5(ent)5(.)5( C)]TJ -21.724 0 Td -[(er)4(t)5(ai)5(n at)5(t)5(r)4(i)5(but)5(es)]TJ -0 Tc 0 Tw 7.008 0 Td -(,)Tj -0.282 0 Td -( )Tj -0.009 Tc -0.001 Tw 0.286 0 Td -[(not)5(abl)5(y)1( m)-6(ap )]TJ --0.009 Tw -44.013 -1.171 Td -[(pr)4(oj)5(ec)1(t)5(i)5(on )]TJ -5.028 0 Td -[(par)4(am)-6(et)5(er)4(s)1( )]TJ -0.336 Tw 5.763 0 Td -[(and c)1(oor)4(di)5(nat)5(e )]TJ --0.009 Tw [(t)5(r)4(ans)1(f)5(or)4(m)]TJ -0.336 Tw 11.978 0 Td -[(at)5(i)5(on par)4(am)-6(et)5(er)4(s)]TJ -0 Tc 0 Tw (,)Tj -8.248 0 Td -( )Tj -0.008 Tc 0.337 Tw 0.623 0 Td -[(m)-6(ay )1(be )1(i)5(ncl)5(uded )1(m)-6(ul)5(t)3(i)5(pl)5(e )1(t)4(i)5(m)-6(es.)4( )1(T)-1(he )]TJ -0.009 Tc 0.05 Tw -31.64 -1.146 Td -[(par)4(am)-6(et)5(er)4(s)1( r)4(equi)5(r)4(ed ar)4(e s)1(pec)1(i)5(f)5(i)5(c)1( t)5(o t)5(he m)-6(et)5(hod and w)-3(i)5(l)5(l)5( be l)5(i)5(s)1(t)5(ed s)1(equent)5(i)5(al)5(l)5(y)1(.)5( T)-1(he or)4(der)4( w)-3(i)5(t)5(hi)5(n t)5(he s)1(equenc)1(e )]TJ -0.003 Tc 0.179 Tw T* -[(i)-1(s)-6( n)-6(o)-6(t)-2( s)-5(i)-1(g)-6(n)-6(i)-1(f)-2(i)-1(c)]TJ -0.009 Tc 0.173 Tw 6.172 0 Td -[(ant)5( but)5( s)1(houl)5(d be l)5(ogi)5(c)1(al)5(.)5( I)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( s)1(houl)5(d be pr)4(epar)4(ed t)5(o r)4(ead any)1( or)4(der)4(.)5( F)-1(or)4( t)5(hos)1(e )]TJ -0.008 Tc 0.054 Tw -6.172 -1.171 Td -[(m)-6(et)4(hods )1(i)5(ncl)5(ude)-1(d )1(i)5(n )1(A)-2(nnex)3( )1(E)-2( )1(t)4(he )1(par)3(am)-6(e)-1(t)4(e)-1(r)3( )1(o)-1(r)3(der)3( )1(as )1(l)5(i)5(st)4(ed )1(i)5(n )1(E)-2(.)4(2 )1(f)4(or)3( )1(m)-7(ap)-1( )1(pr)3(oj)5(ect)4(i)5(ons )1(and )1(E)-2(.)4(4 )1(f)4(or)3( )1(c)-1(oor)3(di)5(nat)4(e )]TJ -0.009 Tc -0.005 Tw T* -[(oper)4(at)5(i)5(ons)1( i)5(s)1( r)4(ec)1(om)-6(m)-6(ended.)]TJ -0 Tc 0 Tw 12.823 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 293.9471 Tm -(B.8)Tj -( )Tj -2.083 0 Td -(Version of CRS )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 9.832 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 269.9471 Tm -[(I)5(m)-5(pl)6(em)-5(ent)5(at)]TJ -0.008 Tc 0.065 Tw 5.593 0 Td -[(i)4(o)-1(n)-1(s)-1( t)3(h)-1(a)-1(t)3( w)-4(i)4(sh)-1( t)3(o)-1( d)-1(e)-1(t)3(e)-1(c)-1(t)3( w)-4(h)-1(e)-1(t)3(h)-1(e)-1(r)2( a)-1( C)-4(R)-4(S)-3( W)-8(K)-3(T)-2( s)-1(t)3(r)2(i)4(n)-1(g)-1( f)3(o)-1(l)4(l)4(o)-1(w)-4(s)-1( t)3(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1( o)-1(r)2( i)4(s)-1( f)3(r)2(o)-1(m)-7( )]TJ -0.009 Tc -0.005 Tw -5.593 -1.171 Td -[(an ear)4(l)5(i)5(er)4( s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on m)-6(ay)1( do s)1(o by)1( c)1(hec)1(k)1(i)5(ng t)5(he f)5(i)5(r)4(s)1(t)5( k)1(ey)1(w)-3(or)4(d i)5(n t)5(he s)1(t)5(r)4(i)5(ng.)5( )]TJ -0 Tc 0 Tw 34.51 0 Td -( )Tj -0.009 Tc -0.004 Tw -34.51 -2.366 Td -[(S)-2(t)4(r)3(i)5(ngs)1( c)1(onf)4(or)3(m)-6(ant)4( t)4(o t)4(hi)5(s)1( i)5(nt)4(er)3(nat)4(i)5(onal)5( s)1(t)4(andar)3(d m)-6(us)1(t)4( begi)5(n w)-3(i)5(t)4(h or)3( c)1(ont)4(ai)5(n o)]TJ --0.005 Tw 34.513 0 Td -[(ne of)5( t)5(he f)5(ol)5(l)5(ow)-3(i)5(ng k)1(ey)1(w)-3(or)4(ds)1(:)]TJ -0 Tc 0 Tw 13.047 0 Td -( )Tj -/C2_0 1 Tf --45.731 -2.976 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.012 Tc -0.008 Tw 1.219 0 Td -[(B)1(O)-1(UNDCRS)1(,)8( CO)-1(M)-2(P)1(O)-1(UNDCRS)1(,)8( )-1(E)1(NG)-1(CRS)1(,)8( )-1(E)1(NG)-1(I)7(NE)1(E)1(RI)7(NG)-1(CRS)1(,)7( G)-1(E)1(O)-1(DCRS)1(,)7( G)-1(E)1(O)-1(DE)1(T)2(I)7(CCRS)1(,)7( )]TJ -0.011 Tc -0.006 Tw T* -[(I)7(M)-3(AG)-1(EC)-1(R)-1(S,)7( )1(PAR)-1(AM)-3(ET)1(R)-1(I)7(C)-1(C)-1(R)-1(S,)7( )1(PR)-1(O)-1(J)3(C)-1(R)-1(S,)7( )1(PR)-1(O)-1(J)3(EC)-1(T)1(ED)-1(C)-1(R)-1(S,)7( )1(T)1(I)7(M)-3(EC)-1(R)-1(S,)7( )1(VER)-1(T)1(C)-1(R)-1(S )1(o)2(r)6( )]TJ -0.012 Tc -0.007 Tw T* -[(V)1(E)1(RT)2(I)8(CA)1(L)3(CRS)1(;)8( CO)-1(O)-1(RDI)7(NA)1(T)2(E)1(O)-1(P)1(E)1(RA)1(T)2(I)7(O)-1(N.)]TJ -0 Tc 0 Tw 20.723 0 Td -( )Tj -0.009 Tc -0.004 Tw -24.382 -2.195 Td -[(O)-3(t)5(her)4( )1(t)5(han )1(i)6(n )1(c)1(oor)4(di)6(nat)5(eO)-3(per)4(at)5(i)6(on,)5( )1(t)5(he )1(l)5(as)1(t)5( )1(c)1(har)4(ac)1(t)5(er)4(s)1( )]TJ -24.517 0 Td -[(i)5(n t)4(hes)1(e k)1(eyw)-3(or)3(ds)1( ar)3(e \221)5(C)-3(R)-3(S)-2(\221)5(.)]TJ -0 Tc 0 Tw 13.048 0 Td -( )Tj -0.009 Tc -0.004 Tw -37.564 -2.171 Td -[(I)5(f)5( )1(t)5(he )1(W)-6(K)-2(T)-1( )1(begi)6(ns)1( )1(w)-3(i)6(t)5(h )1(or)4( )1(c)1(ont)5(ai)6(ns)1( )1(any)1( )1(of)5( )1(t)5(he )1(f)5(ol)6(l)6(ow)-3(i)6(ng )1(k)1(ey)1(w)-3(or)4(ds)1(,)5( )1(i)6(t)5( )1(i)6(s)1( )1(an )1(ol)6(der)4( )1(f)5(or)4(m)-5(at)5(:)5( )]TJ -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf -1.829 -2.268 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.011 Tc -0.007 Tw 1.219 0 Td -[(C)-1(O)-2(M)-3(PD)-1(C)-1(S,)7( F)1(I)6(T)1(T)1(ED)-1(_)2(C)-1(S,)6( G)-2(EO)-2(C)-1(C)-1(S,)6( G)-2(EO)-2(G)-2(C)-1(S,)6( L)2(O)-2(C)-1(AL)2(_)2(C)-1(S,)7( )-1(PR)-1(O)-2(J)3(C)-1(S,)7( VER)-1(T)1(_)2(C)-1(S.)]TJ -0 Tc 0 Tw 37.383 0 Td -( )Tj -0.009 Tc -0.004 Tw -41.042 -1.659 Td -[(T)-1(he l)5(as)1(t)4( c)1(har)3(ac)1(t)4(er)3(s)1( i)5(n al)5(l)5( t)4(hes)1(e k)1(ey)1(w)-3(or)3(ds)1( ar)3(e \221)5(C)-3(S)-2(\222)5(.)]TJ -0 Tc 0 Tw 22.534 0 Td -( )Tj --22.534 -2.39 Td -( )Tj -ET - endstream endobj 133 0 obj <> endobj 138 0 obj [139 0 R] endobj 139 0 obj <> endobj 140 0 obj <> endobj 141 0 obj <> endobj 142 0 obj <>stream -H塲0 endstream endobj 143 0 obj <>stream -H墝VytT}骶73Y`& dcy覩BC挊抋 K@溕$@0Bd㏄s郟榘H-Zi4导犡pjIDP)[9=奦"噴錢朢榶趑~箢|臊桘絯o蟛g悎Hhb阕oZ$F?O疄靠p$v0尘!P甑 @捨舁Ff聂搢< j\壹*N神銼f@K珰怛M骭纎褖OQ亃dh嫦賆徑璬楪1WN襞 襍啊`7澢DTEa险炭M,!沆};v8䦂!漌妔dй骘P嶼庒Y莽闤uz闱x囸6﨨C]昣橤陀?*#0 -sP丘"^f絎∷齠嗼K髛翥鑋9敕q妢"峟RP敨#1棜璙!9f帪a g3蛒5厢.%0(罤姍 -;BC.7Kl吴%炝a\j3魰!ZD嘮e焜煔o辀蓀s闯駿;仳e鰑掅:4妸▌&R 紷?柽"W|,钍炓)螭OyQ辯ㄡi憹懗f暪妅I\驞奚r蝧:姊 吮k竰7b+6甞+兞蹯`x熰s喫競/I愂9&嗎 ETF揾=A h9恧7幱)篔7腍1J覦峏 欴池& &:%/幉Pz鋜鶞l'潲鶓eP*(C鵓巩躊"*T漚P鲉鱁*#s蘬橙3窐畃p6贴T癞1;醝喺\ 溠戽赮調韝嫽镲8嫃8縊p穛噵c遄囓擮#妇徰x嗁糘+h 敌Vz夒蹻G:土/d?筄N耰u)帐*狦髟wPC鈭jH嗛巋E#秺裴Cz垉1kQ%缒he補 担膎摚e∶稍9嘫雙襏銭~.鸹U#72澐O汨买0氍E 垽鄲~'袖瘊餩.s婡8%透脓Dq%;J鬬马f 蛽諼渥<聘!徔傋kKJ,姿篌袞樐hcF訤%ED癕姥儯22 -彂甒X!27綖奓粉棢gPyP3爮5湽Q擥秗u-匆&-3垂輩:nr絕橂5d纆鵋蒭F犄/C蜮绞较?(蛿!O贐"C$5co调A┷殅>^僲E8h晦蘒肇涁囿磥]jV&VV秉t徟/覍}Z溏缴╕>拺Qv厅 -4莴粛襆ㄨ做B5玙O/右籏蝮赲)甭鄂t茟" ](U钒蕷>;滦G庹9kj(@(X纉<|腣F=锶B#≤rZ|宿P砛 椵98菛搴 碟か譞~7rs!C睏鬄r%Q鷳韇屴湟鴱藝*甿繵8屗飗[缉 uL-辙.蕟妃 岱$濛%}fX挅麙.s课濣焈@脩蒗s胡鲻4憎b蚴Z讲z禬髣赩N颋配]8f.魇L荄J)鐅)[7貾缠g6u}惠羃鍚6蝡'膄_③禌-7f0嵚茴tQ7篬x!+佗rP(馎刄4>h鶁惹iQ=x(;愀嵄,%%9鳽z%5咾楐獃m"堚3k蘈?,i宷5凪仝挟m0kiiw棨棩1dS题羣k皡贘 攤T+b={,2I╨奲攰冏鴉嶘Uz-颿辭樂3筹嵱`?橼A斑旍耣拊飙u泛禤<粔J悤 -P!鎽樽奫P+酣娭ThT侀l@k 赈雏j\Ba) 蠄4偑8 -跨僳緶骵JH)誏)'M4 u5}躬蹾啎櫎h_支譌晸+圜纱7揤7-%F昷埠^}V}楧(| =胋'3<黋"a-v煱;勍v摪 4庐6L"4LCt鲇^Ji―峹]k 唲 - 鴙HR$L%噶饗,刹M~K<)餓外$吩栏顎桲{F艗;碌櫓0铎緤u点`/#薓餺蛾醊8岀U蟀叕)h鏈<湚蠝"蔧"Y麧諫む q晾廩DyM勛/蠼Lx欙曘e楕A茚iatn噝M浜矚楖送欙笁DC?&翍不"鬜獣 渍L訬乲6訪詹臨&W2MC7碴R苅vc?陆畭瓢v艕c"b畘J暮s"b]D瑡9=鏕坍&厄E?X_筏綹X猺l1!嚦M邵保蔓騇?.4n #Q謙!y{z(v匃籔軆*湬 /z$少諏`x搗鏧趇啎存|`JM endstream endobj 132 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(66)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/C2_0 1 Tf -1.829 74.39 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.22 0 Td -[(T)-1(he t)4(ot)4(al)5( l)5(engt)4(h of)4( a <)-1(quot)4(ed Lat)4(i)5(n t)4(ex)4(t)4(>)-1( s)1(t)4(r)3(i)5(ng s)1(houl)5(d not)4( ex)4(c)1(eed 255 c)1(har)3(ac)1(t)4(er)3(s)1(.)]TJ -0 Tc 0 Tw 36.543 0 Td -( )Tj -/C2_0 1 Tf --38.373 -2.439 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.22 0 Td -[(T)-1(he t)4(ot)4(al)5( l)5(engt)4(h of)4( a <)-1(quot)4(ed U)-3(ni)5(c)1(ode t)4(ex)4(t)4(>)-1( s)1(t)4(r)3(i)5(ng s)1(houl)5(d not)4( ex)4(c)1(eed 255 c)1(har)3(ac)1(t)4(er)3(s)1(.)]TJ -0 Tc 0 Tw 38.068 0 Td -( )Tj -/C2_0 1 Tf --39.897 -2.463 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.22 0 Td -[(T)-1(he t)4(ot)4(al)5( l)5(engt)4(h of)4( a C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( s)1(t)4(r)3(i)5(ng s)1(houl)5(d not)4( ex)4(c)1(eed 4096 c)1(har)3(ac)1(t)4(er)3(s)1(.)]TJ -0 Tc 0 Tw 33.096 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 661.3871 Tm -(B.4)Tj -( )Tj -2.083 0 Td -[(W)2(hite space)]TJ -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 633.7871 Tm -[(B)-7(.)1(4)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(I)5(n)-1(ser)3(t)4(i)5(o)-1(n)-1( o)-1(f)4( w)-3(h)-1(i)5(t)4(e sp)-1(ace)]TJ -0 Tc 0 Tw 11.602 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.114 Tw 9.84 0 0 9.84 37.1944 610.0271 Tm -[(O)-5(u)-1(t)3(si)4(d)-1(e)-1( o)-1(f)3( <)-2(q)-1(u)-1(o)-1(t)3(e)-1(d)-1( L)-1(a)-1(t)3(i)4(n)-1( t)3(e)-1(x)3(t)3(>)-2( a)-1(n)-1(d <)-2(q)-1(u)-1(o)-1(t)3(e)-1(d)-1( U)-4(n)-1(i)4(co)-1(d)-1(e)-1( t)3(e)-1(x)3(t)3(>)-2( )1(a)-1( )]TJ -0.016 Tc -0.016 Tw 28.398 0 Td -[(W)1(K)]TJ -0 Tc 0 Tw 1.637 0 Td -(T)Tj -0.621 0 Td -( )Tj -0.009 Tc 0.113 Tw 0.4 0 Td -[(s)1(t)5(r)4(i)6(ng w)-3(r)4(i)6(t)5(t)5(en t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( t)5(hi)6(s)1( )]TJ -0.049 Tw -31.056 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(c)1(ont)5(ai)6(ns)1( )1(no )1(w)-2(hi)6(t)5(e )1(s)1(pac)1(e.)5( )1(H)-2(ow)-2(ever)4( )1(t)5(o i)6(m)-5(pr)4(ove )1(hum)-5(an )1(r)4(eadabi)6(l)6(i)6(t)5(y)1( )1(i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( )1(m)-5(ay)1( )]TJ -0.008 Tc 0.031 Tw 0 -1.171 TD -[(i)4(n)-1(s)-1(e)-1(r)2(t)3( s)-1(p)-1(a)-1(c)-1(e)-1(s)-1(,)3( )1(t)3(a)-1(b)-1(s)-1( o)-1(r)2( l)4(i)4(n)-1(e)-1( f)3(e)-1(e)-1(d)-1(s)-1( b)-1(e)-1(f)3(o)-1(r)2(e)-1( o)-1(r)2( a)-1(f)3(t)3(e)-1(r)2( a)-1(n)-1(y)-1( el)4(e)-1(m)-7(e)-1(n)-1(t)3( o)-1(f)3( t)3(h)-1(e)-1( s)-1(t)3(r)2(i)4(n)-1(g)-1(.)3( I)3(n)-1( t)3(h)-1(e)-1( e)-1(x)2(a)-1(m)-7(p)-1(l)4(e)-1(s)-1( i)4(n t)4(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)]TJ -0.009 Tc -0.009 Tw 45.994 0 Td -[(nat)5(i)5(onal)5( )]TJ --0.004 Tw -45.994 -1.171 Td -[(S)-2(t)4(andar)3(d,)4( l)5(i)5(ne f)4(eeds)1( and i)5(ns)1(et)4( ar)3(e i)5(nc)1(l)5(uded t)4(o ai)5(d c)1(l)5(ar)3(i)5(t)4(y)1( i)5(n r)3(eadi)5(ng t)4(hi)5(s)1( doc)1(um)-6(ent)4(.)]TJ -0 Tc 0 Tw 36.603 0 Td -( )Tj -0.009 Tc -0.004 Tw -36.603 -2.39 Td -[(S)-2(pac)1(es)1( s)1(houl)5(d not)4( be i)5(ns)1(er)3(t)4(ed w)-3(i)5(t)4(hi)5(n k)1(ey)1(w)-3(or)3(ds)1( or)3( num)-6(ber)3(s)1(.)]TJ -0 Tc 0 Tw 26.829 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 524.5871 Tm -[(B)-7(.)1(4)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.529 0 Td -[(P)-1(a)1(r)4(s)1(i)6(ng )1(of)5( )1(w)-2(hi)6(t)5(e)1( )1(s)1(pa)1(c)1(e)1( )1(out)5(s)1(i)6(de)1( )1(of)5( )1(quot)5(e)1(d )1(t)5(e)1(x)1(t)]TJ -0 Tc 0 Tw 21.958 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.214 Tw 9.84 0 0 9.84 37.1944 501.0671 Tm -[(P)-2(ar)3(s)1(er)3(s)1( r)3(eadi)5(ng C)-3(R)-3(S)-2( W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ngs)1( s)1(houl)5(d i)5(gnor)3(e w)-3(hi)5(t)4(e s)1(pac)1(e )]TJ -0.213 Tw 29.69 0 Td -[(out)5(s)1(i)5(de of)5( <)-1(quot)5(ed Lat)5(i)5(n t)5(ex)4(t)5(>)-1( or)4( <)-1(quot)5(ed )]TJ --0.004 Tw -29.69 -1.171 Td -[(U)-3(ni)5(c)1(ode t)4(ex)4(t)4(>)-1(.)]TJ -0 Tc 0 Tw 6.521 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 462.1871 Tm -[(B)-7(.)1(4)-4(.)1(3)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.529 0 Td -[(P)-1(a)1(r)4(s)1(i)6(ng )1(of)5( )1(w)-2(hi)6(t)5(e)1( )1(s)1(pa)1(c)1(e)1( )1(w)-2(i)6(t)5(hi)6(n )1(quot)5(e)1(d )1(t)5(e)1(x)1(t)]TJ -0 Tc 0 Tw 20.033 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.003 Tw 9.84 0 0 9.84 37.1944 438.4271 Tm -[(P)-2(ar)3(s)1(er)3(s)1( r)3(eadi)5(ng C)-3(R)-3(S)-2( W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ngs)1( s)1(houl)5(d i)5(gnor)3(e w)-3(hi)5(t)4(e s)1(pac)1(e at)4( t)4(he begi)5(nni)5(ng or)3( end of)4( <)-1(quot)4(ed Lat)4(i)5(n t)4(ex)4(t)4(>)-1( or)3( )]TJ -0.008 Tc 0 -1.146 TD -[(<)-1(quot)4(ed )1(U)-3(ni)5(c)-1(od)-1(e )1(t)4(ex)3(t)4(>)-1(.)4( )1(P)-2(ar)3(ser)3(s )1(m)-6(ay )1(conv)-1(er)3(t)4( )1(conse)-1(c)]TJ -0.009 Tc 0.001 Tw 23.642 0 Td -[(ut)5(i)5(ve w)-3(hi)5(t)5(e s)1(pac)1(e c)1(har)4(ac)1(t)5(er)4(s)1( em)-6(bedded w)-3(i)5(t)5(hi)5(n t)5(he quot)5(ed )]TJ --0.004 Tw -23.642 -1.171 Td -[(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(i)5(nt)5(o )1(a )1(s)1(i)6(ngl)6(e )1(.)]TJ -0 Tc 0 Tw 14.571 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 376.9871 Tm -(B.5)Tj -( )Tj -2.083 0 Td -(Identifiers)Tj -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 349.1471 Tm -[(B)-7(.)1(5)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc 0.529 0 Td -[(U)-7(s)-4(e)-4( )1(o)-5(f )1(i)1(d)-5(e)-4(n)-5(ti)1(fi)1(e)-4(r)]TJ -0 Tc 7.697 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.064 Tw 9.84 0 0 9.84 37.1944 325.6271 Tm -[(W)-6(hen )1(an )1(i)6(dent)5(i)6(f)5(i)6(er)4( )1(i)6(s)1( )1(gi)6(ven )1(f)5(or)4( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(,)5( )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on )1(or)4( )1(bound)]TJ -0 Tc 0 Tw 42.346 0 Td -( )Tj -0.009 Tc 0.064 Tw 0.351 0 Td -[(C)-3(R)-3(S)-2(,)4( i)5(t)4( appl)5(i)5(es)1( )]TJ --0.004 Tw -42.696 -1.171 Td -[(t)5(o )1(t)5(he )1(w)-2(hol)6(e )1(obj)5(ect)5( )1(i)6(nc)1(l)6(ud)]TJ -0.008 Tc -0.003 Tw 11.41 0 Td -[(i)4(n)-1(g)-1( a)-1(l)4(l)4( o)-1(f)3( i)4(t)3(s)-1( c)-1(o)-1(m)-7(p)-1(o)-1(n)-1(e)-1(n)-1(t)3(s)-1(.)]TJ -0 Tc 0 Tw 11.185 0 Td -( )Tj -0.009 Tc 0.21 Tw -22.595 -2.39 Td -[(W)-6(hen )1(an )1(i)6(dent)5(i)6(f)5(i)6(er)4( )1(i)6(s)1( )1(w)-2(r)4(i)6(t)5(t)5(en )1(i)6(nt)5(o )1(an )1(obj)6(ec)1(t)5( )1(def)5(i)6(ni)6(t)5(i)6(on,)5( )1(al)6(l)6( )1(nam)-5(es)1(,)5( )1(val)6(ues)1( )1(and )1(uni)6(t)5(s)1( )1(f)5(or)4( )1(t)5(hat)5( )1(obj)6(ec)1(t)5( )1(and )1(i)6(t)5(s)1( )]TJ --0.005 Tw 0 -1.171 TD -[(c)1(om)-5(ponent)5(s)1( w)-3(hi)6(c)1(h ar)4(e gi)6(ven i)6(n t)5(he )]TJ -0.01 Tc -0.01 Tw 15.93 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 2.541 0 Td -[(s)1(houl)6(d be c)1(ons)1(i)6(s)1(t)5(ent)5( w)-3(i)6(t)5(h t)5(hos)1(e gi)6(ven by)1( t)5(he aut)5(hor)4(i)6(t)5(y)1(.)]TJ -0 Tc 0 Tw 24.347 0 Td -( )Tj -0.009 Tc 0.08 Tw -42.818 -2.39 Td -[(I)5(n )1(t)5(he )1(event)5( )1(of)5( c)1(onf)5(l)6(i)6(c)1(t)5( )1(i)]TJ -10.815 0 Td -[(n val)5(ues)1( gi)5(ven i)5(n t)5(he C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng and gi)5(ven by)1( an aut)5(hor)4(i)5(t)5(y)1( t)5(hr)4(ough an obj)5(ec)1(t)5(')6(s)1( )]TJ -0 Tw -10.815 -1.171 Td -[(nam)-6(e or)4( an i)5(dent)5(i)5(f)5(i)5(er)4(,)5( r)4(eadi)5(ng s)1(of)5(t)5(w)-3(ar)4(e s)1(houl)5(d t)5(hr)4(ow)-3( an ex)4(c)1(ept)5(i)5(on or)4( gi)5(ve us)1(er)4(s)1( a w)-3(ar)4(ni)5(ng m)-6(es)1(s)1(age.)5( T)-1(he )]TJ -0.01 Tc -0.01 Tw 47.295 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -47.295 -1.171 Td -[(val)6(ues)1( s)1(houl)6(d be as)1(s)1(um)-5(ed t)5(o pr)4(evai)6(l)6(.)]TJ -0 Tc 0 Tw 16.722 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 205.1471 Tm -[(B)-7(.)1(5)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.529 0 Td -[(U)-3(si)5(n)-1(g)-1( )1(n)-1(am)-6(es )1(t)4(o)-1( )1(i)5(n)-1(t)4(er)3(p)-1(r)3(et)4( )1(i)5(d)-1(en)]TJ -0.006 Tc -0.006 Tw 14.375 0 Td -[(ti)1(ty)]TJ -0 Tc 0 Tw 1.528 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.349 Tw 9.84 0 0 9.84 37.1944 181.6271 Tm -[(I)5(f)5( )1(c)1(om)-5(par)4(i)6(n)-1(g t)5(he )1(c)1(ont)5(ent)5( )1(of)5( )1(t)5(w)-2(o )1( )1(s)1(t)5(r)4(i)5(ngs)1(,)5( )1(i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( )1(s)1(houl)6(d )1(i)6(gnor)4(e )1(c)1(as)1(e,)5( )1(t)5(he )1(c)1(har)4(ac)1(t)5(er)4(s)1( )]TJ -0.008 Tc -0.003 Tw T* -[(<)-1(under)3(scor)3(e>)-1( )1(")2(_")3(,)3( )1(<)-1(m)-6(i)5(nus )1(si)5(gn>)-1( )1(")]TJ -0 Tc 0 Tw 15.092 0 Td -(-)Tj -0.009 Tc -0.004 Tw 0.338 0 Td -[(")3(,)4( <)-1(s)1(ol)5(i)5(dus)1(>)-1( ")3(/)4(")3(,)4( <)-1(l)5(ef)4(t)4( par)3(en>)-1( ")3(\()3(")3( and <)-1(r)3(i)5(ght)4( par)3(en>)-1( ")3(\))3(")3(.)]TJ -0 Tc 0 Tw 23.822 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 37.1944 147.3071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.871 0 Td -[(")3(C)-2(ent)4(r)3(al)5(_)]TJ -0.007 Tc 0.677 Tw 4.19 0 Td -[(M)-4(er)3(i)4(di)4(an\224)3( shoul)4(d be consi)4(der)3(ed equal)4( t)3(o \223)3(cen)]TJ -0.004 Tc -0.004 Tw 24.362 0 Td -[(tr)-1(a)-4(l)]TJ -0 Tc 0 Tw 1.408 0 Td -(-)Tj -0.007 Tc 0.678 Tw 0.337 0 Td -[(m)-5(er)3(i)4(di)4(an")3(,)4( )1(\223)3(C)-2(ent)4(r)3(al)4( )1(m)-5(er)3(i)4(di)4(an")3( )1(and )]TJ -0.008 Tc -0.008 Tw -37.954 -1.189 Td -[(")3(c)1(ent)4(r)3(al)5(M)-3(er)3(i)5(di)5(an")3(.)]TJ -0 Tc 0 Tw 7.928 0 Td -( )Tj -ET - endstream endobj 47 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 48 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 49 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 50 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 51 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 148 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(65)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.003 Tc -0.003 Tw 13.92 0 0 13.92 286.4424 745.8671 Tm -[(A)-1(nnex)]TJ -0 Tc 0 Tw 3.074 0 Td -( )Tj -0.28 0 Td -(B)Tj -/TT1 1 Tf -0.726 0 Td -( )Tj -0.002 Tc -0.002 Tw -4.835 -1.103 Td -[(\(i)1(n)-1(fo)-1(rm)-4(a)-1(ti)1(v)-2(e)-1(\))]TJ -0 Tc 0 Tw 5.59 0 Td -( )Tj --2.795 -1.121 Td -( )Tj -/TT0 1 Tf -0.003 Tc -0.002 Tw -10.339 -1.103 Td -[(R)-1(ecom)-2(m)-2(ended pr)1(act)1(i)2(ce f)1(or)1( i)2(m)-2(pl)2(em)-2(ent)1(at)1(i)2(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 20.678 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 634.0271 Tm -(B.1)Tj -( )Tj -2.083 0 Td -(Introduction)Tj -( )Tj -/TT1 1 Tf -0.009 Tc 0.057 Tw 9.84 0 0 9.84 71.0342 610.0271 Tm -[(T)-1(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-2(t)4(andar)3(d def)4(i)5(nes)1( t)4(he s)1(t)4(r)3(uc)1(t)4(ur)3(e and c)1(ont)4(ent)4( of)4( )]TJ -0.01 Tc -0.01 Tw 29.248 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.057 Tw 2.602 0 Td -[(s)1(t)5(r)4(i)6(ngs)1(.)5( I)5(t)5( does)1( not)5( s)1(pec)1(i)6(f)5(i)6(c)1(al)6(l)6(y)1( addr)4(es)1(s)1( )]TJ -0.254 Tw -31.85 -1.171 Td -[(t)5(he )1(r)4(equi)6(r)4(em)-6(ent)5(s)1( )1(f)5(or)4( )1(i)6(m)-5(pl)]TJ -0.253 Tw 12.013 0 Td -[(em)-6(ent)5(at)5(i)5(ons)1( t)5(hat)5( w)-3(r)4(i)5(t)5(e or)4( r)4(ead t)5(hes)1(e s)1(t)5(r)4(i)5(ngs)1(.)5( S)-2(om)-6(e r)4(ec)1(om)-6(m)-6(endat)5(i)5(ons)1( f)5(or)4( s)1(uc)1(h )]TJ -0.008 Tc -0.003 Tw -12.013 -1.171 Td -[(i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1(s)-1( a)-1(r)2(e)-1( g)-1(i)4(v)-2(e)-1(n)-1( i)4(n)-1( B)-3(.)3(2)-1( t)3(o)-1( B)]TJ -0.005 Tc -0.005 Tw 16.835 0 Td -[(.)1(8)]TJ -0 Tc 0 Tw 0.848 0 Td -(.)Tj -0.282 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 548.3471 Tm -(B.2)Tj -( )Tj -2.083 0 Td -[(Keyw)1(ords)]TJ -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 520.7471 Tm -[(B)-7(.)1(2)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.529 0 Td -[(K)-3(eyw)-3(o)-1(r)3(d)-1( )1(case )1(sen)-1(si)5(t)4(i)5(v)-1(i)5(t)4(y)]TJ -0 Tc 0 Tw 12.114 0 Td -( )Tj -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 71.0342 496.9871 Tm -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.267 Tw 2.812 0 Td -[(k)1(ey)1(w)-3(or)4(ds)1( by)1( def)5(i)6(ni)6(t)5(i)6(on ar)4(e c)1(as)1(e i)6(ns)1(ens)1(i)6(t)5(i)6(ve.)5( K)-2(E)-2(Y)-2(W)-6(O)-4(R)-3(D)-3( i)6(s)1( equi)6(val)6(ent)5( t)5(o k)1(ey)1(w)-3(or)4(d i)6(s)1( equi)6(val)6(ent)5( t)5(o )]TJ --0.009 Tw -2.812 -1.171 Td -[(K)-2(ey)1(W)-7(or)]TJ -0.129 Tw 3.614 0 Td -[(d and t)5(o k)1(E)-2(Y)-2(w)-3(O)-4(R)-3(d.)5( W)-6(her)4(e hum)-6(an r)4(eadabi)5(l)5(i)5(t)5(y)1( i)5(s)1( i)5(m)-6(por)4(t)5(ant)5( \()4(as)1( i)5(n t)5(he ex)4(am)-6(pl)5(es)1( i)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( )]TJ --0.004 Tw -3.614 -1.171 Td -[(S)-2(t)4(andar)3(d\))3( k)1(ey)1(w)-3(or)3(ds)1( s)1(houl)5(d be w)-3(r)3(i)5(t)4(t)4(en i)5(n onl)5(y)1( t)4(he <)-1(s)1(i)5(m)-6(pl)5(e Lat)4(i)5(n upper)3( c)1(as)1(e l)5(et)4(t)4(er)3(>)-1( s)1(et)4(.)]TJ -0 Tc 0 Tw 38.579 0 Td -( )Tj -0.009 Tc -0.004 Tw -38.579 -2.366 Td -[(K)-2(E)-2(Y)-2(W)-7(O)-4(R)-3(D)-3( i)5(s)1( not)4( equi)5(val)5(ent)4( t)4(o K)-2(E)-2(Y)-2(_W)-7(O)-4(R)-3(D)-3(.)4( T)-1(he under)3(s)1(c)1(or)3(e c)1(har)3(ac)1(t)4(er)3( i)5(s)1( s)1(i)5(gni)]TJ --0.009 Tw 35.694 0 Td -[(f)5(i)6(c)1(ant)5(.)]TJ -0 Tc 0 Tw 2.711 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 423.3071 Tm -[(B)-7(.)1(2)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.529 0 Td -[(A)-3(l)5(t)4(er)3(n)-1(at)4(i)5(v)-1(e )1(keyw)-3(o)-1(r)3(d)-1(s)]TJ -0 Tc 0 Tw 10.245 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.05 Tw 9.84 0 0 9.84 71.0342 399.5471 Tm -[(W)-6(her)4(e )1(t)5(w)-2(o )1(al)6(t)5(er)4(nat)5(i)6(ve )1(k)1(ey)1(w)-2(or)4(ds)1( )1(ar)4(e )1(def)5(i)6(ned,)5( )1(as)1( )1(a )1(m)-5(i)6(ni)6(m)-5(um)-5(,)5( )1(i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( )1(s)1(houl)6(d )1(be )1(abl)6(e )1(t)5(o )1(w)-2(r)4(i)6(t)5(e )1(t)5(he )1(f)5(i)6(r)4(s)1(t)5( )]TJ --0.005 Tw 0 -1.171 TD -[(and t)5(o r)4(ead bot)5(h.)]TJ -0 Tc 0 Tw 7.684 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 360.6671 Tm -[(B)-7(.)1(2)-4(.)1(3)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.012 Tc -0.006 Tw 0.529 0 Td -[(H)-1(a)2(n)1(d)1(l)7(i)7(n)1(g)1( )1(o)1(f)6( )1(u)1(n)1(r)5(e)2(c)2(o)1(g)1(n)1(i)7(s)2(e)2(d)1( )1(k)2(e)2(y)2(w)-1(o)1(r)5(d)1(s)]TJ -0 Tc 0 Tw 17.544 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.028 Tw 9.84 0 0 9.84 71.0342 337.1471 Tm -[(I)5(t)5( )1(i)6(s)1( )1(r)4(ec)1(ogni)6(s)1(ed )1(t)5(hat)5( )1(pr)4(i)6(or)4( )1(t)5(o )1(t)5(he )1(publ)6(i)6(c)1(at)5(i)6(on )1(of)5( )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(ona)]TJ -0.008 Tc 0.029 Tw 28.056 0 Td -[(l)4( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1( s)-1(o)-1(m)-7(e)-1( t)3(o)-1(ke)-1(n)-1(s)-1( t)3(h)-1(a)-1(t)3( a)-1(r)2(e)-1( n)-1(o)-1(t)3( i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( i)4(n)-1( )]TJ -0.009 Tc 0.261 Tw -28.056 -1.171 Td -[(t)5(hi)6(s)1( )1(doc)1(um)-5(ent)5( have )1(been )1(pr)4(oduc)1(ed.)5( )1(P)-1(ar)4(s)1(er)4(s)1( r)4(eadi)6(ng )1(C)-2(R)-2(S)-1( )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1( )1(and )1(enc)1(ount)5(er)4(i)6(ng )1(unr)4(ec)1(ogni)6(s)1(ed )]TJ -0.053 Tw T* -[(k)1(ey)1(w)-3(or)4(ds)1( s)1(houl)6(d i)6(gnor)4(e t)5(he t)5(ok)1(en and i)6(t)5(s)1( c)1(ont)5(ent)5(.)5( T)-1(hey)1( s)1(houl)6(d be abl)6(e t)5(o c)1(ont)5(i)6(nue par)4(s)1(i)6(ng t)5(he s)1(t)5(r)4(i)6(ng w)-3(i)6(t)5(hout)5( )]TJ -0.005 Tc -0.005 Tw T* -[(t)1(h)-4(r)]TJ -0.009 Tc [(ow)-3(i)5(ng an ex)4(c)1(ept)5(i)5(on.)]TJ -0 Tc 0 Tw 10.164 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 263.9471 Tm -(B.3)Tj -( )Tj -2.083 0 Td -(Characters)Tj -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 236.1071 Tm -[(B)-7(.)1(3)-4(.)1(1)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.012 Tc -0.006 Tw 0.529 0 Td -[(H)-1(a)2(n)1(d)1(l)7(i)7(n)1(g)1( )1(o)1(f)6( )1(u)1(n)1(r)5(e)2(c)2(o)1(g)1(n)1(i)7(s)2(e)2(d)1( )1(c)2(h)1(a)2(r)5(a)2(c)2(t)6(e)2(r)5(s)]TJ -0 Tc 0 Tw 17.998 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.058 Tw 9.84 0 0 9.84 71.0342 212.5871 Tm -[(I)5(m)-5(pl)6(em)-5(ent)5(at)4(i)6(ons)1( )1(par)4(s)1(i)6(ng )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1( )1(c)1(onf)5(or)4(m)-5(ant)5( )1(w)-2(i)6(t)5(h )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(ar)4(e )1(not)5( )1(r)4(equi)6(r)4(ed )1(t)5(o )1(be )1(abl)6(e )]TJ -0.005 Tw T* -[(t)5(o )1(r)4(ead )1(non)]TJ -0 Tc 0 Tw 5.159 0 Td -(-)Tj -0.009 Tc 0.005 Tw 0.338 0 Td -[(LA)-2(T)-1(I)5(N)-3(1 c)1(har)4(ac)1(t)5(er)4( s)1(et)5(s)1(.)5( B)-2(ut)5( i)5(f)5( t)5(hey)1( ar)4(e unabl)5(e t)5(o do s)1(o t)5(hey)1( s)1(houl)5(d be)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.005 Tw 31.478 0 Td -[(abl)5(e t)5(o c)1(ont)5(i)5(nue r)4(eadi)5(ng t)5(he )]TJ --0.004 Tw -36.975 -1.171 Td -[(W)-6(K)-1(T)-1( )1(s)1(t)5(r)4(i)6(ng )1(by)1( )1(i)6(gnor)4(i)6(ng )1(t)5(he )1( )1(t)5(ok)1(en )1(\()4(k)1(ey)1(w)-2(or)4(d )1(and )1(c)1(ont)5(ent)5(\))4( )1(w)-2(i)6(t)5(hout)5( )1(t)5(hr)4(ow)-2(i)6(ng )1(an )1(ex)4(c)1(ept)5(i)6(on.)]TJ -0 Tc 0 Tw 43.658 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 162.1871 Tm -[(B)-7(.)1(3)-4(.)1(2)]TJ -0 Tc 0 Tw 2.434 0 Td -( )Tj -0.006 Tc 0.529 0 Td -[(S)-6(tr)-1(i)1(n)-5(g)-5( )1(l)1(e)-4(n)-5(g)-5(th)]TJ -0 Tc 6.281 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.086 Tw 9.84 0 0 9.84 71.0342 138.6671 Tm -[(T)-1(he l)5(engt)4(h of)4( a )]TJ -0.01 Tc -0.01 Tw 7.425 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.086 Tw 2.631 0 Td -[(s)1(t)5(r)4(i)6(ng or)4( of)5( i)6(t)5(s)1( c)1(om)-5(ponent)5(s)1( i)6(s)1( not)5( pr)4(es)1(c)1(r)4(i)6(bed.)5( H)-3(ow)-3(ever)4( t)5(he f)5(ol)6(l)6(ow)-3(i)6(ng m)-5(ax)4(i)6(m)-5(um)-5( l)6(engt)5(hs)1( )]TJ --0.005 Tw -10.056 -1.171 Td -[(ar)4(e r)4(ec)1(om)-6(m)-6(en)]TJ -6.553 0 Td -[(ded f)5(or)4( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( w)-3(r)4(i)5(t)5(i)5(ng C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ngs)1(:)]TJ -0 Tc 0 Tw 22.591 0 Td -( )Tj -/C2_0 1 Tf --27.314 -2.463 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.22 0 Td -[(T)-1(he t)4(ot)4(al)5( l)5(engt)4(h of)4( a k)1(ey)1(w)-3(or)3(d s)1(houl)5(d not)4( ex)4(c)1(eed 24 c)1(har)3(ac)1(t)4(er)3(s)1(.)]TJ -0 Tc 0 Tw 28.297 0 Td -( )Tj -/C2_0 1 Tf --30.126 -2.463 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.22 0 Td -[(T)-1(he t)4(ot)4(al)5( l)5(engt)4(h of)4( a <)-1(nam)-6(e>)-1( s)1(houl)5(d not)4( ex)4(c)1(eed 80 c)1(har)3(ac)1(t)4(er)3(s)1(.)]TJ -0 Tc 0 Tw 28.243 0 Td -( )Tj -ET - endstream endobj 147 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(64)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.008 Tc -0.008 Tw 0 74.463 TD -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.004 Tw 10.8 0 0 10.8 37.1944 700.9871 Tm -[(A)-3(.)5(10.)5(2 )1(C)-3(o)-1(n)-1(t)4(en)-1(t)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 114.2041 700.9871 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 116.9839 700.9871 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(c)1(oor)4(di)6(n)]TJ -0.01 Tc -0.004 Tw 17.825 0 Td -[(at)4(e )1(o)-1(p)-1(er)3(at)4(i)5(o)-1(n)]TJ -0 Tc 0 Tw 6.395 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 677.4671 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.142 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on c)1(onf)4(or)3(m)-6(s)1( t)4(o )]TJ --0.005 Tw 0 -1.171 TD -[(c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 21.126 0 Td -( )Tj -0.009 Tc -0.009 Tw -23.159 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.092 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)5(f)4(i)5(ed f)4(or)3( a c)1(oor)3(d)]TJ -0.008 Tc 0.093 Tw 40.419 0 Td -[(i)4(n)-1(a)-1(t)3(e)-1( o)-1(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1(,)3( )]TJ -0.009 Tc -0.005 Tw -40.419 -1.171 Td -[(and t)5(hat)5( t)5(hes)1(e us)1(e t)5(he c)1(or)4(r)4(ec)1(t)5( t)5(er)4(m)-6(i)5(nol)5(ogy)1( and s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 24.456 0 Td -( )Tj -0.008 Tc -0.008 Tw -26.489 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -[(7 t)5(o 17 i)5(nc)1(l)5(us)1(i)5(ve.)]TJ -0 Tc 0 Tw 7.57 0 Td -( )Tj -0.009 Tc -0.009 Tw -18.808 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 545.2271 Tm -(A.11)Tj -( )Tj -3 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing a Bound CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 37.1944 520.5071 Tm -[(A)-7(.)1(1)-4(1)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 121.5518 520.5071 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 124.3316 520.5071 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(B)-2(ound )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 496.7471 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.279 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.279 Tw 8.477 0 Td -[(det)5(er)4(m)-6(i)5(ne w)-3(het)5(her)4( a t)5(ex)4(t)5( s)1(t)5(r)4(i)5(ng r)4(epr)4(es)1(ent)5(at)5(i)5(on of)5( a B)-2(ound C)-3(R)-3(S)-2( c)1(onf)5(or)4(m)-6(s)1( t)5(o t)5(he )]TJ --0.005 Tw -8.477 -1.171 Td -[(c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 27.731 0 Td -( )Tj -0.009 Tc -0.009 Tw -29.763 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj -0.005 Tc 0 Tw -44.864 -1.171 Td -[(t)1(h)-4(a)-4(t)1( )1(t)1(e)-4(xt)1( )1(s)-3(t)]TJ -0.009 Tc -0.004 Tw 4.686 0 Td -[(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 8.865 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -0 Tc 0 Tw 5.253 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 5)-1( a)-1(n)-1(d)-1( 6)-1(.)]TJ -0 Tc 0 Tw 6.892 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.004 Tw 10.8 0 0 10.8 37.1944 378.9071 Tm -[(A)-3(.)5(11.)5(2 )1(C)-3(o)-1(n)-1(t)4(en)-1(t)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 114.2041 378.9071 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 116.9839 378.9071 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(B)-2(ound )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 355.1471 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.151 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a B)-2(ound C)-3(R)-3(S)-2( c)1(onf)4(or)3(m)-6(s)1( t)4(o c)1(ont)4(en)]TJ -0.005 Tc -0.005 Tw 47.238 0 Td -[(t)1( )]TJ -0.009 Tc -0.004 Tw -47.238 -1.171 Td -[(r)4(equi)6(r)4(ed )1(by)1( )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 17.511 0 Td -( )Tj -0.009 Tc -0.009 Tw -19.543 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.078 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)5(f)4(i)5(ed f)4(or)3( a B)-2(ound C)-3(R)-3(S)-2(,)4( and t)4(hat)4( )]TJ --0.004 Tw T* -[(t)5(hes)1(e )1(us)1(e )1(t)5(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 20.501 0 Td -( )Tj -0.008 Tc -0.008 Tw -22.534 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -0 Tc 0 Tw 5.253 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 7)-1( t)3(o)-1( 1)-1(8)-1( i)4(n)-1(c)-1(l)4(u)-1(s)-1(i)4(v)-2(e)-1(.)]TJ -0 Tc 0 Tw 10.789 0 Td -( )Tj -0.009 Tc -0.009 Tw -18.808 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj --11.295 -2.39 Td -( )Tj -ET - endstream endobj 146 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(63)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc -0.009 Tw -47.52 74.463 Td -(5\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(F)-1(or)3( t)4(em)-6(por)3(al)5( der)3(i)5(ved C)-3(R)-3(S)-2(s)1(:)4( )]TJ -0 Tc 0 Tw 12.878 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 7)-1(,)3( 1)-1(4)-1(.)3(2)-1(,)3( 1)-1(5)-1(.)3(2)-1( a)-1(n)-1(d)-1( 1)-1(5)-1(.)3(7)-1(.)]TJ -0 Tc 0 Tw 13.39 0 Td -( )Tj -0.009 Tc -0.009 Tw -31.066 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.129 0 Td -[(R)-3(equi)5(r)3(em)-6(ent)4(s)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 0.015 -2.39 Td -(1\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.114 0 Td -[(R)-3(equi)5(r)3(em)-6(ent)4(s)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 6.609 0 Td -[(f)5(or)4( )1(geodet)5(i)6(c)1( )1(de)-1(r)4(i)6(ved )1(C)-2(R)-2(S)-1(s)]TJ -0 Tc 0 Tw 11.861 0 Td -( )Tj -0 0 1 scn -0.009 Tc -0.009 Tw -18.47 -1.146 Td -[(ht)5(t)5(p:)5(/)5(/)5(doc)1(s)1(.)5(opengeos)1(pat)5(i)5(al)5(.)5(or)4(g/)5(i)5(s)1(/)5(12)]TJ -0 Tc 0 Tw 16.043 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(06)Tj -[(3r)4(5/)5(12)]TJ -0 Tc 0 Tw 4.011 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5.)5(ht)5(m)-6(l)5(#101)]TJ -0 0 0 scn -0 Tc 0 Tw 7.062 0 Td -( )Tj -ET -0 0 1 scn -111.114 688.987 273.361 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 91.1841 667.1471 Tm -(2\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.114 0 Td -[(R)-3(equi)5(r)3(em)-6(ent)4(s)]TJ -0 Tc 0 Tw ( )Tj -6.609 0 Td -(f)Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(or)4( ver)4(t)5(i)5(c)1(al)5( der)4(i)5(ved C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 10.957 0 Td -( )Tj -0 0 1 scn -0.009 Tc -0.009 Tw -17.848 -1.171 Td -[(ht)5(t)5(p:)5(/)5(/)5(doc)1(s)1(.)5(opengeos)1(pat)5(i)5(al)5(.)5(or)4(g/)5(i)5(s)1(/)5(12)]TJ -0 Tc 0 Tw 16.043 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5/)5(12)]TJ -0 Tc 0 Tw 4.011 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5.)5(ht)5(m)-6(l)5(#104)]TJ -0 0 0 scn -0 Tc 0 Tw 7.062 0 Td -( )Tj -ET -0 0 1 scn -111.114 653.947 273.361 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 91.1841 632.1071 Tm -(3\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.114 0 Td -[(R)-3(equi)5(r)3(em)-6(ent)4(s)]TJ -0 Tc 0 Tw ( )Tj -6.609 0 Td -(f)Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(or)4( engi)5(neer)4(i)5(ng der)4(i)5(ved C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw ( )Tj -0 0 1 scn -0.009 Tc -0.009 Tw -6.891 -1.171 Td -[(ht)5(t)5(p:)5(/)5(/)5(doc)1(s)1(.)5(opengeos)1(pat)5(i)5(al)5(.)5(or)4(g/)5(i)5(s)1(/)5(12)]TJ -0 Tc 0 Tw 16.043 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5/)5(12)]TJ -0 Tc 0 Tw 4.011 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5.)5(ht)5(m)-6(l)5(#105)]TJ -0 0 0 scn -0 Tc 0 Tw 7.062 0 Td -( )Tj -ET -0 0 1 scn -111.114 618.907 273.361 0.239 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 91.1841 597.0671 Tm -(4\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.114 0 Td -[(R)-3(equi)5(r)3(em)-6(ent)4(s)]TJ -0 Tc 0 Tw ( )Tj -6.609 0 Td -(f)Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(or)4( par)4(am)-6(et)5(r)4(i)5(c)1( der)4(i)5(ved C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 12.538 0 Td -( )Tj -0 0 1 scn -0.009 Tc -0.009 Tw -19.429 -1.171 Td -[(ht)5(t)5(p:)5(/)5(/)5(doc)1(s)1(.)5(opengeos)1(pat)5(i)5(al)5(.)5(or)4(g/)5(i)5(s)1(/)5(12)]TJ -0 Tc 0 Tw 16.043 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5/)5(12)]TJ -0 Tc 0 Tw 4.011 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5.)5(ht)5(m)-6(l)5(#108)]TJ -0 0 0 scn -0 Tc 0 Tw 7.062 0 Td -( )Tj -ET -0 0 1 scn -111.114 583.867 273.361 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 91.1841 562.0271 Tm -(5\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.114 0 Td -[(R)-3(equi)5(r)3(em)-6(ent)4(s)]TJ -0 Tc 0 Tw ( )Tj -6.609 0 Td -(f)Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(or)4( t)5(em)-6(por)4(al)5( der)4(i)5(ved C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 11.692 0 Td -( )Tj -0 0 1 scn -0.009 Tc -0.009 Tw -18.583 -1.171 Td -[(ht)5(t)5(p:)5(/)5(/)5(doc)1(s)1(.)5(opengeos)1(pat)5(i)5(al)5(.)5(or)4(g/)5(i)5(s)1(/)5(12)]TJ -0 Tc 0 Tw 16.043 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5/)5(12)]TJ -0 Tc 0 Tw 4.011 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5.)5(ht)5(m)-6(l)5(#109)]TJ -0 0 0 scn -0 Tc 0 Tw 7.062 0 Td -( )Tj -ET -0 0 1 scn -111.114 548.827 273.361 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 526.9871 Tm -(e\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)]TJ -0 Tc 0 Tw 4.462 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(c)1(apabi)6(l)6(i)6(t)5(y)1(.)]TJ -0 Tc 0 Tw 4.518 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 488.3471 Tm -(A.9)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing a compound CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 71.0342 463.6271 Tm -[(A)-7(.)1(9)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 149.2757 463.6271 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 152.0555 463.6271 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(c)1(om)-5(pound )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 439.8671 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.193 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a c)1(om)-6(pound c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ --0.005 Tw 0 -1.171 TD -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)]TJ -15.025 0 Td -[(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 23.495 0 Td -( )Tj -0.009 Tc -0.009 Tw -40.553 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.171 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 13.55 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.366 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.005 Tc 1.129 0 Td -[(T)-5(e)-4(s)-3(t t)]TJ -0.009 Tc -0.005 Tw 2.542 0 Td -[(y)1(pe:)5( c)1(apabi)6(l)6(i)6(t)5(y)1(.)]TJ -0 Tc 0 Tw 6.721 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 71.0342 322.0271 Tm -[(A)-7(.)1(9)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 141.928 322.0271 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 144.7078 322.0271 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(c)1(om)-5(pound )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 298.2671 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.193 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a c)1(om)-6(pound c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ --0.005 Tw T* -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 30.22 0 Td -( )Tj -0.009 Tc -0.009 Tw -32.253 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.093 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)]TJ -0.008 Tc 0.094 Tw 7.821 0 Td -[(i)4(f)3(y)-1( t)3(h)-1(a)-1(t)3( t)3(h)-1(e)-1( t)3(e)-1(x)2(t)3( s)-1(t)3(r)2(i)4(n)-1(g)-1( i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(s)-1( a)-1(l)4(l)4( o)-1(f)3( t)3(h)-1(e)-1( e)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(s)-1( s)-1(p)-1(e)-1(c)-1(i)4(f)3(i)4(e)-1(d)-1( f)3(o)-1(r)2( a)-1( c)-1(o)-1(m)-7(p)-1(o)-1(u)-1(n)-1(d)-1( C)-4(R)-4(S)-3(,)3( a)-1(n)-1(d)-1( )]TJ -0.009 Tc -0.004 Tw -7.821 -1.171 Td -[(t)5(hat)5( )1(t)5(hes)1(e )1(us)1(e )1(t)4(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 22.479 0 Td -( )Tj -0.008 Tc -0.008 Tw -24.511 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -[(7 t)5(o 16 i)5(nc)1(l)5(us)1(i)5(ve.)]TJ -0 Tc 0 Tw 7.57 0 Td -( )Tj -0.009 Tc -0.009 Tw -18.808 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 166.0271 Tm -(A.10)Tj -( )Tj -3 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing a coordinate oper)Tj -(ation)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 71.0342 141.3071 Tm -[(A)-7(.)1(1)-4(0)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 155.3916 141.3071 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 158.1714 141.3071 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(c)1(oor)4(di)6(na)1(t)5(e)1( )1(ope)1(r)4(a)1(t)5(i)6(on)]TJ -0 Tc 0 Tw 24.22 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 117.5471 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.019 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on c)1(onf)4(or)3(m)-6(s)1( t)4(o t)4(he )]TJ --0.005 Tw T* -[(c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 27.731 0 Td -( )Tj -0.009 Tc -0.009 Tw -29.763 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( v)]TJ -0.004 Tc 0.114 Tw 6.951 0 Td -[(e)-5(r)-1(ify)-4( th)-5(a)-5(t th)-5(e)-5( )]TJ --0.004 Tw 6.216 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.171 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 13.55 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -ET - endstream endobj 145 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(62)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 747.5471 Tm -(A.7)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing a temporal CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 37.1944 722.5871 Tm -[(A)-7(.)1(7)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 115.4358 722.5871 Tm -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 118.2156 722.5871 Tm -[(o)-5(f )1(a)-4( )1(W)-9(K)-7(T)]TJ -0 Tc 4.411 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(t)5(e)1(m)-5(por)4(a)1(l)6( )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 698.8271 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.253 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a t)4(em)-6(por)3(al)5( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ --0.005 Tw 0 -1.171 TD -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 38.52 0 Td -( )Tj -0.009 Tc -0.009 Tw -40.553 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)]TJ -0 Tc 0 Tw 3.388 0 Td -(e)Tj -0.565 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.146 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 13.55 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 37.1944 580.9871 Tm -[(A)-7(.)1(7)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 108.0882 580.9871 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 110.868 580.9871 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(t)5(e)1(m)-5(por)4(a)1(l)6( )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 20.824 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 557.2271 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.253 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o d)]TJ -8.964 0 Td -[(et)5(er)4(m)-6(i)5(ne w)-3(het)5(her)4( a t)5(ex)4(t)5( s)1(t)5(r)4(i)5(ng r)4(epr)4(es)1(ent)5(at)5(i)5(on of)5( a t)5(em)-6(por)4(al)5( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e )]TJ --0.005 Tw -8.964 -1.171 Td -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 30.22 0 Td -( )Tj -0.009 Tc -0.009 Tw -32.253 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.022 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)5(f)4(i)5(ed f)4(or)3( a t)4(em)-6(por)3(al)5( C)-3(R)-3(S)-2(,)4( and t)4(ha)]TJ -0.005 Tc -0.005 Tw 47.238 0 Td -[(t)1( )]TJ -0.009 Tc -0.004 Tw -47.238 -1.171 Td -[(t)5(hes)1(e )1(us)1(e )1(t)5(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 20.501 0 Td -( )Tj -0.008 Tc -0.008 Tw -22.534 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(7 and 14.)Tj -0 Tc 0 Tw 4.238 0 Td -( )Tj -0.009 Tc -0.009 Tw -15.476 -2.366 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 425.2271 Tm -(A.8)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -[(string describing a deriv)-1(ed CRS)]TJ -( )Tj -0.006 Tc 10.8 0 0 10.8 37.1944 400.2671 Tm -[(A)-7(.)1(8)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 115.4358 400.2671 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 118.2156 400.2671 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(de)1(r)4(i)6(ve)1(d )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 20.147 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 376.5071 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.029 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)]TJ -20.679 0 Td -[(ng r)4(epr)4(es)1(ent)5(at)5(i)5(on of)5( a der)4(i)5(ved c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6( )]TJ --0.005 Tw -20.679 -1.171 Td -[(c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 35.018 0 Td -( )Tj -0.009 Tc -0.009 Tw -37.051 -2.366 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj -0.005 Tc 0 Tw -44.864 -1.171 Td -[(t)1(h)-4(a)-4(t)1( )1(t)1(e)-4(xt)1( )1(s)-3(t)1(ri)2(n)-4(g)]TJ -0 Tc 6.38 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(s)1(y)1(nt)5(ax)4( c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 6.888 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 37.1944 258.6671 Tm -[(A)-7(.)1(8)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 108.0882 258.6671 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 110.868 258.6671 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(de)1(r)4(i)6(ve)1(d )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 20.147 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 234.9071 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.029 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a der)3(i)5(ved c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)]TJ -0.004 Tc -0.004 Tw 45.317 0 Td -[(s)-4(te)-5(m)-10( )]TJ -0.009 Tc -0.005 Tw -45.317 -1.171 Td -[(c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 26.719 0 Td -( )Tj -0.009 Tc -0.009 Tw -28.751 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.023 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng des)1(c)1(r)3(i)5(bes)1( one of)4( t)4(he t)4(y)1(pes)1( of)4( C)-3(R)-3(S)-2( s)1(uppor)3(t)4(ed,)4( t)4(hat)4( i)5(t)4( i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( )]TJ --0.004 Tw T* -[(t)5(he )1(el)6(em)-5(ent)5(s)1( )1(s)1(pec)1(i)6(f)5(i)6(ed )1(f)5(or)4( )1(t)5(hat)5( )1(t)5(y)1(pe )1(of)5( )1(C)-2(R)-3(S)-1(,)5( )1(an)-1(d )1(t)5(hat)5( )1(t)5(hes)1(e )1(us)1(e )1(t)5(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)]TJ -0.008 Tc -0.003 Tw 35.644 0 Td -[(i)4(n)-1(o)-1(l)4(o)-1(g)-1(y)-1( a)-1(nd)-1( s)-1(y)-1(n)-1(t)3(a)-1(x)2(.)]TJ -0 Tc 0 Tw 8.696 0 Td -( )Tj -0.008 Tc -0.008 Tw -46.372 -2.366 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(es)1(:)]TJ -0 Tc 0 Tw 5.479 0 Td -( )Tj -0.009 Tc -0.009 Tw -5.479 -2.39 Td -(1\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(F)-1(or)3( geodet)4(i)5(c)1( der)3(i)5(ved C)-3(R)-3(S)-2(s)1(:)4( )]TJ --0.009 Tw 12.765 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -[(7,)5( 8.)5(2,)5( 15.)5(2 and 15.)5(3.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -18.751 -2.39 Td -(2\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(F)-1(or)3( ver)3(t)4(i)5(c)1(al)5( der)3(i)5(ved C)-3(R)-3(S)-2(s)1(:)4( )]TJ -0 Tc 0 Tw 12.143 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 7)-1(,)3( 1)-1(0)-1(.)3(2)-1(,)3( 1)-1(5)-1(.)3(2)-1( a)-1(n)-1(d)-1( 1)-1(5)-1(.)4(4)-1(.)]TJ -0 Tc 0 Tw 13.39 0 Td -( )Tj -0.009 Tc -0.009 Tw -28.299 -2.39 Td -(3\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(F)-1(or)3( engi)5(neer)3(i)5(ng der)3(i)5(ved C)-3(R)-3(S)-2(s)1(:)4( )]TJ -0 Tc 0 Tw 14.233 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 7)-1(,)3( 8)-1(.)3(2)-1(,)3( 9)-1(.)3(3)-1(,)3( 1)-1(1)-1(.)3(2)-1(,)3( 1)-1(5)-1(.)3(2)-1( a)-1(n)-1(d)-1( 1)-1(5)-1(.)3(5)-1(.)]TJ -0 Tc 0 Tw 17.345 0 Td -( )Tj -0.009 Tc -0.009 Tw -34.344 -2.39 Td -(4\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(F)-1(or)3( par)3(am)-6(et)4(r)3(i)5(c)1( der)3(i)5(ved C)-3(R)-3(S)-2(s)1(:)4( )]TJ -0 Tc 0 Tw 13.724 0 Td -(C)Tj -0.008 Tc -0.008 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)]TJ -0.009 Tc -0.005 Tw 2.429 0 Td -[(s)1( 7,)5( 13.)5(2,)5( 15.)5(2 and 15.)5(6.)]TJ -0 Tc 0 Tw 10.961 0 Td -( )Tj -ET - endstream endobj 144 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(61)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 747.5471 Tm -(A.5)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing an image CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 71.0342 722.5871 Tm -[(A)-7(.)1(5)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 7.245 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1(n )1(i)6(m)-5(a)1(ge)1( )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 698.8271 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.029 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( an )]TJ -0.008 Tc 0.031 Tw 31.547 0 Td -[(i)4(m)-7(a)-1(g)-1(e)-1( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( r)2(ef)3(e)-1(r)2(e)-1(n)-1(c)-1(e)-1( s)-1(y)-1(s)-1(t)3(e)-1(m)-7( )]TJ -0.009 Tc -0.005 Tw -31.547 -1.171 Td -[(c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 35.018 0 Td -( )Tj -0.009 Tc -0.009 Tw -37.051 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.146 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 13.55 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)]TJ --0.005 Tw 3.163 0 Td -[(equi)5(r)4(em)-6(ent)5(s)1( of)5( )]TJ --0.009 Tw 7.005 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 71.0342 580.9871 Tm -[(A)-7(.)1(5)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -0 Tc 6.564 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1(n )1(i)6(m)-5(a)1(ge)1( )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 557.2271 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.029 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( an i)5(m)-6(age c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-6( )]TJ --0.005 Tw 0 -1.171 TD -[(c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(e)]TJ -10.111 0 Td -[(qui)5(r)4(ed by)1( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -12.144 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.056 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)5(f)4(i)5(ed f)4(or)3( an i)5(m)-6(age C)-3(R)-3(S)-2(,)4( and t)4(hat)4( )]TJ --0.004 Tw T* -[(t)5(hes)1(e )1(us)1(e )1(t)5(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 20.501 0 Td -( )Tj -0.008 Tc -0.008 Tw -22.534 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(7 and 12.)Tj -0 Tc 0 Tw 4.238 0 Td -( )Tj -0.009 Tc -0.009 Tw -15.476 -2.366 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 425.2271 Tm -(A.6)Tj -( )Tj -2.083 0 Td -(Conformance )Tj -(of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing a parametric CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 71.0342 400.2671 Tm -[(A)-7(.)1(6)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 149.2757 400.2671 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.004 Tw 10.8 0 0 10.8 152.0555 400.2671 Tm -[(o)-1(f)4( )1(a )1(W)-5(K)-3(T)-1( )1(st)4(r)3(i)5(n)-1(g)-1( )1(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(p)-1(ar)3(am)-6(et)4(r)3(i)5(c )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 376.5071 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.188 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a par)3(am)-6(et)4(r)3(i)5(c)1( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ --0.005 Tw T* -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)]TJ -23.607 0 Td -[(ed by)1( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -25.639 -2.366 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.129 0 Td -[(T)-5(e)-4(s)-3(t )]TJ -0.008 Tc 0.111 Tw 2.373 0 Td -[(m)-6(et)4(hod:)4( )1(v)-1(er)2(i)5(f)3(y )1(t)4(hat)4( )1(t)4(he )]TJ -0.004 Tc -0.004 Tw 10.794 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.171 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 13.55 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.013 Tc -0.013 Tw 10.8 0 0 10.8 71.0342 258.6671 Tm -(A.)Tj -0.01 Tc -0.004 Tw 1.018 0 Td -[(6.)5(2 )1(C)-3(o)-1(n)-1(t)4(en)-1(t)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 141.928 258.6671 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.004 Tw 10.8 0 0 10.8 144.7078 258.6671 Tm -[(o)-1(f)4( )1(a )1(W)-5(K)-3(T)-1( )1(st)4(r)3(i)5(n)-1(g)-1( )1(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(p)-1(ar)3(am)-6(et)4(r)3(i)5(c )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 234.9071 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.188 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a par)3(am)-6(et)4(r)3(i)5(c)1( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ --0.005 Tw T* -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 30.22 0 Td -( )Tj -0.009 Tc -0.009 Tw -32.253 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.09 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(e)]TJ -13.916 0 Td -[(x)4(t)5( s)1(t)5(r)4(i)6(ng i)6(nc)1(l)6(udes)1( al)6(l)6( of)5( t)5(he el)6(em)-5(ent)5(s)1( s)1(pec)1(i)6(f)5(i)6(ed f)5(or)4( a par)4(am)-5(et)5(r)4(i)6(c)1( C)-3(R)-3(S)-2(,)5( and )]TJ --0.004 Tw -13.916 -1.171 Td -[(t)5(hat)5( )1(t)5(hes)1(e )1(us)1(e )1(t)4(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 22.479 0 Td -( )Tj -0.008 Tc -0.008 Tw -24.511 -2.366 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(7 and 13.)Tj -0 Tc 0 Tw 4.238 0 Td -( )Tj -0.009 Tc -0.009 Tw -15.476 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -ET - endstream endobj 42 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 43 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 44 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 45 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 46 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 153 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(60)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.008 Tc -0.008 Tw 0 74.463 TD -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -[(7,)5( 8 and 9.)]TJ -0 Tc 0 Tw 4.803 0 Td -( )Tj -0.009 Tc -0.009 Tw -16.041 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 686.8271 Tm -(A.3)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -[(string describing a v)-1(erti)]TJ -(cal CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 37.1944 662.1071 Tm -[(A)-7(.)1(3)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 7.245 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(o)-1(f)4( )1(a )1(W)-5(K)-3(T)-1( )1(st)4(r)3(i)5(n)-1(g)-1( )1(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(v)-1(er)3(t)4(i)5(cal)5( )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 638.3471 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.037 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a ver)3(t)4(i)5(c)1(al)5( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-6( )]TJ --0.005 Tw 0 -1.171 TD -[(c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 35.018 0 Td -( )Tj -0.009 Tc -0.009 Tw -37.051 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.129 0 Td -[(T)-5(e)-4(s)-3(t )]TJ -0.008 Tc 0.111 Tw 2.373 0 Td -[(m)-6(et)4(hod:)4( )1(v)-1(er)3(i)5(f)4(y)-1( )1(t)4(hat)4( )1(t)4(he )]TJ -0.004 Tc -0.004 Tw 10.794 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.171 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 13.55 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.366 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 37.1944 520.5071 Tm -[(A)-7(.)1(3)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -0 Tc 6.564 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)]TJ -0 Tc 0 Tw 13.807 0 Td -( )Tj -0.006 Tc 0.283 0 Td -[(v)-5(e)-4(r)-1(ti)1(c)-4(a)-4(l)1( )1(C)-7(R)-7(S)]TJ -0 Tc 6.001 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 496.7471 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.037 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a ver)3(t)4(i)5(c)1(al)5( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-6( )]TJ --0.005 Tw T* -[(c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 26.719 0 Td -( )Tj -0.009 Tc -0.009 Tw -28.751 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.063 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)]TJ -32.998 0 Td -[(f)5(i)6(ed )1(f)5(or)4( )1(a )1(ver)4(t)5(i)6(c)1(al)6( )1(C)-2(R)-2(S)-1(,)5( )1(and )1(t)5(hat)5( )]TJ --0.004 Tw -32.998 -1.171 Td -[(t)5(hes)1(e )1(us)1(e )1(t)5(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 20.501 0 Td -( )Tj -0.008 Tc -0.008 Tw -22.534 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(7 and 10.)Tj -0 Tc 0 Tw 4.238 0 Td -( )Tj -0.009 Tc -0.009 Tw -15.476 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 364.7471 Tm -(A.4)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing an engineering CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 37.1944 339.7871 Tm -[(A)-7(.)1(4)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 115.4358 339.7871 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 118.2156 339.7871 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1(n )1(e)1(ngi)6(ne)1(e)1(r)4(i)6(ng )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 22.918 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 316.0271 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.129 0 Td -[(T)-2(e)-1(st)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc 0.106 Tw 0.393 0 Td -[(pur)4(pos)1(e:)5( t)5(o det)5(er)4(m)-6(i)5(ne w)-3(het)5(her)4( a t)5(ex)4(t)5( s)1(t)5(r)4(i)5(ng r)4(epr)4(es)1(ent)5(at)5(i)5(on of)5( an engi)5(neer)4(i)5(ng c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e )]TJ --0.005 Tw -2.369 -1.171 Td -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 38.52 0 Td -( )Tj -0.009 Tc -0.009 Tw -40.553 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(h)]TJ -9.549 0 Td -[(e r)4(equi)5(r)4(em)-6(ent)5(s)1( of)5( )]TJ --0.009 Tw 8.532 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.146 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 13.55 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 37.1944 198.1871 Tm -[(A)-7(.)1(4)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 108.0882 198.1871 Tm -( )Tj -/TT0 1 Tf -0.011 Tc -0.005 Tw 10.8 0 0 10.8 110.868 198.1871 Tm -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1(n )1(e)1(ngi)6(ne)1(e)1(r)4(i)6(ng )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 22.918 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 174.4271 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.106 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng)]TJ -0 Tc 0 Tw 22.345 0 Td -( )Tj -0.009 Tc 0.106 Tw 0.393 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(engi)6(neer)4(i)6(ng )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )]TJ --0.005 Tw -22.737 -1.171 Td -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 30.22 0 Td -( )Tj -0.009 Tc -0.009 Tw -32.253 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.027 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)5(f)4(i)5(ed f)4(or)3( an engi)5(neer)3(i)5(ng C)-3(R)-3(S)-2(,)4( and )]TJ --0.004 Tw T* -[(t)5(hat)5( )1(t)5(hes)1(e )1(us)1(e )1(t)4(he )1(c)1(or)4(r)4(ec)]TJ -11.185 0 Td -[(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 11.294 0 Td -( )Tj -0.008 Tc -0.008 Tw -24.511 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(7 and 11.)Tj -0 Tc 0 Tw 4.238 0 Td -( )Tj -0.009 Tc -0.009 Tw -15.476 -2.366 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -ET - endstream endobj 152 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(59)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.003 Tc -0.003 Tw 13.92 0 0 13.92 353.9424 745.8671 Tm -[(A)-1(nnex)]TJ -0 Tc 0 Tw 3.074 0 Td -( )Tj -0.28 0 Td -(A)Tj -/TT1 1 Tf -0.726 0 Td -( )Tj -0.003 Tc -0.003 Tw -4.583 -1.103 Td -[(\()1(nor)1(m)-3(at)1(i)2(v)-1(e\))]TJ -/TT0 1 Tf -0 Tc 0 Tw ( )Tj -2.544 -1.121 Td -( )Tj -0.003 Tc -0.002 Tw -4.387 -1.103 Td -[(A)-1(bst)1(r)1(act)1( t)1(est)1( sui)2(t)1(e)]TJ -0 Tc 0 Tw 8.774 0 Td -( )Tj -12 0 0 12 71.0342 634.0271 Tm -(A.1)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing a geodetic CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 71.0342 609.0671 Tm -[(A)-7(.)1(1)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 7.245 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(ge)1(ode)1(t)5(i)6(c)1( )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 20.711 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 585.3071 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.262 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)]TJ -0.263 Tw 20.124 0 Td -[(t)5( )1(s)1(t)5(r)4(i)6(ng )1(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(geodet)5(i)6(c)1( )2(c)1(oor)4(di)6(nat)5(e )2(r)4(ef)5(er)4(enc)1(e )]TJ --0.005 Tw -20.124 -1.171 Td -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 38.52 0 Td -( )Tj -0.009 Tc -0.009 Tw -40.553 -2.366 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj -0.005 Tc 0 Tw -44.864 -1.171 Td -[(t)1(h)-4(a)-4(t)1( )1(t)1(e)-4(xt)]TJ -0 Tc 3.613 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(s)1(t)5(r)4(i)6(ng s)1(y)1(nt)5(ax)4( c)1(onf)5(or)4(m)]TJ -0 Tc 0 Tw 9.655 0 Td -(s)Tj -0.508 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(t)5(o )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(of)5( )]TJ --0.009 Tw 10.168 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(5 and 6.)Tj -0 Tc 0 Tw 3.673 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 71.0342 467.4671 Tm -[(A)-7(.)1(1)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -0 Tc 6.564 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(ge)1(ode)1(t)5(i)6(c)1( )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 20.711 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 443.7071 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.262 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a geodet)4(i)5(c)1( c)1(oor)3(di)5(nat)4(e r)3(ef)]TJ --0.009 Tw 44.414 0 Td -[(er)4(enc)1(e )]TJ --0.005 Tw -44.414 -1.171 Td -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 30.22 0 Td -( )Tj -0.009 Tc -0.009 Tw -32.253 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.028 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)5(f)4(i)5(ed f)4(or)3( a geodet)4(i)5(c)1( C)-3(R)-3(S)-2(,)4( and t)4(hat)4( )]TJ --0.004 Tw 0 -1.171 TD -[(t)5(hes)1(e )1(us)1(e )1(t)5(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 20.501 0 Td -( )Tj -0.008 Tc -0.008 Tw -22.534 -2.366 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -(7 and 8)Tj -0 Tc 0 Tw 3.39 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 311.7071 Tm -(A.2)Tj -( )Tj -2.083 0 Td -(Conformance of a )Tj --0.002 Tc 0.002 Tw [(WK)-2(T)]TJ -0 Tc 0 Tw 11.054 0 Td -( )Tj -(string describing a projected CRS)Tj -( )Tj -0.006 Tc 10.8 0 0 10.8 71.0342 286.7471 Tm -[(A)-7(.)1(2)-4(.)1(1)-4( )1(S)-6(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 7.245 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(pr)4(oj)6(e)1(c)1(t)5(e)1(d )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 21.107 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 262.9871 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.236 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a pr)3(oj)5(ec)1(t)4(ed c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ -0.008 Tc -0.004 Tw 0 -1.146 TD -[(syst)4(e)-1(m)-6( co)-1(n)-1(f)4(o)-1(r)3(m)-6(s t)]TJ -0.009 Tc -0.005 Tw 8.247 0 Td -[(o t)5(he c)1(har)4(ac)1(t)5(er)4(s)1( and s)1(y)1(nt)5(ax)4( r)4(equi)5(r)4(ed by)1( t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d)]TJ -0 Tc 0 Tw 29.991 0 Td -( )Tj -0.009 Tc -0.009 Tw -40.27 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.11 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he )]TJ -0.004 Tc -0.004 Tw 13.167 0 Td -[(s)-4(tr)-1(u)-5(c)-4(tu)-5(r)-1(e)]TJ -0 Tc 0 Tw 3.953 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(of)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 3.053 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.109 Tw 2.654 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(onf)5(or)4(m)-5(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 18.081 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -(5 and )Tj --0.004 Tw -44.864 -1.171 Td -[(t)5(hat)5( )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(s)1(y)1(nt)5(ax)4( )1(c)1(onf)5(or)4(m)]TJ --0.005 Tw 13.55 0 Td -[(s)1( t)5(o t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( of)5( )]TJ --0.009 Tw 10.959 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(6.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.008 Tc -0.008 Tw -30.834 -2.39 Td -(c\))Tj -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.186 0 Td -[(R)-3(ef)4(er)3(enc)1(e:)4( )]TJ -5.253 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -3.953 0 Td -(5)Tj -0.565 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -(and 6.)Tj -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.911 -2.39 Td -(d\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.129 0 Td -[(T)-1(es)1(t)4( t)4(y)1(pe:)4( c)1(apabi)5(l)5(i)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 9.263 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc 10.8 0 0 10.8 71.0342 145.1471 Tm -[(A)-7(.)1(2)-4(.)1(2)-4( )1(C)-7(o)-5(n)-5(te)-4(n)-5(t)]TJ -0 Tc 6.564 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(of)5( )1(a)1( )1(W)-4(K)-2(T )1(s)1(t)5(r)4(i)6(ng )1(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(pr)4(oj)6(e)1(c)1(t)5(e)1(d )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 21.107 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 121.3871 Tm -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.236 Tw 1.129 0 Td -[(T)-1(es)1(t)4( pur)3(pos)1(e:)4( t)4(o det)4(er)3(m)-6(i)5(ne w)-3(het)4(her)3( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a pr)3(oj)5(ec)1(t)4(ed c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ --0.005 Tw 0 -1.171 TD -[(s)1(y)1(s)1(t)5(em)-5( c)1(onf)5(or)4(m)-5(s)1( t)5(o c)1(ont)5(ent)5( r)4(equi)6(r)4(ed by)1( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d.)]TJ -0 Tc 0 Tw 30.22 0 Td -( )Tj -0.009 Tc -0.009 Tw -32.253 -2.39 Td -(b\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.009 Tw 1.129 0 Td -[(T)-1(es)1(t)4( m)-6(et)4(hod:)4( ver)3(i)5(f)4(y)1( t)4(hat)4( t)4(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(nc)1(l)5(udes)1( al)5(l)5( of)4( t)4(he el)5(em)-6(ent)4(s)1( s)1(pec)1(i)5(f)4(i)5(ed f)4(or)3( a pr)3(oj)5(ec)1(t)4(ed C)-3(R)-3(S)-2(,)4( and t)4(hat)4( )]TJ --0.004 Tw 0 -1.146 TD -[(t)5(hes)1(e )1(us)1(e )1(t)5(he )1(c)1(or)4(r)4(ec)1(t)5( )1(t)5(er)4(m)-5(i)6(nol)6(ogy)1( )1(and )1(s)1(y)1(nt)5(ax)4(.)]TJ -0 Tc 0 Tw 20.501 0 Td -( )Tj -ET - endstream endobj 151 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(58)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 748.2671 Tm -[(18.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(E)-2(xam)-6(p)-1(l)5(es )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 6.283 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(B)-2(ound )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 11.941 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 725.2271 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -( )Tj -0.008 Tc -0.008 Tw -3.604 -2.568 Td -(BOUNDCRS[)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (GEODCRS["NAD27",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1927",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0 Tw (E)Tj -0.008 Tc 5.473 0 Td -(LLIPSOID["Clarke 1866",6378206.4,294.978698213]],)Tj -0 Tc ( )Tj -0.008 Tw -5.473 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north],AXIS["longitude",east],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (GEODCRS["NAD83",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",6378137,298.2572221]],)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north],AXIS["longitude",east],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ABRIDGEDTRANSFORMATION["NAD27 to NAD83 Alaska",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (METHOD["NADCON",ID["EPSG",961)Tj -(3]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETERFILE["Latitude difference file","alaska.las"],)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETERFILE["Longitude difference file","alaska.los"]]])Tj -/TT1 1 Tf -0 Tc ( )Tj --4.054 -1.378 Td -( )Tj -0.009 Tc -0.005 Tw 0 -2.541 TD -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -( )Tj -0.008 Tc -0.008 Tw -3.604 -2.568 Td -(BOUNDCRS[ )Tj -0 Tc 0 Tw 6.081 0 Td -( )Tj -0.008 Tw -6.081 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.502 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.826 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)4(i)5(ni)5(t)4(i)5(on)]TJ -0 Tc 0 Tw 8.166 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(r)3(equi)5(r)3(ed)-1( )1(h)-1(er)3(e )1(but)4( )1(om)-5(i)5(t)4(t)4(ed )1(f)4(or)3( )1(br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 16.055 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.826 -1.297 Td -( )Tj -0.008 Tc 0 Tw (ABRIDGEDTRANSFORMATION["NAD27 to NAD83\(86\) National",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (METHOD["NTv2",ID["EPSG",9615]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETERFILE["Latitude and longitude difference file","NTv2_0.gsb"]]])Tj -/TT1 1 Tf -0 Tc 44.999 0 Td -( )Tj --49.053 -1.378 Td -( )Tj -0.009 Tc -0.005 Tw 0 -2.541 TD -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -( )Tj -0.008 Tc -0.008 Tw -3.604 -2.568 Td -(BOUNDCRS[)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)]TJ -5.518 0 Td -[(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-4(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 18.984 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.826 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.502 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.826 -1.297 Td -( )Tj -0.008 Tc 0 Tw (ABRIDGEDTRANSFORMATION["Amersfoort to ETRS89 \(3\)",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc 0 Tw (METHOD["Coordinate Frame",ID["EPSG",1032]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["X)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 10.338 0 Td -(axis translatio)Tj --0.008 Tw (n",565.2369,ID["EPSG",8605]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -10.338 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Y)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 10.338 0 Td -(axis translation",50.0087,ID["EPSG",8606]],)Tj -0 Tc ( )Tj -0.008 Tw -10.338 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Z)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 10.338 0 Td -(axis translation",465.658,ID["EPSG",8607]],)Tj -0 Tc ( )Tj -0.008 Tw -10.338 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["X)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 10.338 0 Td -(axis rotation",0.407,ID["EPSG",8608]],)Tj -0 Tc ( )Tj -0.008 Tw -10.338 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Y)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 10.338 0 Td -(axis rotation",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 9.73 0 Td -(0.351,ID["EPSG")Tj -(,8609]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -20.067 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Z)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 10.338 0 Td -(axis rotation",1.870,ID["EPSG",8610]],)Tj -0 Tc ( )Tj -0.008 Tw -10.338 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Scale difference",1.000004812,ID["EPSG",8611]]]])Tj -0 Tc ( )Tj -T* -( )Tj -/TT1 1 Tf -0.008 Tc -0.008 Tw -4.054 -2.622 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.008 Tc 0.169 Tw 2.59 0 Td -[(C)-2(om)-5(par)3(e t)4(he r)3(ot)4(at)4(i)5(on val)5(ues)1( \()3(her)3(e i)5(n ar)3(c)]TJ -0 Tc 0 Tw 19.174 0 Td -(-)Tj -0.008 Tc 0.168 Tw 0.337 0 Td -[(s)1(ec)1(onds)1( bec)1(aus)1(e i)5(n an abr)3(i)5(dged c)1(oor)3(di)5(nat)4(e t)4(r)3(ans)1(f)4(or)3(m)-5(at)4(i)5(on\))3( w)-2(i)5(t)4(h )]TJ --0.004 Tw -24.917 -1.162 Td -[(t)4(hos)1(e i)5(n t)4(he f)4(our)]TJ -7.268 0 Td -[(t)4(h ex)4(am)-5(pl)5(e i)5(n 17.)4(3.)]TJ -0 Tc 0 Tw 8.561 0 Td -( )Tj -ET - endstream endobj 150 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(57)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -49.553 74.463 Td -[(18.)5(2.)5(3)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(A)-2(br)3(i)5(dge)1(d c)1(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)4(or)3(m)-5(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)]TJ -0 Tc 0 Tw 22.587 0 Td -( )Tj -0.009 Tc -0.009 Tw -25.94 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(abr)4(i)6(dged )1(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on )1(par)4(am)-5(et)5(er)4( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 29.034 0 Td -( )Tj -ET -q -65.754 665.227 182.64 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 701.9471 Tm -[(<)-1(abr)3(i)5(dged )1(t)4(r)3(ansf)3(or)3(m)-6(at)4(i)5(on )1(par)3(am)-6(et)4(er)3(>)]TJ -0 Tc 0 Tw 16.834 0 Td -( )Tj -ET -Q -q -248.394 665.227 28.32 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 256.7496 701.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -276.714 665.227 269.28 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 701.9471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(or)2(d>)-1( )1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)]TJ -0.003 Tc 14.263 0 Td -[(m)-11(it)-1(e)-5(r)-2(>)-6( )]TJ -0 Tc 0 Tw 3.135 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 690.6671 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(nam)-6(e>)-1( <)-1(w)-3(kt)4( )1(separ)3(at)4(or)3(>)-1( )1(<)-1(par)3(am)-6(et)4(er)3( )1(v)-1(al)4(ue>)-1( )]TJ -0 Tc 0 Tw 25.309 0 Td -( )Tj -0.009 Tc -0.004 Tw -25.309 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -276.714 665.227 269.28 45.84 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 281.9942 667.6271 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.021 Tw 9.84 0 0 9.84 71.0342 656.1071 Tm -[(T)-1(he f)4(or)3(m)-6(at)4( f)4(or)3( abr)3(i)5(dged t)4(r)3(ans)1(f)4(or)3(m)-6(at)4(i)5(on par)3(am)-6(et)4(er)3( i)5(s)1( s)1(i)5(m)-6(i)5(l)5(ar)3( t)4(o t)4(hat)4( f)4(or)3( c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on par)3(am)-6(et)4(er)3( def)4(i)5(ned )]TJ -0.008 Tc -0.003 Tw 0 -1.171 TD -[(i)4(n)-1( 1)-1(7)-1(.)3(2)-1(.)3(4)-1( b)-1(u)-1(t)3( )]TJ -0.009 Tc -0.004 Tw 5.876 0 Td -[(w)-3(i)5(t)4(h t)4(he f)4(ol)]TJ -0.003 Tc -0.003 Tw 4.858 0 Td -[(l)-1(o)-6(w)-9(i)-1(n)-6(g)]TJ -0 Tc 0 Tw 2.88 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(c)1(ons)1(t)5(r)4(ai)6(nt)5(s)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 5.252 0 Td -[(on par)4(am)-6(et)5(er)4( val)5(ues)1(:)]TJ -/TT0 1 Tf -0 Tc 0 Tw 9.547 0 Td -( )Tj -0.009 Tc -0.009 Tw -28.695 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.776 0 Td -(:)Tj -0.282 0 Td -( )Tj -0.003 Tc -0.003 Tw -2.994 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.469 0 Td -[(T)-1(he val)5(ue of)4( par)3(am)-6(et)4(er)3(s)1( w)-3(hi)5(c)1(h ar)3(e l)5(i)5(near)3( s)1(hal)5(l)5( be gi)5(ven i)5(n m)-6(et)4(r)3(es)1(.)4( )]TJ -0 Tc 0 Tw 29.938 0 Td -( )Tj -0.003 Tc -0.003 Tw -31.97 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.009 Tc 0.025 Tw 1.243 0 Td -[(T)-1(he val)5(ue of)4( par)3(am)-6(et)4(er)3(s)1( w)-3(hi)5(c)1(h ar)3(e angul)5(ar)3( s)1(hal)5(l)5( be gi)5(ven i)5(n ar)3(c)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.025 Tw 29.246 0 Td -[(s)1(ec)1(onds)1( \()4(4.)5(848136811095E)]TJ -0 Tc 0 Tw 12.741 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(06 )Tj --42.325 -1.171 Td -[(r)4(adi)6(an\))4(.)]TJ -0 Tc 0 Tw 3.445 0 Td -( )Tj -0.003 Tc -0.003 Tw -5.478 -2.39 Td -[(i)-1(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 1.015 0 Td -( )Tj -0.009 Tc 0.04 Tw 1.017 0 Td -[(T)-1(he val)5(ue of)4( par)3(am)-6(et)4(er)3(s)1( w)-3(hi)5(c)1(h ar)3(e)]TJ -0 Tc 0 Tw 15.868 0 Td -( )Tj -0.009 Tc 0.04 Tw 0.327 0 Td -[(s)1(c)1(al)6(e uni)6(t)5(s)1( s)1(hal)6(l)6( be gi)6(ven as)1( a num)-5(ber)4( w)-3(i)6(t)5(h r)4(es)1(pec)1(t)5( t)5(o uni)6(t)5(y)1(,)5( )]TJ -0.036 Tw -16.194 -1.171 Td -[(f)5(or)4( )1(ex)4(am)-5(pl)6(e 3.)4(5 par)4(t)5(s)1( )1(per)4( )1(m)-5(i)6(l)6(l)6(i)6(on )1(\()4(ppm)-5(\))4( s)1(h)-1(al)6(l)6( )1(be )1(gi)6(ven )1(as)1( )1(1.)5(0000035 )1(and )]TJ -0 Tc 0 Tw 33.11 0 Td -(-)Tj -0.009 Tc 0.035 Tw 0.338 0 Td -[(3.)5(5ppm)-6( s)1(hal)5(l)5( be gi)5(ven )]TJ --0.005 Tw -33.449 -1.171 Td -[(as)1( 0.)5(9999965.)]TJ -0 Tc 0 Tw 6.441 0 Td -( )Tj -0.003 Tc -0.003 Tw -8.473 -2.366 Td -[(i)-1(v)-7(\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.959 0 Td -[(<)-1(uni)5(t)4(>)-1( )1(shal)5(l)4( )1(not)4( )1(be )1(gi)5(v)-1(en.)]TJ -0 Tc 0 Tw 11.299 0 Td -( )Tj -0.009 Tc -0.009 Tw -13.332 -2.39 Td -(v\))Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.009 Tc -0.003 Tw 1.185 0 Td -[(I)5(m)-5(pl)6(em)-5(ent)5(at)4(i)6(ons)1( )1(ar)4(e )1(ex)4(pec)1(t)5(ed )1(t)5(o )1(i)6(dent)5(i)6(f)5(y)1( )1(t)5(he )1(par)4(am)-5(e)-1(t)5(er)4( )1(va)]TJ -0.008 Tc -0.002 Tw 26.218 0 Td -[(l)4(u)-1(e)-1( u)-1(n)-1(i)4(t)3( t)3(y)-1(p)-1(e)-1( f)3(r)2(o)-1(m)-7( t)3(h)-1(e)-1( p)-1(a)-1(r)2(a)-1(m)-7(e)-1(t)3(e)-1(r)2( n)-1(a)-1(m)-7(e)-1(.)]TJ -0 Tc 0 Tw 17.52 0 Td -( )Tj -0.003 Tc -0.003 Tw -45.77 -2.39 Td -[(v)-6(i\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.959 0 Td -[(T)-1(he par)3(am)-6(et)4(er)3( val)5(ues)1( s)1(hal)5(l)5( be des)1(c)1(r)3(i)5(bed i)5(n t)4(he s)1(ens)1(e f)4(r)3(om)-6( s)1(our)3(c)1(e C)-3(R)-3(S)-2( t)4(o t)4(ar)3(get)4( C)-3(R)-3(S)-2(.)]TJ -0 Tc 0 Tw 38.917 0 Td -( )Tj -0.009 Tc 0.178 Tw -45.015 -2.39 Td -[(T)-1(he par)3(am)-6(et)4(er)3(s)1( r)3(equi)5(r)3(ed ar)3(e s)1(pec)1(i)5(f)4(i)5(c)1( t)4(o t)4(he c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on m)-6(et)4(hod and ar)3(e l)5(i)5(s)1(t)4(ed s)1(equent)4(i)5(al)5(l)5(y)1(.)4( T)-1(he )]TJ --0.005 Tw T* -[(or)4(der)4( w)-3(i)5(t)5(hi)5(n t)5(he s)1(equenc)1(e i)5(s)]TJ -0 Tc 0 Tw 12.652 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(not)5( s)1(i)5(gni)5(f)5(i)5(c)1(ant)5( but)5( s)1(houl)5(d be l)5(ogi)5(c)1(al)5(.)]TJ -0 Tc 0 Tw 16.042 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 387.7871 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.871 0 Td -(ABRIDGEDTRANSFORMATION["Tokyo to JGD2000 \(GSI\)",)Tj -0 Tc ( )Tj --7.658 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc 0 Tw (METHOD["Geocentric translations",ID["EPSG",1031]],)Tj -0 Tc ( )Tj --7.658 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["X)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(146.414],)Tj -0 Tc 0 Tw ( )Tj --28.333 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Y)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",507.337],)Tj -0 Tc ( )Tj --16.779 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Z)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",680.507]])Tj -/TT1 1 Tf -0 Tc ( )Tj -9.84 0 0 9.84 71.0342 334.0271 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 -2.707 TD -[(18.)5(2.)5(4)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)3( f)4(i)5(l)5(e)]TJ -0 Tc 0 Tw 17.223 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw -20.577 -2.39 Td -[(O)-5(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1( p)-1(a)-1(r)2(a)-1(m)-6(e)-1(t)4(e)-1(r)2( f)3(i)4(l)4(e)-1( i)4(s d)-1(e)-1(f)3(i)4(n)-1(e)-1(d)-1( )1(i)4(n)-1( 1)-1(7)-1(.)3(2)-1(.)3(5)-1(.)]TJ -0 Tc 0 Tw 20.053 0 Td -( )Tj -ET - endstream endobj 149 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(56)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 74.463 TD -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(bound )1(C)-2(R)-2(S)-1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 18.076 0 Td -( )Tj -ET -q -31.674 665.707 111.84 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 725.4671 Tm -[(<)-1(bound )1(cr)3(s>)]TJ -0 Tc 0 Tw 5.649 0 Td -( )Tj -ET -Q -q -143.514 665.707 28.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 151.8694 725.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 665.707 352.32 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 725.4671 Tm -[(<)-1(bound )1(cr)3(s ke)-1(yw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)2(>)-1( )]TJ -0 Tc 0 Tw 16.946 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 713.9471 Tm -[(<)-1(sour)3(ce )1(cr)3(s>)-1( <)-1(w)-3(kt)4( )1(separ)3(at)4(or)3(>)-1( )1(<)-1(t)4(ar)3(get)4( )1(c)-1(r)3(s>)-1( )]TJ -0 Tc 0 Tw 19.43 0 Td -( )Tj -0.008 Tc -0.003 Tw -19.43 -1.146 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(abr)3(i)5(dge)]TJ -0.009 Tc -0.005 Tw 11.551 0 Td -[(d c)1(oor)4(di)5(nat)5(e t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on>)-1( )]TJ -0 Tc 0 Tw 13.246 0 Td -( )Tj -0.009 Tc -0.004 Tw -24.798 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1([)5( )1( )1( )1(])5( )1( )]TJ -0 Tc 0 Tw 14.173 0 Td -( )Tj -0.008 Tc -0.003 Tw -30.165 -1.171 Td -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)-1( )1(})]TJ -0 Tc 0 Tw ( )Tj -ET -q -171.834 665.707 352.32 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 177.1143 668.1071 Tm -( )Tj -ET -Q -q -31.674 642.187 111.84 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 656.5871 Tm -[(<)-1(bound )1(cr)3(s ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.715 0 Td -( )Tj -ET -Q -q -143.514 642.187 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 151.8694 656.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 642.187 352.32 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 177.1143 656.5871 Tm -[(B)1(O)-1(UNDCRS)]TJ -0 Tc 0 Tw 5.815 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 633.0671 Tm -[(E)-2(x)4(am)-6(pl)5(es)1( ar)3(e gi)5(ven i)5(n 18.)4(3.)]TJ -0 Tc 0 Tw 12.538 0 Td -( )Tj -0.009 Tc 0.062 Tw -12.538 -2.39 Td -[(T)-1(he s)1(our)3(c)1(e and t)4(ar)3(get)4( C)-3(R)-3(S)-2(s)1( s)1(hal)5(l)5( be def)4(i)5(ned t)4(hr)3(ough a f)4(ul)5(l)5( C)-3(R)-3(S)-2( des)1(c)1(r)3(i)5(pt)4(i)]TJ -33.724 0 Td -[(on as)1( des)1(c)1(r)4(i)5(bed i)5(n )]TJ --0.009 Tw 8.794 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.004 Tc 0.067 Tw 0.349 0 Td -[(8)-5(. If th)-5(e)-5( )]TJ -0.009 Tc 0.218 Tw -46.03 -1.171 Td -[(s)1(our)4(c)1(e C)-3(R)-3(S)-2( t)5(y)1(pe i)6(s)1( pr)4(oj)6(ec)1(t)5(ed and t)5(he abr)4(i)6(dged c)1(oor)4(di)6(nat)5(e t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on oper)4(at)5(es)1( i)6(n t)5(he geodet)5(i)6(c)1( C)-3(R)-3(S)-2( )]TJ -0.102 Tw 0 -1.171 TD -[(dom)-6(ai)5(n,)5( t)5(he t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on i)5(s)1( deem)-6(ed t)5(o oper)4(at)5(e on t)5(he pr)4(oj)5(ec)1(t)5(ed C)-3(R)-3(S)-2(\222)5(s)1( bas)1(e C)-3(R)-3(S)-2( but)5( t)5(he pr)4(oj)5(ec)1(t)5(ed C)-3(R)-3(S)-2( )]TJ --0.005 Tw 0 -1.171 TD -[(s)1(hal)6(l)6( be des)1(c)1(r)4(i)6(be)]TJ --0.009 Tw 7.625 0 Td -(d.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 547.6271 Tm -[(18.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.006 Tw 2.5 0 Td -[(B)-1(o)1(u)1(n)1(d)1( )1(C)-1(R)-1(S )1(c)2(o)1(m)-4(p)1(o)1(n)1(e)2(n)1(t)6(s)]TJ -0 Tc 0 Tw 11.996 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 520.9871 Tm -[(18.)5(2.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(A)-2(br)3(i)5(dge)1(d c)1(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)4(or)3(m)-5(a)1(t)4(i)5(on)]TJ -0 Tc 0 Tw 17.391 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.058 Tw -20.744 -2.39 Td -[(I)5(n )1(t)5(he )]TJ -0.01 Tc -0.01 Tw 2.948 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.058 Tw 2.602 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(pr)4(oj)6(ec)1(t)5(ed )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(t)5(he )1(uni)6(t)5(s)1( )1(of)5( )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(on )1(par)4(am)-5(et)5(er)4(s)1( )]TJ -0.008 Tc 0.322 Tw -5.55 -1.171 Td -[(m)-6(ay )1(be )1(i)5(m)-6(pl)5(i)5(ed )1(\()3(see )1(9)-1(.)4(3\))3(.)4( )1(I)3(n )1(a )1(si)5(m)-6(i)5(l)5(ar)3( )1(w)-3(ay )1(t)4(he )1(abr)3(i)5(dged )1(coor)3(di)5(nat)4(e )1(t)4(r)2(an)-1(sf)4(or)3(m)-6(at)4(i)5(on )1(al)5(so )1(om)-6(i)]TJ -0.009 Tc 0.321 Tw 45.052 0 Td -[(t)5(s)1( )1(ex)4(pl)6(i)6(c)1(i)6(t)5( )]TJ -0.008 Tc -0.003 Tw -45.052 -1.146 Td -[(i)4(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(c)-1(a)-1(t)3(i)4(o)-1(n)-1( o)-1(f)3( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( t)3(r)2(a)-1(n)-1(s)-1(f)3(o)-1(r)2(m)-7(a)-1(t)3(i)4(o)-1(n)-1( p)-1(a)-1(r)2(a)-1(m)-7(e)-1(t)3(e)-1(r)2( u)-1(n)-1(i)4(t)3( f)3(r)2(o)-1(m)-6( t)3(h)-1(e)-1( t)3(e)-1(x)2(t)3( s)-1(t)3(r)2(i)4(n)-1(g)-1(.)3( I)4(t)3( h)-1(a)-1(s)-1( s)-1(e)-1(v)-2(e)-1(r)2(a)-1(l)4( c)-1(o)-1(n)-1(s)-1(t)3(r)2(a)-1(i)4(n)-1(t)3(s)-1(.)]TJ -0 Tc 0 Tw 46.202 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -46.202 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.776 0 Td -(:)Tj -0.282 0 Td -( )Tj -0.003 Tc -0.003 Tw -2.994 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.469 0 Td -[(T)-1(he abr)3(i)5(dged f)4(or)3(m)-6( of)4( c)1(oor)3(di)5(nat)4(e t)4(r)3(ans)1(f)4(or)3(m)-6(at)4(i)5(on s)1(hal)5(l)5( onl)5(y)1( be us)1(ed as)1( par)3(t)4( of)4( a B)-2(ound C)-3(R)-3(S)-2(.)]TJ -0 Tc 0 Tw 40.953 0 Td -( )Tj -0.003 Tc -0.003 Tw -42.985 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.009 Tc 0.195 Tw 1.243 0 Td -[(T)-1(he abr)3(i)5(dged t)4(r)3(ans)1(f)4(or)3(m)-6(at)4(i)5(on s)1(ha)]TJ -0.008 Tc 0.196 Tw 15.284 0 Td -[(l)4(l)4( b)-1(e)-1( d)-1(e)-1(s)-1(c)-1(r)3(i)4(b)-1(e)-1(d)-1( i)4(n)-1( t)3(h)-1(e)-1( s)-1(e)-1(n)-1(s)-1(e)-1( f)3(r)2(o)-1(m)-7( <)-2(s)-1(o)-1(ur)2(c)-1(e)-1( C)-4(R)-4(S)-3(>)-2( t)3(o)-1( <)-2(t)3(a)-1(r)2(g)-1(e)-1(t)3( )]TJ -0.012 Tc -0.012 Tw -15.284 -1.171 Td -[(CRS)1(>)2(.)]TJ -0 Tc 0 Tw 3.021 0 Td -( )Tj -0.003 Tc -0.003 Tw -5.054 -2.39 Td -[(i)-1(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 1.015 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.017 0 Td -[(T)-1(he )]TJ -0.01 Tc -0.01 Tw 2.033 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(abr)4(i)6(dged )1(c)1(oor)4(di)6(nat)5(e )1(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 29.147 0 Td -( )Tj --39.819 -2.39 Td -( )Tj -ET -q -31.674 262.747 189.6 80.4 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 334.0271 Tm -[(<)-1(abr)3(i)5(dged )1(coor)3(di)4(nat)4(e )1(t)4(r)3(ansf)4(or)3(m)-6(at)4(i)5(on>)]TJ -0 Tc 0 Tw 16.947 0 Td -( )Tj -ET -Q -q -221.274 262.747 28.56 80.4 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 229.8694 334.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -249.834 262.747 276.24 80.4 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 255.1143 334.0271 Tm -[(<)-1(abr)3(i)5(dged )1(t)4(r)3(ansf)3(or)3(m)-6(at)4(i)5(on )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 255.1143 322.5071 Tm -[(<)-1(oper)3(at)4(i)5(on )1(nam)-6(e>)-2( )1(<)-1(w)-3(kt)4( )1(sep)]TJ -0.009 Tc -0.009 Tw 12.57 0 Td -[(ar)4(at)5(or)4(>)-1( )]TJ -0 Tc 0 Tw 3.53 0 Td -( )Tj -0.008 Tc -0.003 Tw -16.1 -1.171 Td -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d>)-1( )1(<)-1(w)-3(kt)4( )1(separ)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 16.948 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.948 -1.171 Td -[({)4( )1(.)5(.)5(.)5( )]TJ -0 Tc 0 Tw 18.586 0 Td -( )Tj -0.009 Tc -0.005 Tw -18.586 -1.171 Td -[(|)5( .)5(.)5(.)5( })4( )]TJ -0 Tc 0 Tw 14.218 0 Td -( )Tj -0.009 Tc -0.004 Tw -14.218 -1.146 Td -[([)5( )1( )1(])5( )]TJ -0 Tc 0 Tw 23.213 0 Td -( )Tj -ET -q -249.834 262.747 276.24 80.4 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 255.1143 265.1471 Tm -( )Tj -ET -Q -q -31.674 239.227 189.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 253.6271 Tm -[(<)-1(abr)3(i)5(dged )1(t)4(r)3(ansf)3(or)3(m)-6(at)4(i)5(on )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 15.985 0 Td -( )Tj -ET -Q -q -221.274 239.227 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 226.7942 253.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -249.834 239.227 276.24 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 255.1143 253.6271 Tm -[(ABR)-1(I)6(D)-1(G)-2(ED)-1(T)1(R)-1(AN)-1(SF)1(O)-2(R)-1(M)-3(AT)1(I)6(O)-2(N)]TJ -0 Tc 0 Tw 14.849 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 226.9871 Tm -[(18.)5(2.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)]TJ --0.006 Tw 7.848 0 Td -[(a)1(t)5(i)6(on m)-4(e)1(t)5(hod i)6(n a)1(br)4(i)6(dge)1(d c)1(oor)4(di)6(na)1(t)5(e)1( t)5(r)4(a)1(ns)1(f)5(or)4(m)-4(a)1(t)5(i)6(ons)]TJ -0 Tc 0 Tw 25.635 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.239 Tw -36.837 -2.39 Td -[(I)5(n )1(an )1(abr)4(i)6(dged )1(c)1(oo)-1(r)4(di)6(nat)5(e )1(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on )1(d)-1(es)1(c)1(r)4(i)6(pt)5(i)6(on )1(t)5(he )1(f)5(or)4(m)-5(at)5( )1(f)5(or)4( oper)4(at)5(i)6(on )1(m)-5(et)5(hod )1(i)6(s)1( )1(i)6(dent)5(i)6(c)1(al)6( )1(t)5(o )1(t)4(hat)5( )]TJ --0.005 Tw 0 -1.171 TD -[(def)5(i)5(ned i)5(n )]TJ --0.009 Tw 4.689 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(9 but)5( t)5(her)4(e ar)4(e c)1(ons)1(t)5(r)4(ai)5(nt)5(s)1(:)]TJ -/TT0 1 Tf -0 Tc 0 Tw 12.088 0 Td -( )Tj -0.01 Tc -0.01 Tw -20.222 -2.366 Td -[(C)-2(ons)1(t)4(r)3(a)1(i)5(nt)]TJ -/TT1 1 Tf -0.009 Tc 0.149 Tw 5.081 0 Td -[(:)5( )1(The )1(onl)6(y)1( )1(c)1(oo)-1(r)4(di)6(nat)5(e )1(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on )1(m)-5(et)5(h)]TJ -19.577 0 Td -[(ods)1( t)5(hat)5( m)-6(ay)1( be des)1(c)1(r)4(i)5(bed i)5(n an abr)4(i)5(dged c)1(oor)4(di)5(nat)5(e )]TJ --0.004 Tw -24.658 -1.171 Td -[(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)5(on )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 10.563 0 Td -( )Tj -0.003 Tc -0.003 Tw -6.498 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -1.469 0 Td -(3)Tj -0.565 0 Td -(-)Tj -0.005 Tc 0.047 Tw 0.338 0 Td -[(,)1( )1(7)]TJ -0 Tc 0 Tw 1.177 0 Td -(-)Tj -0.338 0 Td -( )Tj -0.009 Tc 0.043 Tw 0.329 0 Td -(and 10)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.043 Tw 3.493 0 Td -[(par)4(am)-6(et)5(er)4( geoc)1(ent)5(r)4(i)5(c)1( t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(ons)1( \()4(7)]TJ -0 Tc 0 Tw 18.216 0 Td -(-)Tj -0.009 Tc 0.043 Tw 0.338 0 Td -[(par)4(am)-6(et)5(er)4( m)-6(et)5(hods)1( i)5(nc)1(l)5(ude bot)5(h P)-2(os)1(i)5(t)5(i)5(on )]TJ --0.004 Tw -24.795 -1.171 Td -[(V)-2(ec)1(t)4(or)3( and C)-3(oor)3(di)5(nat)4(e F)-1(r)3(am)-6(e m)-6(et)4(hods)1(\))3(;)]TJ -0 Tc 0 Tw 18.188 0 Td -( )Tj -0.003 Tc -0.003 Tw -20.221 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.008 Tc 0.079 Tw 1.243 0 Td -[(M)-5(et)4(hods )1(usi)5(ng)-1( )1(i)5(nt)4(er)3(pol)5(at)4(i)5(on )1(of)4( )1(gr)2(i)5(d)-1(ded )1(dat)4(a )1(set)]TJ -0.009 Tc 0.077 Tw 21.616 0 Td -[(s)1( \()4(N)-3(T)-1(v2,)5( N)-3(A)-2(D)-3(C)-3(O)-4(N)-3(,)5( geoi)6(d and hei)6(ght)5( c)1(or)4(r)4(ec)1(t)5(i)6(on )]TJ -0.008 Tc -0.008 Tw -21.616 -1.171 Td -[(m)-6(odel)5(s\))3(.)]TJ -0 Tc 0 Tw 3.897 0 Td -( )Tj -ET - endstream endobj 37 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 38 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 39 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 40 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 41 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 158 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(55)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 749.7071 Tm -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -( )Tj -0.008 Tc -3.604 -2.541 Td -(COORDINATEOPERATION["NZGD49 to NZGD2000",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.502 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.826 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed)]TJ -0 Tc 0 Tw 19.771 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.282 0 Td -[(f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 4.449 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.826 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (METHOD["NTv2",ID["EPSG",9615]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETERFILE["Latitude and longitude difference file","nzgd2kgrid0005.g\ sb"],)Tj -0 Tc 48.04 0 Td -( )Tj -0.008 Tw -48.102 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ID["EPSG",1568,CITATION["LINZS25000"],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.243 TD -( )Tj -0.008 Tc -0.008 Tw (URI[)Tj -0 0 1 scn -0.01 Tc -0.01 Tw 9.84 0 0 9.84 149.6834 658.5071 Tm -(http://ww)Tj -5.489 0 Td -(w.linz.govt.nz/geodetic/software)Tj -0 Tc 0 Tw 19.515 0 Td -(-)Tj -0.01 Tc -0.01 Tw 0.61 0 Td -(downloads/)Tj -0 0 0 scn -0.008 Tc -0.008 Tw 8.88 0 0 8.88 461.7342 658.5071 Tm -(]],)Tj -0 Tc 0 Tw ( )Tj -ET -0 0 1 scn -149.755 655.387 311.999 0.24 re -f -BT -0 0 0 scn -/TT2 1 Tf -0.008 Tw 8.88 0 0 8.88 106.4842 646.5071 Tm -( )Tj -0.008 Tc -0.008 Tw (REMARK[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 6.081 0 Td -(Coordinate transformation accuracy 0.1)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 23.716 0 Td -(1.0m)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -36.829 -2.622 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -( )Tj -0.008 Tc -3.604 -2.568 Td -(COORDINATEOPERATION["Amersfoort to ETRS89 \(3\)",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( C)-2(R)-2(S)-1( def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.391 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.715 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.003 Tc -0.003 Tw 8.311 0 Td -[(f)-1(u)-5(ll )]TJ -0.008 Tc -0.004 Tw 1.577 0 Td -[(C)-2(R)-2(S)-1( def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 22.814 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.715 -1.297 Td -( )Tj -0.008 Tc 0 Tw (METHOD["Coordinate Frame"],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["X)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",565.2369,LENGTHUNIT["metre",1.0]],)Tj -0 Tc ( )Tj -0.008 Tw -9.121 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Y)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",50.0087,LENGTHUNIT["metre",1.0]],)Tj -0 Tc ( )Tj -0.008 Tw -9.121 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Z)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",46)Tj --0.008 Tw (5.658,LENGTHUNIT["metre",1.0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -9.121 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["X)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis rotation",1.9725,ANGLEUNIT["microradian",1E)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 29.797 0 Td -(06]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -38.918 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Y)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis rotation",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 9.73 0 Td -(1.7004,ANGLEUNIT["microradian",1E)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 20.675 0 Td -(06]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -39.526 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Z)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis rotation",9.0677,ANGLEUNIT["microradian",1E)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 29.797 0 Td -(06]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -38.918 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[")Tj -0 Tw (Scale difference",4.0812,SCALEUNIT["parts per million",1E)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 43.175 0 Td -(06]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -43.175 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ID["EPSG",15739]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -4.054 -2.622 Td -[(EX)1(AM)-2(PL)2(E 5)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -( )Tj -0.008 Tc -3.604 -2.541 Td -(COORDINATEOPERATION["DHHN92 height to EVRF2007 height",)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)4(i)5(ni)5(t)4(i)5(on of)4( D)-2(H)-2(H)-2(N)-2(92 r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 29.965 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -39.289 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.003 Tc 0.001 Tw 8.311 0 Td -[(f)-1(u)-5(ll W)-9(K)-6(T)]TJ -0 Tc 0 Tw 3.828 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(def)4(i)5(ni)5(t)4(i)5(on )1(of)4( )1(E)-2(V)-2(R)-2(F)-1(2007 )1(r)3(equi)5(r)3(ed )1(her)3(e )1(but)4( om)-5(i)5(t)4(t)4(ed )1(f)4(or)3( )1(br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 26.758 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -40.192 -1.297 Td -( )Tj -0.008 Tc 0 Tw (METHOD["Vertical Offset and Slope",ID["EPSG",1046]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Inclination in latitude",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 23.716 0 Td -(0.010,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -23.716 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["arc)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(second",4.84813681109535E)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 15.811 0 Td -(06]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -27.364 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Inclination in longitude ")Tj --0.008 Tw (,0.002,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["arc)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(second",4.84813681109535E)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 15.811 0 Td -(06]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -27.364 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Vertical offset",0.015,LENGTHUNIT["metre",1.0]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Ordinate 1 of evaluation point",51.05,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",)Tj -(0.0174532925199433)Tj -(]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -0.062 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Ordinate 2 of evaluation )Tj --0.008 Tw (point",)Tj -(10.2166666666667)Tj -0 Tc 0 Tw (,)Tj -37.704 0 Td -( )Tj -0.008 Tw -37.704 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",)Tj -(0.0174532925199433)Tj -(]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (INTERPOLATIONCRS["ETRS89)Tj -/TT1 1 Tf -0 Tc 0 Tw (")Tj -/C2_0 1 Tf -16.17 0 Td -<0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 1.014 0 Td -[(f)4(ul)5(l)5( W)-4(K)-1(T def)4(i)5(ni)5(t)4(i)5(on of)4( E)-1(TR)-2(S)-1(89 r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 29.741 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -47.938 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (OPERATIONACCURACY[0.1],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (REMARK["Determined at 427 points. RMS residual 0.002m, maxi)Tj -(mum residual 0.007m"]])Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 554.6761 255.5471 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 216.4271 Tm -(18)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of CRS and coordinate operation couplets)Tj -27.504 0 Td -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 188.8271 Tm -[(18.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.006 Tw 2.5 0 Td -[(B)-1(o)1(u)1(n)1(d)1( )1(C)-1(R)-1(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.196 Tw 9.84 0 0 9.84 71.0342 165.0671 Tm -[(T)-1(he def)4(i)5(ni)5(t)4(i)5(on of)4( a C)-3(R)-3(S)-2( i)5(s)1( not)4( dependent)4( upon any)1( r)3(el)5(at)4(i)5(ons)1(hi)5(p t)4(o an i)5(ndependent)4( C)-3(R)-3(S)-2(.)4( H)-3(ow)-3(ever)3( i)5(n an )]TJ -0.008 Tc 0.147 Tw 0 -1.171 TD -[(i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1( t)3(h)-1(a)-1(t)3( m)-7(e)-1(r)2(g)-1(e)-1(s)-1( d)-1(a)-1(t)3(a)-1(s)-1(e)-1(t)3(s)-1( r)2(e)-1(f)3(e)-1(r)2(e)-1(n)-1(c)-1(e)-1(d)-1( t)3(o)-1( )1(d)-1(i)4(f)3(f)3(e)-1(r)2(i)4(n)-1(g)-1( C)-4(R)-4(S)]TJ -0.009 Tc 0.146 Tw 30.312 0 Td -[(s)1(,)5( i)6(t)5( i)6(s)1( s)1(om)-5(et)5(i)6(m)-5(es)1( us)1(ef)5(ul)6( t)5(o as)1(s)1(oc)1(i)6(at)5(e t)5(he )]TJ -0.012 Tw -30.312 -1.171 Td -[(def)5(i)5(ni)5(t)5(i)5(on of)5( t)5(he t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on t)5(hat)5( has)1( been us)1(ed w)-3(i)5(t)5(h t)5(he C)-3(R)-3(S)-2( def)5(i)5(ni)5(t)5(i)5(on.)5( T)-1(hi)5(s)1( f)5(ac)1(i)5(l)5(i)5(t)5(at)5(es)1( t)5(he i)5(nt)5(er)4(r)4(el)5(at)5(i)5(ons)1(hi)5(p )]TJ -0.04 Tw T* -[(of)5( C)-3(R)-3(S)-2( by)1( c)1(onc)1(at)5(enat)5(i)5(ng t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(ons)1( vi)5(a a c)1(om)-6(m)-6(on or)4( hub C)-3(R)-3(S)-2(.)5( T)-1(hi)5(s)1( i)5(s)1( s)1(om)-6(et)5(i)5(m)-6(es)1( r)4(ef)5(er)4(r)4(ed t)5(o as)]TJ -0 Tc 0 Tw 46.46 0 Td -( )Tj -0.003 Tc -0.003 Tw 0.327 0 Td -[(\221)-1(e)-6(a)-6(r)-3(l)-1(y)]TJ -0 Tc 0 Tw 2.428 0 Td -(-)Tj -0.009 Tc 0.361 Tw -49.214 -1.171 Td -[(bi)5(ndi)5(ng\222)5(.)5( T)-1(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d per)4(m)-6(i)5(t)5(s)1( t)5(he as)1(s)1(oc)1(i)5(at)5(i)5(on of)5( an abr)4(i)5(dged c)1(oor)4(di)5(nat)5(e t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on )]TJ --0.003 Tw T* -[(des)1(c)1(r)4(i)5(pt)5(i)5(on w)-3(i)5(t)5(h a c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6( des)1(c)1(r)4(i)5(pt)5(i)5(on i)5(n a s)1(i)5(ngl)5(e t)5(ex)4(t)5( s)1(t)5(r)4(i)5(ng.)5( )]TJ -36.272 0 Td -[(I)5(n )1(a )1(B)-1(ound )1(C)-2(R)-2(S)-1( )1(t)5(he )1(abr)4(i)6(dged )]TJ --0.005 Tw -36.272 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on i)6(s)1( appl)]TJ -0.008 Tc -0.003 Tw 14.742 0 Td -[(i)4(e)-1(d)-1( t)3(o)-1( t)3(h)-1(e)-1( s)-1(o)-1(u)-1(r)2(c)-1(e)-1( C)-4(R)-4(S)-3( w)-4(i)4(t)3(h)-1( t)3(h)-1(e)-1( t)3(a)-1(r)2(g)-1(e)-1(t)3( C)-4(R)-4(S)-3( b)-1(e)-1(i)4(n)-1(g)-1( t)3(h)-1(e)-1( c)-1(o)-1(m)-7(m)-7(o)-1(n)-1( o)-1(r)2( h)-1(u)-1(b s)-1(y)-1(s)-1(t)3(e)-1(m)-7(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 34.626 0 Td -( )Tj -ET - endstream endobj 157 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(54)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.008 Tc 0.058 Tw 0 74.463 TD -[(<)-1(scope>)-1( )1(i)5(s descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(2 )1(and )1(<)-2(ex)3(t)4(ent)4(>)-1( )1(i)5(n )1(7.)4(3.)4(3.)4( )1(T)-1(hese )1(a)-1(r)3(e)-1( )1(o)-1(pt)4(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(es )1(descr)3(i)4(bi)5(ng )1(t)4(he )1(appl)5(i)5(cabi)5(l)5(i)5(t)4(y )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(of)5( t)5(he c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(on.)5( )]TJ -0 Tc 0 Tw 12.654 0 Td -( )Tj -0.008 Tc -0.003 Tw -12.654 -2.39 Td -[(<)-1(r)3(em)-6(ar)3(k>)-1( )1(i)5(s )1(d)-1(es)-1(cr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(5.)]TJ -0 Tc 0 Tw 13.952 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 686.8271 Tm -[(17.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.012 Tw 2.5 0 Td -(Ex)Tj -0.01 Tc -0.004 Tw 1.246 0 Td -[(am)-6(p)-1(l)5(es )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 5.037 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(c)1(oor)4(di)6(na)1(t)5(e)1( )1(ope)1(r)4(a)1(t)5(i)6(on)]TJ -0 Tc 0 Tw 16.413 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.15 Tw 9.84 0 0 9.84 37.1944 663.0671 Tm -[(Li)5(ne f)5(eeds)1( ar)4(e i)5(nc)1(l)5(uded i)5(n t)5(hes)1(e ex)4(am)-6(pl)5(es)1( t)5(o ai)5(d c)1(l)5(ar)4(i)5(t)5(y)1(.)5( I)5(n s)1(ever)4(al)5( of)5( t)5(hes)1(e ex)4(am)-6(pl)5(es)1( t)5(he f)5(ul)5(l)5( s)1(our)4(c)1(e and )]TJ -0.035 Tw 0 -1.171 TD -[(t)5(ar)4(get)5( )1(C)-2(R)-2(S)-1( )1(def)5(i)6(ni)5(t)5(i)6(ons)1( )1(ar)4(e )1(om)-5(i)6(t)5(t)5(ed )1(f)5(r)4(o)-1(m)-5( )1(t)5(he )1(ex)4(am)-5(pl)6(e )1(s)1(o )1(t)5(hat)5( )1(t)5(he )1(c)1(oor)4(di)6(nat)5(e )1(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on )1(el)6(em)-5(ent)5(s)1( )1(ar)]TJ -0.034 Tw 46.351 0 Td -[(e m)-6(or)4(e )]TJ --0.005 Tw -46.351 -1.171 Td -[(c)1(l)6(ear)4(l)6(y)1( i)6(dent)5(i)6(f)5(i)6(ed.)5( )]TJ -0 Tc 0 Tw 7.85 0 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 617.2271 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -2.026 0 Td -( )Tj -9.84 0 0 9.84 37.1944 594.4271 Tm -( )Tj -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 72.6443 594.4271 Tm -(COORDINATEOPERATION["Tokyo to JGD2000 \(GSI\)",)Tj -0 Tc ( )Tj -0.008 Tw 0.062 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (GEODCRS["Tokyo",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (DATUM["Tokyo 1918",)Tj -0 Tc ( )Tj -0.008 Tw 0.901 -1.297 Td -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["Bessel 1841",6377397.155,299.1528128,LENGTHUNIT[\223metre\224\ ,1.0]]],)Tj -0 Tc 49.256 0 Td -( )Tj -0.008 Tw -49.256 -1.297 Td -( )Tj -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,3],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0 Tw (A)Tj -0.008 Tc -0.008 Tw 3.649 0 Td -(XIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -3.378 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricX,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -8.135 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.027 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricY,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.972 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.027 0 Td -(Z)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricZ,ORDER[3]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.972 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -0.738 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (GEODCRS["JGD2000",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["Japanese Geodetic Datum 2000",)Tj -0 Tc ( )Tj -0.008 Tw 0.738 -1.27 Td -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",63781)Tj --0.008 Tw (37.0,298.257222101,LENGTHUNIT[\223metre\224,1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,3],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.027 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricX],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.972 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.027 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricY],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.972 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.027 0 Td -(Z)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricZ],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.972 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -0.738 -1.297 Td -( )Tj -0.008 Tc 0 Tw (METHOD["Geocentric translations",ID["EPSG",1031]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[")Tj -0 Tc 0 Tw (X)Tj -8.513 0 Td -(-)Tj -0.008 Tc 0.608 0 Td -(axis translation",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(146.414,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -20.675 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],ID["EPSG",8605]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Y)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",507.337,)Tj -0 Tc ( )Tj -0.008 Tw -9.121 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],ID["EPSG",8606]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Z)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",680.507,)Tj -0 Tc ( )Tj -0.008 Tw -9.121 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],ID["EPSG",8607]]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -4.054 -2.622 Td -[(EX)1(AM)]TJ --0.005 Tw 2.871 0 Td -[(PL)2(E 2)]TJ -0 Tc 0 Tw 2.761 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -( )Tj -0.008 Tc -3.604 -2.568 Td -(COORDINATEOPERATION["AGD84 to GDA94 Auslig 5m",)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (SOURCECRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( C)-2(R)-2(S)-1( def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.391 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.715 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (TARGETCRS[)Tj -/C2_0 1 Tf -0 Tc 0 Tw <0001>Tj -/TT3 1 Tf -0.008 Tc -0.004 Tw 8.311 0 Td -[(f)4(ul)5(l)5( C)-2(R)-2(S)-1( def)4(i)5(ni)5(t)4(i)5(on r)3(equi)5(r)3(ed her)3(e but)4( om)-5(i)5(t)4(t)4(ed f)4(or)3( br)3(ev)1(i)5(t)4(y)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.391 0 Td -<0001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.014 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -33.715 -1.297 Td -( )Tj -0.008 Tc 0 Tw (METHOD["Geocentric translations",ID["EPSG",1031]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["X)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(128.5,LENGTHUNIT["metre",1.0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -20.675 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Y)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(53.0,LENGTHUNIT["metre",1.0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -20.675 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Z)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.121 0 Td -(axis translation",153.4,LENGTHUNIT["metre",1.0]])Tj -0 Tc ( )Tj -0.008 Tw -9.121 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (OPERATIONACCURACY[5],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc 0 Tw (AREA["Australia onshore"],BBOX[)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 20.675 0 Td -(43.)Tj -(7,112.85,)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 7.905 0 Td -(9.87,153.68],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -28.581 -1.297 Td -( )Tj -0.008 Tc 0 Tw (REMARK["Use NTv2 file for better accuracy"]])Tj -/TT1 1 Tf -0 Tc ( )Tj -ET - endstream endobj 156 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(53)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.003 Tc -0.003 Tw -45.488 74.463 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.008 Tc 0.199 Tw 1.243 0 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(i)5(s)-1( )1(de)-1(scr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)]TJ -0.009 Tc 0.198 Tw 16.206 0 Td -[(t)5( )1(i)6(s)1( )1(an )1(opt)5(i)6(onal)6( )1(at)5(t)5(r)4(i)6(but)5(e.)]TJ -0 0.69 0.314 scn -0 Tc 0 Tw 11.599 0 Td -( )Tj -0 0 0 scn -0.009 Tc 0.198 Tw 0.485 0 Td -[(I)5(f)5( )1(an )1(i)6(dent)5(i)6(f)5(i)6(er)4( )1(i)5(s)1( )1(i)6(nc)1(l)6(uded )1(as)1( )1(an )]TJ -0.004 Tc 0.213 Tw -28.29 -1.171 Td -[(a)-5(ttr)-1(ib)-5(u)-5(te)-5( w)-8(ith)-5(in)-5( th)-5(e)-5( )]TJ -/TT2 1 Tf -0.009 Tc 0.208 Tw [(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 18.641 0 Td -( )Tj -0.009 Tc 0.208 Tw 0.495 0 Td -[(obj)5(ec)1(t)5( \()4(17.)5(1\))4( or)4( )]TJ -/TT2 1 Tf -7.753 0 Td -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on m)-5(et)5(hod)]TJ -/TT1 1 Tf -0 Tc 0 Tw 13.361 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.495 0 Td -[(obj)5(ec)1(t)5( )]TJ -0.111 Tw -40.744 -1.171 Td -[(\()4(17.)5(2.)5(3\))4(,)5( )1(i)6(t)5( )1(s)1(hal)6(l)6( )1(t)5(ak)1(e )1(pr)4(ec)1(edenc)1(e )1(over)4( )1(any)1( )1(i)6(dent)5(i)6(f)5(i)6(er)4( )1(w)-2(i)6(t)5(hi)6(n )1(t)5(he )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on )1(par)4(am)-5(et)5(er)4( )]TJ --0.009 Tw 0 -1.146 TD -(ob)Tj -0.003 Tc -0.003 Tw [(j)-1(e)-6(c)-6(t)-2(.)]TJ -0 Tc 0 Tw 2.994 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -9.091 -2.707 Td -[(17.)5(2.)5(5)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)3( f)4(i)5(l)5(e)]TJ -0 Tc 0 Tw 17.223 0 Td -( )Tj -0.009 Tc -0.009 Tw -20.577 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on )1(par)4(am)-5(et)5(er)4( )1(f)5(i)6(l)6(e )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 28.582 0 Td -( )Tj -ET -q -65.754 604.267 132.96 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 640.9871 Tm -[(<)-1(oper)3(at)4(i)5(on )1(par)3(am)-7(et)4(er)3( )1(f)4(i)5(l)5(e>)]TJ -0 Tc 0 Tw 11.919 0 Td -( )Tj -ET -Q -q -198.714 604.267 28.32 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 207.0694 640.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 604.267 325.92 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 640.9871 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e)-1( )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)4(t)4(e)-1(r)3(>)-2( )1(<)-1(par)3(am)-6(et)4(er)3( )1(nam)-6(e>)-1( )1(<)-1(w)-3(kt)4( )]TJ -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 232.3143 629.4671 Tm -[(s)1(epar)4(at)5(or)4(> )]TJ -0 Tc 0 Tw 15.394 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.005 Tw 1.016 0 Td -[( )1( )]TJ -ET -q -227.034 604.267 325.92 45.84 re -W n -BT -/TT1 1 Tf -0 Tw 9.84 0 0 9.84 549.4324 629.4671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 617.9471 Tm -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -q -227.034 604.267 325.92 45.84 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 232.3143 606.6671 Tm -( )Tj -ET -Q -q -65.754 580.747 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 595.1471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e)-1( )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.466 0 Td -( )Tj -ET -Q -q -198.714 580.747 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 207.0694 595.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 580.747 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 232.3143 595.1471 Tm -[(PAR)-1(AM)-3(ET)1(ER)-1(F)1(I)6(L)2(E)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -65.754 557.227 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 571.6271 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 8.644 0 Td -( )Tj -ET -Q -q -198.714 557.227 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 207.0694 571.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 557.227 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 571.6271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 533.707 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 548.1071 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e)-1( )1(n)-1(am)-6(e>)]TJ -0 Tc 0 Tw 10.225 0 Td -( )Tj -ET -Q -q -198.714 533.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 207.0694 548.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 533.707 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 548.1071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 524.5871 Tm -[(F)-1(or)3( <)-1(par)3(am)-6(et)4(e)]TJ -6.694 0 Td -[(r)4( )1(nam)-5(e> )1(and )1( )1(t)5(he )1(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(gi)6(ven )1(i)6(n )1(17.)5(2.)5(4 )1(s)1(hal)6(l)6( )1(appl)6(y)1(.)]TJ -0 Tc 0 Tw 31.211 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -37.905 -2.707 Td -[(17.)5(2.)5(6)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(I)6(n)1(t)5(e)1(r)4(p)1(o)1(l)6(a)1(t)5(i)6(o)1(n)1( )1(C)-1(R)-1(S)]TJ -0 Tc 0 Tw 8.582 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.162 Tw -11.936 -2.366 Td -[(S)-2(om)-6(e c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on m)-6(et)4(hods)1( r)3(equi)5(r)3(e c)1(oor)3(di)5(nat)4(es)1( r)3(ef)4(er)3(enc)1(ed t)4(o a C)-3(R)-3(S)-2( w)-3(hi)5(c)1(h i)5(s)1( nei)5(t)4(her)3( t)4(he s)1(our)3(c)1(e )]TJ -0.138 Tw 0 -1.171 TD -[(C)-3(R)-3(S)-2( or)3( t)4(ar)3(get)4( C)-3(R)-3(S)-2(.)4( )]TJ -9.775 0 Td -[(F)-1(or)3( ex)4(am)-6(pl)5(e,)4( i)5(n a c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on appl)5(y)1(i)5(n)]TJ -21.751 0 Td -[(g a ver)4(t)5(i)5(c)1(al)5( of)5(f)5(s)1(et)5( bet)5(w)-3(een t)5(w)-3(o ver)4(t)5(i)5(c)1(al)5( )]TJ -0.135 Tw -31.526 -1.171 Td -[(C)-3(R)-3(S)-2(s)1( us)1(i)5(ng ei)5(t)4(her)3( t)4(he ver)3(t)4(i)5(c)1(al)5( of)4(f)4(s)1(et)4( and s)1(l)5(ope m)-6(et)4(hod or)3( a gr)3(i)5(d i)5(nt)4(er)3(pol)5(at)4(i)5(on m)-6(et)4(hod s)1(uc)1(h as)1( V)-2(E)-2(R)-3(T)-1(C)-3(O)-4(N)-3(,)4( )]TJ -0.009 Tw 0 -1.171 TD -[(hor)4(i)5(z)1(ont)5(al)5( c)1(oor)4(di)5(nat)5(es)1( ar)4(e r)4(equi)5(r)4(ed.)5( )]TJ -0.008 Tc 0.01 Tw 16.32 0 Td -[(<)-1(i)5(nt)4(er)3(pol)5(at)4(i)5(on)-1( )1(cr)3(s>)-1( )1(pr)3(ov)-1(i)5(des )1(t)4(he )1(m)-6(e)-1(ch)-1(ani)5(sm)-6( )1(f)4(or)3( )1(def)4(i)5(ni)5(ng )1(t)4(he )1(C)-3(R)-4(S)-2( )1(t)4(o )1(w)-3(hi)5(ch )]TJ -0.005 Tc -0.005 Tw -16.32 -1.171 Td -[(t)1(h)]TJ -0.009 Tc 0.848 0 Td -[(es)1(e c)1(oor)4(di)5(nat)5(es)1( ar)4(e r)4(ef)5(er)4(enc)1(ed.)]TJ -/TT0 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -0.848 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1( )1(s)1(hal)6(l)6( )1(be:)5( )]TJ -0 Tc 0 Tw 22.03 0 Td -( )Tj -ET -q -65.754 356.107 161.28 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 381.5471 Tm -[(<)-1(i)5(nt)4(er)3(pol)5(at)4(i)5(on)-1( )1(cr)3(s>)]TJ -0 Tc 0 Tw 8.359 0 Td -( )Tj -ET -Q -q -227.034 356.107 28.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 232.3143 381.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -255.354 356.107 298.32 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 260.8743 381.5471 Tm -[(<)-1(i)5(nt)4(er)3(pol)5(at)4(i)5(on)-1( )1(cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(d)-1(el)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 19.656 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 260.8743 370.0271 Tm -[(<)-1(coor)3(di)5(nat)4(e r)3(ef)3(er)3(ence )1(syst)4(em)-6(>)-1( )1(<)-1(r)3(i)5(ght)4( )1(d)-1(el)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 21.86 0 Td -( )Tj -ET -q -255.354 356.107 298.32 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 260.8743 358.5071 Tm -( )Tj -ET -Q -q -65.754 332.587 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 346.9871 Tm -[(<)-1(i)5(nt)4(er)3(pol)5(at)4(i)5(on)-1( )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.425 0 Td -( )Tj -ET -Q -q -227.034 332.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 232.3143 346.9871 Tm -[(:)1(:)]TJ -0 Tc 0 Tw 0.565 0 Td -(=)Tj -0.593 0 Td -( )Tj -ET -Q -q -255.354 332.587 298.32 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 260.8743 346.9871 Tm -[(I)7(NT)2(E)1(RP)1(O)-1(L)2(A)1(T)2(I)7(O)-1(NCRS)]TJ -0 Tc 0 Tw 10.333 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 323.4671 Tm -[(<)-1(coor)3(di)5(nat)4(e r)3(ef)3(er)3(ence )1(syst)4(em)-6(>)-1( )1(i)5(s )1(def)3(i)5(ned )1(i)5(n )1(17.)4(2.)4(1.)]TJ -0 Tc 0 Tw 23.104 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -23.104 -2.707 Td -[(17.)5(2.)5(7)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.529 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e o)-1(p)-1(er)2(at)3(i)4(o)-1(n)-1( accu)-1(r)2(acy)]TJ -0 Tc 0 Tw 14.965 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.145 Tw -18.319 -2.366 Td -[(O)-5(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1( a)-1(ccu)-1(r)2(a)-1(c)1(y i)4(s a)-1(n)-1( o)-1(p)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( a)-1(t)3(t)3(r)2(i)4(b)-1(u)-1(t)3(e)-1( w)-3(h)-1(i)5(ch)-1( i)4(n)-1(d)-1(i)4(ca)-1(t)3(e)-1(s t)3(h)-1(e)-1( t)3(yp)-1(i)4(ca)-1(l)4( )1(e)-1(r)3(r)2(o)-1(r)3( t)3(he)-1( )1(a)-1(p)-1(p)-1(l)4(i)4(ca)-1(t)3(i)4(o)-1(n)-1( o)-1(f)3( a)-1( co)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( )]TJ -0.009 Tc 0.184 Tw 0 -1.171 TD -[(oper)4(at)5(i)5(on w)-3(i)5(l)5(l)5( i)5(nt)5(r)4(oduc)1(e i)5(nt)5(o t)5(r)4(ans)1(f)5(or)4(m)-6(ed t)5(a)]TJ -0.185 Tw 20.089 0 Td -[(r)4(get)5( )1(C)-2(R)-2(S)-1( )1(c)1(oor)4(di)6(nat)5(es)1( )1(as)1(s)1(um)-5(i)6(ng )1(i)6(nput)5( )1(of)5( )1(er)4(r)4(or)4(l)6(es)1(s)1( )1(s)1(our)4(c)1(e )1(C)-2(R)-2(S)-1( )]TJ -0.119 Tw -20.089 -1.171 Td -[(c)1(oor)4(di)6(nat)5(es)1(.)5( I)5(t)5( i)6(s)1( an appr)4(ox)4(i)6(m)-5(at)5(e f)5(i)6(gur)4(e f)5(or)4( t)5(he ar)4(ea of)5( appl)6(i)6(c)1(abi)6(l)6(i)6(t)5(y)1( of)5( t)5(he c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on as)1( a w)-3(hol)6(e,)5( )]TJ --0.005 Tw 0 -1.171 TD -[(gi)5(ven i)5(n m)-6(et)5(r)4(es)1(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 7.175 0 Td -( )Tj -0.009 Tc -0.009 Tw -7.175 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1( )1(s)1(hal)6(l)]TJ -0 Tc 0 Tw 21.465 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(be:)5( )]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -ET -q -65.754 166.747 161.28 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 191.9471 Tm -[(<)-1(oper)3(at)4(i)5(on )1(acc)-1(ur)3(acy>)]TJ -0 Tc 0 Tw 9.772 0 Td -( )Tj -ET -Q -q -227.034 166.747 28.32 34.32 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 232.3143 191.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -255.354 166.747 298.32 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 260.8743 191.9471 Tm -[(<)-1(oper)3(at)4(i)5(on )1(acc)-1(ur)3(acy )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 21.068 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 260.8743 180.6671 Tm -[(<)-1(accur)3(acy>)-1( )1(<)-1(r)3(i)4(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 13.104 0 Td -( )Tj -ET -q -255.354 166.747 298.32 34.32 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 260.8743 169.1471 Tm -( )Tj -ET -Q -q -65.754 143.227 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 157.6271 Tm -[(<)-1(oper)3(at)4(i)5(on )1(acc)-1(ur)3(acy )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.838 0 Td -( )Tj -ET -Q -q -227.034 143.227 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 232.3143 157.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -255.354 143.227 298.32 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 260.8743 157.6271 Tm -[(O)-2(PER)-1(AT)1(I)6(O)-2(N)-1(AC)-1(C)-1(U)-1(R)-1(AC)-1(Y)]TJ -0 Tc 0 Tw 11.688 0 Td -( )Tj -ET -Q -q -65.754 119.707 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 134.1071 Tm -[()]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -227.034 119.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 232.3143 134.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -255.354 119.707 298.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 260.8743 134.1071 Tm -[(<)-1(num)-6(ber)3(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 10 0 Td -(!! is in metres)Tj -/TT1 1 Tf -0 Tc 15.854 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 107.4671 Tm -[(17.)5(2.)5(8)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(O)-3(t)4(he)1(r)3( c)1(oor)3(di)5(na)1(t)4(e)2( op)1(e)1(r)3(a)1(t)4(i)]TJ -0.006 Tc -0.001 Tw 11.858 0 Td -[(o)-4(n)-4( a)-3(ttri)1(b)-4(u)-4(te)-3(s)]TJ -0 Tc 0 Tw 6.154 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw -21.366 -2.39 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(i)4(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4)-1(.)4( )1(I)4(t)4( )1(i)5(s )1(an )1(opt)4(i)5(o)-1(na)-1(l)5( at)4(t)4(r)3(i)5(but)4(e.)4( )]TJ -/TT0 1 Tf -0 Tc 0 Tw 26.266 0 Td -( )Tj -ET - endstream endobj 155 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(52)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 74.463 TD -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(:)3( )]TJ -/TT1 1 Tf -0.043 Tw 6.936 0 Td -[(I)5(f)5( )1(an )1(i)6(dent)5(i)6(f)5(i)6(er)3( )1(i)6(s)1( )1(pr)4(ovi)6(ded )1(as)1( an at)5(t)5(r)4(i)6(but)5(e)]TJ -0 Tc 0 Tw 18.352 0 Td -( )Tj -0.009 Tc 0.043 Tw 0.33 0 Td -[(of)5( a c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(on obj)5(ec)1(t)5(,)5( i)5(t)5( s)1(hal)5(l)5( over)4(r)4(i)5(de any)1( )]TJ -0.008 Tc -0.003 Tw -25.618 -1.171 Td -[(i)4(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(e)-1(r)2(s)-1( g)-1(i)4(v)-2(e)-1(n)-1( w)-4(i)4(t)3(h)-1(i)4(n)-1( t)3(h)-1(e)-1( c)-1(o)-1(m)-6(p)-1(o)-1(n)-1(e)-1(n)-1(t)3( m)-7(e)-1(t)3(h)-1(o)-1(d)-1( a)-1(n)-1(d)-1( p)-1(a)-1(r)3(a)-1(m)-6(e)-1(t)3(e)-1(r)2( o)-1(b)-1(j)4(e)-1(c)-1(t)3(s)-1(.)]TJ -0 Tc 0 Tw 31.296 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -31.296 -2.707 Td -[(17.)5(2.)5(3)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on m)-5(e)1(t)4(hod)]TJ -0 Tc 0 Tw 14.228 0 Td -( )Tj -0.009 Tc -0.009 Tw -17.582 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on )1(m)-5(et)5(hod )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 25.759 0 Td -( )Tj -ET -q -31.674 627.067 147.12 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 664.0271 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d>)]TJ -0 Tc 0 Tw 9.096 0 Td -( )Tj -ET -Q -q -178.794 627.067 28.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 187.3895 664.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 627.067 304.8 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 664.0271 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)4(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 20.393 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 652.5071 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 12.204 0 Td -( )Tj -0.009 Tc -0.004 Tw -12.204 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1( )]TJ -0 Tc 0 Tw 8.129 0 Td -( )Tj -ET -q -207.114 627.067 304.8 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 212.6343 629.4671 Tm -( )Tj -ET -Q -q -31.674 603.787 147.12 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 617.9471 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.162 0 Td -( )Tj -ET -Q -q -178.794 603.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 187.3895 617.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 603.787 304.8 23.28 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 212.6343 617.9471 Tm -[(M)-2(E)1(T)2(HO)-1(D)]TJ -0 Tc 0 Tw 4.403 0 Td -( )Tj -ET -Q -q -31.674 580.267 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 594.6671 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(nam)-6(e>)]TJ -0 Tc 0 Tw 11.921 0 Td -( )Tj -ET -Q -q -178.794 580.267 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 187.3895 594.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 580.267 304.8 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 594.6671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0 Tc 0 Tw 19.715 0 Td -(!)Tj -0.01 Tc 0.61 0 Td -(! See 7.2)Tj -/TT1 1 Tf -0 Tc 5.488 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc 0.341 Tw 9.84 0 0 9.84 37.1944 571.1471 Tm -[(M)-5(et)4(hod )1(nam)-6(e )1(i)5(s )1(f)4(or)3( )1(h)-1(um)-6(a)-1(n )1(r)3(eadabi)5(l)5(i)5(t)4(y.)4( )1(F)-1(or)3( )1(i)5(nt)4(er)3(oper)3(abi)5(l)5(i)5(t)4(y )1(i)4(t)4( )1(i)5(s )1(t)4(he )1(m)-6(et)4(hod )1(f)4(or)3(m)-6(ul)5(a )1(t)4(hat)4( )1(i)5(s )1(cr)3(i)5(t)4(i)4(cal)5( )1(i)5(n )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(det)5(er)4(m)-6(i)5(ni)5(ng t)5(he equi)5(val)5(enc)1(e of)5( m)-6(et)5(hods)1(;)5( t)5(hi)5(s)1( m)-6(ay)1( be gi)5(ven t)5(hr)4(ough an oper)4(at)5(i)5(on m)-6(et)5(hod <)-1(i)5(dent)5(i)5(f)5(i)5(er)4(>)-1(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 484.1378 559.6271 Tm -( )Tj -0.008 Tc -0.002 Tw 9.84 0 0 9.84 37.1944 536.1071 Tm -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( i)5(s descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)4(f)4( )1(a)-1(n)]TJ -0 Tc 0 Tw 16.894 0 Td -( )Tj -0.008 Tc -0.002 Tw 0.283 0 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( i)5(s om)-6(i)5(t)4(t)4(ed )1(f)4(or)3( )1(bot)4(h )1(coor)3(di)5(nat)4(e )1(o)-1(per)3(a)-1(t)4(i)5(on )1(\()3(17.)4(1\))3( )1(and )1(oper)3(at)4(i)5(on )]TJ -0.309 Tw -17.178 -1.171 Td -[(m)-6(et)4(hod,)4( )1(t)4(he )1(W)-7(K)-3(T)-1( )1(d)-1(es)-1(cr)3(i)5(pt)4(i)5(on )1(i)5(s )1(pot)4(ent)4(i)5(al)5(l)5(y )1(am)-6(bi)5(guo)-1(us,)4( )1(r)3(el)5(yi)5(ng )1(on )1(i)5(nt)4(er)3(pr)3(et)4(at)4(i)5(on )1(of)4( )1(m)-6(et)4(hod)-1( )1(na)-1(m)-6(e.)4( )1(I)4(t)4( )1(i)5(s )]TJ -0.009 Tc 0.254 Tw 0 -1.171 TD -[(r)4(ec)1(om)-5(m)-5(ended )1(t)5(hat)5( )1(ei)6(t)5(her)4( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on )1(i)6(dent)5(i)6(f)5(i)6(er)4( )1(or)4( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(oper)]TJ -0.253 Tw 37.766 0 Td -[(at)5(i)5(on m)-6(et)5(hod i)5(dent)5(i)5(f)5(i)5(er)4( i)5(s)1( )]TJ -0.008 Tc 0.002 Tw -37.766 -1.171 Td -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( i)4(n W)-8(K)-3(T)-2( s)-1(t)3(r)2(i)4(n)-1(g)-1(s)-1(.)3( I)3(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(e)-1(r)2(s)-1( f)4(o)-1(r)2( c)-1(o)-1(m)-7(m)-7(o)-1(n)-1(l)4(y)-1( e)-1(n)-1(c)-1(o)-1(u)-1(n)-1(t)3(e)-1(r)2(e)-1(d)-1( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( t)3(r)2(a)-1(n)-1(s)-1(f)3(o)-1(r)2(m)-7(a)-1(t)3(i)4(o)-1(n)-1( m)-7(e)-1(t)3(h)-1(o)-1(d)-1(s)-1( a)-1(r)2(e)-1( g)-1(i)4(v)-2(e)-1(n)-1( i)4(n)-1( )]TJ -0.005 Tc -0.005 Tw 0 -1.171 TD -[(E)-6(.4)-4(.)]TJ -0 Tc 0 Tw 1.808 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -1.808 -2.707 Td -[(17.)5(2.)5(4)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)]TJ -0 Tc 0 Tw 15.472 0 Td -( )Tj -0.009 Tc -0.009 Tw -18.826 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on )1(par)4(am)-5(et)5(er)4( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 27.001 0 Td -( )Tj -ET -q -31.674 379.627 111.84 46.08 re -W n -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 37.1944 416.5871 Tm -[(<)1(o)]TJ -0.009 Tc -0.009 Tw 1.159 0 Td -[(per)4(at)5(i)5(on )]TJ -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 405.0671 Tm -[(par)4(am)-6(et)5(er)4(>)]TJ -0 Tc 0 Tw 5.225 0 Td -( )Tj -ET -q -143.514 379.627 28.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 151.8694 416.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 379.627 340.08 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 416.5871 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(o)-1(r)3(d>)-1( )1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(p)-1(ar)3(am)-6(et)4(er)3( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 26.324 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 405.0671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1(<)-2(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(ue>)-1( )1(<)-1(w)-3(kt)4( )1(s)-1(epa)-1(r)3(at)4(or)3(>)-1( )1(<)-1(par)3(am)-6(et)4(er)3( )1(uni)5(t)4(>)-1( )]TJ -0 0.69 0.314 scn -0 Tc 0 Tw 31.691 0 Td -( )Tj --31.691 -1.171 Td -( )Tj -0 0 0 scn -0.009 Tc -0.004 Tw 0.282 0 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1( )]TJ -0 Tc 0 Tw 8.129 0 Td -( )Tj -ET -q -171.834 379.627 340.08 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 177.1143 382.0271 Tm -( )Tj -ET -Q -q -31.674 356.107 111.84 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 370.5071 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(o)-1(r)3(d>)-1( )1( )]TJ -0 Tc 0 Tw 10.45 0 Td -( )Tj -ET -Q -q -143.514 356.107 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 151.8694 370.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 356.107 340.08 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 177.1143 370.5071 Tm -[(PAR)-1(AM)-3(ET)1(ER)]TJ -0 Tc 0 Tw 6.324 0 Td -( )Tj -ET -Q -q -31.674 332.587 111.84 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 346.9871 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )]TJ -0.009 Tc -0.009 Tw 5.508 0 Td -[(nam)-6(e>)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -143.514 332.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 151.8694 346.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 332.587 340.08 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 346.9871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 309.067 111.84 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 323.4671 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(u)-1(e>)]TJ -0 Tc 0 Tw 8.531 0 Td -( )Tj -ET -Q -q -143.514 309.067 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 151.8694 323.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 309.067 340.08 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 323.4671 Tm -[(<)-1(si)5(gned )1(n)-1(um)-6(e)-1(r)3(i)5(c)-1( )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 10.788 0 Td -( )Tj -ET -Q -q -31.674 285.787 111.84 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 299.9471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(uni)4(t)4(>)]TJ -0 Tc 0 Tw 7.74 0 Td -( )Tj -ET -Q -q -143.514 285.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 151.8694 299.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -171.834 285.787 340.08 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 177.1143 299.9471 Tm -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4(>)-1( )1(|)4( )1(<)-1(angl)5(e )1(uni)5(t)4(>)-1( |)4( )1(<)-2(scal)5(e )1(uni)5(t)4(>)-1( )1(|)4( )1(<)-1(par)3(am)-6(e)-1(t)4(r)2(i)5(c uni)5(t)4(>)-1( )1(|)4( )1(<)-1(t)4(i)5(m)-6(e )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 33.202 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 276.6671 Tm -[(U)-3(ni)5(t)4(s)1( ar)3(e des)1(c)1(r)3(i)5(bed i)5(n 7.)4(4.)]TJ -0 Tc 0 Tw 11.804 0 Td -( )Tj -0.009 Tc 0.039 Tw -11.804 -2.39 Td -[(P)-2(ar)3(am)-6(et)4(er)3( nam)-6(e i)5(s)1( f)4(or)3( hum)-6(an r)3(eadabi)5(l)5(i)5(t)4(y)1(.)4( F)-1(or)3( i)5(nt)4(er)3(oper)3(abi)5(l)5(i)5(t)4(y)1( i)5(t)4( i)5(s)1( t)4(he m)-6(et)4(hod f)4(or)3(m)-6(ul)5(a and i)5(t)4(s)1( par)3(am)-6(et)4(er)3(s)1( t)4(hat)4( )]TJ -0.122 Tw T* -[(ar)4(e c)1(r)4(i)5(t)5(i)5(c)1(al)5( i)5(n det)5(er)4(m)-6(i)5(ni)5(ng t)5(he equi)5(val)5(enc)1(e of)5( m)-6(et)5(hods)1(.)5( S)-2(ee A)-2(nnex)4( E)-2(.)5( I)5(dent)5(i)5(f)5(i)5(er)4(s)1( f)5(or)4( c)1(om)-6(m)-6(onl)5(y)1( enc)1(ount)5(er)4(ed )]TJ -0.127 Tw T* -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on m)-5(et)5(hods)1( and t)5(hei)6(r)4( )]TJ -18.621 0 Td -[(par)4(am)-6(et)5(er)4(s)1( ar)4(e gi)5(ven i)5(n E)-2(.)5(4;)5( t)5(he par)4(am)-6(et)5(er)4(s)1( ar)4(e l)5(i)5(s)1(t)5(ed i)5(n E)-2(.)5(5.)5( T)-1(he )]TJ -0.065 Tw -18.621 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on par)4(am)-5(et)5(er)4(s)1( r)4(equi)6(r)4(ed ar)4(e s)1(pec)1(i)6(f)5(i)6(c)1( t)5(o t)5(he c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on m)-5(et)5(hod and s)1(hal)6(l)6( be l)6(i)6(s)1(t)5(ed )]TJ -0.008 Tw T* -[(s)1(equent)5(i)6(al)6(l)6(y)1(.)5( T)-1(he or)4(der)4( w)-3(i)6(t)5(hi)6(n t)5(he s)1(equenc)1(e i)6(s)1( not)5( s)1(i)6(gni)6(f)5(i)6(c)1(ant)5( but)5( s)1(houl)6(d be l)6(og)]TJ -0.008 Tc 0.009 Tw 35.281 0 Td -[(i)4(c)-1(a)-1(l)4(.)3( I)3(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1(s)-1( s)-1(h)-1(o)-1(u)-1(l)4(d)-1( b)-1(e)-1( )]TJ -0.009 Tc 0.178 Tw -35.281 -1.171 Td -[(pr)4(epar)4(ed t)5(o r)4(ead any)1( or)4(der)4(.)5( F)-1(or)4( t)5(hos)1(e m)-6(et)5(hods)1( i)5(nc)1(l)5(uded i)5(n A)-2(nnex)4( E)-2( t)5(he par)4(am)-6(et)5(er)4( or)4(der)4( gi)5(ven i)5(n E)-2(.)5(4 i)5(s)1( )]TJ --0.009 Tw 0 -1.171 TD -[(r)4(ec)1(om)-5(m)-5(ended.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 8.88 0 0 8.88 103.9024 184.0271 Tm -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 160.5071 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0.005 Tc -0.005 Tw 6.776 0 Td -[(:)1( )]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.003 Tc -0.003 Tw -3.276 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc 0.13 Tw 1.469 0 Td -[(I)5(n )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1( )1(<)-1(par)4(am)-5(et)5(er)4( )1(val)6(ue>s)1( )1(s)1(hal)6(l)6( )1(be )1(gi)6(ven )1(i)6(n )1(t)5(he )1(s)1(ens)1(e )1()-1( )1(t)4(o )1(<)-1(t)4(ar)3(get)4( )1(c)-1(r)3(s)-1(>)-1(.)4( I)4(f)4( )1(t)4(he )1(t)4(r)3(ansf)4(or)3(m)-6(at)4(i)5(on )1(par)3(am)-6(et)4(er)3( )1(u)-1(ni)5(t)4( )1(i)4(s )1(l)5(i)5(near)3( )1(i)5(t)4(s )1(conv)-1(er)3(si)5(on )1(f)4(ac)-1(t)4(or)3( )1(s)-1(hal)5(l)5( )1(be )1(t)4(o )]TJ -0.001 Tw -1.355 -1.171 Td -[(m)-6(et)4(r)3(es )1(and )1(i)5(s )1(t)4(he )1(num)-6(b)-1(er)2( )1(o)-1(f)4( )1(m)-6(e)-1(t)4(r)2(es )1(p)-1(er)3( )1(u)-1(ni)5(t)4(.)4( )1(I)4(f)4( )1(t)4(he )1(uni)5(t)4( )1(i)5(s )1(angul)5(ar)3( )1(i)5(t)4(s )1(conv)-1(er)3(si)5(on)-1( )1(f)3(act)4(or)3( )1(shal)5(l)5( )1(be )1(t)4(o )]TJ -0.009 Tc 0.08 Tw 0 -1.146 TD -[(r)4(adi)6(ans)1( )1(and )1(i)6(s)1( )1(t)5(he )1(num)-5(ber)4( )1(of)5( )1(r)4(adi)6(ans)1( )1(per)4( )1(uni)6(t)]TJ -0.005 Tc 0.084 Tw 20.838 0 Td -[(.)1( )1(I)1(f)1( )1(t)1(h)-4(e)-4( )]TJ -0.009 Tc 0.08 Tw 3.36 0 Td -[(par)4(am)-6(et)5(er)4( i)5(s)1( a s)1(c)1(al)5(i)5(ng uni)5(t)5( t)5(he c)1(onver)4(s)1(i)5(on )]TJ -0.003 Tw -24.198 -1.171 Td -[(f)5(ac)1(t)5(or)4( )1(s)1(hal)6(l)6( )1(be )1(t)5(o )1(uni)6(t)5(y)1(,)5( )1(f)5(or)4( )1(ex)4(am)-5(pl)6(e )1(par)4(t)5(s)1( )1(per)4( )1(m)-5(i)6(l)6(l)6(i)6(on )1(\()4(ppm)-5(\))4( )1(s)1(hal)6(l)6( )1(be )1(gi)6(ven )1(as)1( )1(10)]TJ -0 Tc 0 Tw 6.48 0 0 6.48 446.6382 96.1871 Tm -(-)Tj -0.334 0 Td -(6)Tj -0.009 Tc 0.003 Tw 9.84 0 0 9.84 452.4163 91.1471 Tm -[(.)5( )1(For)4( )1(com)-5(m)-5(onl)6(y)]TJ -0 Tc 0 Tw 7.017 0 Td -(-)Tj -0.009 Tc -0.005 Tw -43.117 -1.171 Td -[(enc)1(ount)5(er)4(ed t)5(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on par)4(am)-6(et)5(er)4(s)1( t)5(he par)4(am)-6(et)5(er)4( t)5(y)1(pe i)5(s)1( i)5(nc)1(l)5(uded i)5(n E)-2(.)5(5.)]TJ -0 Tc 0 Tw 34.909 0 Td -( )Tj -ET - endstream endobj 154 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(51)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 747.5471 Tm -(17)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of coord)Tj -(inate operations)Tj -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 719.7071 Tm -[(17.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.006 Tw 2.5 0 Td -[(C)-1(o)1(o)1(r)5(d)1(i)7(n)1(a)2(t)6(e)2( )1(o)1(p)1(e)2(r)5(a)2(t)6(i)7(o)1(n)1(s)]TJ -0 Tc 0 Tw 10.865 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.178 Tw 9.84 0 0 9.84 71.0342 695.9471 Tm -[(T)-1(he W)-6(K)-2(T)-1( r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( a c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on m)-6(ay)1( be us)1(ed f)4(or)3( any)1( c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on \()3(c)1(oor)3(di)5(nat)4(e )]TJ -0.042 Tw 0 -1.146 TD -[(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)5(on )1(or)4( )1(c)1(oor)4(di)6(nat)5(e )1(c)1(onv)-1(er)4(s)1(i)6(on\))4( )1(ot)5(her)4( )1(t)5(han )1(a )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(on.)5( )1(M)-4(ap )1(pr)4(oj)6(ec)1(t)5(i)6(ons)1( )1(ar)4(e )1(par)4(t)5( )1(of)5( )1(a )1(pr)4(oj)6(ec)1(t)5(ed )]TJ -0.012 Tc -0.007 Tw 0 -1.171 TD -[(CRS)1( d)]TJ -0.009 Tc -0.005 Tw 2.993 0 Td -[(ef)5(i)5(ni)5(t)5(i)5(on and ar)4(e des)1(c)1(r)4(i)5(bed i)5(n 9.)5(3.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 14.969 0 Td -( )Tj -0.009 Tc -0.009 Tw -17.962 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 23.274 0 Td -( )Tj -ET -q -65.754 543.067 118.8 92.16 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 626.1071 Tm -[(<)-1(coor)3(di)5(nat)4(e op)-1(er)3(at)4(i)5(on>)]TJ -0 Tc 0 Tw 10.451 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 602.5871 Tm -( )Tj -ET -q -184.554 543.067 28.32 92.16 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 192.9095 626.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -212.874 543.067 340.08 92.16 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 218.1543 626.1071 Tm -[(<)-1(oper)3(at)4(i)5(on )1(key)-1(w)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(oper)3(at)4(i)5(on )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 25.251 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 218.1543 614.5871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(sour)3(ce )1(cr)3(s>)-1( )1(<)-1(w)-3(kt)4( )1(s)-1(epar)3(at)4(or)3(>)-1( )1(<)-1(t)4(ar)3(get)4( )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 26.999 0 Td -( )Tj -0.009 Tc -0.009 Tw -26.999 -1.171 Td -[( )]TJ -0 Tc 0 Tw 14.547 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.948 -1.171 Td -[({)4( )1( )1( )1(|)5( )1( )1(})]TJ -/C2_0 1 Tf -0 Tc 0 Tw 31.907 0 Td -<0001>Tj -/TT1 1 Tf -1.016 0 Td -( )Tj -0.275 0 Td -( )Tj -0.009 Tc -0.004 Tw -33.198 -1.171 Td -[([)5( )1( )1()-1( )1(])5( )1( )]TJ -0 Tc 0 Tw 17.623 0 Td -( )Tj -0.009 Tc -0.004 Tw -17.623 -1.171 Td -[([)5( )1( )1( )1(])5( )1()]TJ -0 Tc 0 Tw 23.213 0 Td -( )Tj -ET -q -212.874 543.067 340.08 92.16 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 218.1543 545.4671 Tm -( )Tj -ET -Q -q -65.754 519.787 118.8 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 533.9471 Tm -[(<)-1(oper)3(at)4(i)5(on )]TJ -0.009 Tc -0.009 Tw 5.113 0 Td -[(k)1(ey)1(w)-3(or)4(d>)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -184.554 519.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 192.9095 533.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -212.874 519.787 340.08 23.28 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 218.1543 533.9471 Tm -[(C)-1(O)-2(O)-2(R)-1(D)-1(I)6(N)-1(AT)1(EO)-2(PER)-1(AT)1(I)6(O)-2(N)]TJ -0 Tc 0 Tw 12.761 0 Td -( )Tj -ET -Q -q -65.754 496.267 118.8 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 510.6671 Tm -[(<)-1(oper)3(at)4(i)5(on )1(nam)-6(e>)]TJ -0 Tc 0 Tw 8.249 0 Td -( )Tj -ET -Q -q -184.554 496.267 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 192.9095 510.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -212.874 496.267 340.08 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 218.1543 510.6671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 483.3071 Tm -[(17.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.006 Tw 2.5 0 Td -[(C)-1(o)1(o)1(r)5(d)1(i)7(n)1(a)2(t)6(e)2( )1(o)1(p)1(e)2(r)5(a)2(t)6(i)7(o)1(n)1( )1(c)2(o)1(m)-4(p)1(o)1(n)1(e)2(n)1(t)6(s)]TJ -0 Tc 0 Tw 16.637 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 456.4271 Tm -[(17.)5(2.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.529 0 Td -[(S)-2(o)-1(u)-1(r)3(ce an)-1(d)-1( t)3(ar)3(g)-1(et)3( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 11.068 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.421 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(on')6(s)1( )1(s)1(our)4(c)1(e )1(and )1(t)5(a)]TJ -25.162 0 Td -[(r)4(get)5( )1(C)-2(R)-2(S)-1(s)1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 8.754 0 Td -( )Tj -ET -q -65.754 383.707 154.08 35.04 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 409.6271 Tm -[()]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -219.834 383.707 21.36 35.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 227.7994 409.6271 Tm -[(:)1(:)]TJ -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 227.6592 398.1071 Tm -(=)Tj -0.593 0 Td -( )Tj -ET -q -241.194 383.707 318.96 35.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 409.6271 Tm -[(<)-1(sour)3(ce )1(cr)3(s )1(k)-1(eyw)-3(or)3(d>)-1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(c)-1(oor)3(di)5(nat)4(e )1(r)3(ef)4(er)3(ence )1(syst)4(em)-6(>)-1( )]TJ -0 Tc 0 Tw 31.179 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 398.1071 Tm -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)-1( )]TJ -0 Tc 0 Tw 7.569 0 Td -( )Tj -ET -q -241.194 383.707 318.96 35.04 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 386.5871 Tm -( )Tj -ET -Q -q -65.754 348.667 154.08 35.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 374.5871 Tm -[(<)-1(sour)3(ce )1(cr)3(s )1(k)-1(ey)-1(w)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.94 0 Td -( )Tj -ET -Q -q -219.834 348.667 21.36 35.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 227.7994 374.5871 Tm -[(:)1(:)]TJ -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 227.6592 363.0671 Tm -(=)Tj -0.593 0 Td -( )Tj -ET -q -241.194 348.667 318.96 35.04 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 246.4744 374.5871 Tm -[(S)1(O)-1(URCE)1(CRS)]TJ -0 Tc 0 Tw 6.493 0 Td -( )Tj -ET -Q -q -65.754 313.627 154.08 35.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 339.5471 Tm -[(<)-1(t)4(ar)3(get)4( )1(cr)3(s>)]TJ -0 Tc 0 Tw 5.423 0 Td -( )Tj -ET -Q -q -219.834 313.627 21.36 35.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 227.7994 339.5471 Tm -[(:)1(:)]TJ -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 227.6592 328.0271 Tm -(=)Tj -0.593 0 Td -( )Tj -ET -q -241.194 313.627 318.96 35.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 339.5471 Tm -[(<)-1(t)4(ar)3(get)4( )1(cr)3(s )1(k)-1(ey)-1(w)-3(or)3(d>)-1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-2(coor)3(di)5(nat)4(e )1(r)3(ef)4(er)3(ence )1(syst)4(em)-6(>)-1( )]TJ -0 Tc 0 Tw 30.728 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 328.0271 Tm -[(<)-1(r)3(i)5(ght)4( )1(de)]TJ -0.003 Tc 3.983 0 Td -[(l)-1(i)-1(m)-12(i)-1(t)-2(e)-5(r)-3(>)-6( )]TJ -0 Tc 0 Tw 3.586 0 Td -( )Tj -ET -q -241.194 313.627 318.96 35.04 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 316.5071 Tm -( )Tj -ET -Q -q -65.754 278.587 154.08 35.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 304.5071 Tm -[(<)-1(t)4(ar)3(get)4( )1(cr)3(s )1(k)-1(ey)-1(w)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.489 0 Td -( )Tj -ET -Q -q -219.834 278.587 21.36 35.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 227.7994 304.5071 Tm -[(:)1(:)]TJ -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 227.6592 292.9871 Tm -(=)Tj -0.593 0 Td -( )Tj -ET -q -241.194 278.587 318.96 35.04 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 246.4744 304.5071 Tm -[(T)2(A)1(RG)-1(E)1(T)2(CRS)]TJ -0 Tc 0 Tw 6.267 0 Td -( )Tj -ET -Q -q -65.754 209.707 154.08 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 269.4671 Tm -[(<)-1(coor)3(di)5(nat)4(e r)3(ef)3(er)3(ence )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 14.009 0 Td -( )Tj -ET -Q -q -219.834 209.707 21.36 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 227.7994 269.4671 Tm -[(:)1(:)]TJ -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 227.6592 257.9471 Tm -(=)Tj -0.593 0 Td -( )Tj -ET -q -241.194 209.707 318.96 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 269.4671 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1(>)-1( )1(|)4( )1(<)-1(pr)3(oj)5(ect)4(ed )1(cr)3(s>)-1( )1(|)4( <)-1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s>)-1( )1(|)4( )1(<)-1(engi)5(nee)-1(r)3(i)5(ng )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 30.617 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 246.4744 257.9471 Tm -[(|)5( |)5( |)5( )]TJ -0 Tc 0 Tw 22.765 0 Td -( )Tj -0.009 Tc -0.005 Tw -22.765 -1.146 Td -[(|)5( |)5( )]TJ -0 Tc 0 Tw 21.599 0 Td -( )Tj -0.009 Tc -0.005 Tw -21.599 -1.171 Td -[(|)5( |)5( )]TJ -0 Tc 0 Tw 24.649 0 Td -( )Tj -0.009 Tc -0.005 Tw -24.649 -1.171 Td -[(|)5( |)5( )]TJ -0 Tc 0 Tw 19.34 0 Td -( )Tj -ET -q -241.194 209.707 318.96 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 212.1071 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 200.5871 Tm -[(C)-3(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-6(s)1( ar)3(e def)4(i)5(ned i)5(n )]TJ -0 Tc 0 Tw 20.278 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 8)-1( t)3(o)-1( 1)-1(6)-1(.)]TJ -0 Tc 0 Tw 6.61 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -27.621 -2.707 Td -[(17.)5(2.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on na)1(m)-5(e)1( a)1(nd i)5(de)1(nt)4(i)5(f)4(i)5(e)1(r)]TJ -0 Tc 0 Tw 19.876 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.142 Tw -23.23 -2.366 Td -[(C)-3(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on enc)1(om)-6(pas)1(s)1(es)1( t)4(he c)1(ol)5(l)5(ec)1(t)4(i)5(on of)4( m)-6(et)]TJ -26.239 0 Td -[(hod and par)4(am)-6(et)5(er)4( val)5(ues)1(.)5( I)5(t)5(s)1( nam)-6(e i)5(s)1( f)5(or)4( hum)-6(an )]TJ --0.009 Tw -26.239 -1.171 Td -[(r)4(eadabi)6(l)6(i)6(t)5(y)1(.)]TJ -0 Tc 0 Tw 4.913 0 Td -( )Tj -0.008 Tc 0.033 Tw -4.913 -2.39 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(i)4(s descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)4(t)4( )1(i)5(s )1(an )1(opt)3(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e.)4( )1(I)4(f)4( )1(an )1(i)5(dent)4(i)5(f)4(i)5(er)2( )1(i)5(s)-1( )1(pr)3(ov)-1(i)5(ded )1(as )1(an )1(at)4(t)4(r)3(i)5(but)4(e )1(w)-3(i)4(t)4(h)-1(i)5(n )1(t)4(he )]TJ -0.051 Tw T* -[(<)-1(coor)3(di)5(nat)4(e op)-1(er)3(at)4(i)5(on>)-1( )1(obj)5(ect)4( )1(\()3(17.)4(1\))3(,)4( because )1(i)5(t)4( )1(i)5(s )1(ex)3(pect)3(ed )1(t)4(o )1(descr)3(i)5(be )1(a)]TJ -0 Tc 0 Tw 33.636 0 Td -( )Tj -0.009 Tc 0.049 Tw 0.336 0 Td -[(c)1(om)-5(pl)6(et)5(e c)1(ol)6(l)6(ec)1(t)5(i)6(on of)5( z)1(one nam)-5(e,)5( )]TJ -0.008 Tc 0.311 Tw -33.972 -1.171 Td -[(m)-6(et)4(hod,)4( )1(par)3(am)-6(et)4(er)3(s )1(a)-1(nd )1(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(ues,)4( )1(i)5(t)4( )1(shal)5(l)5( )1(ov)-1(er)3(r)3(i)5(de )1(a)-1(ny )1(i)5(dent)4(i)5(f)4(i)5(er)3(s )1(gi)5(v)-1(en )1(w)-3(i)5(t)4(hi)5(n )1(t)4(he)-1( )1(coor)3(di)5(nat)4(e )]TJ -0.009 Tc -0.005 Tw T* -[(oper)4(at)5(i)5(on m)-6(et)5(hod and c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(on par)4(am)-6(et)5(er)4( obj)5(ec)1(t)5(s)1(.)]TJ -0 Tc 0 Tw 28.132 0 Td -( )Tj -ET - endstream endobj 32 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 33 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 34 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 35 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 36 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 163 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(50)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 748.2671 Tm -[(16.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(E)-2(xam)-6(p)-1(l)5(es )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 6.283 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1( )1(c)1(om)-5(pound )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 13.922 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 725.2271 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(S)-2(pat)3(i)4(al)4( C)-3(R)-3(S)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.519 0 Td -( )Tj -0.008 Tc -2.963 -1.892 Td -(COMPOUNDCRS["NAD83 + NAVD88",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (GEODCRS["NAD83",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",6378137,298.257222101,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (LENG)Tj -(THUNIT["metre",1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (PRIMEMERIDIAN["Greenwich",0],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (VERTCRS["NAVD88",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (VDATUM["North American Ve)Tj -(rtical Datum 1983"],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (CS[vertical,1],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["gravity)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 12.162 0 Td -(related height )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT2 1 Tf -9.459 0 Td -(H)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",up],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -22.527 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1]]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -10.253 -2.622 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.007 Tw 2.026 0 Td -[(S)-2(pat)3(i)4(o)]TJ -0 Tc 0 Tw 2.873 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(par)3(am)-5(et)4(r)3(i)5(c)1( )1(C)-2(R)-2(S)]TJ -/TT2 1 Tf -0 Tc 0 Tw 7.209 0 Td -( )Tj -0.008 Tc -7.88 -2.568 Td -(COMPOUNDCRS["ICAO layer 0",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (GEODETICCRS["WGS 84",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["World Geodetic System 1984",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ELLIPSOID[)Tj -0 Tw ("WGS 84",6378137,298.257223563,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -2.252 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETRICCRS["WMO standard atmosph)Tj --0.008 Tw (ere",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 2.252 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETRICDATUM["Mean Sea Level",)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (ANCHOR["Mean Sea Level = 1013.25 hPa"]],)Tj -0 Tc ( )Tj -0.008 Tw -2.252 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (CS[parametric,1],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["pressure )Tj -/TT1 1 Tf -0 Tc 0 Tw 15.202 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(P)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",unspecified],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -16.446 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETRICUNIT["HectoPascal",100]]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -7.984 -2.622 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.007 Tw 2.026 0 Td -[(S)-2(pat)3(i)4(o)]TJ -0 Tc 0 Tw 2.873 0 Td -(-)Tj -0.008 Tc -0.004 Tw 0.337 0 Td -[(t)4(em)-5(por)3(al)5( C)-2(R)-2(S)-1( \()3(el)5(l)5(i)5(ps)1(oi)5(d ax)4(i)5(s)1( uni)]TJ -14.359 0 Td -[(t)4( i)5(s)1( m)-5(et)4(r)3(es)1( as)1( i)5(s)1( om)-5(i)5(t)4(t)4(ed\))]TJ -/TT2 1 Tf -0 Tc 0 Tw 16.844 0 Td -( )Tj -0.008 Tc -31.858 -2.568 Td -(COMPOUNDCRS["GPS position and time",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc 0 Tw (GEODCRS["WGS 84",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["World Geodetic System 1984",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["WGS 84",6378137,298.257223563]],)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.635 0 Td -(lat)Tj -/TT1 1 Tf -0 Tc 0 Tw (\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.162 0 Td -(",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -9.796 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS)Tj -([")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.635 0 Td -(lon)Tj -/TT1 1 Tf -0 Tc 0 Tw (\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.162 0 Td -(",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -9.796 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (TIMECRS["GPS Time",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (TIMEDATUM["Time origin",)Tj --0.008 Tw (TIMEORIGIN)Tj -([1980)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 26.756 0 Td -(01)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(01]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -28.581 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (CS[temporal,1],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["time )Tj -/TT1 1 Tf -0 Tc 0 Tw 10.338 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(T)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",future],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -11.615 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (TIMEUNIT["day",86400]]])Tj -/TT1 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 284.5415 156.4271 Tm -( )Tj --25.137 -1.195 Td -( )Tj -ET - endstream endobj 162 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(49)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -ET -q -65.754 723.787 147.12 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 748.9871 Tm -[(<)-1(base )1(t)4(em)-6(por)3(al)5( cr)3(s>)]TJ -0 Tc 0 Tw 9.264 0 Td -( )Tj -ET -Q -q -212.874 723.787 28.32 34.32 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 723.787 318.96 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 748.9871 Tm -[(<)-1(base )1(t)4(em)-6(por)3(al)5( cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(d)-1(el)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 28.695 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 737.4671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(t)4(em)-6(por)3(al)5( )1(dat)4(um)-6(>)-1( )1(<)-1(r)3(i)5(ght)3( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 23.386 0 Td -( )Tj -ET -q -241.194 723.787 318.96 34.32 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 725.9471 Tm -( )Tj -ET -Q -q -65.754 700.267 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 714.6671 Tm -[(<)-1(base )1(t)4(em)-6(por)3(al)5( cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.33 0 Td -( )Tj -ET -Q -q -212.874 700.267 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 714.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 700.267 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 246.4744 714.6671 Tm -[(BASET)1(I)6(M)-3(EC)-1(R)-1(S )]TJ -0 Tc 0 Tw 7.567 0 Td -( )Tj -ET -Q -q -65.754 676.747 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 691.1471 Tm -[(<)-1(base )1(cr)3(s )1(n)-1(am)-6(e)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -212.874 676.747 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 691.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 676.747 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 691.1471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0.005 Tw 12.37 0 Td -[( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 7.345 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 667.6271 Tm -[(<)-1(coor)3(di)5(nat)4(e syst)4(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n)-1( )1(7.)4(5;)4( )1(t)4(he )1(const)4(r)3(ai)5(nt)4(s )1(f)4(o)-1(r)3( )1(t)4(em)-6(por)3(al)5( )1(C)-3(R)-3(S)-2(s )1(appl)5(y)-1( )1(t)4(o )1(t)4(em)-6(por)3(al)5( )1(der)3(i)5(v)-1(ed )1(C)-4(R)-3(S)-2(s.)]TJ -0 Tc 0 Tw 48.633 0 Td -( )Tj -0.008 Tc 0.036 Tw -48.633 -2.39 Td -[(<)-1(t)4(em)-6(por)3(al)5( )1(dat)4(um)-6(>)-1( i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(1)]TJ -0 Tc 0 Tw 16.066 0 Td -(4)Tj -0.005 Tc -0.005 Tw 0.565 0 Td -[(.)1(2)-4(,)]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.008 Tc 0.036 Tw 0.321 0 Td -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(co)-1(nv)-2(er)3(s)-1(i)5(on>)-1( )1(i)5(n )1(15.)4(2 )1(and )1(<)-2(scope )1(ex)3(t)4(ent)4( )1(i)5(dent)4(i)5(f)4(i)5(er)2( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(n )]TJ -0.009 Tc -0.009 Tw -18.083 -1.171 Td -(7.)Tj -0 Tc 0 Tw 0.848 0 Td -(3)Tj -0.565 0 Td -(.)Tj -0.282 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 593.9471 Tm -(16)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of compound coordinate reference systems)Tj -28.284 0 Td -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 566.1071 Tm -[(16.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 2.5 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 542.5871 Tm -[(A)-2( c)1(om)-6(pound C)-3(R)-3(S)-2( i)5(s)1( )]TJ --0.005 Tw (a non)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.004 Tw 12.314 0 Td -[(r)4(epeat)5(i)6(ng )1(s)1(equenc)1(e )1(of)5( )1(t)5(w)-2(o )1(or)4( )1(m)-5(or)4(e )]TJ --0.009 Tw 15.988 0 Td -[(i)5(ndependent)4( )]TJ --0.005 Tw 5.877 0 Td -[(c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(ys)1(t)5(em)-5(s)1( )]TJ --34.179 -1.171 Td -[(none of)5( w)-3(hi)5(c)1(h c)1(an i)5(t)5(s)1(el)5(f)5( be c)1(om)-5(pound.)5( )]TJ -0.005 Tc [(I)1(S)-6(O)]TJ -0 Tc 0 Tw 19.321 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007 8.)5(2.)5(4 def)5(i)5(nes)1( v)1(al)5(i)5(d c)1(om)-5(bi)5(nat)5(i)5(ons)]TJ -0 Tc 0 Tw 19.55 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(of)5( C)-3(R)-3(S)-2( t)5(hat)5( m)-5(ay)1( )]TJ --0.004 Tw -40 -1.171 Td -[(f)5(or)4(m)-5( )1(a )1(c)1(om)-5(pound )1(C)-3(R)-3(S)-2(.)]TJ -0 Tc 0 Tw 10.62 0 Td -( )Tj --10.62 -1.171 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 -1.171 TD -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(c)1(om)-5(pound )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 30.673 0 Td -( )Tj -ET -q -65.754 401.707 139.92 80.4 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 472.9871 Tm -[(<)-1(com)-6(pound )1(cr)3(s>)]TJ -0 Tc 0 Tw 7.57 0 Td -( )Tj -ET -Q -q -205.674 401.707 28.56 80.4 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 472.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 401.707 325.92 80.4 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 472.9871 Tm -[(<)-1(com)-6(pound )1(cr)3(s keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(com)-6(pound )1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 29.544 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 461.4671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(hor)3(i)5(zont)4(al)5( )1(cr)3(s>)-1( )1(<)-1(w)-4(kt)4( separ)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 22.65 0 Td -( )Tj -0.008 Tc -0.003 Tw -22.65 -1.171 Td -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s>)-1( |)4( )1(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s>)-1( )1(|)4( )1(<)-1(t)4(e)-1(m)-6(p)-1(or)3(a)-1(l)5( )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 0 -1.146 TD -[(|)5( {)4( })4( )]TJ -0 Tc 0 Tw 22.746 0 Td -( )Tj -0.009 Tc -0.005 Tw -22.746 -1.171 Td -[(|)5( {)4( })]TJ -0 Tc 0 Tw 24.045 0 Td -( )Tj -0.009 Tc -0.004 Tw -24.045 -1.171 Td -[([)5( )1( )1(])5( )]TJ -0 Tc 0 Tw 23.213 0 Td -( )Tj -ET -q -234.234 401.707 325.92 80.4 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 239.5142 404.1071 Tm -( )Tj -ET -Q -q -65.754 378.187 139.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 392.5871 Tm -[(<)-1(com)-6(pound )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.636 0 Td -( )Tj -ET -Q -q -205.674 378.187 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 392.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 378.187 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 239.5142 392.5871 Tm -[(CO)-1(M)-2(P)1(O)-1(UNDCRS)]TJ -0 Tc 0 Tw 8.186 0 Td -( )Tj -ET -Q -q -65.754 354.667 139.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 369.0671 Tm -[(<)-1(com)-6(pound )1(cr)3(s nam)-6(e>)]TJ -0 Tc 0 Tw 10.395 0 Td -( )Tj -ET -Q -q -205.674 354.667 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 369.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 354.667 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 369.0671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 331.147 139.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 345.5471 Tm -[(<)-1(hor)3(i)5(zont)4(al)5( cr)2(s>)]TJ -0 Tc 0 Tw 7.229 0 Td -( )Tj -ET -Q -q -205.674 331.147 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 345.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 331.147 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 345.5471 Tm -[(<)-1(geogr)3(aphi)5(c2D)-3( cr)3(s>)-1( )1(|)4( )1(<)-1(pr)3(oj)5(ect)4(ed )1(cr)3(s>)-2( )1(|)3( )1(<)-1(engi)5(neer)3(i)5(ng )1(cr)3(s>)]TJ -0 Tc 0 Tw 25.946 0 Td -( )Tj -ET -Q -q -65.754 273.787 139.92 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 322.0271 Tm -[(<)-1(geogr)3(aphi)5(c2D)-3( cr)3(s>)]TJ -0 Tc 0 Tw 9.15 0 Td -( )Tj -ET -Q -q -205.674 273.787 28.56 57.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 322.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 273.787 325.92 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 322.0271 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-7(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 23.611 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 239.5142 310.5071 Tm -[()-1( <)-1(geodet)5(i)5(c)1( dat)5(um)-6(>)-1( )]TJ -0 Tc 0 Tw 12.514 0 Td -( )Tj -0.008 Tc -0.003 Tw -15.987 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(el)5(l)5(i)5(psoi)5(dal)5(2D)-3( )1(coo)-1(r)3(di)5(n)-1(at)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 23.045 0 Td -( )Tj -0.008 Tc -0.003 Tw -23.045 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -234.234 273.787 325.92 57.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 239.5142 275.9471 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.223 Tw 9.84 0 0 9.84 71.0342 264.6671 Tm -[(A)-2( <)-1(geogr)3(aphi)5(c)1(2D)-3( c)1(r)3(s)1(>)-1( i)5(s)1( a s)1(pec)1(i)5(al)5( c)1(as)1(e of)4( a geodet)4(i)5(c)1( C)-3(R)-3(S)-2( \()3(s)1(ee 8.)4(1\))3( i)5(n w)-3(hi)5(c)1(h i)5(t)4(s)1( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6( i)5(s)1( )]TJ -0.004 Tc 0.009 Tw 0 -1.171 TD -[(e)-5(llip)-5(s)-4(o)-5(id)-5(a)-5(l 2)-5(D)-8(. <)-6(e)-5(llip)-5(s)-4(o)-5(i)]TJ -0.009 Tc 0.004 Tw 10.324 0 Td -[(dal)5(2D)-3( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(>)-1( i)5(s)1( a s)1(pec)1(i)5(al)5( c)1(as)1(e of)5( <)-1(c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(>)-1( and i)5(s)1( des)1(c)1(r)4(i)5(bed i)5(n )]TJ --0.009 Tw -10.324 -1.171 Td -[(7.)5(5.)5(1.)]TJ -0 Tc 0 Tw 2.543 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.543 -2.39 Td -[(C)-3(ons)1(t)4(r)3(ai)5(nt)4(s)1( on ax)4(i)5(s)1( or)3(der)3( f)4(or)3( c)1(om)-6(pound C)-3(R)-3(S)-2(s)1( ar)3(e des)1(c)1(r)3(i)5(bed i)5(n 7.)4(5.)4(5.)]TJ -0 Tc 0 Tw 31.062 0 Td -( )Tj -0.008 Tc 0.325 Tw -31.062 -2.39 Td -[(<)-1(scope )1(ex)3(t)3(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(s )1(d)-1(es)-1(cr)3(i)5(be)-1(d )1(i)5(n )1(7.)4(3.)4( )1(T)-1(he )1(r)3(epr)3(esent)4(a)-1(t)4(i)5(on )1(of)4( )1(ot)4(her)3( )1(const)4(i)5(t)4(uen)-1(t)4( )1(C)]TJ -46.289 0 Td -[(R)-4(S)-3(s i)4(s )]TJ -0.009 Tc -0.005 Tw -46.289 -1.171 Td -[(el)5(abor)4(at)5(ed i)5(n )]TJ -0 Tc 0 Tw 6.157 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 9)-1( t)3(o)-1( 1)-1(5)-1(.)]TJ -0 Tc 0 Tw 6.61 0 Td -( )Tj -ET - endstream endobj 161 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(48)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -8.88 0 0 8.88 37.1944 749.4671 Tm -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.984 0 Td -(ENGCRS[")Tj -0 Tw (Topocentric example A)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (BASEGEODCRS[")Tj -0 Tw (WGS 84)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (DATUM[")Tj -0 Tw (WGS 84)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["WGS 84",6378137,298.2572236,LENGTHUNIT["metre",1.0]]]],)Tj -0 Tc 43.783 0 Td -( )Tj -0.008 Tw -43.783 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (DERIVINGCONVERSION[")Tj -0 Tw (Topocentric example A)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (METHOD["Geographic/topocentric conversions",ID["EPSG",9837]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of to)Tj -(pocentric origin",55.0,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Longitude of topocentric origin",5.0,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["Ellipsoidal height of topocentric origin",0.0,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre")Tj -(,1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,3],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (AXIS["Topocentric East )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT2 1 Tf -16.756 0 Td -(U)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -17.702 -1.297 Td -( )Tj -0.008 Tc 0 Tw (AXIS["Topocentric North )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT2 1 Tf -17.364 0 Td -(V)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -18.31 -1.27 Td -( )Tj -0.008 Tc 0 Tw (AXIS["Topocentric height )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT2 1 Tf -17.972 0 Td -(W)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east,ORDER[3]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -18.957 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]])Tj -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 537.7871 Tm -[(15.)5(6)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(D)-3(er)3(i)5(v)-1(ed)-1( )1(C)-3(R)-3(S)-2( )1(o)-1(f)4( )1(t)4(yp)-1(e )1(p)-1(ar)3(am)-6(et)4(r)3(i)5(c)]TJ -0 Tc 0 Tw 15.283 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 514.0271 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(par)4(am)-5(et)5(r)4(i)6(c)1( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 34.343 0 Td -( )Tj -ET -q -31.674 430.747 154.32 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 490.5071 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(par)3(am)-6(e)-1(t)4(r)3(i)5(c )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 11.523 0 Td -( )Tj -ET -Q -q -185.994 430.747 28.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 490.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 430.747 311.76 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 490.5071 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-2( )1(<)-2(der)3(i)5(v)-1(ed )1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 28.186 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 478.9871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(base )1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 17.962 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.962 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(der)3(i)5(v)-1(i)5(ng )1(conv)-1(er)3(si)5(on)-1(>)]TJ -0 Tc 0 Tw 17.512 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.512 -1.171 Td -[(<)-1(w)-3(kt)4( )1(sepa)]TJ -0.009 Tc -0.004 Tw 4.604 0 Td -[(r)4(at)5(or)4(> )1()]TJ -0 Tc 0 Tw 12.399 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.146 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -214.314 430.747 311.76 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 219.5943 433.1471 Tm -( )Tj -ET -Q -q -31.674 407.227 154.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 421.6271 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.691 0 Td -( )Tj -ET -Q -q -185.994 407.227 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 421.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 407.227 311.76 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 219.5943 421.6271 Tm -[(P)1(A)1(RA)1(M)-2(E)1(T)2(RI)7(CCRS)]TJ -/TT2 1 Tf -0 Tc 0.01 Tw 8.808 0 Td -( )Tj -/TT3 1 Tf -0.01 Tc 0 Tw 10.976 0 Td -(!! See 13.1)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -q -31.674 383.707 154.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 398.1071 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(cr)3(s na)-1(m)-6(e>)]TJ -0 Tc 0 Tw 8.982 0 Td -( )Tj -ET -Q -q -185.994 383.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 398.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 383.707 311.76 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 398.1071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 349.147 154.32 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 374.5871 Tm -[(<)-1(base )1(par)3(a)]TJ -0.009 Tc -0.004 Tw 5.113 0 Td -[(m)-5(e)1(t)5(r)4(i)6(c)1( )1(c)1(r)4(s)1(>)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -185.994 349.147 28.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 374.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 349.147 311.76 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 374.5871 Tm -[(<)-1(base )1(par)3(am)-6(et)4(r)3(i)5(c cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(d)-1(el)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 29.542 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 363.0671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(par)3(am)-6(et)4(r)3(i)5(c )1(dat)4(um)-6(>)-1( )1(<)-1(r)3(i)5(ght)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 24.233 0 Td -( )Tj -ET -q -214.314 349.147 311.76 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 219.5943 351.5471 Tm -( )Tj -ET -Q -q -31.674 325.627 154.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 340.0271 Tm -[(<)-1(base )1(par)3(am)-6(et)4(r)3(i)5(c)-1( )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 14.176 0 Td -( )Tj -ET -Q -q -185.994 325.627 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 340.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 325.627 311.76 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 219.5943 340.0271 Tm -[(BASEPAR)-1(AM)-3(C)-1(R)-1(S )]TJ -0 Tc 0 Tw 8.753 0 Td -( )Tj -ET -Q -q -31.674 302.107 154.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 316.5071 Tm -[(<)-1(base )1(cr)3(s )1(n)-1(am)-6(e)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -185.994 302.107 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 316.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 302.107 311.76 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 316.5071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0.005 Tw 18.02 0 Td -[( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 1.695 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc 0.172 Tw 9.84 0 0 9.84 37.1944 292.9871 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(s)-1(ys)-1(t)4(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7)-1(.)4(5)-1(;)4( )1(t)4(he )1(const)4(r)3(ai)5(nt)4(s )1(f)4(or)3( )1(par)2(am)-6(et)4(r)3(i)5(c)-1( )1(C)-3(R)-3(S)-2(s )1(appl)5(y )1(t)4(o )1(p)-1(ar)3(am)-6(et)4(r)3(i)5(c )1(der)3(i)5(v)-1(ed )]TJ -0.012 Tc -0.012 Tw 0 -1.171 TD -[(CRS)1(s)4(.)]TJ -0 Tc 0 Tw 2.936 0 Td -( )Tj -0.008 Tc 0.055 Tw -2.936 -2.39 Td -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(dat)3(um)-6(>)-2( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(1)-1(3.)4(2,)]TJ -0 Tc 0 Tw 18.703 0 Td -( )Tj -0.008 Tc 0.055 Tw 0.34 0 Td -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(co)-1(nv)-2(er)3(si)5(on>)-1( )1(i)5(n )1(15.)4(2 )1(a)-1(nd <)-1(scope )1(ex)3(t)4(ent)4( )1(i)5(de)-1(nt)4(i)5(f)3(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )]TJ --0.003 Tw -19.043 -1.146 Td -[(i)4(n)-1( 7)-1(.)3(3)-1(.)]TJ -0 Tc 0 Tw 2.768 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 219.3071 Tm -[(15.)5(7)]TJ -0 Tc 0 Tw ( )Tj -0.013 Tc -0.007 Tw 2.5 0 Td -[(De)3(r)6(i)8(v)2(e)3(d)2( )1(CRS)]TJ -0 Tc 0 Tw 6.17 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(o)-1(f)4( )1(t)4(yp)-1(e )1(t)4(em)-6(p)-1(o)-1(r)3(al)]TJ -0 Tc 0 Tw 7.923 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 195.5471 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(t)5(em)-5(por)4(al)6( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 33.497 0 Td -( )Tj -ET -q -31.674 112.267 147.12 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 172.0271 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(t)4(em)-6(por)2(al)5( )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 10.676 0 Td -( )Tj -ET -Q -q -178.794 112.267 28.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 172.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 112.267 318.96 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 172.0271 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(cr)3(s ke)-1(yw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( <)-1(der)3(i)5(v)-1(ed )1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 27.34 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 160.5071 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(base )1(t)4(em)-6(por)3(al)5( )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 17.115 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.115 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)]TJ -0.009 Tc -0.005 Tw 8.162 0 Td -[(der)4(i)5(vi)5(ng c)1(onver)4(s)1(i)5(on>)]TJ -0 Tc 0 Tw 9.349 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.512 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -207.114 112.267 318.96 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 212.6343 114.6671 Tm -( )Tj -ET -Q -q -31.674 88.747 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 103.1471 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.844 0 Td -( )Tj -ET -Q -q -178.794 88.747 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 103.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 88.747 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 212.6343 103.1471 Tm -[(T)2(I)7(M)-2(E)1(CRS)]TJ -/TT2 1 Tf -0 Tc 0.01 Tw 4.573 0 Td -( )Tj -/TT3 1 Tf -0.01 Tc 0 Tw 15.244 0 Td -(!! See 14.1)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -q -31.674 65.227 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 79.6271 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(cr)3(s na)-1(m)-6(e>)]TJ -0 Tc 0 Tw 8.982 0 Td -( )Tj -ET -Q -q -178.794 65.227 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 79.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 65.227 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 79.6271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0.005 Tw 17.738 0 Td -[( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 1.977 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q - endstream endobj 160 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(47)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -49.553 74.463 Td -[(15.)5(5.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.529 0 Td -[(E)-2(xam)-6(p)-1(l)4(es o)-1(f)3( )]TJ -0.011 Tc -0.011 Tw 6.269 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.312 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(de)1(s)1(c)1(r)4(i)5(bi)5(ng a)1( de)1(r)4(i)5(ve)1(d e)1(ngi)5(ne)1(e)1(r)4(i)5(ng C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 726.1871 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(S)-2(ei)4(sm)-5(i)4(c bi)4(n g)]TJ -6.027 0 Td -[(r)3(i)5(d,)4( )1(an )1(engi)5(nee)-1(r)3(i)5(ng )1(C)-2(R)-2(S)-2( )1(der)3(i)5(ved )1(f)4(r)3(om)-5( )1(a )1(pr)3(oj)5(ec)1(t)4(ed )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 24.447 0 Td -( )Tj --38.132 -2.541 Td -( )Tj -/TT2 1 Tf -0.008 Tc 7.984 0 Td -(ENGCRS[\223Gulf of Mexico speculative seismic survey bin grid\224,)Tj -0 Tc ( )Tj -/TT1 1 Tf --7.984 -1.297 Td -( )Tj -/TT2 1 Tf -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (BASEPROJCRS[")Tj -0 Tw (NAD27 / Texas South Central)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw (BASEGEODCRS[")Tj -(NAD27)Tj -(",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1927",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["Clarke 186)Tj --0.008 Tw (6",20925832.164,294.97869821,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219]]]],)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CONVERSION[")Tj -0 Tw (Texas South Central)Tj -0 Tc ( )Tj -0.008 Tc -0.008 Tw 21.891 0 Td -(SPCS27",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -21.891 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (METHOD[")Tj -0 Tw (Lambert Conic Conformal \(2SP\))Tj --0.008 Tw (",ID["EPSG",9802]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of false origin",27.83333333333)Tj --0.008 Tw (333,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8821]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Longitude of false origin",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 27.364 0 Td -(99.0,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -27.364 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8822]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of 1st standard parallel",28.383333333333,)Tj -0 Tc ( )Tj -0.008 Tw 1.025 -1.297 Td -( )Tj -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8823]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -1.025 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of 2nd standard parallel",30.283333333333,)Tj -0 Tc ( )Tj -0.008 Tw 1.025 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8824]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -1.025 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Easting at false origin",2000000.0,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219],ID["EPSG",8826]],)Tj -0 Tc 43.783 0 Td -( )Tj -0.008 Tw -43.783 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Northing at false origin",0.0,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219],ID["EPSG",8827]]]],)Tj -/TT2 1 Tf -0 Tc 44.999 0 Td -( )Tj -0.008 Tw -44.999 -1.297 Td -( )Tj -0.008 Tc 0 Tw (DERIVINGCONVERSION["Gulf of Mexico speculative survey bin grid",)Tj -0 Tc 40.134 0 Td -( )Tj --40.134 -1.297 Td -( )Tj -0.008 Tw 0.608 0 Td -( )Tj -0.008 Tc 0 Tw (METHOD["P6 \(I = J)Tj -0 Tc (-)Tj -0.008 Tc 12.77 0 Td -(90\260\) seismic bin grid transformation",ID["EPSG",)Tj --0.008 Tw (1049)Tj -(]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -13.378 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Bin grid origin I",5000,SCALEUNIT["Bin",1.0],ID["EPSG",8733]]\ ,)Tj -0 Tc 46.823 0 Td -( )Tj -0.008 Tw -46.823 -1.27 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Bin grid origin J",0,SCALEUNIT["Bin",1.0],ID["EPSG",8734]],)Tj -0 Tc 44.999 0 Td -( )Tj -0.008 Tw -44.999 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Bin grid or)Tj -(igin Easting",871200,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219],ID["EPSG",8735]],)Tj -0 Tc 42.567 0 Td -( )Tj -0.008 Tw -42.567 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Bin grid origin Northing", 10280160,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219],ID["EPSG",8736]],)Tj -0 Tc 42.567 0 Td -( )Tj -0.008 Tw -42.567 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Scale factor of bin grid")Tj --0.008 Tw (,1.0,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (SCALEUNIT["Unity",1.0],ID["EPSG",8737]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Bin width on I)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 18.243 0 Td -(axis",82.5,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -18.243 -1.297 Td -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219],ID["EPSG",8738]],)Tj -0 Tc 42.567 0 Td -( )Tj -0.008 Tw -42.567 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Bin width on J)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 18.243 0 Td -(axis",41.25,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -18.243 -1.297 Td -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.30480060960)Tj --0.008 Tw (1219],ID["EPSG",8739]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Map grid bearing of bin grid J)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 27.972 0 Td -(axis",340,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -27.972 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -(",)Tj -(0.0174532925199433)Tj -(],ID["EPSG",8740]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["Bin node increment on I)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 23.716 0 Td -(axis",1.0,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -23.716 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (SCALEUNIT["Bin",1.0],ID["EPSG",8741]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (PARAMETER["Bi)Tj -0 Tw (n node increment on J)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 23.716 0 Td -(axis",1.0,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -23.716 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (SCALEUNIT["Bin",1.0],ID["EPSG",8742]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(I)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",northNorthWest],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(J)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",westSouthWest])Tj -0 Tc 0 Tw (,)Tj -10.338 0 Td -( )Tj -0.008 Tw -17.702 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (SCALEUNIT["Bin",1.0]])Tj -0 0.69 0.314 scn -0 Tc 0 Tw ( )Tj -0 0 0 scn -/TT1 1 Tf -9.84 0 0 9.84 71.0342 196.9871 Tm -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 174.1871 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.007 Tc 0.031 Tw 2.59 0 Td -[(A)-2( si)4(m)-5(i)4(l)4(ar)3( appr)3(oach m)-5(ay be used t)3(o descr)3(i)4(be any gr)3(i)4(d r)3(ef)3(er)3(enci)4(ng)]TJ -0 Tc 0 Tw 29.293 0 Td -( )Tj -0.008 Tc 0.03 Tw 0.316 0 Td -[(s)1(y)1(s)1(t)4(em)-5( bas)1(ed on a pr)3(oj)5(ec)1(t)4(ed C)-2(R)-2(S)-1(.)4( The gr)3(i)5(d )]TJ --0.004 Tw -35.013 -1.162 Td -[(c)1(el)5(l)5( s)1(i)5(z)1(e and pl)5(ac)1(em)-5(ent)4( ar)3(e def)4(i)5(ned t)4(hr)3(ough t)4(he der)3(i)5(vi)5(ng c)1(onver)3(s)1(i)5(on)]TJ -0 Tc 0 Tw 30.309 0 Td -( )Tj -0.009 Tc -0.005 Tw -30.309 -2.541 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.026 0 Td -[(D)-2(er)3(i)5(ved engi)5(neer)3(i)5(ng C)-2(R)-2(S)-1( w)-2(her)3(e t)4(he t)4(opoc)1(ent)4(r)3(i)5(c)1( C)-2(S)-1( or)3(i)5(gi)5(n i)5(s)1( def)4(i)5(ned i)5(n t)4(er)3(m)-5(s)1( of)4( a geogr)3(aphi)5(c)1( 3D)-2( C)-2(R)-2(S)-1(.)]TJ -0 Tc 0 Tw 45.965 0 Td -( )Tj -ET - endstream endobj 159 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(46)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -ET -q -31.674 734.587 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 748.9871 Tm -[(<)-1(base )1(v)-1(er)3(t)4(i)5(c)-1(al)4( )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.595 0 Td -( )Tj -ET -Q -q -178.794 734.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 734.587 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 212.6343 748.9871 Tm -[(BASEVER)-1(T)1(C)-1(R)-1(S )]TJ -0 Tc 0 Tw 7.849 0 Td -( )Tj -ET -Q -q -31.674 711.067 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 725.4671 Tm -[(<)-1(base )1(cr)3(s )1(n)-1(am)-6(e)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -178.794 711.067 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 725.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 711.067 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 725.4671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc -0.01 Tw 19.715 0 Td -(!! )Tj -0 Tw 1.829 0 Td -(See 7.2)Tj -/TT1 1 Tf -0 Tc 4.268 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 701.9471 Tm -[(<)-1(coor)3(di)5(nat)4(e syst)4(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n)-1( )1(7.)4(5;)4( )1(t)4(he )1(const)4(r)3(ai)5(nt)4(s )1(f)4(o)-1(r)3( )1(v)-1(er)3(t)4(i)5(cal)5( )1(C)-3(R)-3(S)-2(s )1(appl)4(y t)4(o )1(v)-1(er)3(t)4(i)5(cal)5( )1(der)3(i)5(v)-1(ed )1(C)-4(R)-3(S)-2(s.)]TJ -0 Tc 0 Tw 47.163 0 Td -( )Tj -0.008 Tc 0.085 Tw -47.163 -2.366 Td -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(dat)4(um)-6(>)-1( )1(i)5(s)-1( )1(d)-1(escr)3(i)5(bed )1(i)5(n )1(10.)4(2,)4( )1(<)-1(der)3(i)5(v)-1(i)5(ng )1(conv)-2(er)3(si)5(o)-1(n>)-1( )1(i)5(n )1(15.)4(2 )1(and )1(<)-1(scope )1(ex)3(t)4(ent)4( )1(i)5(dent)4(i)5(f)3(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(n )]TJ -0.009 Tc -0.009 Tw 0 -1.171 TD -[(7.)5(3.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 639.7871 Tm -[(15.)5(5)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.006 Tw 2.5 0 Td -[(D)-1(e)2(r)5(i)7(v)1(e)2(d)1( )1(C)-1(R)-1(S )1(o)1(f)6( )1(t)6(y)2(p)1(e)2( )1(e)2(n)1(g)1(i)7(n)1(e)]TJ -0.006 Tc 13.358 0 Td -[(e)-4(r)-1(i)1(n)-5(g)]TJ -0 Tc 0 Tw 2.49 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 612.9071 Tm -[(15.)5(5.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.529 0 Td -[(R)-3(ep)-1(r)2(esen)-1(t)3(at)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 7.397 0 Td -( )Tj -0.009 Tc -0.009 Tw -10.751 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(geodet)5(i)6(c)1( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 33.384 0 Td -( )Tj -ET -q -31.674 506.107 161.28 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 566.1071 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(eng)-1(i)5(neer)3(i)5(ng )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 12.032 0 Td -( )Tj -ET -Q -q -192.954 506.107 28.32 69.12 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 566.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 506.107 309.6 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 566.1071 Tm -[(<)-1(engi)5(neer)3(i)5(ng cr)3(s)-1( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-7(i)5(t)4(er)3(>)-1( )1(<)-1(der)3(i)5(v)-1(ed )1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 28.695 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 554.5871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( {)3( )1(<)-1(base )1(pr)3(oj)5(ect)4(ed cr)3(s>)-1( )1(|)4( )1(<)-1(bas)]TJ -0.009 Tc -0.005 Tw 20.741 0 Td -[(e geodet)5(i)5(c)1( c)1(r)4(s)1(>)]TJ -0 Tc 0 Tw 6.919 0 Td -( )Tj --27.661 -1.171 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(|)5( })4( )]TJ -0 Tc 0 Tw 29.582 0 Td -( )Tj -0.008 Tc -0.003 Tw -29.865 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -221.274 506.107 309.6 69.12 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 226.7942 508.5071 Tm -( )Tj -ET -Q -q -31.674 482.587 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 496.9871 Tm -[(<)-1(engi)5(neer)3(i)5(ng cr)3(s)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.2 0 Td -( )Tj -ET -Q -q -192.954 482.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 496.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 482.587 309.6 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 226.7942 496.9871 Tm -[(E)1(NG)-1(CRS)1( |)8( E)1(NG)-1(I)7(NE)1(E)1(RI)7(NG)-1(CRS)]TJ -/TT3 1 Tf -0 Tc 0.01 Tw 14.437 0 Td -( )Tj -/TT2 1 Tf -0.01 Tc 0 Tw 5.488 0 Td -(!! See 11.1)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -q -31.674 459.067 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 473.4671 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(c)]TJ -0.009 Tc -0.004 Tw 4.717 0 Td -[(r)4(s)1( )1(nam)-5(e>)]TJ -0 Tc 0 Tw 4.265 0 Td -( )Tj -ET -Q -q -192.954 459.067 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 473.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 459.067 309.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 473.4671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 413.227 161.28 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 449.9471 Tm -[(<)-1(base )1(pr)3(oj)5(ect)3(ed )1(cr)3(s>)]TJ -0 Tc 0 Tw 9.49 0 Td -( )Tj -ET -Q -q -192.954 413.227 28.32 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 449.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 413.227 309.6 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 449.9471 Tm -[(<)-1(base )1(pr)3(oj)5(ect)3(ed )1(cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)3( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(nam)-6(e>)-2( )]TJ -0 Tc 0 Tw 28.921 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 438.6671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(base )1(geodet)4(i)5(c )1(cr)3(s)-1(>)-1( )]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)]TJ -0.005 Tc -0.005 Tw 22.058 0 Td -(r>)Tj -0 Tc 0 Tw 0.932 0 Td -( )Tj -ET -q -221.274 413.227 309.6 45.84 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 226.7942 415.6271 Tm -( )Tj -ET -Q -q -31.674 389.707 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 404.1071 Tm -[(<)-1(base )1(pr)3(oj)5(ect)3(ed )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.556 0 Td -( )Tj -ET -Q -q -192.954 389.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 404.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 389.707 309.6 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 226.7942 404.1071 Tm -[(BASEPR)-1(O)-2(J)3(C)-1(R)-1(S )]TJ -0 Tc 0 Tw 7.849 0 Td -( )Tj -ET -Q -q -31.674 274.747 161.28 114.96 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 380.5871 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s>)]TJ -0 Tc 0 Tw 9.151 0 Td -( )Tj -ET -Q -q -192.954 274.747 28.32 114.96 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 380.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 274.747 309.6 114.96 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 380.5871 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)3( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(nam)-6(e)-1(>)-1( )]TJ -0 Tc 0 Tw 28.582 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 369.0671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(geodet)4(i)5(c )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 15.987 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.987 -1.171 Td -[([)5( )1( )1( )1(])5( )1(<)-1(r)4(i)6(ght)5( )1(del)6(i)6(m)-5(i)6(t)5(er)4(>)]TJ -0 Tc 0 Tw 25.135 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 226.7942 346.5071 Tm -(!! )Tj -0 Tc ( )Tj -0.008 Tc 15.202 0 Td -(is an optional attribute )Tj --15.202 -1.297 Td -(included in the definition of for )Tj -0 -1.297 TD -(projected CRS backward compatibility reasons. It may be )Tj -0 -1.297 TD -(given when the derived CRS type is a projected CRS \(see )Tj --0.008 Tw 0 -1.297 TD -(Clause)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc 4.257 0 Td -(9\) but when, as here, the derived CRS type is )Tj --0.008 Tw -4.257 -1.27 Td -(engineering)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc 7.297 0 Td -(it should not be given.)Tj -/TT1 1 Tf -0 Tc ( )Tj -ET -q -221.274 274.747 309.6 114.96 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 226.7942 277.1471 Tm -( )Tj -ET -Q -q -31.674 251.227 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 265.6271 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.217 0 Td -( )Tj -ET -Q -q -192.954 251.227 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 265.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 251.227 309.6 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 226.7942 265.6271 Tm -[(BASEG)-2(EO)-2(D)-1(C)-1(R)-1(S )]TJ -0 Tc 0 Tw 8.132 0 Td -( )Tj -ET -Q -q -31.674 216.667 161.28 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 242.1071 Tm -[(<)-1(base )1(engi)5(ne)-1(er)3(i)5(ng )1(cr)3(s>)]TJ -0 Tc 0 Tw 10.62 0 Td -( )Tj -ET -Q -q -192.954 216.667 28.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 242.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 216.667 309.6 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 242.1071 Tm -[(<)-1(base )1(engi)5(ne)-1(er)3(i)5(ng )1(cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(n)-1(am)-7(e>)-2( )]TJ -0 Tc 0 Tw 30.051 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 230.5871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(engi)5(neer)3(i)5(ng )1(dat)4(um)-6(>)-1( <)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 24.742 0 Td -( )Tj -ET -q -221.274 216.667 309.6 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 226.7942 219.0671 Tm -( )Tj -ET -Q -q -31.674 193.147 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 207.5471 Tm -[(<)-1(base )1(engi)5(ne)-1(er)3(i)5(ng )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 14.686 0 Td -( )Tj -ET -Q -q -192.954 193.147 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 207.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 193.147 309.6 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 226.7942 207.5471 Tm -[(BASEEN)-1(G)-2(C)-1(R)-1(S )]TJ -0 Tc 0 Tw 7.341 0 Td -( )Tj -ET -Q -q -31.674 169.627 161.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 184.0271 Tm -[(<)-1(base )1(cr)3(s )1(n)-1(am)-6(e)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -192.954 169.627 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 198.4744 184.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -221.274 169.627 309.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 226.7942 184.0271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc 0.099 Tw 9.84 0 0 9.84 37.1944 160.5071 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sys)-1(t)4(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5)-1(;)4( t)4(he )1(const)4(r)3(ai)5(nt)4(s )1(f)4(or)3( )1(engi)5(nee)-1(r)3(i)4(ng )1(C)-3(R)-3(S)-2(s )1(appl)5(y )1(t)4(o )1(engi)5(nee)-1(r)3(i)5(ng )1(der)3(i)5(v)-1(ed )]TJ -0.012 Tc -0.012 Tw 0 -1.171 TD -[(CRS)1(s)4(.)]TJ -0 Tc 0 Tw 2.936 0 Td -( )Tj -0.008 Tc 0.179 Tw -2.936 -2.39 Td -[(<)-1(engi)5(neer)3(i)5(ng )1(d)-1(at)4(um)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(11.)4(2)]TJ -0.009 Tc 0.178 Tw 19.55 0 Td -[(.)5( )1( i)6(s)1( )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )1(8.)5(2;)5( )1(i)6(t)5( )1(i)6(nc)1(l)6(udes)1( )1(el)6(l)6(i)6(ps)1(oi)6(d )1(and )]TJ -0.106 Tw -19.55 -1.171 Td -[(pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an des)1(c)1(r)4(i)5(pt)5(i)5(ons)1(.)5( <)-1(der)4(i)5(vi)5(ng c)1(onver)4(s)1(i)5(on>)-1( i)5(s)1( des)1(c)1(r)4(i)5(bed i)5(n 15.)5(2;)5( <)-1(s)1(c)1(ope ex)4(t)5(ent)5( i)5(dent)5(i)5(f)5(i)5(er)4( r)4(em)-6(ar)4(k)1(>)-1( i)5(n )]TJ --0.009 Tw 0 -1.146 TD -[(7.)5(3.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -ET - endstream endobj 27 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 28 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 29 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 30 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 31 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 168 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(45)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -ET -q -65.754 643.147 147.12 114.96 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 748.9871 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s>)]TJ -0 Tc 0 Tw 9.151 0 Td -( )Tj -ET -Q -q -212.874 643.147 28.32 114.96 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 643.147 318.96 114.96 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 748.9871 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)3( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(nam)-6(e)-1(>)-1( )]TJ -0 Tc 0 Tw 28.582 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 737.4671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(geodet)4(i)5(c )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 15.987 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.987 -1.171 Td -[([)5( )1( )1( )1(])5( )1(<)-1(r)4(i)6(ght)5( )1(del)6(i)6(m)-5(i)6(t)5(e)]TJ -0.005 Tc -0.005 Tw 24.203 0 Td -(r>)Tj -0 Tc 0 Tw 0.932 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 246.4744 715.1471 Tm -(!! is an optional attribute )Tj -0 -1.297 TD -(included in the definition of for )Tj -0 -1.297 TD -(projected CRS backward compatibility reasons. It may be )Tj -0 -1.297 TD -(given when the derived CRS type is a projected CRS \(see )Tj --0.008 Tw T* -(Clause)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc 4.257 0 Td -(9\) but when, as here, the deri)Tj -(ved CRS type is )Tj --4.257 -1.297 Td -(geodetic it should not be given.)Tj -/TT1 1 Tf -0 Tc ( )Tj -ET -q -241.194 643.147 318.96 114.96 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 645.5471 Tm -( )Tj -ET -Q -q -65.754 619.627 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 634.0271 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.217 0 Td -( )Tj -ET -Q -q -212.874 619.627 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 634.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 619.627 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 246.4744 634.0271 Tm -[(BASEG)-2(EO)-2(D)-1(C)-1(R)-1(S )]TJ -0 Tc 0 Tw 8.132 0 Td -( )Tj -ET -Q -q -65.754 596.107 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 610.5071 Tm -[(<)-1(base )1(cr)3(s )1(n)-1(am)-6(e)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -212.874 596.107 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 610.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 596.107 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 610.5071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 586.9871 Tm -[(<)-1(coor)3(di)5(nat)4(e syst)4(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n)-1( )1(7.)4(5;)4( )1(t)4(he )1(const)4(r)3(ai)5(nt)4(s )1(f)4(o)-1(r)3( )1(geodet)4(i)5(c)]TJ -0 Tc 0 Tw 30.672 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(C)-3(R)-3(S)-2(s)1( appl)5(y)1( t)4(o geodet)4(i)5(c)1( der)3(i)5(ved C)-3(R)-3(S)-2(s)1(.)]TJ -0 Tc 0 Tw ( )Tj -0.008 Tc -0.003 Tw -30.954 -2.39 Td -[(<)-1(geodet)4(i)5(c da)-1(t)4(um)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(8)-1(.)4(2;)4( )1(i)5(t)4( )1(i)5(ncl)5(udes )1(el)4(l)5(i)5(psoi)5(d )1(and )1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an )1(de)-1(scr)3(i)5(pt)4(i)5(ons.)4( )]TJ -0 Tc 0 Tw 40.895 0 Td -( )Tj -0.008 Tc -0.003 Tw -40.895 -1.171 Td -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(con)-1(v)-1(er)3(si)5(on>)-1( )1(i)5(s )1(descr)3(i)5(bed)-1( )1(i)5(n )1(15.)4(2,)4( )1( )1(<)-1(scope )1(ex)3(t)4(e)-1(nt)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(n 7.)4(3.)]TJ -0 Tc 0 Tw 37.392 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -37.392 -2.683 Td -[(15.)5(3.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.529 0 Td -[(E)-2(xam)-6(p)-1(l)4(e o)-1(f)3( )]TJ -0.011 Tc -0.011 Tw 5.704 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.312 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(de)1(s)1(c)1(r)4(i)5(bi)5(ng a)1( de)1(r)4(i)5(ve)1(d ge)]TJ -0.009 Tc -0.004 Tw 11.353 0 Td -[(o)-1(d)-1(et)3(i)4(c C)-3(R)-3(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 502.7471 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.871 0 Td -[(D)-2(er)3(i)5(ved geodet)4(i)5(c)1( C)-2(R)-2(S)-1( w)-2(i)5(t)4(h )]TJ -0.007 Tc -0.003 Tw 12.392 0 Td -[(r)3(ot)4(at)4(ed )1(pol)5(e)]TJ -0 Tc 0 Tw 5.352 0 Td -( )Tj --25.402 -2.568 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 7.984 0 Td -(GEODCRS[")Tj -0 Tw (ETRS89 Lambert Azimuthal Equal Area CRS)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (BASEGEODCRS[")Tj -0 Tw (WGS 84)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (DATUM[")Tj -0 Tw (WGS 84)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["WGS 84",6378137,298.2572236,LENGTHUNIT["metre",1.0]]]],)Tj -0 Tc 43.783 0 Td -( )Tj -0.008 Tw -43.783 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (DERIVINGCONVERSION["Atlanti)Tj -0 Tw (c pole",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.243 TD -( )Tj -0.008 Tc -0.008 Tw (METHOD[")Tj -0 Tw (Pole rotation)Tj -0 Tc (")Tj -0.01 Tc -0.01 Tw 9.84 0 0 9.84 282.3316 423.0671 Tm -(,ID["Authority",1234])Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 408.3316 423.0671 Tm -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -30 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of rotated pole",52.0)Tj -0 Tc 9.84 0 0 9.84 384.9297 411.5471 Tm -(,)Tj -8.88 0 0 8.88 390.9297 411.5471 Tm -( )Tj -0.008 Tw -28.04 -1.351 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["Longitude of rotated pole",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 26.148 0 Td -(30.0)Tj -0 Tc 0 Tw 9.84 0 0 9.84 395.7295 388.5071 Tm -(,)Tj -0.61 0 Td -( )Tj -0.01 Tw -26.402 -1.22 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 171.9341 376.5071 Tm -(ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -3.378 -1.243 Td -( )Tj -0.008 Tc -0.008 Tw (PARA)Tj -0 Tw (METER["Axis rotation",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 18.851 0 Td -(25.0)Tj -0 Tc 0 Tw 9.84 0 0 9.84 330.9307 365.4671 Tm -(,)Tj -0.61 0 Td -( )Tj -0.01 Tw -19.817 -1.22 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 171.9341 353.4671 Tm -(ANGLEUNIT["degree",0.0174532925199433]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -3.378 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -0.034 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -9.84 0 0 9.84 71.0342 295.6271 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 268.2671 Tm -[(15.)5(4)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(D)-3(er)3(i)5(v)-1(ed)-1( )1(C)-3(R)-3(S)-2( )1(o)-1(f)4( )1(t)4(yp)-1(e )1(v)-1(er)3(t)4(i)5(cal)]TJ -0 Tc 0 Tw 13.643 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 244.5071 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(ver)4(t)5(i)6(c)1(al)6( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 32.762 0 Td -( )Tj -ET -q -65.754 161.227 147.12 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 220.9871 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(v)-1(er)3(t)4(i)5(ca)-1(l)5( )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 9.942 0 Td -( )Tj -ET -Q -q -212.874 161.227 28.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 220.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 161.227 318.96 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 220.9871 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s)-1( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(der)3(i)5(v)-1(ed )1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 26.605 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 209.4671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(base )1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 16.381 0 Td -( )Tj -0.008 Tc -0.003 Tw -16.381 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(der)3(i)5(v)-1(i)5(ng )1(conv)-1(er)3(si)5(on)-1(>)]TJ -0 Tc 0 Tw 17.512 0 Td -( )Tj -0.009 Tc -0.004 Tw -17.512 -1.146 Td -[()-1( <)-1(c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -241.194 161.227 318.96 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 163.6271 Tm -( )Tj -ET -Q -q -65.754 137.707 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 152.1071 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.109 0 Td -( )Tj -ET -Q -q -212.874 137.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 152.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 137.707 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 246.4744 152.1071 Tm -[(V)1(E)1(RT)2(CRS)1( |)8( V)1(E)1(RT)2(I)7(CA)1(L)3(CRS)]TJ -/TT3 1 Tf -0 Tc 0.01 Tw 12.8 0 Td -( )Tj -/TT2 1 Tf -0.01 Tc 0 Tw 6.707 0 Td -(!! See 10.1)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -q -65.754 114.187 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 128.5871 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(cr)3(s na)-1(m)-6(e>)]TJ -0 Tc 0 Tw 8.982 0 Td -( )Tj -ET -Q -q -212.874 114.187 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 128.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 114.187 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 128.5871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 79.627 147.12 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 105.0671 Tm -[(<)-1(base )1(v)-1(er)3(t)]TJ -0.009 Tc -0.004 Tw 4.774 0 Td -[(i)5(cal)5( cr)3(s>)]TJ -0 Tc 0 Tw 3.755 0 Td -( )Tj -ET -Q -q -212.874 79.627 28.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 218.1543 105.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 79.627 318.96 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 105.0671 Tm -[(<)-1(base )1(v)-1(er)3(t)4(i)5(c)-1(al)4( )1(cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( de)-1(l)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(nam)-6(e)-1(>)-1( )]TJ -0 Tc 0 Tw 27.961 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 93.5471 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(v)-1(er)3(t)4(i)5(cal)5( )1(dat)4(um)-6(>)-1( )1(<)-1(r)3(i)5(g)-1(ht)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.652 0 Td -( )Tj -ET -q -241.194 79.627 318.96 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 82.0271 Tm -( )Tj -ET -Q - endstream endobj 167 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(44)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.008 Tc 0.026 Tw 6.098 74.463 Td -[(i)4(s)-1( t)3(h)-1(e)-1( n)-1(u)-1(m)-7(b)-1(e)-1(r)2( o)-1(f)3( m)-7(e)-1(t)3(r)2(e)]TJ -0.009 Tc 0.025 Tw 10.285 0 Td -[(s)1( per)4( uni)6(t)5(.)5( I)5(f)5( t)5(he )]TJ --0.009 Tw [(par)4(am)-6(et)5(er)4( )]TJ -0.025 Tw 12.377 0 Td -[(uni)5(t)5( i)5(s)1( angul)5(ar)4( i)5(t)5(s)1( c)1(onver)4(s)1(i)5(on f)5(ac)1(t)5(or)4( s)1(hal)5(l)5( be t)5(o )]TJ -0.08 Tw -22.662 -1.171 Td -[(r)4(adi)6(ans)1( )1(and )1(i)6(s)1( )1(t)5(he )1(num)-5(ber)4( )1(of)5( )1(r)4(adi)6(ans)1( )1(per)4( )1(uni)6(t)]TJ -20.838 0 Td -[(.)5( )1(I)5(f)5( )1(t)5(he )1(par)4(am)-5(et)5(er)4( )1(i)6(s)1( )1(a )1(s)1(c)1(al)6(i)6(ng )1(uni)6(t)5( )1(t)5(he)-1( )1(c)1(onver)4(s)1(i)6(on )]TJ -0.003 Tw -20.838 -1.171 Td -[(f)5(ac)1(t)5(or)4( )1(s)1(hal)6(l)6( )1(be )1(t)5(o )1(uni)6(t)5(y)1(,)5( )1(f)5(or)4( )1(ex)4(am)-5(pl)6(e )1(par)4(t)5(s)1( )1(per)4( )1(m)-5(i)6(l)6(l)6(i)6(on )1(\()4(ppm)-5(\))4( )1(s)1(hal)6(l)6( )1(be )1(gi)6(ven )1(as)1( )]TJ --0.009 Tw 34.383 0 Td -(10)Tj -0 Tc 0 Tw 6.48 0 0 6.48 446.6382 730.9871 Tm -(-)Tj -0.334 0 Td -(6)Tj -0.009 Tc 0.003 Tw 9.84 0 0 9.84 452.4163 725.9471 Tm -[(.)5( )1(For)4( )1(com)-5(m)-5(onl)6(y)]TJ -0 Tc 0 Tw 7.017 0 Td -(-)Tj -0.009 Tc -0.005 Tw -43.117 -1.146 Td -[(enc)1(ount)5(er)4(ed par)4(am)-6(et)5(er)4(s)1( t)5(he par)4(am)-6(et)5(er)4( t)5(y)1(pe i)5(s)1( i)5(nc)1(l)5(uded i)5(n E)-2(.)5(5.)]TJ -0 Tc 0 Tw 28.131 0 Td -( )Tj -0.003 Tc -0.003 Tw -30.164 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.008 Tc 0.199 Tw 1.243 0 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(i)5(s)-1( )1(de)-1(scr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)4(t)4( )1(i)5(s )1(an )1(opt)4(i)5(o)-1(na)-1(l)5( )1(at)4(t)4(r)3(i)5(but)4(e.)]TJ -0 0.69 0.314 scn -0 Tc 0 Tw 27.805 0 Td -( )Tj -0 0 0 scn -0.009 Tc 0.198 Tw 0.485 0 Td -[(I)5(f)5( )1(an )1(i)6(dent)5(i)6(f)5(i)6(er)4( )1(i)5(s)1( )1(i)6(nc)1(l)6(uded )1(as)1( )1(an )]TJ -0.004 Tc 0.254 Tw -28.29 -1.171 Td -[(a)-5(ttr)-1(ib)-5(u)-5(te)-5( w)-8(ith)-5(in)-5( th)-5(e)-5( )]TJ -/TT2 1 Tf -0.009 Tc 0.249 Tw 9.289 0 Td -[(der)4(i)5(v)1(ed C)-3(R)-3(S)-2( c)1(onv)1(er)4(s)1(i)5(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc 0.249 Tw 11.999 0 Td -[(obj)5(ec)1(t)5( \()4(15.)5(2.)5(1\))4( or)4( )]TJ -/TT2 1 Tf -8.724 0 Td -[(c)1(oor)4(di)6(nat)5(e o)]TJ -[(per)4(at)5(i)5(on m)-6(et)5(hod)]TJ -/TT1 1 Tf -0 Tc 0 Tw 13.443 0 Td -( )Tj -0.009 Tc 0.119 Tw -43.455 -1.171 Td -[(obj)5(ec)1(t)5( \()4(15.)5(2.)5(2\))4(,)5( i)5(t)5( s)1(hal)5(l)5( t)5(ak)1(e pr)4(ec)1(edenc)1(e over)4( any)1( i)5(dent)5(i)5(f)5(i)5(er)4( w)-3(i)5(t)5(hi)5(n t)5(he der)4(i)5(ved C)-3(R)-3(S)-2( c)1(onver)4(s)1(i)5(on )]TJ --0.005 Tw 0 -1.171 TD -[(par)4(am)-6(et)5(er)4( obj)5(ec)1(t)5(.)]TJ -0 Tc 0 Tw 7.908 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -14.006 -2.707 Td -[(15.)5(2.)5(4)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.529 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( co)-1(n)-1(v)-1(er)2(si)4(o)-1(n)-1( p)-1(ar)2(am)-6(et)3(er)2( f)3(i)4(l)4(e)]TJ -0 Tc 0 Tw 18.808 0 Td -( )Tj -0.009 Tc -0.009 Tw -22.162 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(C)-2(R)-2(S)-1( )1(c)1(onver)4(s)1(i)6(on )1(par)4(am)-5(et)5(er)4( )1(f)5(i)6(l)6(e )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 30.276 0 Td -( )Tj -ET -q -31.674 546.187 132.96 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 583.1471 Tm -[(<)-1(oper)3(at)4(i)5(on )1(par)3(am)-7(et)4(er)3( )1(f)4(i)5(l)5(e>)]TJ -0 Tc 0 Tw 11.919 0 Td -( )Tj -ET -Q -q -164.634 546.187 28.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 173.2295 583.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -192.954 546.187 326.16 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 198.4744 583.1471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e)-1( )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)4(t)4(e)-1(r)3(>)-2( )1(<)-1(par)3(am)-6(et)4(er)3( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 27.623 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 198.4744 571.6271 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 18.077 0 Td -( )Tj --18.077 -1.171 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -192.954 546.187 326.16 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 198.4744 548.5871 Tm -( )Tj -ET -Q -q -31.674 522.667 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 537.0671 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.466 0 Td -( )Tj -ET -Q -q -164.634 522.667 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 173.2295 537.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -192.954 522.667 326.16 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 198.4744 537.0671 Tm -[(PAR)-1(AM)-3(ET)1(ER)-1(F)1(I)6(L)2(E)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 499.147 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 513.5471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 8.644 0 Td -( )Tj -ET -Q -q -164.634 499.147 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 173.2295 513.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -192.954 499.147 326.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 198.4744 513.5471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 475.627 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 490.0271 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e)-1( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 10.225 0 Td -( )Tj -ET -Q -q -164.634 475.627 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 173.2295 490.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -192.954 475.627 326.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 198.4744 490.0271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 466.5071 Tm -[(F)-1(or)3( <)-1(par)3(am)-6(et)4(er)3( nam)-6(e>)-1( and <)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( t)4(he r)3(equi)5(r)3(em)-6(ent)4(s)1( gi)5(ven i)5(n 15.)4(2.)4(3 s)1(hal)5(l)5( appl)5(y)1(.)]TJ -0 Tc 0 Tw 37.905 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -37.905 -2.707 Td -[(15.)5(2.)5(5)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.529 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( co)-1(n)-1(v)-1(er)2(si)4(o)-1(n)-1( exam)-6(p)-1(l)4(e)]TJ -0 Tc 0 Tw 16.211 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 37.1944 417.3071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT4 1 Tf -0.008 Tc -0.008 Tw 3.197 0 Td -(DERIVINGCONVERSI)Tj -(ON[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 12.162 0 Td -(conversion name)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj --20.146 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (METHOD[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 6.081 0 Td -(method name)Tj -0 Tc (")Tj -7.297 0 Td -(,)Tj -0.608 0 Td -( )Tj --21.97 -1.162 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ID[)Tj -("authority",)Tj -(123]],)Tj -0 Tc 0 Tw ( )Tj --7.984 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(parameter 1 name)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 10.338 0 Td -(,0,)Tj -0 Tc 0 Tw ( )Tj --26.227 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 13.378 0 Td -(,0.0174532925199433)Tj -(],)Tj -0 Tc 0 Tw ( )Tj --21.362 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ID[)Tj -("authority",)Tj -(456]],)Tj -0 Tc 0 Tw ( )Tj --7.984 -1.162 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(parameter 2 name)Tj -0 Tc (")Tj -10.338 0 Td -(,)Tj -0.608 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(123,)Tj -0 Tc 0 Tw ( )Tj --27.443 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 13.378 0 Td -(,0.01745329251)Tj -(99433)Tj -(],)Tj -0 Tc 0 Tw ( )Tj --21.036 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ID[)Tj -("authority",)Tj -(789]]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -9.84 0 0 9.84 37.1944 321.3071 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 294.1871 Tm -[(15.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.006 Tw 2.5 0 Td -[(D)-1(e)2(r)5(i)7(v)1(e)2(d)1( )1(C)-1(R)-1(S )1(o)1(f)6( )1(t)6(y)2(p)1(e)2( )1(g)1(e)2(o)1(d)1(e)2(t)6(i)7(c)]TJ -0 Tc 0 Tw 14.263 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 267.3071 Tm -[(15.)5(3.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.529 0 Td -[(R)-3(ep)-1(r)2(esen)-1(t)3(at)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 7.397 0 Td -( )Tj -0.009 Tc -0.009 Tw -10.751 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(geodet)5(i)6(c)1( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 33.384 0 Td -( )Tj -ET -q -31.674 160.507 147.12 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 220.5071 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(geo)-1(de)-1(t)4(i)5(c )1(cr)3(s>)-1( )]TJ -0 Tc 0 Tw 10.564 0 Td -( )Tj -ET -Q -q -178.794 160.507 28.32 69.12 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 220.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 160.507 318.96 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 220.5071 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-7(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(der)3(i)5(v)-1(ed )1(cr)3(s)]TJ -0 Tc 0 Tw 23.526 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 3.419 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 208.9871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(base )1(geodet)4(i)5(c )1(cr)3(s)-1(>)-1( )]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(der)3(i)5(v)-1(i)5(ng )1(conv)-1(er)3(si)5(on>)]TJ -0 Tc 0 Tw 17.512 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.512 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -207.114 160.507 318.96 69.12 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 212.6343 162.9071 Tm -( )Tj -ET -Q -q -31.674 136.987 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 151.3871 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.731 0 Td -( )Tj -ET -Q -q -178.794 136.987 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 151.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 136.987 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 212.6343 151.3871 Tm -[(G)-2(EO)-2(D)-1(C)-1(R)-1(S |)6( G)-2(EO)-2(D)-1(ET)1(I)6(C)-1(C)-1(R)-1(S)]TJ -/TT4 1 Tf -0 Tc 0.01 Tw 13.421 0 Td -( )Tj -/TT3 1 Tf -0.01 Tc 0 Tw 6.098 0 Td -(!! See 8.1)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 113.467 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 127.8671 Tm -[(<)-1(der)3(i)5(v)-1(ed )1(cr)3(s n)]TJ -0.009 Tc -0.009 Tw 6.411 0 Td -[(am)-6(e>)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -178.794 113.467 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 127.8671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 113.467 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 127.8671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q - endstream endobj 166 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(43)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -ET -q -65.754 734.587 175.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 748.9871 Tm -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(con)-1(v)-1(er)3(si)5(on )1(nam)-6(e>)]TJ -0 Tc 0 Tw 12.768 0 Td -( )Tj -ET -Q -q -241.194 734.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 249.5496 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -269.514 734.587 283.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 275.0342 748.9871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc 0.093 Tw 9.84 0 0 9.84 71.0342 725.4671 Tm -[(O)-5(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1( m)-7(e)-1(t)3(h)-1(o)-1(d)-1(,)3( o)-1(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1( p)-1(a)-1(r)2(a)-1(m)-7(e)-1(t)3(e)-1(r)2( a)-1(n)-1(d)-1( o)-1(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1( )1(p)-1(a)-1(r)2(a)-1(m)-7(e)-1(t)3(e)-1(r)2( f)3(i)4(l)4(e)-1( a)-1(r)2(e)-1( d)-1(e)-1(scr)2(i)4(b)-1(e)-1(d)-1( i)4(n)-1( 1)-1(5)-1(.)3(2)-1(.)3(2)-1( )1(t)3(h)-1(r)2(o)-1(u)-1(g)-1(h)-1( 1)-1(5)-1(.)3(2)-1(.)3(4)-1( )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(and ar)4(e i)5(dent)5(i)5(c)1(al)5( t)5(o t)5(hat)5( i)5(n 17.)5(2.)5(3 t)5(hr)4(o)]TJ -16.778 0 Td -[(ugh 17.)5(2.)5(5.)5( I)5(dent)5(i)5(f)5(i)5(er)4( i)5(s)1( des)1(c)1(r)4(i)5(bed i)5(n 7.)5(3.)5(4.)]TJ -0 Tc 0 Tw 18.867 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -35.645 -2.683 Td -[(15.)5(2.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.529 0 Td -[(D)-2(e)1(r)3(i)5(ve)1(d C)-2(R)-2(S)-1( c)1(onve)1(r)3(s)1(i)5(on m)-5(e)1(t)4(hod)]TJ -0 Tc 0 Tw 15.814 0 Td -( )Tj -0.009 Tc -0.009 Tw -19.167 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(C)-2(R)-2(S)-1( )1(c)1(onver)4(s)1(i)6(on )1(m)-5(et)5(hod )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 27.453 0 Td -( )Tj -ET -q -65.754 603.787 147.12 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 640.5071 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d>)]TJ -0 Tc 0 Tw 9.096 0 Td -( )Tj -ET -Q -q -212.874 603.787 28.32 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2295 640.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 603.787 304.8 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 640.5071 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)4(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 20.393 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 628.9871 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 12.204 0 Td -( )Tj -0.005 Tc -12.204 -1.171 Td -[([)1( )1({ )1(<)-4(w)]TJ -0.009 Tc -0.005 Tw 2.514 0 Td -[(k)1(t)5( s)1(epar)4(at)5(or)4(> })4( ])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 12.449 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 1.016 0 Td -[( )]TJ -0 Tc 0 Tw 8.141 0 Td -( )Tj -ET -q -241.194 603.787 304.8 45.84 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 246.4744 605.9471 Tm -( )Tj -ET -Q -q -65.754 580.267 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 594.6671 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.162 0 Td -( )Tj -ET -Q -q -212.874 580.267 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2295 594.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 580.267 304.8 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 246.4744 594.6671 Tm -[(M)-2(E)1(T)2(HO)-1(D)]TJ -0 Tc 0 Tw 4.403 0 Td -( )Tj -ET -Q -q -65.754 556.747 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 571.1471 Tm -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d )1(nam)-6(e>)]TJ -0 Tc 0 Tw 11.921 0 Td -( )Tj -ET -Q -q -212.874 556.747 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2295 571.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -241.194 556.747 304.8 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 246.4744 571.1471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc 0.341 Tw 9.84 0 0 9.84 71.0342 547.6271 Tm -[(M)-5(et)4(hod )1(nam)-6(e )1(i)5(s )1(f)3(or)3( )1(h)-1(um)-6(a)-1(n )1(r)3(eadabi)5(l)5(i)5(t)4(y.)4( )1(F)-1(or)3( )1(i)5(nt)4(er)3(oper)3(abi)5(l)5(i)5(t)4(y )1(i)4(t)4( )1(i)5(s )]TJ -0.009 Tc 0.34 Tw 31.506 0 Td -[(t)5(he )1(m)-5(et)5(hod )1(f)5(or)4(m)-5(ul)6(a )1(t)5(hat)5( )1(i)6(s)1( )1(c)1(r)4(i)6(t)5(i)6(c)1(al)6( )1(i)6(n )]TJ --0.005 Tw -31.506 -1.171 Td -[(det)5(er)4(m)-6(i)5(ni)5(ng t)5(he equi)5(val)5(enc)1(e of)5( m)-6(et)5(hods)1(;)5( t)5(hi)5(s)1( m)-6(ay)1( be gi)5(ven t)5(hr)4(ough an oper)4(at)5(i)5(on m)-6(et)5(hod <)-1(i)5(dent)5(i)5(f)5(i)5(er)4(>)-1(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 517.9775 536.1071 Tm -( )Tj -0.008 Tc 0.039 Tw 9.84 0 0 9.84 71.0342 512.5871 Tm -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( i)5(s)-1( )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)4(t)4( )1(i)5(s)-1( )1(a)-1(n )1(opt)4(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e.)4( )1(I)4(f)4( )1(an )1(i)4(dent)4(i)5(f)4(i)5(er)3( )1(i)5(s )1(i)5(ncl)5(uded )1(as )1(an )1(a)-1(t)4(t)4(r)3(i)5(but)4(e )1(w)-3(i)5(t)4(hi)5(n )]TJ -0.009 Tc -0.009 Tw 48.14 0 Td -[(t)5(he )]TJ -/TT3 1 Tf -0.223 Tw -48.14 -1.171 Td -[(der)4(i)5(v)1(ed C)-3(R)-3(S)-2( c)1(onv)1(er)4(s)1(i)5(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 11.41 0 Td -( )Tj -0.009 Tc 0.223 Tw 0.51 0 Td -[(obj)5(ec)1(t)5( \()4(15.)5(2.)5(1\))4(,)5( i)5(t)5( s)1(hal)5(l)5( t)5(ak)1(e pr)4(ec)1(edenc)1(e over)4( any)1( i)5(dent)5(i)5(f)5(i)5(er)4( w)-3(i)5(t)5(hi)5(n t)5(he oper)4(at)5(i)5(on )]TJ -0.008 Tc -0.003 Tw -11.92 -1.171 Td -[(m)-6(et)4(hod )1(obj)5(ec)-1(t)4(.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.075 Tw 0 -2.39 TD -[(I)5(f)5( )1(an )1( i)6(s)1( )1(om)-5(i)6(t)5(t)5(ed )1(f)5(or)4( )1(bot)5(h )1(der)4(i)6(ved )1(C)-2(R)-2(S)-2( )1(c)1(onv)-1(er)4(s)1(i)6(on )1(and )1(der)4(i)6(ved )1(C)-2(R)-2(S)-1( )1(c)1(onver)4(s)1(i)6(on )1(m)-5(et)5(hod,)5( )1(t)5(he )1(W)-6(K)-1(T )]TJ -0.004 Tw 0 -1.171 TD -[(des)1(c)1(r)4(i)5(pt)5(i)5(on i)5(s)1( pot)5(ent)5(i)5(al)5(l)5(y)]TJ -0 Tc 0 Tw 10.804 0 Td -( )Tj -0.009 Tc 0.004 Tw 0.291 0 Td -[(am)-6(bi)5(guous)1(,)5( r)4(el)5(y)1(i)5(ng on i)5(nt)5(er)4(pr)4(et)5(at)5(i)5(on of)5( m)-6(et)5(hod nam)-6(e.)5( I)5(t)5( i)5(s)1( r)4(ec)1(om)-6(m)-6(ended t)5(hat)5( ei)5(t)5(her)4( a )]TJ -0.072 Tw -11.095 -1.171 Td -[(der)4(i)5(ved C)-3(R)-3(S)-2( c)1(onver)4(s)1(i)5(on i)5(dent)5(i)5(f)5(i)5(er)4( or)4( a der)4(i)5(ved C)-3(R)-3(S)-2( c)1(onver)4(s)1(i)5(on m)-6(et)5(hod i)5(dent)5(i)5(f)5(i)5(er)4( i)5(s)1( i)5(nc)1(l)5(uded i)5(n W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ngs)1(.)5( )]TJ --0.004 Tw T* -[(I)5(dent)5(i)6(f)5(i)6(er)4(s)1( )1(f)5(or)4( )1(c)1(om)-5(m)-5(onl)6(y)1( )1(enc)1(ount)5(er)4(ed )1(c)1(oor)4(di)6(nat)5(e )1(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)5(on)]TJ -0 Tc 0 Tw 28.525 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.283 0 Td -[(m)-6(et)4(hods )1(ar)3(e )1(gi)4(v)-1(en )1(i)5(n )1(E)-2(.)4(4.)]TJ -0 Tc 0 Tw 11.525 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -40.333 -2.707 Td -[(15.)5(2.)5(3)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.529 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( co)-1(n)-1(v)-1(er)2(si)4(o)-1(n)-1( p)-1(ar)2(am)-6(et)3(er)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -3.354 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(der)4(i)6(ved )1(C)-2(R)-2(S)-1( )1(c)1(onver)4(s)1(i)6(on )1(par)4(am)-5(et)5(er)4( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 28.695 0 Td -( )Tj -ET -q -65.754 321.067 111.6 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 358.0271 Tm -[(<)-1(oper)3(at)4(i)5(on )]TJ -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 346.5071 Tm -[(par)4(am)-6(et)5(er)4(>)]TJ -0 Tc 0 Tw 5.225 0 Td -( )Tj -ET -q -177.354 321.067 28.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 185.9495 358.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 321.067 340.32 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 211.1944 358.0271 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(or)2(d>)-1( )1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(p)-1(ar)3(am)-6(et)4(er)3( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 26.324 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 211.1944 346.5071 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1(<)-2(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(u)]TJ -0.009 Tc -0.005 Tw 14.659 0 Td -[(e>)-1( <)-1(w)-3(k)1(t)5( s)1(epar)4(at)5(or)4(>)-1( <)-1(par)4(am)-6(et)5(er)4( uni)5(t)5(>)-1( )]TJ -0 0.69 0.314 scn -0 Tc 0 Tw 17.032 0 Td -( )Tj --31.691 -1.171 Td -( )Tj -0 0 0 scn -0.009 Tc -0.004 Tw 0.282 0 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1( )]TJ -0 Tc 0 Tw 8.129 0 Td -( )Tj -ET -q -205.674 321.067 340.32 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 211.1944 323.4671 Tm -( )Tj -ET -Q -q -65.754 297.787 111.6 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 311.9471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(o)-1(r)3(d>)-1( )1( )]TJ -0 Tc 0 Tw 10.45 0 Td -( )Tj -ET -Q -q -177.354 297.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 311.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 297.787 340.32 23.28 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 211.1944 311.9471 Tm -[(PAR)-1(AM)-3(ET)1(ER)]TJ -0 Tc 0 Tw 6.324 0 Td -( )Tj -ET -Q -q -65.754 274.267 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 288.6671 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 8.644 0 Td -( )Tj -ET -Q -q -177.354 274.267 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 185.9495 288.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 274.267 340.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 211.1944 288.6671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 250.747 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 265.1471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(u)-1(e>)]TJ -0 Tc 0 Tw 8.531 0 Td -( )Tj -ET -Q -q -177.354 250.747 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 185.9495 265.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 250.747 340.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 211.1944 265.1471 Tm -[(<)-1(si)5(gned )]TJ -0.004 Tc 0 Tw 3.87 0 Td -[(n)-5(u)-5(m)-11(e)-5(r)-1(ic)-4( lite)-5(r)-1(a)-5(l>)]TJ -0 Tc 6.918 0 Td -( )Tj -ET -Q -q -65.754 227.227 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 241.6271 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(uni)4(t)4(>)]TJ -0 Tc 0 Tw 7.74 0 Td -( )Tj -ET -Q -q -177.354 227.227 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 185.9495 241.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -205.674 227.227 340.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 211.1944 241.6271 Tm -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4(>)-1( )1(|)4( )1(<)-1(angl)5(e )1(uni)5(t)4(>)-1( |)4( <)-1(scal)5(e )1(uni)5(t)4(>)-1( )1(|)4( )1(<)-1(t)4(i)5(m)-6(e )1(un)-1(i)5(t)4(>)-1( )1(|)4( )1(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 33.202 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 218.1071 Tm -[(U)-3(ni)5(t)4(s)1( ar)3(e des)1(c)1(r)3(i)5(bed i)5(n 7.)4(4.)]TJ -0 Tc 0 Tw 10.8 0 0 10.8 187.1902 218.1071 Tm -( )Tj -0.009 Tc 0.039 Tw 9.84 0 0 9.84 71.0342 194.5871 Tm -[(P)-2(ar)3(am)-6(et)4(er)3( nam)-6(e i)5(s)1( f)4(or)3( hum)-6(an r)3(eadabi)5(l)5(i)5(t)4(y)1(.)4( F)-1(or)3( i)5(nt)4(er)3(oper)3(abi)5(l)5(i)5(t)4(y)1( i)5(t)4( i)5(s)1( t)4(he m)-6(et)4(hod f)4(or)3(m)-6(ul)5(a and i)5(t)4(s)1( par)3(am)-6(et)4(er)3(s)1( t)4(hat)]TJ -0 Tc 0 Tw 49.553 0 Td -( )Tj -0.009 Tc 0.122 Tw -49.553 -1.171 Td -[(ar)4(e c)1(r)4(i)5(t)5(i)5(c)1(al)5( i)5(n det)5(er)4(m)-6(i)5(ni)5(ng t)5(he equi)5(val)5(enc)1(e of)5( m)-6(et)5(hods)1(.)5( S)-2(ee A)-2(nnex)4( E)-2(.)5( I)5(dent)5(i)5(f)5(i)5(er)4(s)1( f)5(or)4( c)1(om)-6(m)-6(onl)5(y)1( enc)1(ount)5(er)4(ed )]TJ -0.127 Tw T* -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on m)-5(et)5(hods)1( and t)5(hei)6(r)4( par)4(am)-5(et)5(er)4(s)1( ar)4(e gi)6(ven i)6(n E)-2(.)5(4;)5( t)5(he par)4(am)-5(et)5(er)4(s)1( ar)4(e l)6(i)6(s)1(t)5(ed i)6(n E)-2(.)5(5.)5( T)-1(he )]TJ -0.227 Tw T* -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on par)4(am)-5(et)5(er)4(s)1( r)4(equi)6(r)4(ed ar)]TJ -20.808 0 Td -[(e s)1(pec)1(i)5(f)5(i)5(c)1( t)5(o t)5(he c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(on m)-6(et)5(hod and ar)4(e l)5(i)5(s)1(t)5(ed )]TJ -0.008 Tw -20.808 -1.171 Td -[(s)1(equent)5(i)6(al)6(l)6(y)1(.)5( T)-1(he or)4(der)4( w)-3(i)6(t)5(hi)6(n t)5(he s)1(equenc)1(e i)6(s)1( not)5( s)1(i)6(gni)6(f)5(i)6(c)1(ant)5( but)5( s)1(houl)6(d be l)6(ogi)6(c)1(al)6(.)5( I)5(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( s)1(houl)6(d be )]TJ -0.178 Tw T* -[(pr)4(epar)4(ed t)5(o r)4(ead any)1( or)4(der)4(.)5( F)-1(or)4( t)5(hos)1(e m)-6(et)5(hods)1( i)5(nc)1(l)5(uded i)5(n A)-2(nnex)4( E)-2( t)5(he par)4(am)-6(et)5(er)4( or)4(d)]TJ -41.308 0 Td -[(er)4( gi)5(ven i)5(n E)-2(.)5(4 i)5(s)1( )]TJ --0.009 Tw -41.308 -1.171 Td -[(r)4(ec)1(om)-5(m)-5(ended.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 8.88 0 0 8.88 137.7422 125.4671 Tm -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 101.9471 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0.005 Tc -0.005 Tw 6.776 0 Td -[(:)1( )]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.003 Tc -0.003 Tw -3.276 -2.366 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc 0.094 Tw 1.469 0 Td -[(I)5(n )1(der)4(i)6(ved )1(C)-2(R)-2(S)-1( )1(c)1(onver)4(s)1(i)5(on )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1( )1(s)1( s)1(h)-1(al)6(l)6( )1(be )1(gi)6(ven )1(i)6(n )1(t)5(he )1(s)1(ens)1(e )1(B)-1(as)1(e )]TJ -0.05 Tw 0 -1.171 TD -[(C)-3(R)-3(S)-2( t)4(o D)-3(er)3(i)5(ved C)-3(R)-3(S)-2(.)4( I)4(f)4( t)4(he par)3(am)-6(et)4(er)3( uni)5(t)4( i)5(s)1( l)5(i)5(near)3( i)5(t)4(s)1( c)1(onver)3(s)1(i)5(on f)4(ac)1(t)4(or)3( s)1(hal)5(l)5( be t)4(o m)-6(et)4(r)3(es)1( and )]TJ -ET - endstream endobj 165 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(42)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 747.5471 Tm -(15)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -[(representation of deriv)-1(ed CRSs)]TJ -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 719.7071 Tm -[(15.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 2.5 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 695.9471 Tm -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc 0.013 Tw 0.282 0 Td -[(19111:)5(2007 i)5(nc)1(l)5(udes)1( a m)-6(odel)5(l)5(i)5(ng c)1(onc)1(ept)5( of)5( a D)-3(er)4(i)5(ved C)-3(R)-3(S)-2(.)5( A)-2( D)-3(er)4(i)5(ved C)-3(R)-3(S)-2( i)5(s)1( a C)-3(R)-3(S)-2( w)-3(hi)5(c)1(h c)1(annot)5( ex)4(i)5(s)1(t)5( )]TJ -0.008 Tc -0.003 Tw -2.033 -1.146 Td -[(i)4(n)-1( i)4(t)3(s)-1( o)-1(w)-4(n)-1( r)2(i)4(g)-1(h)-1(t)3( b)-1(u)]TJ -0.005 Tc -0.005 Tw 7.907 0 Td -[(t)1( )]TJ -0.009 Tc -0.004 Tw 0.565 0 Td -[(i)5(s)1( def)4(i)5(ned t)4(hr)3(ough a c)1(oor)3(di)5(nat)4(e c)1(onver)3(s)1(i)5(on f)4(r)3(om)-5( anot)4(her)3( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(ys)1(t)4(em)-5(.)4( )]TJ -0 Tc 0 Tw 38.867 0 Td -( )Tj -0.009 Tc 0.009 Tw -47.34 -2.39 Td -[(A)-2( pr)3(oj)5(ec)1(t)4(ed C)-3(R)-3(S)-2( i)5(s)1( a s)1(pec)1(i)5(al)5( c)1(as)1(e of)4( a der)3(i)5(ved C)-3(R)-3(S)-2(.)4( B)-2(ec)1(aus)1(e of)4( i)5(t)4(s)1( i)5(m)-6(por)3(t)4(anc)1(e t)4(o geogr)3(aphi)5(c)1( i)5(nf)4(or)3(m)-6(at)4(i)5(on and )]TJ -0.036 Tw 0 -1.171 TD -[(par)4(t)5(i)5(c)1(ul)5(ar)4(l)5(y)1( f)5(or)4( bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1( r)4(eas)1(ons)1( nec)1(es)1(s)1(i)5(t)5(at)5(i)5(n)]TJ -26.635 0 Td -[(g a di)5(f)5(f)5(er)4(ent)5( s)1(t)5(r)4(i)5(ng s)1(t)5(r)4(uc)1(t)5(ur)4(e i)5(t)5( i)5(s)1( t)5(r)4(eat)5(ed s)1(epar)4(at)5(el)5(y)1( )]TJ --0.004 Tw -26.635 -1.171 Td -[(f)5(r)4(om)-5( )1(t)5(he )1(ge)-1(ner)4(al)6( )1(c)1(as)1(e )1(and )1(i)6(s)1( )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )]TJ -0 Tc 0 Tw 18.866 0 Td -(C)Tj -0.009 Tc -0.004 Tw 0.734 0 Td -[(l)5(aus)1(e 9)]TJ -0 Tc 0 Tw 3.277 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 615.3071 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.007 Tc 0.372 Tw 2.59 0 Td -[(G)-3(eor)3(ef)4(er)3(enc)1(ed )1(i)5(m)-5(age )1(c)1(oor)3(di)5(nat)4(es)1( ar)3(e )1(not)4( )1(r)3(ef)4(er)3(enc)1(ed )1(t)4(o )1(a )1(der)3(i)5(ved )1(C)-2(R)-2(S)-1( )1(but)4( )1(t)4(o )1(an )1(i)5(m)-5(age )1(C)-2(R)-2(S)-1(.)4( )1(T)-1(he )]TJ -0.019 Tw -5.405 -1.189 Td -[(geor)3(ef)4(er)3(e)-1(nc)1(i)5(ng )1(i)5(s)1( )1(ac)1(c)1(om)-5(pl)5(i)5(s)1(hed )1(t)4(hr)3(ough )1(a )1(c)1(oor)3(di)5(nat)]TJ -[(e )1(t)4(r)3(ans)1(f)4(or)3(m)-5(at)4(i)5(on )1(bet)4(w)-2(een )1(t)4(he )1(i)5(m)-5(age )1(C)-2(R)-2(S)-2( )1(and )1(t)4(he )1(\()3(us)1(ual)5(l)5(y)1( )1(geodet)4(i)5(c)1( )1(or)3( )]TJ --0.003 Tw 0 -1.189 TD -[(pr)3(oj)5(ec)1(t)4(ed\))3( )1(C)-2(R)-2(S)-2( t)4(o )1(w)-2(hi)5(c)1(h )1(t)4(he )1(i)5(m)-5(age )1(i)5(s)1( )1(geor)3(ef)4(e)-1(r)3(enc)1(ed.)]TJ -0 Tc 0 Tw 23.771 0 Td -( )Tj -0.009 Tc 0.344 Tw 9.84 0 0 9.84 37.1944 571.1471 Tm -[(T)-1(hi)5(s)1( I)5(nt)5(er)3(nat)5(i)5(onal)5( S)-2(t)4(andar)3(d i)5(m)-5(pl)5(em)-5(ent)5(s)1( t)4(hi)5(s)1( m)-5(odel)5(l)5(i)5(ng c)1(onc)1(ept)4( t)4(hr)3(ough t)5(he i)5(nc)1(l)5(us)1(i)5(on of)5( a \221)5(bas)1(e C)-3(R)-3(S)-2(\222)5( )]TJ -0.02 Tw 0 -1.171 TD -[(des)1(c)1(r)4(i)5(pt)5(i)5(on )1(w)-3(i)5(t)5(hi)5(n t)5(he des)1(c)1(r)4(i)5(pt)5(i)5(on o)]TJ -0.005 Tc 0.024 Tw 15.632 0 Td -[(f)1( )1(t)1(h)-4(e)-4( )1(C)-7(R)-7(S)-6(.)1( )]TJ -0.009 Tc 0.02 Tw 5.043 0 Td -[(T)-1(abl)5(e 3 c)1(om)-6(par)3(es)1( t)4(he gener)3(al)5( s)1(t)4(r)3(uc)1(t)4(ur)3(e of)4( W)-6(K)-2(T)-1( f)4(or)3( t)4(he pr)3(i)5(nc)1(i)5(pal)5( )]TJ -0.012 Tc -0.012 Tw -20.675 -1.171 Td -[(CRS)1( )]TJ -0.009 Tc -0.004 Tw 2.428 0 Td -[(t)5(y)1(pes)1( )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )]TJ --0.009 Tw 8.472 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -[(8 and 10 t)5(hr)4(ough 14 w)-3(i)5(t)5(h t)5(he gener)4(al)5( s)1(t)5(r)4(uc)1(t)5(ur)4(e of)5( W)-6(K)-2(T)-1( f)5(or)4( a D)-3(er)4(i)5(ved C)-3(R)-3(S)-2(.)]TJ -0 Tc 0 Tw 33.269 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -43.251 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(3)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.282 0 Td -[(C)-2(om)-5(pa)1(r)3(i)5(s)1(on of)4( ge)1(ne)1(r)3(a)1(l)5( s)1(t)4(r)3(uc)1(t)4(ur)3(e)1( of)4( W)-4(K)-2(T f)4(or)3( pr)3(i)5(nc)1(i)5(pa)1(l)5( a)1(nd de)1(r)3(i)5(ve)1(d C)-2(R)-2(S)-1(s)]TJ -0 Tc 0 Tw ( )Tj -0.004 Tc 8.88 0 0 8.88 135.2945 497.4671 Tm -[(S)-5(tr)-1(u)-4(c)-3(tu)-4(r)-1(e)-3( fo)-4(r)-1( p)-4(r)-1(in)-4(c)-3(ip)-4(a)-3(l C)-6(R)-6(S)-5(s)]TJ -0 Tc 13.628 0 Td -( )Tj -0.008 Tc -0.004 Tw 5.787 0 Td -[(S)-1(t)4(r)3(uc)1(t)4(ur)3(e)1( f)4(or)3( D)-2(e)1(r)3(i)4(ve)1(d C)-2(R)-2(S)-1(s)]TJ -0 Tc 0 Tw 13.123 0 Td -( )Tj -ET -110.154 510.187 1.44 -1.44 re -f -110.154 510.187 1.44 -1.44 re -f -111.594 510.187 169.2 -1.44 re -f -280.794 510.187 1.44 -1.44 re -f -282.234 510.187 168.24 -1.44 re -f -450.474 510.187 1.44 -1.44 re -f -450.474 510.187 1.44 -1.44 re -f -110.154 508.747 1.44 -16.56 re -f -280.795 492.187 0.48 16.56 re -f -450.474 508.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 116.1543 479.4671 Tm -(a\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.007 Tc -0.007 Tw 1.368 0 Td -[(ke)-1(yw)-3(o)-1(r)2(d)]TJ -0 Tc 0 Tw 3.773 0 Td -( )Tj -0.007 Tc -0.007 Tw 13.12 0 Td -(a\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.007 Tc -0.007 Tw 1.368 0 Td -[(ke)-1(yw)-3(o)-1(r)2(d)]TJ -0 Tc 0 Tw 3.773 0 Td -( )Tj -ET -110.154 492.187 1.44 -1.44 re -f -111.594 492.187 169.2 -1.44 re -f -280.794 492.187 1.44 -1.44 re -f -282.234 492.187 168.24 -1.44 re -f -450.474 492.187 1.44 -1.44 re -f -110.154 490.747 1.44 -16.56 re -f -280.795 474.187 0.48 16.56 re -f -450.474 490.747 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 116.1543 462.4271 Tm -(b\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.007 Tc -0.007 Tw 1.368 0 Td -[(nam)-5(e)]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 16.893 0 Td -(b\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.007 Tc -0.007 Tw 1.368 0 Td -[(nam)-5(e)]TJ -0 Tc 0 Tw ( )Tj -ET -110.155 473.707 1.44 0.481 re -f -111.595 473.707 169.2 0.481 re -f -280.795 473.707 0.48 0.481 re -f -281.274 473.707 169.2 0.481 re -f -450.474 473.707 1.44 0.481 re -f -110.154 473.707 1.44 -16.56 re -f -280.795 457.147 0.48 16.56 re -f -450.474 473.707 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 116.1543 436.9871 Tm -(c\))Tj -0 Tc 0 Tw 0.844 0 Td -( )Tj -0.007 Tc -0.007 Tw 1.425 0 Td -[(dat)4(um)]TJ -0 Tc 0 Tw 2.818 0 Td -( )Tj -0.007 Tc -0.007 Tw 14.076 0.946 Td -(c\))Tj -0 Tc 0 Tw 0.844 0 Td -( )Tj -0.007 Tc -0.003 Tw 1.425 0 Td -[(B)-2(ase C)-3(R)-3(S)-2( i)4(ncl)4(udi)4(ng i)4(t)3(s dat)3(um)]TJ -0 Tc 0 Tw 13.406 0 Td -( )Tj -ET -110.155 456.667 1.44 0.48 re -f -111.595 456.667 169.2 0.48 re -f -280.795 456.667 0.48 0.48 re -f -281.274 456.667 169.2 0.48 re -f -450.474 456.667 1.44 0.48 re -f -110.154 456.667 1.44 -16.56 re -f -280.795 440.107 0.48 16.56 re -f -450.474 456.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 286.3143 428.3471 Tm -(d\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.368 0 Td -[(c)1(onver)3(s)1(i)5(on)]TJ -0 Tc 0 Tw 4.901 0 Td -( )Tj -ET -110.155 439.628 1.44 0.48 re -f -280.795 439.628 0.48 0.48 re -f -281.274 439.628 169.2 0.48 re -f -450.474 439.628 1.44 0.48 re -f -110.154 439.627 1.44 -16.56 re -f -280.795 423.068 0.48 16.56 re -f -450.474 439.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 116.1543 411.3071 Tm -(d\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.008 Tc -0.004 Tw 1.368 0 Td -[(c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)]TJ -0 Tc 0 Tw 8.225 0 Td -( )Tj -0.007 Tc -0.007 Tw 8.669 0 Td -(e\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.007 Tc -0.007 Tw 1.368 0 Td -(co)Tj --0.003 Tw [(or)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)]TJ -0 Tc 0 Tw 8.225 0 Td -( )Tj -ET -110.155 422.587 1.44 0.481 re -f -111.595 422.587 169.2 0.481 re -f -280.795 422.587 0.48 0.481 re -f -281.274 422.587 169.2 0.481 re -f -450.474 422.587 1.44 0.481 re -f -110.154 422.587 1.44 -16.32 re -f -280.795 406.267 0.48 16.32 re -f -450.474 422.587 1.44 -16.32 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 116.1543 394.5071 Tm -(e\))Tj -0 Tc 0 Tw 0.901 0 Td -( )Tj -0.007 Tc -0.003 Tw 1.368 0 Td -[(opt)4(i)5(onal)5( )1(m)-5(et)4(adat)4(a)]TJ -0 Tc 0 Tw 8.057 0 Td -( )Tj -0.004 Tc -0.004 Tw 8.836 0 Td -(f\))Tj -0 Tc 0 Tw ( )Tj -0.007 Tc -0.003 Tw 2.269 0 Td -[(opt)4(i)5(onal)5( )1(m)-5(et)3(adat)4(a)]TJ -0 Tc 0 Tw 8.057 0 Td -( )Tj -ET -110.155 405.788 1.44 0.48 re -f -111.595 405.788 169.2 0.48 re -f -280.795 405.788 0.48 0.48 re -f -281.274 405.788 169.2 0.48 re -f -450.474 405.788 1.44 0.48 re -f -110.154 405.787 1.44 -16.56 re -f -110.154 389.227 1.44 -1.44 re -f -110.154 389.227 1.44 -1.44 re -f -111.594 389.227 169.2 -1.44 re -f -280.795 389.228 0.48 16.56 re -f -280.794 389.227 1.44 -1.44 re -f -282.234 389.227 168.24 -1.44 re -f -450.474 405.787 1.44 -16.56 re -f -450.474 389.227 1.44 -1.44 re -f -450.474 389.227 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 378.6671 Tm -( )Tj -0.009 Tc 0.018 Tw 0 -2.39 TD -[(I)5(n )1(D)-2(er)4(i)6(ved )1(C)-2(R)-2(S)-2(s)1( )1(t)5(he )1(B)-1(as)1(e )1(C)-2(R)-2(S)-1( )1(det)5(ai)6(l)6( )1(i)6(nc)1(l)6(udes)1( )1(t)5(he )1(nam)-5(e )1(and )1(dat)5(um)-5( )1(of)5( )1(t)5(he )1(B)-1(as)1(e )1(C)-2(R)-2(S)-1( )1(f)5(r)4(om)-5( )1(w)-2(hi)6(c)1(h )1(t)5(he )1(D)-2(er)4(i)6(ved )]TJ -0.094 Tw 0 -1.171 TD -[(C)-3(R)-3(S)-2( i)5(s)1( der)3(i)5(ved but)4( not)4( t)4(he c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6( det)4(ai)5(l)5( or)3( opt)4(i)5(onal)5( m)-6(et)4(adat)4(a det)4(ai)5(l)5( f)4(or)3( t)4(hat)4( B)-2(as)]TJ -42.311 0 Td -[(e C)-3(R)-3(S)-2(,)5( and t)5(he )]TJ --0.005 Tw -42.311 -1.171 Td -[(c)1(onver)4(s)1(i)6(on i)6(s)1( a s)1(pec)1(i)6(al)6( c)1(as)1(e of)5( c)1(oor)4(di)6(nat)5(e c)1(onver)4(s)1(i)6(on des)1(c)1(r)4(i)6(bed i)6(n )]TJ --0.009 Tw 30.05 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(17.)Tj -0 Tc 0 Tw 1.413 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 304.7471 Tm -[(15.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(D)-3(er)3(i)5(v)-1(ed)-1( )1(C)-3(R)-3(S)-2( )1(co)-1(n)-1(v)-1(er)3(si)5(o)-1(n)]TJ -0 Tc 0 Tw 11.888 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 277.8671 Tm -[(15.)5(2.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.01 Tw 0.529 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.173 Tw -9.281 -2.366 Td -[(T)-1(he c)1(onver)3(s)1(i)5(on i)5(n a der)3(i)5(ved C)-3(R)-3(S)-2( i)5(s)1( a s)1(pec)1(i)5(al)5(i)5(s)1(ed s)1(ubs)1(et)4( of)4( c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on \()3(s)1(ee 17.)4(1\))3( i)5(n w)-3(hi)5(c)1(h t)4(he )]TJ -0.258 Tw 0 -1.171 TD -[(s)1(our)4(c)1(e and t)5(ar)4(get)5( C)-3(R)-3(S)-2(s)1( )]TJ -12.176 0 Td -[(ar)4(e by)1( def)5(i)5(ni)5(t)5(i)5(on t)5(he B)-2(as)1(e C)-3(R)-3(S)-2( and t)5(he D)-3(er)4(i)5(ved C)-3(R)-3(S)-2( r)4(es)1(pec)1(t)5(i)5(vel)5(y)1(;)5( t)5(hes)1(e ar)4(e )]TJ -0.471 Tw -12.176 -1.171 Td -[(t)5(her)4(ef)5(or)4(e )1(i)6(m)-5(pl)6(i)5(ed r)4(at)5(her)4( )1(t)5(han )1(ex)4(pl)6(i)6(c)1(i)6(t)5(l)6(y)1( )1(s)1(t)5(at)5(ed )1(i)6(n )1(t)5(he )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ng.)5( )1(A)-1(t)5(t)5(r)4(i)6(but)5(es)1( )1(r)4(equi)6(r)4(ed )1(f)5(or)4( )1(c)1(oor)4(di)6(nat)5(e )]TJ -0.211 Tw 0 -1.171 TD -[(t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)5(ons)1( )1(but)5( )1(not)5( )1(c)1(oor)4(di)6(nat)5(e )1(c)1(onver)4(s)1(i)5(on)-1(s)1( )1(ar)4(e )1(al)6(s)1(o )1(not)5( )1(r)4(el)6(evant)5( )1(and )1(ar)4(e )1(ex)]TJ -0.21 Tw 38.062 0 Td -[(c)1(l)6(uded f)5(r)4(om)-5( t)5(he der)4(i)6(vi)6(ng )]TJ --0.005 Tw -38.062 -1.171 Td -[(c)1(onver)4(s)1(i)6(on W)-6(K)-2(T)-1( s)1(t)5(r)4(i)6(ng.)5( A)-2( m)-5(ap pr)4(oj)6(ec)1(t)5(i)6(on \()4(s)1(ee 9.)5(3\))4( )]TJ -0 Tc 0 Tw 22.988 0 Td -(i)Tj -0.009 Tc -0.005 Tw 0.226 0 Td -[(s)1( a par)4(t)5(i)6(c)1(ul)6(ar)4( c)1(as)1(e of)5( a der)4(i)6(vi)6(ng c)1(onver)4(s)1(i)6(on.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 19.544 0 Td -( )Tj -0.009 Tc -0.009 Tw -42.758 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 22.765 0 Td -( )Tj -ET -q -31.674 101.707 175.44 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 161.4671 Tm -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(con)-1(v)-1(er)3(si)5(on )1(>)]TJ -0 Tc 0 Tw 10.225 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 137.9471 Tm -( )Tj -ET -q -207.114 101.707 28.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 215.7095 161.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -235.434 101.707 283.68 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 240.9544 161.4671 Tm -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(con)-1(v)-1(er)3(si)5(on )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(e)]TJ -0.003 Tc 0.002 Tw 15.675 0 Td -[(f)-1(t)-1( )1(d)-6(e)-6(lim)-11(it)-1(e)-6(r)-2(>)-6( )]TJ -0 Tc 0 Tw 5.564 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 240.9544 149.9471 Tm -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(con)-1(v)-1(er)3(si)5(on )1(nam)-6(e>)-1( )1(<)-1(w)-3(kt)4( )1(s)-1(epa)-1(r)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 20.619 0 Td -( )Tj -0.008 Tc -0.003 Tw -20.619 -1.146 Td -[(<)-1(oper)3(at)4(i)5(on )1(m)-6(et)3(ho)-1(d>)-1( )1({)3( )1(<)-1(w)-3(kt)4( )1(separ)3(at)4(o)-1(r)3(>)-1( )]TJ -0 Tc 0 Tw 17.569 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.569 -1.171 Td -[(<)-1(oper)3(at)4(i)5(on )1(par)3(am)-6(e)-1(t)4(er)3(>)-1( )1(|)4( )1(<)-1(oper)3(at)4(i)5(on )1(par)3(a)-1(m)-6(et)4(er)2( )1(f)4(i)5(l)5(e>)-1( )1(})]TJ -/C2_0 1 Tf -0 Tc 0 Tw 23.697 0 Td -<0001>Tj -/TT1 1 Tf -0.005 Tw 1.016 0 Td -[( )1( )]TJ -0 Tw 0.576 0 Td -( )Tj -0.009 Tc -0.004 Tw -25.29 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1()]TJ -0 Tc 0 Tw 7.564 0 Td -( )Tj -ET -q -235.434 101.707 283.68 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 240.9544 104.1071 Tm -( )Tj -ET -Q -q -31.674 78.187 175.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 92.5871 Tm -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(con)-1(v)-1(er)3(si)5(on )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 14.009 0 Td -( )Tj -ET -Q -q -207.114 78.187 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 215.7095 92.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -235.434 78.187 283.68 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 240.9544 92.5871 Tm -[(DE)1(RI)7(V)1(I)7(NG)-1(CO)-1(N)]TJ -0.011 Tc -0.011 Tw [(VER)-1(SI)6(O)-2(N)]TJ -0 Tc 0 Tw ( )Tj -ET -Q - endstream endobj 164 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(41)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 748.2671 Tm -[(13.)5(4)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(E)-2(xam)-6(p)-1(l)5(e )1(o)-1(f)4( )]TJ -0.016 Tc -0.016 Tw 5.717 0 Td -[(W)1(K)]TJ -0 Tc 0 Tw 1.695 0 Td -(T)Tj -0.622 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(p)-1(ar)3(am)-6(et)4(r)3(i)5(c )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 13.924 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 725.2271 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.871 0 Td -(PARAMETRICCRS["WMO standard atmosphere layer 0",)Tj -0 Tc ( )Tj -0.008 Tw 0.287 -1.216 Td -( )Tj -0 Tw 9.84 0 0 9.84 152.3841 714.4271 Tm -(P)Tj -0.008 Tc 8.88 0 0 8.88 158.3841 714.4271 Tm -(DATUM["Mean Sea Level)Tj -0.01 Tc -0.01 Tw 9.84 0 0 9.84 271.782 714.4271 Tm -(",ANCHOR[")Tj -0.008 Tc 0 Tw 8.88 0 0 8.88 331.782 714.4271 Tm -(1013.25 hPa at 15\260C")Tj -0.01 Tc -0.01 Tw 9.84 0 0 9.84 439.7801 714.4271 Tm -(]])Tj -0 Tc 0 Tw 8.88 0 0 8.88 451.7801 714.4271 Tm -(,)Tj -0.608 0 Td -( )Tj -0.008 Tw -35.501 -1.351 Td -( )Tj -0.008 Tc -0.008 Tw (CS[parametric,1],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["pressure )Tj -/TT1 1 Tf -0 Tc 0 Tw 11.554 0 Td -(\()Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(hPa)Tj -/TT1 1 Tf -0 Tc 0 Tw (\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.162 0 Td -(",up],PARAMETRICUNIT["HectoPascal",100.0]])Tj -/TT1 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 493.5215 690.9071 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 663.7871 Tm -(14)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of te)Tj -(mporal CRSs)Tj -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 636.1871 Tm -[(14.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 2.5 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 612.4271 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(t)5(em)-5(por)4(al)6( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 29.881 0 Td -( )Tj -ET -q -65.754 540.427 139.92 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 588.9071 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(cr)3(s>)]TJ -0 Tc 0 Tw 6.778 0 Td -( )Tj -ET -Q -q -205.674 540.427 28.56 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 588.9071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 540.427 325.92 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 588.9071 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(cr)3(s ke)-1(yw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( <)-1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 23.724 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 577.3871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(t)4(em)-6(por)3(al)5( )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 16.1 0 Td -( )Tj -0.008 Tc -0.003 Tw -16.1 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.008 Tw -17.003 -1.171 Td -[(<)-1(scope)]TJ -0 Tc 0 Tw 3.305 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(ex)4(t)5(ent)5( i)5(dent)5(i)5(f)5(i)5(er)4( r)4(em)-6(ar)4(k)1(>)-1( <)-1(r)4(i)5(ght)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)]TJ -0 Tc 0 Tw 18.495 0 Td -( )Tj -ET -q -234.234 540.427 325.92 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 239.5142 542.8271 Tm -( )Tj -ET -Q -q -65.754 517.147 139.92 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 531.3071 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.844 0 Td -( )Tj -ET -Q -q -205.674 517.147 28.56 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 531.3071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 517.147 325.92 23.28 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 239.5142 531.3071 Tm -[(T)2(I)7(M)-2(E)1(CRS)]TJ -0 Tc 0 Tw 4.573 0 Td -( )Tj -ET -Q -q -65.754 493.627 139.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 508.0271 Tm -[(<)-1(cr)3(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -ET -Q -q -205.674 493.627 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 508.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 493.627 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 508.0271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 484.5071 Tm -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(s)-1( )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)]TJ -0 Tc 0 Tw 23.269 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 457.1471 Tm -[(14.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.011 Tc -0.005 Tw 2.5 0 Td -[(Te)1(m)-5(por)4(a)1(l)6( )1(da)1(t)5(um)]TJ -0 Tc 0 Tw 7.923 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 433.3871 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.016 Tc -0.016 Tw 2.598 0 Td -[(W)1(K)]TJ -0 Tc 0 Tw 1.637 0 Td -(T)Tj -0.621 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(t)5(em)-5(por)4(al)6( )1(dat)5(um)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 19.884 0 Td -( )Tj -ET -q -65.754 373.147 149.28 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 409.8671 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(dat)4(u)-1(m)-6(>)]TJ -0 Tc 0 Tw 8.249 0 Td -( )Tj -ET -Q -q -215.034 373.147 22.56 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 409.8671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 373.147 294.24 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 409.8671 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(dat)4(u)-1(m)-6( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( <)-1(dat)4(um)-6( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 26.665 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 242.8743 398.3471 Tm -[([)5( )1( )1(<)]TJ -8.727 0 Td -[(t)5(em)-5(por)4(al)6( )1(or)4(i)5(gi)6(n)]TJ -0.005 Tc 0 Tw 6.721 0 Td -[(>)-4( )1(])1( )]TJ -0 Tc 1.441 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.89 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -237.594 373.147 294.24 45.84 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 242.8743 375.3071 Tm -( )Tj -ET -Q -q -65.754 303.547 149.28 69.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 364.0271 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(dat)4(u)-1(m)-6( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.315 0 Td -( )Tj -ET -Q -q -215.034 303.547 22.56 69.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 364.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 303.547 294.24 69.6 re -W n -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 242.8743 364.0271 Tm -[(TD)-2(A)-1(TU)]TJ -0.011 Tc -0.006 Tw 3.387 0 Td -[(M)-2( )1(|)7( )1(T)2(I)7(M)-2(EDA)1(T)2(UM)]TJ -0 Tc 0 Tw 7.716 0 Td -( )Tj -ET -Q -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 242.8743 352.9871 Tm -(!! In this International Standard for brevity the )Tj -T* -(preferred keyword is TDATUM, but TIMEDATUM is )Tj --0.008 Tw 0 -1.243 TD -(permitted.)Tj -0 Tc 0 Tw 9.84 0 0 9.84 296.8733 330.4271 Tm -( )Tj -0.01 Tc 0.61 0 Td -(Implementations should be prepared to )Tj --6.097 -1.171 Td -(read both forms.)Tj -/TT1 1 Tf -0 Tc 9.756 0 Td -( )Tj -ET -q -65.754 280.027 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 294.4271 Tm -[(<)-1(dat)4(um)-6( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 6.837 0 Td -( )Tj -ET -Q -q -215.034 280.027 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 294.4271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 280.027 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 294.4271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! S)Tj -(ee 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 245.467 149.28 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 270.9071 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 7.315 0 Td -( )Tj -0.282 0 Td -(>)Tj -0.593 0 Td -( )Tj -ET -Q -q -215.034 245.467 22.56 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 270.9071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 245.467 294.24 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 270.9071 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 7.315 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(k)1(ey)1(w)-3(or)4(d> )]TJ -0 Tc 0 Tw 11.607 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 259.3871 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 7.315 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(des)1(c)1(r)4(i)5(pt)5(i)5(on>)-1( <)-1(r)4(i)5(ght)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)]TJ -0 Tc 0 Tw 13.076 0 Td -( )Tj -ET -q -237.594 245.467 294.24 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 242.8743 247.8671 Tm -( )Tj -ET -Q -q -65.754 221.947 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 236.3471 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 7.315 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(k)1(ey)1(w)-3(or)4(d>)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -215.034 221.947 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 236.3471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 221.947 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 242.8743 236.3471 Tm -[(T)-5(IM)-9(E)-6(O)-8(R)-7(IG)-8(IN)]TJ -0 Tc 0 Tw 6.042 0 Td -( )Tj -ET -Q -q -65.754 198.427 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 212.8271 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(or)3(i)5(gi)5(n)]TJ -0 Tc 0 Tw 7.315 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(des)1(c)1(r)4(i)5(pt)5(i)5(on>)]TJ -0 Tc 0 Tw 5.507 0 Td -( )Tj -ET -Q -q -215.034 198.427 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 212.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 198.427 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 212.8271 Tm -[(<)-1(dat)4(et)4(i)5(m)-6(e>)-1( )1(|)4( <)-1(quot)4(ed )1(Lat)4(i)5(n )1(t)4(ex)2(t)4(>)]TJ -0 Tc 0 Tw 14.612 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 185.4671 Tm -[(14.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.011 Tc -0.005 Tw 2.5 0 Td -[(Te)1(m)-5(por)4(a)1(l)6( )1(c)1(oor)4(di)6(na)1(t)5(e)1( )1(s)]TJ -0.01 Tc -0.01 Tw 10.923 0 Td -[(yst)4(em)]TJ -0 Tc 0 Tw 2.943 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.13 Tw 9.84 0 0 9.84 71.0342 161.9471 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sy)-1(st)3(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5.)4( )1(S)-2(ev)-1(er)3(a)-1(l)5( con)-1(st)4(r)3(ai)5(nt)4(s )1(and )1(r)3(ecom)-6(m)-6(endat)4(i)5(ons )1(f)4(or)3( )1(co)-1(or)3(di)4(nat)4(e )1(syst)4(em)-6(s )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(us)1(ed i)5(n t)5(em)-6(por)4(al)5( C)-3(R)-3(S)-2(s)1( ar)4(e des)1(c)1(r)4(i)5(bed t)5(her)4(e.)]TJ -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 123.0671 Tm -[(14.)5(4)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(E)-2(xam)-6(p)-1(l)5(e )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 5.717 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(t)4(em)-6(p)-1(o)-1(r)3(al)5( )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 13.017 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 100.0271 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.871 0 Td -(TIMECRS["GPS Time",)Tj -0 Tc ( )Tj -0.008 Tw 0.287 -1.27 Td -( )Tj -0.008 Tc 0 Tw (TDATUM["Time origin)Tj --0.008 Tw (",TIMEORIGIN[)Tj -(1980)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 23.716 0 Td -(01)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(01T00:00:00.0Z]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -25.534 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (CS[temporal,1],AXIS["time",future],TIMEUNIT["day",86400.0]])Tj -/TT1 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 471.0284 77.2271 Tm -( )Tj --40.65 -1.22 Td -( )Tj -ET - endstream endobj 13 0 obj <> endobj 14 0 obj <> endobj 15 0 obj <> endobj 16 0 obj <> endobj 17 0 obj <> endobj 189 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 190 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 191 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 192 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 193 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 198 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(40)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -ET -q -31.674 734.587 149.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 748.9871 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)]TJ -0 Tc 0 Tw 12.597 0 Td -( )Tj -ET -Q -q -181.194 734.587 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 734.587 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 748.9871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 721.6271 Tm -[(12.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(C)-3(o)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(syst)4(em)-6(s )1(f)4(o)-1(r)3( )1(i)5(m)-6(ag)-1(e )1(C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 17.602 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.13 Tw 9.84 0 0 9.84 37.1944 698.1071 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sy)-1(st)3(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5.)4( )1(S)-2(ev)-1(e)-1(r)3(a)-1(l)5( con)-1(st)4(r)3(ai)5(nt)4(s )1(and )1(r)3(ecom)-6(m)-6(endat)4(i)5(ons )1(f)4(or)3( )1(co)]TJ -0.009 Tc 0.129 Tw 41.738 0 Td -[(or)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(s)1( )]TJ --0.005 Tw -41.738 -1.171 Td -[(us)1(ed i)5(n i)5(m)-6(age C)-3(R)-3(S)-2(s)1( ar)4(e des)1(c)1(r)4(i)5(bed t)5(her)4(e.)]TJ -0 Tc 0 Tw 18.583 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 647.9471 Tm -(13)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of parametric CRSs)Tj -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 620.1071 Tm -[(13.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 2.5 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 596.5871 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(par)4(am)-5(et)5(r)4(i)6(c)1( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 30.728 0 Td -( )Tj -ET -q -31.674 524.587 140.16 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 573.0671 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s>)]TJ -0 Tc 0 Tw 7.625 0 Td -( )Tj -ET -Q -q -171.834 524.587 28.32 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 573.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 524.587 325.92 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 573.0671 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)]TJ -0 Tc 0 Tw 18.639 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.282 0 Td -[(<)-1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 561.5471 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(par)3(am)-6(et)4(r)3(i)5(c )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 16.947 0 Td -( )Tj -0.008 Tc -0.003 Tw -16.947 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -200.154 524.587 325.92 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 205.4344 526.9871 Tm -( )Tj -ET -Q -q -31.674 501.067 140.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 515.4671 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.691 0 Td -( )Tj -ET -Q -q -171.834 501.067 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 515.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 501.067 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 205.4344 515.4671 Tm -[(P)1(A)1(RA)1(M)-2(E)1(T)2(RI)7(CCRS)]TJ -0 Tc 0 Tw 8.808 0 Td -( )Tj -ET -Q -q -31.674 477.787 140.16 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 491.9471 Tm -[(<)-1(cr)3(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -ET -Q -q -171.834 477.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 491.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 477.787 325.92 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 491.9471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0 Tc 0 Tw 19.715 0 Td -(!)Tj -0.01 Tc 0.61 0 Td -(! See 7.2)Tj -/TT1 1 Tf -0 Tc 5.488 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 468.6671 Tm -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(s)-1( )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)]TJ -0 Tc 0 Tw 23.269 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 441.3071 Tm -[(13.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(P)-2(ar)3(am)-6(et)4(r)3(i)5(c )1(d)-1(at)4(u)-1(m)]TJ -0 Tc 0 Tw 8.603 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 417.5471 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(par)4(am)-5(et)5(r)4(i)6(c)1( )1(dat)5(um)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 20.731 0 Td -( )Tj -ET -q -31.674 357.067 149.52 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 394.0271 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(da)-1(t)4(um)-6(>)]TJ -0 Tc 0 Tw 9.095 0 Td -( )Tj -ET -Q -q -181.194 357.067 22.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 394.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 357.067 294.24 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 394.0271 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(da)-1(t)4(u)-1(m)-6( keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)4(m)-6(i)4(t)4(e)-1(r)3(>)-1( )1(<)-1(dat)4(um)-6( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 27.511 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 209.0342 382.5071 Tm -[([)5( )1( )1()-1( ])5( )]TJ -0 Tc 0 Tw 4.548 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.383 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -203.514 357.067 294.24 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 209.0342 359.4671 Tm -( )Tj -ET -Q -q -31.674 287.707 149.52 69.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 347.9471 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(da)-1(t)4(um)-6( keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.161 0 Td -( )Tj -ET -Q -q -181.194 287.707 22.32 69.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 347.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 287.707 294.24 69.36 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 209.0342 347.9471 Tm -[(PD)-1(AT)1(U)-1(M)-3( |)7( PAR)-1(AM)-3(ET)1(R)-1(I)6(C)-1(D)-1(AT)1(U)-1(M)]TJ -0 Tc 0 Tw 15.395 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 209.0342 337.1471 Tm -(!! In this International Standard for brevity the )Tj -0 -1.297 TD -(preferred keyword is PDATUM, but PARAMETRICLDATUM is )Tj --0.008 Tw 0 -1.243 TD -(permitted.)Tj -0 Tc 0 Tw 9.84 0 0 9.84 263.0332 314.5871 Tm -( )Tj -0.01 Tc -0.01 Tw 0.61 0 Td -(Implementations )Tj -ET -q -203.514 287.707 294.24 69.36 re -W n -BT -/TT2 1 Tf -0 Tw 9.84 0 0 9.84 365.0332 314.5871 Tm -(should be prepared to )Tj -ET -Q -BT -/TT2 1 Tf -0 Tw 9.84 0 0 9.84 209.0342 303.0671 Tm -(read both forms.)Tj -/TT1 1 Tf -0 Tc 9.756 0 Td -( )Tj -ET -q -31.674 264.187 149.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 278.5871 Tm -[(<)-1(dat)4(um)-6( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 6.837 0 Td -( )Tj -ET -Q -q -181.194 264.187 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 278.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 264.187 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 278.5871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 229.627 149.52 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 255.0671 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3(>)]TJ -0 Tc 0 Tw 7.401 0 Td -( )Tj -ET -Q -q -181.194 229.627 22.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 255.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 229.627 294.24 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 255.0671 Tm -[(<)-1(dat)4(um)-6( )1(anchor)2( )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)4(t)4(e)-1(r)3(>)-1( )]TJ -0 Tc 0 Tw 18.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 243.5471 Tm -[(<)-1(dat)4(um)-6( )1(anchor)2( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(de)-1(l)5(i)4(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 20.166 0 Td -( )Tj -ET -q -203.514 229.627 294.24 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 209.0342 232.0271 Tm -( )Tj -ET -Q -q -31.674 206.107 149.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 220.5071 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.467 0 Td -( )Tj -ET -Q -q -181.194 206.107 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 220.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 206.107 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 209.0342 220.5071 Tm -[(A)1(NCHO)-1(R)]TJ -0 Tc 0 Tw 4.403 0 Td -( )Tj -ET -Q -q -31.674 182.587 149.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 196.9871 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)]TJ -0 Tc 0 Tw 12.597 0 Td -( )Tj -ET -Q -q -181.194 182.587 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 196.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 182.587 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 196.9871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 169.6271 Tm -[(13.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(P)-2(ar)3(am)-6(et)4(r)3(i)5(c )1(co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(syst)4(em)]TJ -0 Tc 0 Tw 14.547 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.13 Tw 9.84 0 0 9.84 37.1944 146.1071 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sy)-1(st)3(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5.)4( )1(S)-2(ev)-1(e)-1(r)3(a)-1(l)5( con)-1(st)4(r)3(ai)5(nt)4(s )1(and )1(r)3(ecom)-6(m)-6(endat)4(i)5(ons )1(f)4(or)3( )1(co)-1(or)3(di)4(nat)4(e )1(syst)4(em)-6(s )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(us)1(ed i)5(n par)4(am)-6(et)5(r)4(i)5(c)1( C)-3(R)-3(S)-2(s)1( ar)4(e des)1(c)1(r)4(i)5(bed t)5(her)4(e.)]TJ -0 Tc 0 Tw ( )Tj -ET - endstream endobj 197 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(39)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 749.7071 Tm -[(EX)1(AM)-2(PL)2(E 2)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc 2.026 0 Td -(ENGINEERINGCRS["Astra Minas Grid",)Tj -0 Tc ( )Tj -0.008 Tw 0.327 -1.27 Td -( )Tj -0.008 Tc 0 Tw (ENGINEERINGDATUM["Astra Minas"],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (CS[Car)Tj -(tesian,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS["northing )Tj -/TT1 1 Tf -0 Tc 0 Tw 11.554 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -12.837 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["westing )Tj -/TT1 1 Tf -0 Tc 0 Tw 10.946 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",west,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -12.229 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (ID["EPSG",5800]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -9.84 0 0 9.84 71.0342 668.8271 Tm -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 646.0271 Tm -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.026 0 Td -(ENGCRS["A ship)Tj -0 Tc (-)Tj -0.008 Tc 9.121 0 Td -(centred CRS",)Tj -0 Tc ( )Tj -0.008 Tw -8.795 -1.27 Td -( )Tj -0.008 Tc 0 Tw (EDATUM["Ship reference point",ANCHOR["Centre of buoyancy"]],)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian)Tj -(,3],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(x)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",forward],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",starboard],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(z)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",down],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]])Tj -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 550.2671 Tm -(12)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of image CRSs)Tj -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 522.4271 Tm -[(12.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 2.5 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 498.6671 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(i)6(m)-5(age )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 29.26 0 Td -( )Tj -ET -q -65.754 426.907 139.92 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 475.3871 Tm -[(<)-1(i)5(m)-6(age )1(cr)3(s>)]TJ -0 Tc 0 Tw 5.592 0 Td -( )Tj -ET -Q -q -205.674 426.907 28.56 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 475.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 426.907 325.92 57.6 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 475.3871 Tm -[(<)-6(im)-11(a)]TJ -0.009 Tc -0.005 Tw 2.232 0 Td -[(ge c)1(r)4(s)1( k)1(ey)1(w)-3(or)4(d>)-1( <)-1(l)5(ef)5(t)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)-1( <)-1(c)1(r)4(s)1( nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 20.306 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 463.8671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(i)5(m)-6(age )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 14.914 0 Td -( )Tj -0.008 Tc -0.003 Tw -14.914 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -234.234 426.907 325.92 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 239.5142 429.3071 Tm -( )Tj -ET -Q -q -65.754 403.387 139.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 417.7871 Tm -[(<)-1(i)5(m)-6(age )1(cr)3(s )1(ke)-1(yw)-4(or)3(d>)]TJ -0 Tc 0 Tw 9.658 0 Td -( )Tj -ET -Q -q -205.674 403.387 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 417.7871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 403.387 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 239.5142 417.7871 Tm -[(I)7(M)-2(A)1(G)-1(E)1(CRS)]TJ -0 Tc 0 Tw 5.421 0 Td -( )Tj --5.421 -1.171 Td -( )Tj -ET -Q -q -65.754 379.867 139.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 394.2671 Tm -[(<)-1(cr)3(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -ET -Q -q -205.674 379.867 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 394.2671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 379.867 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 394.2671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0.005 Tw 14.913 0 Td -[( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 4.802 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 370.7471 Tm -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(s)-1( )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)]TJ -0 Tc 0 Tw 23.269 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 343.3871 Tm -[(12.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.005 Tw 2.5 0 Td -[(I)5(m)-6(ag)-1(e d)-1(at)4(u)-1(m)]TJ -0 Tc 0 Tw 6.282 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 319.8671 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(i)6(m)-5(age )1(dat)5(um)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 19.264 0 Td -( )Tj -ET -q -65.754 247.867 149.28 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 296.3471 Tm -[(<)-1(i)5(m)-6(age )1(dat)4(um)-6(>)]TJ -0 Tc 0 Tw 7.063 0 Td -( )Tj -ET -Q -q -215.034 247.867 22.56 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 296.3471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 247.867 294.24 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 296.3471 Tm -[(<)-1(i)5(m)-6(age )1(dat)4(um)-6( keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( <)-1(dat)4(um)-6( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 25.479 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 284.8271 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(pi)5(x)3(el)5(i)5(nce)]TJ -0.003 Tc 12.112 0 Td -[(l)-1(l)-1(>)]TJ -0 Tc 0 Tw 1.045 0 Td -( )Tj -0.009 Tc -0.004 Tw -13.157 -1.171 Td -[([)5( )1( )1( )1(])5( )]TJ -0 Tc 0 Tw 16.383 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.383 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -237.594 247.867 294.24 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 242.8743 250.2671 Tm -( )Tj -ET -Q -q -65.754 178.987 149.28 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 238.7471 Tm -[(<)-1(i)5(m)-6(age )1(dat)4(um)-6( keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.129 0 Td -( )Tj -ET -Q -q -215.034 178.987 22.56 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 238.7471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 178.987 294.24 68.88 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 242.8743 238.7471 Tm -[(I)7(DA)1(T)2(UM)-2( )1(|)7( )1(I)7(M)-2(A)1(G)-1(E)1(DA)1(T)2(UM)]TJ -0 Tc 0 Tw 11.613 0 Td -( )Tj -ET -Q -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 242.8743 227.7071 Tm -(!! In this International Standard for brevity the )Tj -T* -(preferred keyword is IDATUM, but IMAGEDATUM is )Tj --0.008 Tw 0 -1.243 TD -(permitted.)Tj -0 Tc 0 Tw 9.84 0 0 9.84 296.8733 205.1471 Tm -( )Tj -0.01 Tc -0.01 Tw 0.61 0 Td -(Imp)Tj -0 Tw (lementations should be prepared to )Tj --6.097 -1.171 Td -(read both forms.)Tj -0 Tc 9.756 0 Td -( )Tj -ET -q -237.594 178.987 294.24 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 242.8743 181.3871 Tm -( )Tj -ET -Q -q -65.754 155.467 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 169.8671 Tm -[(<)-1(dat)4(um)-6( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 6.837 0 Td -( )Tj -ET -Q -q -215.034 155.467 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 169.8671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 155.467 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 169.8671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 131.947 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 146.3471 Tm -[(<)-6(p)-5(ix)-2(e)-5(lin)-5(c)-5(e)-5(ll>)]TJ -0 Tc 0 Tw 5.588 0 Td -( )Tj -ET -Q -q -215.034 131.947 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 146.3471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 131.947 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 242.8743 146.3471 Tm -[(c)1(el)6(l)6(C)-3(ent)5(r)4(e |)5( c)1(el)6(l)6(C)-3(ent)5(er)4( |)5( c)1(el)6(l)6(C)-3(or)4(ner)]TJ -0 Tc 0 Tw 15.437 0 Td -( )Tj -ET -Q -q -65.754 97.387 149.28 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 122.8271 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3(>)]TJ -0 Tc 0 Tw 7.401 0 Td -( )Tj -ET -Q -q -215.034 97.387 22.56 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 122.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 97.387 294.24 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 122.8271 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)4(t)4(e)-1(r)3(>)-1( )]TJ -0 Tc 0 Tw 18.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 111.3071 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(d)-1(el)4(i)5(m)-7(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 20.166 0 Td -( )Tj -ET -q -237.594 97.387 294.24 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 242.8743 99.7871 Tm -( )Tj -ET -Q -q -65.754 73.867 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 88.2671 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.467 0 Td -( )Tj -ET -Q -q -215.034 73.867 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 88.2671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 73.867 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 242.8743 88.2671 Tm -[(A)1(NCHO)-1(R)]TJ -0 Tc 0 Tw 4.403 0 Td -( )Tj -ET -Q - endstream endobj 196 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(38)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -ET -q -31.674 700.747 140.16 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 748.9871 Tm -[(<)-1(engi)5(neer)3(i)5(ng cr)3(s)-1(>)]TJ -0 Tc 0 Tw 8.134 0 Td -( )Tj -ET -Q -q -171.834 700.747 28.32 57.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 700.747 325.92 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 748.9871 Tm -[(<)-1(engi)5(neer)3(i)5(ng cr)3(s)-1( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-7(i)5(t)4(er)3(>)-1( )1(<)-1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 25.079 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 737.4671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(engi)5(neer)3(i)5(ng )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 17.456 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.456 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(n)]TJ --0.004 Tw 11.495 0 Td -[(a)-1(t)4(e)-1( syst)4(e)-1(m)-7(>)]TJ -0 Tc 0 Tw 5.508 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.146 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -200.154 700.747 325.92 57.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 205.4344 703.1471 Tm -( )Tj -ET -Q -q -31.674 631.627 140.16 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 691.6271 Tm -[(<)-1(engi)5(neer)3(i)5(ng cr)3(s)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.2 0 Td -( )Tj -ET -Q -q -171.834 631.627 28.32 69.12 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 691.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 631.627 325.92 69.12 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 205.4344 691.6271 Tm -[(E)1(NG)-1(CRS)1( |)8( E)1(NG)-1(I)7(NE)1(E)1(RI)7(NG)-1(CRS)]TJ -0 Tc 0 Tw 14.437 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 205.4344 681.0671 Tm -(!! In this International Standard for brevity the )Tj -0 -1.171 TD -(preferred keyword is ENGCRS. ENGINEERINGCRS is )Tj -T* -(permitted. Implementations should be pr)Tj -23.78 0 Td -(epared to )Tj --23.78 -1.171 Td -(read both forms.)Tj -0 Tc 9.756 0 Td -( )Tj -ET -q -200.154 631.627 325.92 69.12 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 205.4344 634.0271 Tm -( )Tj -ET -Q -q -31.674 608.107 140.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 622.5071 Tm -[(<)-1(cr)3(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -ET -Q -q -171.834 608.107 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 622.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 608.107 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 622.5071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 598.9871 Tm -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(s)-1( )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)]TJ -0 Tc 0 Tw 23.269 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 571.6271 Tm -[(11.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.011 Tc -0.005 Tw 2.5 0 Td -[(E)-1(ngi)6(ne)1(e)1(r)4(i)6(ng )1(da)1(t)5(um)]TJ -0 Tc 0 Tw 9.225 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 548.1071 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )]TJ --0.009 Tw 7.908 0 Td -(an)Tj -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 1.413 0 Td -[(engi)5(neer)4(i)5(ng dat)5(um)-6( s)1(hal)5(l)5( be:)]TJ -0 Tc 0 Tw 12.484 0 Td -( )Tj -ET -q -31.674 487.627 149.52 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 524.5871 Tm -[(<)-1(engi)5(neer)3(i)5(ng dat)4(um)-6(>)]TJ -0 Tc 0 Tw 9.604 0 Td -( )Tj -ET -Q -q -181.194 487.627 22.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 524.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 487.627 294.24 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 524.5871 Tm -[(<)-1(engi)5(neer)3(i)5(ng dat)4(um)-6( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(d)-1(el)4(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(dat)4(um)-6( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 28.02 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 209.0342 513.0671 Tm -[([)5( )1( )1( )1(])5( )]TJ -0 Tc 0 Tw 16.383 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.383 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -203.514 487.627 294.24 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 209.0342 490.0271 Tm -( )Tj -ET -Q -q -31.674 418.267 149.52 69.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 478.5071 Tm -[(<)-1(engi)5(neer)3(i)5(ng dat)4(um)-6( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.67 0 Td -( )Tj -ET -Q -q -181.194 418.267 22.32 69.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 478.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 418.267 294.24 69.36 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 209.0342 478.5071 Tm -[(E)1(DA)1(T)2(UM)-2( |)8( E)1(NG)-1(I)7(NE)1(E)1(RI)7(NG)-1(DA)1(T)2(UM)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 209.0342 467.4671 Tm -(!! In this Internati)Tj -(onal Standard for brevity the )Tj -0 -1.297 TD -(preferred keyword is EDATUM, but ENGINEERINGDATUM is )Tj --0.008 Tw 0 -1.243 TD -(permitted.)Tj -0 Tc 0 Tw 9.84 0 0 9.84 263.0332 444.9071 Tm -( )Tj -ET -q -203.514 418.267 294.24 69.36 re -W n -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 269.0332 444.9071 Tm -(Implementations should be prepared to )Tj -ET -Q -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 209.0342 433.6271 Tm -(read both forms.)Tj -/TT1 1 Tf -0 Tc 9.756 0 Td -( )Tj -ET -q -31.674 394.747 149.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 409.1471 Tm -[(<)-1(dat)4(um)-6( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 6.837 0 Td -( )Tj -ET -Q -q -181.194 394.747 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 409.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 394.747 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 409.1471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 360.187 149.52 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 385.6271 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3(>)]TJ -0 Tc 0 Tw 7.401 0 Td -( )Tj -ET -Q -q -181.194 360.187 22.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 385.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 360.187 294.24 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 385.6271 Tm -[(<)-1(dat)4(um)-6( )1(anchor)2( )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)4(t)4(e)-1(r)3(>)-1( )]TJ -0 Tc 0 Tw 18.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 374.1071 Tm -[(<)-1(dat)4(um)-6( )1(anchor)2( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(de)-1(l)5(i)4(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 20.166 0 Td -( )Tj -ET -q -203.514 360.187 294.24 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 209.0342 362.5871 Tm -( )Tj -ET -Q -q -31.674 336.667 149.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 351.0671 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.467 0 Td -( )Tj -ET -Q -q -181.194 336.667 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 351.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 336.667 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 209.0342 351.0671 Tm -[(A)1(NCHO)-1(R)]TJ -0 Tc 0 Tw 4.403 0 Td -( )Tj -ET -Q -q -31.674 313.147 149.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 327.5471 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)]TJ -0 Tc 0 Tw 12.597 0 Td -( )Tj -ET -Q -q -181.194 313.147 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 186.4744 327.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -203.514 313.147 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 209.0342 327.5471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 300.1871 Tm -[(11.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.012 Tc -0.006 Tw 2.5 0 Td -[(C)-1(o)1(o)1(r)5(d)1(i)7(n)1(a)2(t)6(e)2( )1(s)2(y)2(s)2(t)6(e)2(m)-4(s)2( )1(f)6(o)1(r)5( )1(e)2(n)1(g)1(i)7(n)1(e)2(e)2(r)5(i)7(n)1(g)1( )1(C)-1(R)-1(Ss)]TJ -0 Tc 0 Tw 20.431 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.13 Tw 9.84 0 0 9.84 37.1944 276.6671 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sy)-1(st)3(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5.)4( )]TJ -0.009 Tc 0.129 Tw 19.269 0 Td -[(S)-2(ever)3(al)5( c)1(ons)1(t)4(r)3(ai)5(nt)4(s)1( and r)3(ec)1(om)-6(m)-6(endat)4(i)5(ons)1( f)4(or)3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(s)1( )]TJ --0.005 Tw -19.269 -1.171 Td -[(us)1(ed i)5(n engi)5(neer)4(i)5(ng C)-3(R)-3(S)-2(s)1( ar)4(e des)1(c)1(r)4(i)5(bed t)5(her)4(e.)]TJ -0 Tc 0 Tw 21.124 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 237.7871 Tm -[(11.)5(4)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(E)-2(xam)-6(p)-1(l)5(es )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 6.283 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.011 Tc -0.005 Tw 0.283 0 Td -[(de)1(s)1(c)1(r)4(i)6(bi)6(ng )1(a)1(n )1(e)1(ngi)6(ne)1(e)1(r)4(i)6(ng )1(C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 214.7471 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc 2.026 0 Td -(ENGCRS["A construction site CRS",)Tj -0 Tc ( )Tj -0.008 Tw 0.287 -1.27 Td -( )Tj -0.008 Tc 0 Tw (EDATUM["P1",ANCHOR["Peg in south corner"]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (CS[Cartes)Tj -(ian,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (AXIS["site east",southWest,ORDER[1]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (AXIS["site north",southEast,ORDER[2]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0.039 -1.297 Td -( )Tj -0.008 Tc 0 Tw (TIMEEXTENT["date/time t1","date/time t2"]])Tj -0 Tc ( )Tj -/TT1 1 Tf -9.84 0 0 9.84 37.1944 133.8671 Tm -( )Tj -ET - endstream endobj 195 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(37)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -ET -q -65.754 689.227 139.92 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 748.9871 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.109 0 Td -( )Tj -ET -Q -q -205.674 689.227 28.56 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 689.227 325.92 68.88 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 239.5142 748.9871 Tm -[(V)1(E)1(RT)2(CRS)1( |)8( V)1(E)1(RT)2(I)7(CA)1(L)3(CRS)]TJ -0 Tc 0 Tw 12.8 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 239.5142 738.4271 Tm -(!! In this Inte)Tj -9.756 0 Td -(rnational Standard for brevity the )Tj --9.756 -1.171 Td -(preferred keyword is VERTCRS. VERTICALCRS is )Tj -0 -1.146 TD -(permitted. Implementations should be prepared to )Tj -0 -1.171 TD -(read both forms.)Tj -0 Tc 9.756 0 Td -( )Tj -ET -q -234.234 689.227 325.92 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 239.5142 691.6271 Tm -( )Tj -ET -Q -q -65.754 665.707 139.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 680.1071 Tm -[(<)-1(cr)3(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -ET -Q -q -205.674 665.707 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 211.1944 680.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 665.707 325.92 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 680.1071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 656.5871 Tm -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(e)]TJ -0.009 Tc -0.004 Tw 10.137 0 Td -[(r)4( )1(r)4(em)-5(ar)4(k)1(> )1(i)6(s)1( )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )1(7.)5(3.)]TJ -0 Tc 0 Tw 13.132 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 629.2271 Tm -[(10.)5(2)]TJ -0 Tc 0 Tw ( )Tj -0.006 Tc 2.5 0 Td -[(V)-6(e)-4(r)-1(ti)1(c)-4(a)-4(l)1( )1(d)-5(a)-4(tu)-5(m)]TJ -0 Tc 7.018 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 605.4671 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(ver)4(t)5(i)6(c)1(al)6( )1(dat)5(um)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 19.15 0 Td -( )Tj -ET -q -65.754 545.227 149.28 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 581.9471 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(dat)3(um)-6(>)]TJ -0 Tc 0 Tw 7.514 0 Td -( )Tj -ET -Q -q -215.034 545.227 22.56 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 581.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 545.227 294.24 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 581.9471 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(dat)3(um)-6( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(de)-1(l)5(i)4(m)-6(i)4(t)4(er)3(>)-1( )1(<)-1(dat)4(um)-6( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 25.93 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 242.8743 570.6671 Tm -[([)5( )1( )1( )1(])5( )]TJ -0 Tc 0 Tw 16.383 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.383 -1.171 Td -[([)5( )1({)4( )1( )1()-3( )1(})1( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 1.78 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1( )1(<)-1(r)3(i)5(ght)4( de)-1(l)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 7.851 0 Td -( )Tj -ET -q -237.594 545.227 294.24 45.84 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 242.8743 547.6271 Tm -( )Tj -ET -Q -q -65.754 475.627 149.28 69.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 536.1071 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(dat)3(um)-6( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.58 0 Td -( )Tj -ET -Q -q -215.034 475.627 22.56 69.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 536.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 475.627 294.24 69.6 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 242.8743 536.1071 Tm -[(VD)-1(AT)1(U)-1(M)-3( |)7( VER)-1(T)1(I)6(C)-1(AL)2(D)-1(AT)1(U)-1(M)]TJ -0 Tc 0 Tw 13.702 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 242.8743 525.0671 Tm -(!! In this International Standard for brevity the )Tj -0 -1.297 TD -(preferred keyword is VDATUM, but VERTICALDATUM is )Tj --0.008 Tw 0 -1.243 TD -(permitted.)Tj -0 Tc 0 Tw 9.84 0 0 9.84 296.8733 502.5071 Tm -( )Tj -0.01 Tc 0.61 0 Td -(Implementations should be prepared to )Tj --6.097 -1.171 Td -(read both forms.)Tj -/TT1 1 Tf -0 Tc 9.756 0 Td -( )Tj -ET -q -65.754 452.107 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 466.5071 Tm -[(<)-1(dat)4(um)-6( )1(na)]TJ --0.008 Tw 4.831 0 Td -[(m)-6(e>)]TJ -0 Tc 0 Tw 2.006 0 Td -( )Tj -ET -Q -q -215.034 452.107 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 466.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 452.107 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 466.5071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 417.787 149.28 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 442.9871 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3(>)]TJ -0 Tc 0 Tw 7.401 0 Td -( )Tj -ET -Q -q -215.034 417.787 22.56 34.32 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 442.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 417.787 294.24 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 442.9871 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)4(t)4(e)-1(r)3(>)-1( )]TJ -0 Tc 0 Tw 18.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 242.8743 431.4671 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(d)-1(el)4(i)5(m)-7(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 20.166 0 Td -( )Tj -ET -q -237.594 417.787 294.24 34.32 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 242.8743 419.9471 Tm -( )Tj -ET -Q -q -65.754 394.267 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 408.6671 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.467 0 Td -( )Tj -ET -Q -q -215.034 394.267 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 408.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 394.267 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 242.8743 408.6671 Tm -[(A)1(NCHO)-1(R)]TJ -0 Tc 0 Tw 4.403 0 Td -( )Tj -ET -Q -q -65.754 370.747 149.28 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 385.1471 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)]TJ -0 Tc 0 Tw 12.597 0 Td -( )Tj -ET -Q -q -215.034 370.747 22.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 220.5542 385.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -237.594 370.747 294.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 242.8743 385.1471 Tm -[(<)-1(quot)]TJ -0.009 Tc -0.005 Tw 2.571 0 Td -[(ed Lat)5(i)5(n t)5(ex)4(t)5(>)]TJ -0 Tc 0 Tw 6.127 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 362.3471 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -2.026 0 Td -(V)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(DATUM["Newlyn"])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -8.266 -1.946 Td -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc 2.026 0 Td -(VERTICALDATUM["Newlyn",ANCHOR["Mean Sea Level 1915 to 1921."]])Tj -/TT1 1 Tf -0 Tc ( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 317.4671 Tm -[(10.)5(3)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(V)-2(er)3(t)4(i)5(cal)5( )1(co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(syst)4(em)]TJ -0 Tc 0 Tw 12.962 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.13 Tw 9.84 0 0 9.84 71.0342 293.7071 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sy)-1(st)3(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5.)4( )1(S)-2(ev)-1(er)3(a)-1(l)5( con)-1(st)4(r)3(ai)5(nt)4(s )1(and )1(r)3(ecom)-6(m)-6(endat)4(i)5(ons )1(f)4(or)3( )1(co)-1(or)3(di)4(nat)4(e )1(syst)4(em)-6(s )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(us)1(ed i)5(n v)]TJ -4.068 0 Td -[(er)4(t)5(i)5(c)1(al)5( C)-3(R)-3(S)-2(s)1( ar)4(e des)1(c)1(r)4(i)5(bed t)5(her)4(e.)]TJ -0 Tc 0 Tw 14.966 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 254.8271 Tm -[(10.)5(4)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.004 Tw 2.5 0 Td -[(E)-2(xam)-6(p)-1(l)5(e )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 5.717 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(v)-1(er)3(t)4(i)5(cal)5( )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 12.284 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 232.0271 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 2.871 0 Td -(VERTCRS["NAVD88",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0.287 -1.297 Td -( )Tj -0.008 Tc 0 Tw (VDATUM["North American Vertical Datum 1988"],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (CS[vertical,1],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["gravity)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 10.946 0 Td -(related height )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT3 1 Tf -9.459 0 Td -(H)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",up],LENGTHUNIT["metre",1.0]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 170.5871 Tm -(11)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of )Tj -(engineering CRSs)Tj -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 71.0342 142.7471 Tm -[(11.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 2.5 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 119.2271 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(engi)6(neer)4(i)6(ng )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 31.802 0 Td -( )Tj -ET - endstream endobj 194 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(36)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT2 1 Tf -0.008 Tw 8.88 0 0 8.88 97.1944 750.4271 Tm -( )Tj -0.008 Tc -0.008 Tw (ELLI)Tj -0 Tw (PSOID["Clarke 1866",20925832.164,294.97869821,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219]]]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc -0.008 Tw (CONVERSION[")Tj -0 Tw (Texas South Central)Tj -0 Tc ( )Tj -0.008 Tc -0.008 Tw 20.675 0 Td -(SPCS27",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -20.675 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw (METHOD[")Tj -0 Tw (Lambert Conic Conformal \(2SP\))Tj --0.008 Tw (",ID["EPSG",9802]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of false origin",27.83)Tj --0.008 Tw (333333333333,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8821]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Longitude of false origin",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 26.148 0 Td -(99.0,)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -26.148 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8822]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of 1st standard parallel",28.383333333333,)Tj -0 Tc ( )Tj -0 -1.162 TD -( )Tj -0.008 Tw 0.608 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8823]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -0.608 -1.189 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of 2nd standard parallel",30.283333333333,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8824]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["Easting at false origin",2000000.0,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNI)Tj -0 Tw (T["US survey foot",0.304800609601219],ID["EPSG",8826]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Northing at false origin",0.0,)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (LENGTHUNIT["US survey foot",0.304800609601219],ID["EPSG",8827]]],)Tj -0 Tc 43.175 0 Td -( )Tj -0.008 Tw -43.175 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.243 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.162 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["US)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc 11.554 0 Td -(survey foot",0.304800609601219],)Tj -0 Tc ( )Tj -0.008 Tw -11.554 -1.189 Td -( )Tj -0.008 Tc 0 Tw (REMARK["Fundamental point: Meade's Ranc)Tj -(h KS, latitude 39\26013'26.686""N,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc 0 Tw (longitude 98\26032'30.506""W."]])Tj -/TT1 1 Tf -0 Tc ( )Tj -0.009 Tc -0.005 Tw -6.757 -2.622 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.026 0 Td -(PROJCRS["NAD83 UTM 10",)Tj -0 Tc ( )Tj -0.008 Tw 0.287 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (BASEGEODCRS["NAD83\(86\)",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ELLIPSOID[")Tj -0 Tw (GRS 1980",6378137,298.257222101)Tj --0.008 Tw (]],)Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 33.559 0 Td -[(\()3(def)4(aul)5(t)4( )1(l)5(eng)-1(t)4(h )1(uni)5(t)4( )1(i)5(s)1( )1(m)-5(et)4(r)3(e\))]TJ -/TT2 1 Tf -0 Tc 0 Tw 12.562 0 Td -( )Tj -0.008 Tw -46.121 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degre)Tj -(e",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -33.559 0 Td -(\()Tj -/TT1 1 Tf -0.008 Tc -0.004 Tw 0.608 0 Td -[(f)4(or)3( angul)5(ar)3( par)3(am)-5(et)4(er)3( uni)5(t)4(s)1(\))]TJ -0 Tc 0 Tw 12.505 0 Td -( )Tj -/TT2 1 Tf -0.008 Tw -46.672 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (PRIMEM["Greenwich",0],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (CONVERSION["UTM zone 10N",ID["EPSG",16010],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc 0 Tw (METHOD["Transverse Mercator"],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (PAR)Tj -0 Tw (AMETER["Latitude of natural origin",0.0],)Tj -0 Tc ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 33.559 0 Td -[(\()3(uni)5(t)4( )1(t)4(ak)1(en f)4(r)3(o)-1(m)-5( )1(bas)1(e )1(C)-2(R)-2(S)-2(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -0.008 Tw -33.559 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Longitude of natural origin",)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 27.364 0 Td -(123.0],)Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 6.194 0 Td -[(\()3(uni)5(t)4( )1(t)4(ak)1(en f)4(r)3(o)-1(m)-5( )1(bas)1(e )1(C)-2(R)-2(S)-2(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -0.008 Tw -33.559 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Scale factor",0.9996],)Tj -0 Tc ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 33.559 0 Td -[(\()3(uni)5(t)4( )1(c)1(onver)2(s)1(i)5(on )1(i)5(s)1( )1(t)4(o )1(uni)5(t)4(y)1(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw 12.054 0 Td -( )Tj -0.008 Tw -45.613 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["False easting",500000.0])Tj -0 Tc (,)Tj -24.324 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 9.235 0 Td -[(\()3(uni)5(t)4( )1(t)4(ak)1(en f)4(r)3(o)-1(m)-5( )1(C)-2(S)-2( )1(ax)4(i)5(s)1(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -0.008 Tw -33.559 -1.297 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["False northing",0.0]],)Tj -0 Tc ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 33.559 0 Td -[(\()3(uni)5(t)4( )1(t)4(ak)1(en f)4(r)3(o)-1(m)-5( )1(C)-2(S)-2( )1(ax)4(i)5(s)1(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -0.008 Tw -33.559 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(E)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(N)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.325 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],)Tj -0 Tc 0 Tw ( )Tj -33.519 0 Td -(\()Tj -/TT1 1 Tf -0.008 Tc -0.004 Tw 0.608 0 Td -[(f)4(or)3( l)5(i)5(near)3( par)3(am)-5(et)4(er)3( uni)5(t)4(s)1(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw 11.603 0 Td -( )Tj -0.008 Tw -45.731 -1.297 Td -( )Tj -0.008 Tc 0 Tw (REMARK["In this exampl)Tj -(e units are implied. This is allowed for backward )Tj -1.599 -1.297 Td -(compatibility. It is recommended that units are explicitly given in the \ )Tj -0 -1.27 TD -(string, as in the previous two examples."]])Tj -0 Tc ( )Tj --1.599 -1.297 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.008 Tw -7.984 -1.27 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.007 Tc 0.081 Tw 2.59 0 Td -[(T)-1(hi)4(s ex)4(am)-5(pl)4(e i)4(s i)4(ncl)4(uded f)3(or)3( backw)-3(ar)3(ds com)-5(pat)3(i)4(bi)4(l)4(i)4(t)3(y t)3(o show)-3( t)3(he i)4(m)-5(pl)4(i)4(ci)4(t)3( descr)3(i)4(pt)3(i)4(o)]TJ -37.929 0 Td -[(n )1(of)4( )1(par)3(am)-5(et)4(er)3( )1(uni)5(t)4(s)1(.)4( )1(I)4(t)4( )1(i)5(s)1( )]TJ --0.003 Tw -43.335 -1.189 Td -[(r)3(ec)1(om)-5(m)-5(ended )1(t)4(hat)4( )1(uni)5(t)4(s)1( )1(ar)3(e )1(ex)4(pl)5(i)5(c)1(i)5(t)4(l)5(y)1( gi)5(ven )1(i)5(n )1(t)4(he )1(s)1(t)4(r)3(i)5(ng,)4( )1(as)1( )1(i)5(n )1(t)4(he )1(pr)3(evi)5(ous)1( )1(t)4(w)-2(o )1(ex)4(am)-5(pl)5(es)1(.)]TJ -0 Tc 0 Tw 40.217 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 215.4671 Tm -(10)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -[(representation of v)-1(ertical CRSs)]TJ -( )Tj -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 187.8671 Tm -[(10.)5(1)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw 2.5 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 164.1071 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(ver)4(t)5(i)6(c)1(al)6( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 29.146 0 Td -( )Tj -ET -q -31.674 92.347 140.16 57.36 re -W n -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 37.1944 140.5871 Tm -[(<)1(v)1(e)]TJ -0.005 Tc 0 Tw 1.668 0 Td -[(rt)1(i)2(c)-3(a)-4(l)2( )1(c)-3(rs)-3(>)]TJ -0 Tc 4.376 0 Td -( )Tj -ET -Q -q -171.834 92.347 28.32 57.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 140.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 92.347 325.92 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 140.5871 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 22.989 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 129.0671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(v)-1(er)3(t)4(i)5(cal)5( )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 15.365 0 Td -( )Tj -0.008 Tc -0.003 Tw -15.365 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -200.154 92.347 325.92 57.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 205.4344 94.7471 Tm -( )Tj -ET -Q - endstream endobj 184 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 185 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 186 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 187 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 188 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 205 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(35)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -49.553 74.463 Td -[(9)-5(.3)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.008 Tc -0.003 Tw 1.094 0 Td -[(M)-4(ap)-1( )1(p)-1(r)2(o)-1(j)4(ect)3(i)4(o)-1(n)-1( )1(p)-1(ar)2(a)-1(m)-6(et)3(er)]TJ -0 Tc 0 Tw 12.422 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.039 Tw -15.776 -2.39 Td -[(P)-2(ar)3(am)-6(et)4(er)3( nam)-6(e i)5(s)1( f)4(or)3( hum)-6(an r)3(eadabi)5(l)5(i)5(t)4(y)1(.)4( F)-1(or)3( i)5(nt)4(er)3(oper)3(abi)5(l)5(i)5(t)4(y)1( i)5(t)4( i)5(s)1( t)4(he m)-6(et)4(hod f)4(or)3(m)-6(ul)5(a and i)5(t)4(s)1( par)3(am)-6(et)4(er)3(s)1( t)4(hat)4( )]TJ --0.009 Tw 0 -1.171 TD -(ar)Tj -0.122 Tw 0.903 0 Td -[(e c)1(r)4(i)5(t)5(i)5(c)1(al)5( i)5(n det)5(er)4(m)-6(i)5(ni)5(ng t)5(he equi)5(val)5(enc)1(e of)5( m)-6(et)5(hods)1(.)5( S)-2(ee )]TJ -0 Tc 0 Tw 26.895 0 Td -(A)Tj -0.009 Tc 0.122 Tw 0.678 0 Td -[(nnex)4( E)-2(.)5( I)5(dent)5(i)5(f)5(i)5(er)4(s)1( f)5(or)4( c)1(om)-6(m)-6(onl)5(y)1( enc)1(ount)5(er)4(ed )]TJ -0.008 Tc -0.003 Tw -28.476 -1.146 Td -[(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on m)-6(et)4(hods )1(ar)3(e )1(gi)5(v)-1(en )1(i)5(n)-1( )1(E)-2(.)4(2;)4( )1(t)4(hei)5(r)3( )1(par)3(am)-6(et)4(er)3(s )1(ar)3(e )1(l)4(i)5(st)4(ed )1(i)5(n )1(E)-2(.)4(3.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 402.8719 702.6671 Tm -( )Tj -0.009 Tc 0.317 Tw 9.84 0 0 9.84 71.0342 679.1471 Tm -[(T)-1(he m)-6(ap pr)3(oj)5(ec)1(t)4(i)5(on par)3(am)-6(et)4(er)3(s)1( r)3(equi)5(r)3(ed ar)3(e s)1(pec)1(i)5(f)4(i)5(c)1( t)4(o t)4(he m)-6(ap pr)3(oj)5(ec)1(t)4(i)5(on m)]TJ -37.988 0 Td -[(et)5(hod and w)-3(i)5(l)5(l)5( be l)5(i)5(s)1(t)5(ed )]TJ --0.005 Tw -37.988 -1.171 Td -[(s)1(equent)5(i)6(al)6(l)6(y)1(.)5( T)-1(he or)4(der)4( w)-3(i)6(t)5(hi)6(n t)5(he s)1(equenc)1(e i)6(s)1( not)5( s)1(i)6(gni)6(f)5(i)6(c)1(ant)5( but)5( s)1(houl)6(d be l)6(ogi)6(c)1(al)6(.)]TJ -0 Tc 0 Tw 36.941 0 Td -( )Tj -0.008 Tc 0.39 Tw -36.941 -2.39 Td -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(par)3(am)-6(et)4(er)3( )1(uni)5(t)4(>)-1( )1(i)5(s )1(an )1(opt)4(i)4(on)-1(al)5( )1(at)4(t)4(r)3(i)5(but)4(e )1(f)4(or)3( )1(r)3(easons )1(of)4( )1(b)-1(ackw)-4(ar)3(d )1(com)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y.)4( )1(I)4(t)4( )1(i)4(s )]TJ -0.009 Tc -0.004 Tw 0 -1.171 TD -[(r)4(ec)1(om)-5(m)-5(ended )1(t)5(hat)5( )1(i)6(t)5( )1(i)6(s)1( )1(i)6(nc)1(l)6(uded )1(ex)4(pl)6(i)6(c)1(i)6(t)5(l)6(y)1( )]TJ -0.008 Tc -0.003 Tw 18.749 0 Td -[(i)4(n)-1( W)-8(K)-3(T)-2( s)-1(t)3(r)3(i)4(n)-1(g)-1(s)-1(.)3( I)3(f)3( o)-1(m)-7(i)4(t)3(t)3(e)-1(d)-1( t)3(h)-1(e)-1(n)-1(:)]TJ -0 Tc 0 Tw 13.895 0 Td -( )Tj --32.644 -1.171 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 -1.171 TD -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0.082 Tw 6.776 0 Td -[(:)5( )1(I)5(f)5( )1()-1( )1(i)6(s)1( )1(om)-5(i)6(t)5(t)5(ed )1(f)5(r)4(om)-5( )1(t)5(he )1()-1(s)1( )1(a )1(C)-2(R)-2(S)-1( )]TJ --0.004 Tw -6.776 -1.171 Td -[(W)-6(K)-1(T)-1( )1(s)1(t)5(r)4(i)6(ng )1(t)5(hen:)]TJ -0 Tc 0 Tw 7.568 0 Td -( )Tj -0.003 Tc -0.003 Tw -3.503 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.008 Tc -0.003 Tw 1.469 0 Td -[(M)-5(ap )1(par)3(am)-6(et)4(er)3( )1(v)-1(al)4(ues )1(t)4(hat)4( )1(ar)3(e )1(l)5(engt)4(hs )1(s)-1(hal)5(l)5( )1(be )1(gi)5(v)-1(en )1(i)5(n )1(t)4(h)-1(e )1(uni)5(t)4( )1(f)4(or)3( )1(t)4(he )1(pr)3(oj)5(e)-1(ct)4(ed )1(C)-3(R)-3(S)-2( )1(ax)3(es.)]TJ -0 Tc 0 Tw 41.346 0 Td -( )Tj -0.003 Tc -0.003 Tw -43.379 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.008 Tc 0.318 Tw 1.243 0 Td -[(M)-5(ap )1(pr)3(oj)5(e)]TJ -0.009 Tc 0.317 Tw 4.839 0 Td -[(c)1(t)5(i)6(on par)4(am)-5(et)5(er)4( val)6(ues)1( t)5(hat)5( ar)4(e angl)6(es)1( )]TJ -0.008 Tc -0.008 Tw [(sh)-1(a)]TJ -0.318 Tw 21.133 0 Td -[(l)4(l)4( b)-1(e)-1( g)-1(i)4(v)-2(e)-1(n)-1( i)4(n)-1( t)3(h)-1(e)-1( u)-1(n)-1(i)4(t)3( f)3(or)2( t)3(h)-1(e)-1( b)-1(a)-1(s)-1(e)-1( )]TJ -0.009 Tc 0.12 Tw -25.972 -1.171 Td -[(geogr)4(aphi)5(c)1( C)-3(R)-3(S)-2( of)5( t)5(he pr)4(oj)5(ec)1(t)5(ed C)-3(R)-3(S)-2(;)5( s)1(ex)4(ages)1(i)5(m)-6(al)5( degr)4(ee r)4(epr)4(es)1(ent)5(at)5(i)5(ons)1( )]TJ -0.008 Tc -0.008 Tw [(sh)-1(a)]TJ -0.121 Tw 37.151 0 Td -[(l)4(l)4( b)-1(e)-1( g)-1(i)4(v)-2(e)-1(n)-1( a)-1(s )]TJ -0.009 Tc -0.005 Tw -37.151 -1.171 Td -[(dec)1(i)5(m)-6(al)5( val)5(ues)1(.)]TJ -0 Tc 0 Tw 7.005 0 Td -( )Tj -0.003 Tc -0.003 Tw -9.037 -2.366 Td -[(i)-1(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 1.015 0 Td -( )Tj -0.008 Tc 0.245 Tw 1.017 0 Td -[(M)-5(ap )1(pr)3(oj)5(ect)4(i)5(on par)3(am)-6(et)4(er)3(s )1(t)4(hat)4( )1(ar)3(e )1(uni)5(t)4(l)4(es)-1(s \()3(f)4(or)3( )1(ex)3(am)-6(pl)5(e )1(scal)5(e )1(f)4(act)4(o)-1(r)3(\))3( )]TJ --0.008 Tw 34.047 0 Td -[(sh)-1(a)]TJ -0.245 Tw 1.638 0 Td -[(l)4(l)4( b)-1(e)-1( g)-1(i)4(v)-2(e)-1(n)-1( a)-1(s)-1( a)-1( )]TJ -0.009 Tc -0.005 Tw -35.685 -1.171 Td -[(num)-6(ber)4( w)-3(hi)5(c)1(h i)5(s)1( c)1(l)5(os)1(e t)5(o or)4( i)5(s)1( uni)5(t)5(y)1( \()4(1.)5(0\))4(.)]TJ -0 Tc 0 Tw 18.412 0 Td -( )Tj -0.009 Tc -0.004 Tw -24.51 -2.39 Td -[(T)-1(he par)3(am)-6(et)4(er)3( )]TJ -0.004 Tc 6.948 0 Td -[(u)-5(n)-5(it )]TJ -0.009 Tc 1.921 0 Td -[(t)5(y)1(pe )1(i)6(s)1( )1(i)6(nc)1(l)6(uded i)6(n )1(E)-1(.)5(3.)]TJ -0 Tc 0 Tw 10.167 0 Td -( )Tj -0.008 Tc 0.039 Tw -19.036 -2.39 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( i)5(s)-1( )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)4(t)4( )1(i)5(s)-1( )1(a)-1(n )1(opt)4(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e.)4( )1(I)4(f)4( )1(an )1(i)4(dent)4(i)5(f)4(i)5(er)3( )1(i)5(s )1(i)5(ncl)5(uded )1(as )1(an )1(a)-1(t)4(t)4(r)3(i)5(but)4(e )1(w)-3(i)5(t)4(hi)5(n )1(t)4(he )]TJ -/TT2 1 Tf -0.04 Tw T* -[(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on conver)3(si)5(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 11.946 0 Td -( )Tj -0.325 0 Td -(o)Tj -0.009 Tc 0.038 Tw 0.565 0 Td -[(bj)5(ec)1(t)5( \()4(9.)5(3.)5(1\))4( or)4( )]TJ -/TT2 1 Tf -0.008 Tc 0.04 Tw 6.961 0 Td -[(m)-6(ap )1(pr)3(oj)5(ect)3(i)5(on)-1( )1(m)-6(et)4(hod)]TJ -/TT1 1 Tf -0 Tc 0 Tw 10.423 0 Td -( )Tj -0.009 Tc 0.038 Tw 0.325 0 Td -[(obj)5(ec)1(t)5( \()4(9.)5(3.)5(3\))4(,)5( i)5(t)5( w)-3(i)5(l)5(l)5( t)5(ak)1(e pr)4(ec)1(edenc)1(e over)4( )]TJ --0.005 Tw -30.546 -1.171 Td -[(any)1( i)5(dent)5(i)5(f)5(i)5(er)4( w)-3(i)5(t)5(hi)5(n t)5(he m)-6(ap pr)4(oj)5(ec)1(t)5(i)5(on par)4(am)-6(et)5(er)4( obj)5(ec)1(t)5(.)]TJ -0 Tc 0 Tw 25.475 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 395.7071 Tm -[(9)-4(.)1(4)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(C)-3(o)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(syst)4(em)-6(s )1(f)4(o)-1(r)3( )1(p)-1(r)3(o)-1(j)5(ect)4(ed)-1( )1(C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 19.243 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.13 Tw 9.84 0 0 9.84 71.0342 371.9471 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sy)-1(st)3(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5.)4( )1(S)-2(ev)-1(er)3(a)-1(l)5( con)-1(st)4(r)3(ai)5(nt)4(s )1(and )1(r)3(ecom)-6(m)-6(enda)]TJ -0.009 Tc 0.129 Tw 36.502 0 Td -[(t)5(i)6(ons)1( )1(f)5(or)4( )1(c)1(oor)4(di)6(nat)5(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )]TJ --0.005 Tw -36.502 -1.146 Td -[(us)1(ed i)5(n pr)4(oj)5(ec)1(t)5(ed C)-3(R)-3(S)-2(s)1( ar)4(e des)1(c)1(r)4(i)5(bed t)5(her)4(e.)]TJ -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 333.3071 Tm -[(9)-4(.)1(5)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(E)-2(xam)-6(p)-1(l)5(es )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 6.283 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(p)-1(r)3(o)-1(j)5(ect)4(ed)-1( )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 13.301 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 310.2671 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc 1.136 0 Td -(PROJCRS["ETRS89 Lambert Azimuthal Equal Area CRS",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc -0.008 Tw (BASEGEODCRS[")Tj -(ETRS89)Tj -(",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc -0.008 Tw (DATUM[")Tj -(ETRS89)Tj -(",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 80",6378137,29)Tj --0.008 Tw (8.257222101,LENGTHUNIT["metre",1.0]]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CONVERSION["LAEA",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc -0.008 Tw (METHOD[")Tj -0 Tw (Lambert Azimuthal Equal Area)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 24.932 0 Td -(,ID["EPSG",9820])Tj -(],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -24.932 -1.189 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["Latitude of origin",52.0)Tj -0 Tc (,)Tj -24.324 0 Td -( )Tj -0.008 Tw -24.324 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc 0 Tw (PARAMETER["Longitude of origin",10.0)Tj -0 Tc (,)Tj -24.932 0 Td -( )Tj -0.008 Tw -24.932 -1.162 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (PARAMETER["False easting",4321000.0)Tj -0 Tc (,)Tj -0.008 Tc -0.008 Tw 24.324 0 Td -(LENGTHUNIT["metre",1.0]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -24.324 -1.189 Td -( )Tj -0.008 Tc 0 Tw (PARAMETER["False northing",3210000.0)Tj -0 Tc (,)Tj -0.008 Tc -0.008 Tw 24.932 0 Td -(LENGTHUNIT["metre",1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -24.932 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.243 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT3 1 Tf -6.418 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.27 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT3 1 Tf -6.418 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.162 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc 0 Tw (SCOPE["Description of a purpose"],)Tj -0 Tc ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (AREA["An area description"],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc -0.008 Tw (ID["EuroGeographics",")Tj -(ETRS)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 17.635 0 Td -(LAEA")Tj -(]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -24.403 -2.622 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.125 0 Td -[(P)1(RO)-1(J)3(CRS)1([)6(")]TJ -/TT3 1 Tf -0.008 Tc 0 Tw 5.484 0 Td -(NAD27 / Texas South Central)Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw (",)Tj -0 Tc 0 Tw 17.06 0 Td -( )Tj -/TT3 1 Tf -0.008 Tw -22.544 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw (BASEGEODCRS[")Tj -(NAD27)Tj -(",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1927",)Tj -0 Tc ( )Tj -ET - endstream endobj 204 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(34)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0 74.463 TD -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 726.1871 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.352 0 Td -[(I)4(dent)4(i)5(f)4(i)5(er)3( gi)5(ven f)4(or)3( t)4(he m)-5(et)4(hod and eac)1(h par)3(am)-5(et)4(er)3(.)]TJ -0 Tc 0 Tw 23.044 0 Td -( )Tj --31.028 -1.162 Td -( )Tj -7.984 0 Td -( )Tj --7.984 -1.108 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.984 0 Td -(CONVERSION[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.297 0 Td -(UTM zone 10N)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj --15.281 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (METHOD[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 6.081 0 Td -(Transverse Mercator)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 12.162 0 Td -(,ID[)Tj -("EPSG",)Tj -(9807])Tj -0 Tc 0 Tw (])Tj -10.338 0 Td -(,)Tj -0.608 0 Td -( )Tj --37.173 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Latitude of natural origin)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 16.419 0 Td -(,0,)Tj -0 Tc 0 Tw ( )Tj --32.308 -1.162 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 13.378 0 Td -(,0.0174532925199433)Tj -(],)Tj -0 Tc 0 Tw ( )Tj --21.362 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ID)Tj -0 Tc 0 Tw ([)Tj -0.008 Tc -0.008 Tw 4.257 0 Td -("EPSG",)Tj -(8801]],)Tj -0 Tc 0 Tw ( )Tj --12.241 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Longitude of natural origin)Tj -0 Tc (")Tj -17.027 0 Td -(,)Tj -0.608 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(123,)Tj -0 Tc 0 Tw ( )Tj --34.132 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 13.378 0 Td -(,0.0174532925199433)Tj -(],)Tj -(ID[)Tj -("EPSG",)Tj -(8802]],)Tj -0 Tc 0 Tw ( )Tj --21.362 -1.162 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Scale factor at natural origin)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 18.851 0 Td -(,0.9996,)Tj -0 Tc 0 Tw ( )Tj --34.74 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (SCALEUNIT[")Tj -(unity)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 12.77 0 Td -(,1.0)Tj -(],)Tj -(ID[)Tj -("EPSG",)Tj -(8805]],)Tj -0 Tc 0 Tw ( )Tj --20.754 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(False easting)Tj -0 Tc (")Tj -8.513 0 Td -(,)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(500000,)Tj -0 Tc 0 Tw ( )Tj --25.011 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[")Tj -(metre)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 13.378 0 Td -(,1.0)Tj -(],)Tj -(ID[)Tj -("EPSG",)Tj -(8806]],)Tj -0 Tc 0 Tw ( )Tj --21.362 -1.162 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(False northing)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 9.121 0 Td -(,0,)Tj -(LENGTHUNIT[")Tj -(metre)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 12.77 0 Td -(,1.0)Tj -(],)Tj -(ID[)Tj -("EPSG",)Tj -(8807]]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -37.781 -2.622 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.004 Tw 2.352 0 Td -[(I)4(dent)4(i)5(f)4(i)5(er)3( gi)5(ven f)4(or)3( c)1(onver)3(s)1(i)5(on as)1( a w)-2(hol)5(e.)]TJ -/TT2 1 Tf -0 Tc 0 Tw 18.647 0 Td -( )Tj --26.631 -1.108 Td -( )Tj -7.984 0 Td -( )Tj --7.984 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw 7.984 0 Td -(CONVERSION[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.297 0 Td -(UTM zone 10N)Tj --0.008 Tw (",)Tj -0 Tc 0 Tw ( )Tj --15.281 -1.162 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (METHOD[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 6.081 0 Td -(Transverse Mercator)Tj --0.008 Tw ("])Tj -0 Tc 0 Tw (,)Tj -13.378 0 Td -( )Tj --27.443 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAME)Tj -(TER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Latitude of natural origin)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 16.419 0 Td -(,0,)Tj -0 Tc 0 Tw ( )Tj --32.308 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 13.378 0 Td -(,0.0174532925199433)Tj -0 Tc 0 Tw (])Tj -0.008 Tc -0.008 Tw 12.162 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj --33.524 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Longitude of natural origin)Tj -0 Tc (")Tj -17.027 0 Td -(,)Tj -0.608 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(123,)Tj -0 Tc 0 Tw ( )Tj --34.132 -1.162 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 13.378 0 Td -(,0.0174532925199433)Tj -0 Tc 0 Tw (])Tj -0.008 Tc -0.008 Tw 12.162 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj --33.524 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(Scale factor at natural origin)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 18.851 0 Td -(,0.9996,)Tj -0 Tc 0 Tw ( )Tj --34.74 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (SCALEUNIT[")Tj -(unity)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 12.77 0 Td -(,1.)Tj -0 Tc 0 Tw (0)Tj -2.432 0 Td -(])Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj --23.795 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(False easting)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 8.513 0 Td -(,500000,)Tj -(LENGTHUNIT[")Tj -(metre)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 15.811 0 Td -(,1.0)Tj -0 Tc 0 Tw (])Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj -9.84 0 0 9.84 37.1944 451.6271 Tm -( )Tj -0.008 Tw 8.88 0 0 8.88 108.0943 451.6271 Tm -( )Tj -0.008 Tc -0.008 Tw (PARAMETER[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc 7.905 0 Td -(False northing)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 9.121 0 Td -(,0,)Tj -(LENGTHUNIT[")Tj -(metre)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 12.77 0 Td -(,1.0)Tj -0 Tc 0 Tw (])Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(],)Tj -0 Tc 0 Tw ( )Tj --40.821 -1.297 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (ID[)Tj -("EPSG",)Tj -(16010]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 416.1071 Tm -[(F)-1(ur)3(t)4(her)3( ex)4(am)-6(pl)5(es)1( ar)3(e i)5(nc)1(l)5(uded i)5(n 9.)4(5.)]TJ -0 Tc 0 Tw 16.773 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -16.773 -2.707 Td -[(9)-5(.3)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.094 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)1( )1(n)1(a)2(m)-5(e)2( )1(a)2(n)1(d)1( )1(i)6(d)1(e)2(n)1(t)5(i)6(f)5(i)6(e)2(r)]TJ -0 Tc 0 Tw 16.827 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.111 Tw -20.18 -2.39 Td -[(M)-5(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(\()3(zone\))3( )1(encom)-6(passes )1(t)4(h)-1(e)]TJ -0 Tc 0 Tw 18.53 0 Td -( )Tj -0.009 Tc 0.109 Tw 0.396 0 Td -[(c)1(ol)6(l)6(ec)1(t)5(i)6(on of)5( m)-5(et)5(hod and par)4(am)-5(et)5(er)4( val)6(ues)1(.)5( I)5(t)5(s)1( nam)-5(e i)6(s)1( f)5(or)4( hum)-5(an )]TJ -0.12 Tw -18.926 -1.146 Td -[(r)4(eadabi)6(l)6(i)6(t)5(y)1(.)5( )1(D)-2(ependi)6(ng )1(upon )1(t)5(he )1(nam)-5(i)6(ng )1(c)1(onvent)5(i)6(on )1(i)6(n )1(us)1(e )1(i)6(t)5( )1(m)-5(ay)1( )1(al)6(s)1(o )1(be )1(i)6(nc)1(l)6(uded )1(as)1( )1(par)4(t)5( )1(of)5( )1(t)5(he )1(pr)4(oj)6(ec)1(t)5(ed )]TJ --0.004 Tw 0 -1.171 TD -[(C)-3(R)-3(S)-2( nam)-6(e.)]TJ -0 Tc 0 Tw 5.253 0 Td -( )Tj -0.008 Tc 0.033 Tw -5.253 -2.39 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(i)4(s descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)4(t)4( )1(i)5(s )1(an )1(opt)3(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e.)4( )1(I)4(f)4( )1(an )1(i)5(de)]TJ -0.009 Tc 0.032 Tw 30.319 0 Td -[(nt)5(i)5(f)5(i)5(er)4( i)5(s)1( pr)4(ovi)5(ded as)1( an at)5(t)5(r)4(i)5(but)5(e w)-3(i)5(t)5(hi)5(n t)5(he )]TJ -0.008 Tc 0.073 Tw -30.319 -1.171 Td -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on conv)-1(er)3(si)5(on>)-1( )1(obj)5(ect)4(,)4( )1(bec)-1(ause )1(i)5(t)4( )1(i)5(s )1(ex)3(pect)4(ed )1(t)4(o )1(des)-1(cr)3(i)5(be )1(a )1(com)-6(pl)5(et)4(e )1(col)5(l)5(ect)4(i)4(on )1(of)4( )1(zone )1(nam)-6(e,)4( )]TJ -0.151 Tw T* -[(m)-6(et)4(hod,)4( )1(par)3(am)-6(et)4(e)-1(r)3(s)-1( )1(a)-1(nd )1(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(ues,)4( )1(i)5(t)4( )1(shal)4(l)5( )1(o)-1(v)-1(er)3(r)3(i)5(de )1(any )1(i)5(dent)4(i)5(f)4(i)5(er)3(s )1(gi)4(v)-1(e)-1(n )1(w)-3(i)5(t)4(hi)5(n )1(t)4(he )1(m)-6(ap )1(pr)3(oj)5(ec)]TJ -0.009 Tc -0.009 Tw 47.915 0 Td -[(t)5(i)6(on )]TJ -0.008 Tc -0.003 Tw -47.915 -1.171 Td -[(m)-6(et)4(hod )1(and m)-6(a)-1(p pr)3(oj)5(ect)4(i)5(on )1(par)3(am)-6(et)4(er)3( )1(ob)-1(j)5(ect)4(s)-1(.)]TJ -0 Tc 0 Tw 21.015 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -21.015 -2.707 Td -[(9)-5(.3)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.094 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)1( )1(m)-5(e)2(t)5(h)1(od)]TJ -0 Tc 0 Tw 11.179 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.341 Tw -14.532 -2.366 Td -[(M)-5(et)4(hod )1(nam)-6(e )1(i)5(s )1(f)4(or)3( )1(h)-1(um)-6(a)-1(n )1(r)3(eadabi)5(l)5(i)5(t)4(y.)4( )1(F)-1(or)3( )1(i)5(nt)4(er)3(oper)3(abi)5(l)5(i)5(t)4(y )1(i)4(t)4( )1(i)5(s )1(t)4(he )1(m)-6(et)4(hod )1(f)4(or)3(m)-6(ul)5(a )1(t)4(hat)4( )1(i)5(s )1(cr)3(i)5(t)4(i)4(cal)5( )1(i)5(n )]TJ -0.009 Tc -0.005 Tw T* -[(det)5(er)4(m)-6(i)5(ni)5(ng t)5(he equi)5(val)5(enc)1(e of)5( m)-6(et)5(hods)1(;)5( t)5(hi)5(s)1( m)-6(ay)1( be gi)5(ven t)5(hr)4(ough a m)-6(ap pr)4(oj)5(ec)1(t)5(i)]TJ -36.89 0 Td -[(on m)-6(et)5(hod <)-1(i)5(dent)5(i)5(f)5(i)5(er)4(>)-1(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 502.4774 223.6271 Tm -( )Tj -0.008 Tc 0.061 Tw 9.84 0 0 9.84 37.1944 200.1071 Tm -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(i)5(s descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4.)4( )1(I)4(t)4( )1(i)5(s )1(an )1(o)-1(pt)3(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e.)4( )1(H)-3(ow)-3(ev)-1(er)3( )1(i)5(f)4( )1(an )1(i)5(d)-1(ent)4(i)5(f)4(i)5(er)3( )1(i)5(s )1(i)5(ncl)5(uded )1(as )1(an )1(at)4(t)4(r)2(i)5(b)-1(ut)4(e )]TJ -0.009 Tc -0.003 Tw T* -[(w)-3(i)5(t)4(hi)5(n t)4(he <)]TJ -/TT3 1 Tf -0.008 Tc -0.002 Tw 5.17 0 Td -[(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on )1(co)-1(nver)3(si)5(on>)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.457 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.283 0 Td -[(obj)5(ec)1(t)5( \()4(9.)5(3.)5(1\))4(,)5( i)5(t)5( w)-3(i)5(l)5(l)5( t)5(ak)1(e pr)4(ec)1(edenc)1(e over)4( any)1( i)5(dent)5(i)5(f)5(i)5(er)4( w)-3(i)5(t)5(hi)5(n t)5(he m)-6(ap )]TJ --0.005 Tw -17.911 -1.171 Td -[(pr)4(oj)5(ec)1(t)5(i)5(on m)-6(et)5(hod obj)5(ec)1(t)5(.)]TJ -0 Tc 0 Tw 11.354 0 Td -( )Tj -0.009 Tc 0.057 Tw -11.354 -2.39 Td -[(I)5(f)5( )1(a )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(on )1(m)-5(et)5(hod )1( )1(i)6(s)1( )1(not)5( )1(gi)6(ven,)5( )1(t)5(h)-1(e )1(W)-6(K)-1(T )1(des)1(c)1(r)4(i)6(pt)5(i)6(on )1(i)6(s)1( )1(pot)4(ent)5(i)6(al)6(l)6(y)1( )1(am)-5(bi)6(guous)1(,)5( )1(r)4(el)5(y)1(i)6(ng )1(on )]TJ -0.008 Tc 0.242 Tw T* -[(i)4(n)-1(t)3(e)-1(r)2(p)-1(r)2(e)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1( o)-1(f)3( m)-7(e)-1(t)3(h)-1(o)-1(d)-1( n)-1(a)-1(m)-7(e)-1(.)3( I)3(t)3( i)4(s)-1( r)2(e)-1(c)-1(o)-1(m)-7(m)-7(e)-1(n)-1(d)-1(e)-1(d)-1( t)3(h)-1(a)-1(t)3( a)-1( )1(m)-7(a)-1(p)-1( p)-1(r)2(o)-1(j)4(e)-1(c)-1(t)3(i)4(o)-1(n)-1( c)-1(o)-1(n)-1(v)-2(e)-1(r)2(s)-1(i)4(o)-1(n)-1( i)4(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(e)-1(r)3( o)-1(r)3( a)-1( m)-7(a)-1(p)-1( )]TJ -0.009 Tc 0.084 Tw T* -[(pr)4(oj)5(ec)1(t)5(i)5(on m)-6(et)5(hod)]TJ -0 Tc 0 Tw ( )Tj -0.008 Tc 0.085 Tw 8.537 0 Td -[(i)4(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(e)-1(r)2( i)4(s)-1( i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( i)4(n)-1( W)-8(K)-3(T)-2( s)-1(t)3(r)2(i)4(n)-1(g)-1(s)-1(.)3( I)3(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(e)-1(r)2(s)-1( f)3(o)-1(r)2( c)-1(o)-1(m)-7(m)-7(o)-1(n)-1(l)4(y)-1( e)-1(n)-1(c)-1(o)-1(u)-1(n)-1(t)3(e)-1(r)2(e)-1(d)-1( m)-7(a)-1(p)-1( p)-1(r)2(o)-1(j)4(e)-1(c)-1(t)3(i)4(o)-1(n)-1( )]TJ --0.003 Tw -8.537 -1.171 Td -[(m)-6(et)4(hods )1(ar)3(e )1(gi)4(v)-1(en )1(i)5(n )1(E)-2(.)4(2.)]TJ -0 Tc 0 Tw 11.525 0 Td -( )Tj -ET - endstream endobj 203 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(33)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -49.553 74.463 Td -[(9)-5(.2)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc 1.094 0 Td -[(E)-6(llip)-5(s)-4(o)-5(id)-5(a)-4(l C)-7(S)-6( u)-5(n)-5(it)]TJ -0 Tc 8.922 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.046 Tw -12.276 -2.39 Td -[(T)-1(he bas)1(e geodet)4(i)5(c)1( C)-3(R)-3(S)-2( <)-1(el)5(l)5(i)5(ps)1(oi)5(dal)5( c)1(s)1( uni)5(t)4(>)-1( i)5(s)1( t)4(hat)4( i)5(n w)-3(hi)5(c)1(h geodet)4(i)5(c)1( l)5(at)4(i)5(t)4(ude and l)5(ongi)5(t)4(ude w)-3(oul)5(d be quot)4(ed )]TJ -0.008 Tc -0.003 Tw 0 -1.171 TD -[(i)4(n)-1( t)3(h)-1(e)-1( g)-1(e)-1(o)-1(d)-1(e)-1(t)3(i)4(c)-1( C)-4(R)-4(S)-3(.)3( I)3(t)3( i)4(s)-1( d)-1(e)-1(f)3(i)4(n)-1(e)-1(d)-1( a)-1(s)-1( a)-1(n)-1( o)-1(p)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( a)-1(t)3(t)3(r)2(i)4(b)-1(u)-1(t)3(e)-1( f)3(o)-1(r)2( b)-1(ac)-1(k)-1(w)-4(a)-1(r)2(d)-1( c)-1(o)-1(m)-7(p)-1(a)-1(t)3(i)4(b)-1(i)4(l)4(i)4(t)3(y)-1( r)2(e)-1(a)-1(s)-1(o)-1(n)-1(s)-1( \()3(s)-1(e)-1(e)-1( 9)-1(.)3(3)-1(\))2(.)3( )]TJ -0 Tc 0 Tw 46.091 0 Td -( )Tj -0.008 Tc -0.003 Tw -46.091 -1.146 Td -[(<)-1(angl)5(e )1(un)-1(i)5(t)4(>)-1( )1(i)5(s )1(d)]TJ -0.009 Tc -0.005 Tw 7.457 0 Td -[(es)1(c)1(r)4(i)5(bed i)5(n 7.)5(4.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 6.891 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.348 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf -0.077 Tw 6.211 0 Td -[(:)5( )1(The )1(bas)1(e )1(geodet)5(i)6(c)1( )1(C)-3(R)-2(S)-1( )1(s)1(hal)6(l)6( )1(be )1(i)6(nc)1(l)6(uded )1(i)6(n )1(pr)4(o)-1(j)6(ec)1(t)5(ed )1(C)-2(R)-2(S)-1( )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1( )]TJ --0.004 Tw -6.211 -1.171 Td -[(w)-3(hen t)4(he uni)5(t)4(s)1( of)4( t)4(he m)-6(ap pr)3(oj)5(ec)1(t)4(i)5(on angul)5(ar)3( par)3(am)-6(et)4(er)3(s)1( ar)3(e not)4( ex)4(pl)5(i)5(c)1(i)5(t)4(l)5(y)1( gi)5(ven w)-3(i)5(t)4(hi)5(n t)4(hos)1(e par)3(am)-6(et)4(er)3(s)1(.)]TJ -0 Tc 0 Tw 47.05 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -47.05 -2.39 Td -[(R)-3(eco)-1(m)-6(m)-6(en)-1(d)-1(at)3(i)4(o)-1(n)]TJ -/TT1 1 Tf -0.123 Tw 8.526 0 Td -[(:)5( )1(The )1(uni)6(t)5(s)1( )1(of)4( )]TJ -6.663 0 Td -[(t)5(he )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(on )1(angul)6(ar)4( )1(par)4(am)-5(et)5(er)4(s)1( )1(s)1(houl)6(d )1(be )1(ex)4(pl)6(i)6(c)1(i)6(t)5(l)6(y)1( )1(i)6(nc)1(l)6(uded )1(i)6(n)-1( )1(t)5(he )]TJ -0.066 Tw -15.19 -1.171 Td -[(pr)4(oj)5(ec)1(t)5(ed C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng and w)-3(hen t)5(hi)5(s)1( i)5(s)1( done t)5(he bas)1(e geodet)5(i)5(c)1( C)-3(R)-3(S)-2( <)-1(el)5(l)5(i)5(ps)1(oi)5(dal)5( c)1(s)1( uni)5(t)5(>)-1( s)1(houl)5(d not)5( be )]TJ -0.008 Tc -0.003 Tw 0 -1.171 TD -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( i)4(n t)3(h)-1(e)-1( s)-1(t)3(r)2(i)4(n)-1(g)-1(.)]TJ -0 Tc 0 Tw 9.602 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 593.7071 Tm -[(9)-4(.)1(3)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.012 Tc -0.006 Tw 1.084 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)5(o)1(j)7(e)2(c)2(t)6(i)7(o)1(n)]TJ -0 Tc 0 Tw 7.243 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 566.8271 Tm -[(9)-5(.3)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.094 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.005 Tw -9.281 -2.366 Td -[(M)-5(ap )1(pr)3(oj)5(ect)4(i)5(on )1(i)5(s )1(a)-1( )1(sp)-1(ec)]TJ -10.988 0 Td -[(i)4(a)-1(l)4(i)4(s)-1(e)-1(d)-1( s)-1(u)-1(b)-1(s)-1(et)3( o)-1(f)3( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( o)-1(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1( \()2(s)-1(e)-1(e)-1( 1)-1(7)-1(.)3(1)-1(\))2( i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( t)3(h)-1(e)-1( s)-1(o)-1(u)-1(r)2(c)-1(e)-1( a)-1(n)-1(d)-1( t)3(a)-1(r)2(g)-1(e)-1(t)3( C)-4(R)-3(S)-3(s)-1( )]TJ -0.009 Tc 0.181 Tw -10.988 -1.171 Td -[(ar)4(e by)1( def)5(i)5(ni)5(t)5(i)5(on t)5(he bas)1(e geodet)5(i)5(c)1( C)-3(R)-3(S)-2( and t)5(he pr)4(oj)5(ec)1(t)5(ed C)-3(R)-3(S)]TJ -0 Tc 0 Tw 30.324 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.468 0 Td -[(r)4(es)1(pec)1(t)5(i)6(vel)6(y)]TJ -0.182 Tw 5.366 0 Td -[(;)5( )1(t)5(hes)1(e )1(ar)4(e )1(t)5(her)4(ef)5(or)4(e )1(i)6(m)-5(pl)6(i)6(ed )]TJ -0.178 Tw -36.158 -1.171 Td -[(r)4(at)5(her)4( )1(t)5(han )1(ex)4(pl)6(i)6(c)1(i)6(t)5(l)6(y)1( )1(s)1(t)5(at)5(ed )1(i)6(n )1(t)5(he )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ng.)5( )1(A)-1(ddi)6(t)5(i)6(onal)6(l)6(y)1(,)5( )1(f)5(or)]TJ -0 Tc 0 Tw 29.312 0 Td -( )Tj -0.009 Tc 0.178 Tw 0.465 0 Td -[(r)4(eas)1(ons)1( )1(of)5( )1(bac)1(k)1(w)-2(ar)4(d )1(c)1(om)-5(pat)5(i)6(bi)6(l)6(i)6(t)5(y)1(,)5( )1(i)6(n )1(m)-5(ap )]TJ --0.005 Tw -29.776 -1.171 Td -[(pr)4(oj)5(ec)1(t)5(i)5(ons)1( t)5(he par)4(am)-6(et)5(er)4( uni)5(t)5(s)1( m)-6(ay)1( be i)5(m)-6(pl)5(i)5(ed.)]TJ -0 Tc 0 Tw 21.352 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -21.352 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(on )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 19.488 0 Td -( )Tj -ET -q -65.754 402.187 169.68 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 461.9471 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -235.434 402.187 28.56 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 461.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 402.187 303.36 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 461.9471 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(de)-1(l)5(i)4(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 19.149 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 450.6671 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 10.96 0 Td -( )Tj -0.008 Tc -0.003 Tw -10.96 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)]TJ -0.009 Tc -0.005 Tw 5.789 0 Td -[(or)4(>)-1( <)-1(m)-6(ap pr)4(oj)5(ec)1(t)5(i)5(on m)-6(et)5(hod>)-1( )]TJ -0 Tc 0 Tw 13.587 0 Td -( )Tj -0.009 Tc -0.004 Tw -19.376 -1.171 Td -[({)4( )1( )1( )1(})]TJ -/C2_0 1 Tf -0 Tc 0 Tw 21.584 0 Td -<0001>Tj -/TT1 1 Tf -1.016 0 Td -( )Tj -0.278 0 Td -( )Tj -0.009 Tc -0.004 Tw -22.878 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1()]TJ -0 Tc 0 Tw 7.564 0 Td -( )Tj -ET -q -263.994 402.187 303.36 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 269.2742 404.5871 Tm -( )Tj -ET -Q -q -65.754 378.667 169.68 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 393.0671 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.918 0 Td -( )Tj -ET -Q -q -235.434 378.667 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 393.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 378.667 303.36 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 269.2742 393.0671 Tm -[(C)-1(O)-2(N)-1(VER)-1(SI)6(O)-2(N)]TJ -0 Tc 0 Tw 6.832 0 Td -( )Tj -ET -Q -q -65.754 355.147 169.68 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 369.5471 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 10.678 0 Td -( )Tj -ET -Q -q -235.434 355.147 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 369.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 355.147 303.36 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 369.5471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0.005 Tw 18.303 0 Td -[( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 1.412 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 309.067 169.68 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 346.0271 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(m)-6(et)4(hod>)]TJ -0 Tc 0 Tw 11.525 0 Td -( )Tj -ET -Q -q -235.434 309.067 28.56 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 346.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 309.067 303.36 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 346.0271 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(m)-6(et)4(hod )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(e)-1(f)4(t)3( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 22.821 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 334.5071 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(m)-6(et)4(hod )1(nam)-6(e>)-1( )]TJ -0 0.69 0.314 scn -0 Tc 0 Tw 14.633 0 Td -( )Tj --14.633 -1.171 Td -( )Tj -0 0 0 scn -0.009 Tc -0.004 Tw 0.282 0 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1()]TJ -0 Tc 0 Tw 7.564 0 Td -( )Tj -ET -q -263.994 309.067 303.36 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 269.2742 311.4671 Tm -( )Tj -ET -Q -q -65.754 240.427 169.68 68.64 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 299.9471 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(m)-6(et)4(hod )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 15.591 0 Td -( )Tj -ET -Q -q -235.434 240.427 28.56 68.64 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 299.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 240.427 303.36 68.64 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 269.2742 299.9471 Tm -[(M)-2(E)1(T)2(HO)-1(D )1(|)7( )1(P)1(RO)-1(J)3(E)1(CT)2(I)7(O)-1(N)]TJ -0 Tc 0 Tw 11.782 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 269.2742 289.6271 Tm -(!! )Tj -0.01 Tc 0 Tw 9.84 0 0 9.84 285.4739 289.6271 Tm -(In this Inter)Tj -7.927 0 Td -(national Standard the preferred )Tj --9.573 -1.171 Td -(keyword is METHOD. PROJECTION is permitted for )Tj -0 -1.146 TD -(backward compatibility. Implementations should )Tj -0 -1.146 TD -(be prepared to read both forms.)Tj -/TT1 1 Tf -0 Tc 8.88 0 0 8.88 455.2742 255.5471 Tm -( )Tj -ET -q -65.754 216.907 169.68 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 231.3071 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(m)-6(et)4(hod )1(nam)-6(e>)-1( )1( )]TJ -0 Tc 0 Tw 14.915 0 Td -( )Tj -ET -Q -q -235.434 216.907 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 231.3071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 216.907 303.36 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 231.3071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! S)Tj -(ee 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 159.307 169.68 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 207.7871 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(par)3(am)-6(et)4(er)3(>)]TJ -0 Tc 0 Tw 12.767 0 Td -( )Tj -ET -Q -q -235.434 159.307 28.56 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 207.7871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 159.307 303.36 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 207.7871 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(or)2(d>)-1( )1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( <)-1(p)-1(ar)3(am)-6(et)4(er)3( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 26.324 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 196.2671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(ue>)-1( )]TJ -0 Tc 0 Tw 16.383 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.383 -1.171 Td -[([)5( )1( )1( )1(])]TJ -0 Tc 0 Tw 23.386 0 Td -( )Tj -0.009 Tc -0.004 Tw -23.386 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1()]TJ -0 Tc 0 Tw 7.564 0 Td -( )Tj -ET -q -263.994 159.307 303.36 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 269.2742 161.7071 Tm -( )Tj -ET -Q -q -65.754 135.787 169.68 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 150.1871 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(o)]TJ -0.009 Tc -0.004 Tw 8.388 0 Td -[(r)4(d> )1( )]TJ -0 Tc 0 Tw 2.062 0 Td -( )Tj -ET -Q -q -235.434 135.787 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 150.1871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 135.787 303.36 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 269.2742 150.1871 Tm -[(PAR)-1(AM)-3(ET)1(ER)]TJ -0 Tc 0 Tw 6.324 0 Td -( )Tj -ET -Q -q -65.754 112.267 169.68 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 126.6671 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 9.209 0 Td -( )Tj -ET -Q -q -235.434 112.267 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 126.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 112.267 303.36 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 126.6671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 88.747 169.68 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 103.1471 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(v)-1(al)5(u)-1(e>)]TJ -0 Tc 0 Tw 8.531 0 Td -( )Tj -ET -Q -q -235.434 88.747 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 103.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 88.747 303.36 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 103.1471 Tm -[(<)-1(si)5(gned )1(n)-1(um)-6(e)-1(r)3(i)5(c)-1( )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 10.788 0 Td -( )Tj -ET -Q -q -65.754 65.467 169.68 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 79.6271 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(par)3(am)-6(et)4(er)3( )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 14.687 0 Td -( )Tj -ET -Q -q -235.434 65.467 28.56 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 240.9544 79.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -263.994 65.467 303.36 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 269.2742 79.6271 Tm -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4(>)-1( )1(|)4( )1(<)-1(angl)5(e )1(uni)5(t)4(>)-1( |)4( <)-1(scal)5(e )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 18.607 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 269.2742 69.3071 Tm -(!! See 9.3.4 f)Tj -8.537 0 Td -(or constraints)Tj -/TT1 1 Tf -0 Tc 8.537 0 Td -( )Tj -ET - endstream endobj 202 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(32)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -8.88 0 0 8.88 37.1944 749.4671 Tm -( )Tj -/TT2 1 Tf -0.008 Tc 7.984 0 Td -(GEODCRS["NTF \(Paris\)",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (DATUM["Nouvelle Triangulation Francaise",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["Clarke 1880 \(IGN\)",6378249.2,293.4660213]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (PRIMEM["Paris",2.5969213],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",east,OR)Tj -(DER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["grad",0.015707963267949],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (REMARK["Nouvelle Triangulation Fran\347aise"]])Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 351.0899 657.5471 Tm -( )Tj -0.004 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 634.2671 Tm -[(N)-6(O)-7(T)-4(E)-5(: )]TJ -0 Tc 0 Tw 3.379 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.026 0 Td -[(N)-2(on)]TJ -0 Tc 0 Tw 1.859 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(Lat)4(i)5(n )1(c)1(har)3(ac)1(t)3(er)3(s)1( )1(m)-5(ay)1( )1(onl)5(y)1( )1(be )1(i)5(nc)1(l)5(uded )1(w)-2(i)5(t)4(h)-1(i)5(n )1(r)3(em)-5(ar)3(k)1(s)]TJ -0 Tc 0 Tw 23.827 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 595.8671 Tm -(9)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of projected CRSs)Tj -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 568.2671 Tm -[(9)-4(.)1(1)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.084 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.009 Tw 9.84 0 0 9.84 37.1944 544.5071 Tm -[(A)-2( pr)3(oj)5(ec)1(t)4(ed C)-3(R)-3(S)-2( i)5(s)1( a s)1(pec)1(i)5(al)5( c)1(as)1(e of)4( a der)3(i)5(ved C)-3(R)-3(S)]TJ -23.461 0 Td -[(.)5( )1(B)-1(ec)1(aus)1(e )1(of)5( )1(i)6(t)5(s)1( )1(i)6(m)-5(por)4(t)5(anc)1(e )1(t)5(o )1(geogr)4(aphi)6(c)1( )1(i)5(nf)5(or)4(m)-5(at)5(i)6(on )1(and )]TJ -0.036 Tw -23.461 -1.171 Td -[(par)4(t)5(i)5(c)1(ul)5(ar)4(l)5(y)1( f)5(or)4( bac)1(k)1(w)-3(ar)4(d c)1(om)-6(pat)5(i)5(bi)5(l)5(i)5(t)5(y)1( r)4(eas)1(ons)1( nec)1(es)1(s)1(i)5(t)5(at)5(i)5(ng a di)5(f)5(f)5(er)4(ent)5( s)1(t)5(r)4(i)5(ng s)1(t)5(r)4(uc)1(t)5(ur)4(e i)5(t)5( i)5(s)1( t)5(r)4(eat)5(ed s)1(epar)4(at)5(el)5(y)1( )]TJ -0.057 Tw 0 -1.171 TD -[(f)5(r)4(om)-5( )1(t)5(he )1(gener)4(al)6( )1(c)1(as)1(e )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )]TJ -0 Tc 0 Tw 16.238 0 Td -(C)Tj -0.009 Tc 0.057 Tw 0.734 0 Td -[(l)5(aus)1(e 15)]TJ -3.903 0 Td -[(.)5( )1(The )1(s)1(t)5(r)4(uc)1(t)5(ur)4(es)1( )1(of)5( )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1( )1(f)5(or)4( )1(pr)]TJ -0.008 Tc 0.058 Tw 17.086 0 Td -[(i)4(n)-1(c)-1(i)4(p)-1(a)-1(l)4( a)-1(n)-1(d)-1( d)-1(er)2(i)4(v)-2(e)-1(d)-1( C)-4(R)-4(S)-3(s)-1( )]TJ -0.009 Tc -0.005 Tw -37.961 -1.171 Td -[(ar)4(e c)1(om)-6(par)4(ed i)5(n 15.)5(1,)5( t)5(o w)-3(hi)5(c)1(h t)5(he r)4(eader)4( i)5(s)1( r)4(ef)5(er)4(r)4(ed.)5( )]TJ -0 Tc 0 Tw 24.514 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -24.514 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(pr)4(oj)6(ec)1(t)5(ed )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 30.107 0 Td -( )Tj -ET -q -31.674 403.147 141.6 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 463.1471 Tm -[(<)-1(pr)3(oj)5(ect)4(ed )1(cr)3(s>)]TJ -0 Tc 0 Tw 7.004 0 Td -( )Tj -ET -Q -q -173.274 403.147 28.32 69.12 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 463.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -201.594 403.147 324.48 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 206.8743 463.1471 Tm -[(<)-1(pr)3(oj)5(ect)4(ed )1(cr)3(s keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-7(i)5(t)3(er)3(>)-1( )1(<)-1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 23.949 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 206.8743 451.6271 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)]TJ -0.009 Tc -0.005 Tw 5.789 0 Td -[(or)4(>)-1( <)-1(bas)1(e geodet)5(i)5(c)1( c)1(r)4(s)1(>)]TJ -0 Tc 0 Tw 10.931 0 Td -( )Tj -0.008 Tc -0.003 Tw -16.72 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on>)-1( )]TJ -0 Tc 0 Tw 15.704 0 Td -( )Tj -0.008 Tc -0.003 Tw -15.704 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -201.594 403.147 324.48 69.12 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 206.8743 405.5471 Tm -( )Tj -ET -Q -q -31.674 334.267 141.6 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 394.0271 Tm -[(<)-1(pr)3(oj)5(ect)4(ed )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.07 0 Td -( )Tj -ET -Q -q -173.274 334.267 28.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 394.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -201.594 334.267 324.48 68.88 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 206.8743 394.0271 Tm -[(P)1(RO)-1(J)4(CRS)1( |)8( P)1(RO)-1(J)4(E)1(CT)2(E)1(DCRS)]TJ -0 Tc 0 Tw 13.985 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 206.8743 383.4671 Tm -( )Tj -ET -q -201.594 334.267 324.48 68.88 re -W n -BT -/TT3 1 Tf -0.01 Tc 0.14 Tw 9.84 0 0 9.84 209.6541 383.4671 Tm -(!! In this International Standard for brevity the )Tj -ET -Q -BT -/TT3 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 206.8743 371.9471 Tm -(prefer)Tj -ET -q -201.594 334.267 324.48 68.88 re -W n -BT -/TT3 1 Tf -0.89 Tw 9.84 0 0 9.84 242.8743 371.9471 Tm -(red keyword is PROJCRS. PROJECTEDCRS is )Tj -0.524 Tw -3.659 -1.171 Td -(permitted. Implementations should be prepared to )Tj -ET -Q -BT -/TT3 1 Tf -0 Tw 9.84 0 0 9.84 206.8743 348.9071 Tm -(read both forms.)Tj -0 Tc 9.756 0 Td -( )Tj -ET -q -201.594 334.267 324.48 68.88 re -W n -BT -/TT3 1 Tf -9.84 0 0 9.84 206.8743 337.6271 Tm -( )Tj -ET -Q -q -31.674 310.747 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 325.1471 Tm -[(<)-1(cr)3(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -ET -Q -q -173.274 310.747 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 325.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -201.594 310.747 324.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 206.8743 325.1471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 301.6271 Tm -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 274.2671 Tm -[(9)-4(.)1(2)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(B)-3(ase )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 4.867 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 247.3871 Tm -[(9)-5(.2)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.094 0 Td -[(G)-5(e)-1(n)-2(e)-1(r)1(a)-1(l)]TJ -0 Tc 0 Tw 3.784 0 Td -( )Tj -0.009 Tc -0.009 Tw -7.138 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.002 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.601 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.002 Tw 2.542 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(pr)4(oj)]TJ --0.003 Tw 10.454 0 Td -[(ec)1(t)5(ed c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(\222)5(s)1( bas)1(e geodet)5(i)5(c)1( C)-3(R)-3(S)-2( s)1(hal)5(l)5( )]TJ --0.009 Tw -21.809 -1.171 Td -(be:)Tj -0 Tc 0 Tw 1.413 0 Td -( )Tj -ET -q -31.674 152.107 141.6 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 189.0671 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s>)]TJ -0 Tc 0 Tw 9.151 0 Td -( )Tj -ET -Q -q -173.274 152.107 28.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 189.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -201.594 152.107 324.48 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 206.8743 189.0671 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)3( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(base )1(cr)3(s )1(nam)-6(e)-1(>)-1( )]TJ -0 Tc 0 Tw 28.582 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 206.8743 177.5471 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(geodet)4(i)5(c )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 15.987 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.987 -1.171 Td -[([)5( )1( )1( )1(])5( )1(<)-1(r)4(i)6(ght)5( )1(del)6(i)6(m)-5(i)6(t)5(er)4(>)]TJ -0 Tc 0 Tw 25.135 0 Td -( )Tj -ET -q -201.594 152.107 324.48 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 206.8743 154.5071 Tm -( )Tj -ET -Q -q -31.674 128.587 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 142.9871 Tm -[(<)-1(base )1(geod)]TJ --0.004 Tw 5.339 0 Td -[(e)-1(t)4(i)4(c cr)3(s ke)-1(yw)-4(o)-1(r)3(d)-1(>)]TJ -0 Tc 0 Tw 7.878 0 Td -( )Tj -ET -Q -q -173.274 128.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 142.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -201.594 128.587 324.48 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 206.8743 142.9871 Tm -[(BASEG)-2(EO)-2(D)-1(C)-1(R)-1(S )]TJ -0 Tc 0 Tw 8.132 0 Td -( )Tj -ET -Q -q -31.674 105.067 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 119.4671 Tm -[(<)-1(base )1(cr)3(s )1(n)-1(am)-6(e)-1(>)]TJ -0 Tc 0 Tw 7.852 0 Td -( )Tj -ET -Q -q -173.274 105.067 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 119.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -201.594 105.067 324.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 206.8743 119.4671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 81.787 141.6 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 95.9471 Tm -[(<)-1(el)5(l)5(i)5(psoi)5(da)-1(l)5( cs )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 8.868 0 Td -( )Tj -ET -Q -q -173.274 81.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 95.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -201.594 81.787 324.48 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 206.8743 95.9471 Tm -[(<)-1(angl)5(e )1(un)-1(i)5(t)4(>)]TJ -0 Tc 0 Tw 5.593 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 72.6671 Tm -[(<)-1(geodet)4(i)5(c da)-1(t)4(um)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(8)-1(.)4(2.)4( )1(I)4(t)4( )1(i)5(ncl)5(udes )1(el)5(l)5(i)4(psoi)5(d )1(and )1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an )1(d)-1(escr)3(i)5(pt)4(i)5(on)]TJ --0.008 Tw 39.879 0 Td -(s.)Tj -0 Tc 0 Tw 0.791 0 Td -( )Tj -ET - endstream endobj 199 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(31)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -8.88 0 0 8.88 71.0342 749.7071 Tm -( )Tj -0.009 Tc -0.005 Tw 0 -1.162 TD -[(EX)1(AM)-2(PL)2(E 3)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.026 0 Td -(DATUM[)Tj -0 Tw ("Tananarive 1925")Tj -0 Tc (,)Tj -14.594 0 Td -( )Tj --22.252 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["International 1924",6378388.0,297.0,)Tj -0 Tc ( )Tj --7.658 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]])Tj -0 Tc 0 Tw (,)Tj -17.635 0 Td -( )Tj --25.292 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc 0 Tw (ANCHOR["Tananarive observatory:21.019166)Tj -(7gS, 50.23849537gE \(of Paris\)"]],)Tj -0 Tc ( )Tj --7.658 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw 7.658 0 Td -(PRIMEM["Paris",2.5969213,ANGLEUNIT["grad",0.015707963267949]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 681.5471 Tm -[(8)-4(.)1(3)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(C)-3(o)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(syst)4(em)-6(s )1(f)4(o)-1(r)3( )1(g)-1(eo)-1(d)-1(et)4(i)5(c )1(C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 18.846 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc 0.13 Tw 9.84 0 0 9.84 71.0342 658.0271 Tm -[(<)-1(coor)3(di)5(nat)4(e )1(sy)-1(st)3(em)-6(>)-1( )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(5.)4( )1(S)-2(ev)-1(er)3(a)-1(l)5( con)-1(st)4(r)3(ai)5(nt)4(s )1(and )1(r)3(ecom)-6(m)-6(endat)4(i)5(ons )1(f)4(or)3( )1(co)-1(or)3(di)4(nat)4(e )1(syst)4(em)-6(s )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(us)1(ed i)5(n geodet)5(i)5(c)1( C)]TJ --0.004 Tw 8.416 0 Td -[(R)-3(S)-2(s)1( ar)3(e des)1(c)1(r)3(i)5(bed t)4(her)3(e.)]TJ -0 Tc 0 Tw 11.239 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 619.1471 Tm -[(8)-4(.)1(4)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(E)-2(xam)-6(p)-1(l)5(es )1(o)-1(f)4( )]TJ -0.013 Tc -0.013 Tw 6.283 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(d)-1(escr)3(i)5(b)-1(i)5(n)-1(g)-1( )1(a )1(g)-1(eo)-1(d)-1(et)4(i)5(c )1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 12.904 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 596.1071 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(G)-3(eodet)4(i)5(c)1( )1(C)-2(R)-2(S)-1( )1(w)-2(i)5(t)4(h )1(C)-2(ar)3(t)4(es)1(i)5(an )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)]TJ -0 Tc 0 Tw 21.686 0 Td -( )Tj -9.84 0 0 9.84 71.0342 584.8271 Tm -( )Tj -8.88 0 0 8.88 71.0342 574.7471 Tm -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.658 0 Td -(GEODETICCRS["JGD2000",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0.327 -1.27 Td -( )Tj -0.008 Tc 0 Tw (DATUM["Japanese Geodetic Datum 2000",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",6378137,298.257222101]],)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,3],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricX],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricY],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -6.418 0 Td -(Z)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricZ],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -7.364 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (SCOPE)Tj -([")Tj -0 Tw (Geodesy, topographic mapping and cadastre)Tj --0.008 Tw ("],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AREA["Japan"],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (BBOX[17.09,122.38,46.05,157.64],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (TIMEEXTENT[2002)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 10.946 0 Td -(04)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(01,2011)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 4.865 0 Td -(10)Tj -0 Tc 0 Tw (-)Tj -1.824 0 Td -(2)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(1],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -20.067 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (ID["EPSG",4946,URI["urn:ogc:def:crs:EPSG::4946"]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.432 TD -( )Tj -0.008 Tc -0.008 Tw (REMARK[")Tj -/C2_0 1 Tf -0.016 Tc -0.016 Tw 9.84 0 0 9.84 195.9332 424.2671 Tm -<000B000D>Tj -/TT2 1 Tf -0.01 Tc -0.01 Tw (JGD2000)Tj -/C2_1 1 Tf -0.016 Tc -0.016 Tw 6.606 0 Td -<00030001000400080006000700050002>Tj -/C2_0 1 Tf -<0005000C000A>Tj -/TT2 1 Tf -0.01 Tc -0.01 Tw 11.433 0 Td -(JGD2011)Tj -/C2_0 1 Tf -0.016 Tc -0.016 Tw 4.573 0 Td -<00040009000800070006000200030001>Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 498.4332 424.2671 Tm -("]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.008 Tc -0.008 Tw -48.131 -2.676 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.59 0 Td -[(N)-2(on)]TJ -0 Tc 0 Tw 1.859 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(Lat)4(i)5(n )1(c)1(har)3(ac)1(t)3(er)3(s)1( )1(m)-5(ay)1( )1(onl)5(y)1( )1(be )1(i)5(nc)1(l)5(uded )1(w)-2(i)5(t)4(h)-1(i)5(n )1(r)3(em)-5(ar)3(k)1(s)1(.)]TJ -/TT2 1 Tf -0 Tc 0 Tw 24.109 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -31.711 -2.541 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(G)-3(eodet)4(i)5(c)1( )1(C)-2(R)-2(S)-1( )1(w)-2(i)5(t)4(h )1(el)5(l)5(i)5(ps)1(oi)5(dal)5( )1(3D)-2( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)-5(,)4( )1(no )1(opt)4(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(es)]TJ -0 Tc 0 Tw 33.347 0 Td -( )Tj -9.84 0 0 9.84 71.0342 366.9071 Tm -( )Tj -8.88 0 0 8.88 71.0342 356.8271 Tm -( )Tj -/TT2 1 Tf -0.008 Tc 7.658 0 Td -(GEODCRS["WGS 84",)Tj -0 Tc ( )Tj -0.008 Tw 0.327 -1.297 Td -( )Tj -0.008 Tc 0 Tw (DATUM["World Geodetic System 1984",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ELLIPSO)Tj -0 Tw (ID["WGS 84",6378137,298.257223563,)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,3],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 6.418 0 Td -(lat)Tj -/TT1 1 Tf -0 Tc 0 Tw (\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.162 0 Td -(",north,ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -8.58 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 6.418 0 Td -(lon)Tj -/TT1 1 Tf -0 Tc 0 Tw (\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.162 0 Td -(",east,ANGLEUNIT["degree",0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -8.58 -1.297 Td -( )Tj -0.008 Tc 0 Tw (AXIS["ellipsoidal height \(h\)",up,LEN)Tj --0.008 Tw (GTHUNIT["metre",1.0]]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -9.84 0 0 9.84 71.0342 264.4271 Tm -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 241.6271 Tm -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(G)-3(eodet)4(i)5(c)1( )1(C)-2(R)-2(S)-1( )1(w)-2(i)5(t)4(h )1(I)4(R)-2(M)-4( )1(as)1( )1(pr)3(i)5(m)-5(e )1(m)-5(er)3(i)5(di)5(an )1(and)-1( )1(e)-1(l)5(l)5(i)5(ps)1(oi)5(dal)5( )1(2D)-2( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)-5( )1(i)5(n )1(degr)3(ees)]TJ -0 Tc 0 Tw 40.838 0 Td -( )Tj -9.84 0 0 9.84 71.0342 230.3471 Tm -( )Tj -8.88 0 0 8.88 71.0342 220.2671 Tm -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.658 0 Td -(GEOD)Tj -(CRS)Tj -0 Tc 0 Tw ([)Tj -0.008 Tc -0.008 Tw 4.865 0 Td -("NAD83",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -4.538 -1.297 Td -( )Tj -0.008 Tc 0 Tw (DATUM["North American Datum 1983",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",6378137,298.257222101,LENGTHUNIT["metre",1.0]]],)Tj -0 Tc 44.391 0 Td -( )Tj -0.008 Tw -44.391 -1.297 Td -( )Tj -0.008 Tc -0.008 Tw (CS)Tj -([ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.27 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",east],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.017453292519943],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (ID["EPSG",4269],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.297 TD -( )Tj -0.008 Tc 0 Tw (REMARK["1986 realisation"])Tj -0 Tc (])Tj -17.635 0 Td -( )Tj -/TT1 1 Tf -9.84 0 0 9.84 71.0342 116.3471 Tm -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 93.5471 Tm -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(G)-3(eodet)4(i)5(c)1( )1(C)-2(R)-2(S)-1( )1(w)-2(i)5(t)4(h )1(pr)3(i)5(m)-5(e )1(m)-5(er)3(i)5(di)5(an )1(ot)4(her)3( )1(t)4(han )1(I)4(R)-2(M)-4( )1(and )1(el)5(l)5(i)5(ps)1(oi)5(dal)5( )1(2D)-2( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)]TJ -0.008 Tc -0.004 Tw 37.12 0 Td -[(s)1(t)4(em)-5( i)5(n gr)3(ads)]TJ -0 Tc 0 Tw 6.084 0 Td -( )Tj -ET - endstream endobj 200 0 obj <> endobj 201 0 obj <> endobj 208 0 obj [210 0 R] endobj 209 0 obj <>stream -H塡懰n 嗺<,蟉溹颇ck猗椩FKR .|"樣@騟h=uJ:狅V孯 媼^-Gp拪奢A徭33剒s-鏝崥%焅溳郥 =鄼7+蠮5灵螥淨9H牚@噼 0笫fl桸t叟{煕AП.唓碙MH誓Ge耄"縷]萌繖 暝ぎ獲Y6R鑊D簨t峵ㄉ#=D:攺仦彋E6/餄耺l綵'[nCJ叿0趢w韲 -0甗 endstream endobj 210 0 obj <> endobj 211 0 obj <> endobj 212 0 obj <> endobj 213 0 obj <>stream -H夲` endstream endobj 214 0 obj <>stream -H墹梚p[W窍}wy嫟'芍鈃瞕[%%-YN9夊4嬌:氌M;惌!iSZBYRhi襌 -em!!纒Z绖0蚅啓路~ - 汤 澪嗎'咨:蜍s黹3砢粒!y饋覫p?W#嘜s砕7xn铊C囎>52|z~v嫘o鴚bチy 铬Q:鎻>脲/Q墐3阯埚繋睓'津撸$徬浀邹+@a'O蛕鍁'黲:j篓&勦m憐堅jV*司迤:qhX鷸玅-6C楑{K_n墉犁瓌鴸Zv鹯闼#HTk䴕_甞_nd&m}c郂=Yv捰嚀5兕lhv靥造H轪笶惺檠;髱啚棁GcxA佫D#綘B(ǎ駓A綗&毟葱7P袊& 爄騻6鷉 -沿^0>H0毎珻_G龙溍b醔迚鋁鐵迚鎬K営珊阳枘潢骣┘狭怼哱r敠腎蝋泹nn瓮5鍜NC諭b蚳硧曔%a5[漺Zs韞-防Z# Z+ -oC 橠Q(z -臜(V'姱 艧A tX=(羄擯%淐┧T疈壃D夦∧V∧鸔P (ME旀2産QJ2D( BYC(k e‖' 2L( e&B)(!; e+#旐劜働=劜揚v蕁BI"B'敾e侾>B$)B箾P蕒 B9@(4√蕔剅怭,&9B'#勻>By?%攙D9F( $旣 PNByP$敵勻怭&擥錍剅嶱>L(蔊澹勻1B8'斍剴B擮抒勻奝$ 剅慞"敡 逵勻 哖%斚淑9B<丳綡(_"/蔠鍄By丳綣(_#敮JQ続($攐史 ;勻]B笵( 鍆剅匬綩(? 奀( 剅昉^$敆錑勻cB ,蔕 ↑孭氏4HU 繀k翴d侔 .$剧勝 (揕疝RtO矖碗._~:訵x 屒磰F%魴畉$訒゜!訒閵氢币`盤腦i癟-蓆Q]奭Td'xAZa(侑1MR鑦X赆傲YV臛H嶓4!绦N茀)鴎Jp制爆鑹闁. )-縛)昦鲷nK3欃n)K)1e鄱悮︶x:*刜滤蠸弾(弄j聁骊s笆陰8?堂B欽*ヵ*q(憀J^@('5鰝喂TBp卧|(M3謸>熇Z歠Y科朏鑴豘恪佗bR詓"W炿Ц<[獗 庎-)p阾?qC)溇惼磬C(_儛 [o4bJ祬攣驮チ劥锑鴲b.hB:喴-S稶@c玛4C3梂犹犫,ㄔ>+( [姞芽灚鮧p|!鼀\嚤谪猏k砃sM{ц崺報=@;ヰ戊氪邧緫IU诅R4{矞1;凿胅钞搿3!q砺*2皋摋竃演\揵R/峓r1闓,罬6躡FJ筛枦秹+!\`&襋\Fa歺f皢跻VR鐨a趧4}f鯾=縎暱.{2餃_鋲窸dX歬o禪H詤Y)i藃乒弙摗hs雏ヮd鸏=恴袙彫爎&歓 6T迒椸苠诽尾u嵐 糕1绞饨#戣!焷G -椑u7т~咹柶C蛹"╫轁!└n%:瀒譊泅L聽r1|y萒菏暳椸踴櫙圅滓嫂匠 -癀暙蜭宴/:/@\[+q玥>鍝:盍朤j隿<榫@@茂 肯勱]jO-nT ;;麔撙+髻蟅 緈ob竃归毷煱赧墎L榋101Ma趢)凊R鼕 倡窲洿嬟/-欖蟲>k=a t骵 ^鲡紌醬紷蚣B椖R&L$∠^y亗柘y^~r|夏甅俦顸貞鏞糩&a隼毒 踩>y#p<溊瞃槂3pf嘣恢朔/吗領责钌EV9锢呮険]榡v帱增E銚s嘏┇d疊Y%桬殚F殛DI 斨萟6|Т斢彘慿窴搻饇!妁 tAх{馱髖華煮}x鯲x~鷄曠叒亢k':e踁-(#決6,_嚥敗伃!嬽UEQt䲡U(―QK姕iA%HNA$HFr3䴖脍雃謝趃坠玑>驉'<&蝵J駐"蟳fL掿4R鞼$輣}mg旰3b嬚骤認UQ畡蕯抌グ@伤U渤偱r偗!慿QH乚J 碰[B斮铷犥~7Ti詗毹&禭$琒會>シG殛T谯敄fォQ鵗,譅S!焛⒀nf粌v陟n鸿纯蠯=@?}0C 赺-侗甋WW敟Eea^櫅UΗ斏 e|L (#驖q旗L2a0蛿龘9f韄,0o/衬⒔*+鰋6X-鰌疭oo敨K妩L99V曡静唬lm媘撑毂藥}@攠G讧減l_p螜}楒奋鮟r螽М endstream endobj 206 0 obj [215 0 R] endobj 207 0 obj <>stream -H塡淹j0 嗷烞泅P湡堕 4雒=@j+漚q屻蝣S硇 |H2柲詇鍊豎磋燱ZZ溒W)外n嫛3孲q;O嘑#藄酂湝漚U蜀妅七璂 V_U揶嶚祪$鰐裬g藓侞睲#)肌毧屗l8> endobj 216 0 obj <> endobj 217 0 obj <> endobj 218 0 obj <>stream -H夲  endstream endobj 219 0 obj <>stream -H墱VYW降沮棶觐麾O华芅瞥xf鈺!牁{l#b釪v%鍑菻H嘃D$D@t#,⒛垁B坥兟bEl" 衍纵c_搓漺攮犄蝅.=sy x8O?{)勆镗8^={褴吷抷'瘻5頜?康y挽5&>敒G配yB簏匥螹諾a嵘o粟)\胾趼鎠烞?粂ak喳p} 蟣^|fkz_甇呦褔1<6 9JtDLD~倨{v&&?︱8刕=\啩螁Cx祚鷓4d6弌嘗半哑!2肪r(HS%彶L -耇),R%AA*%5獢Q髀 陹a笁{&玸揢筝a坓擯,to屴G管 a厂?挲a调:S^_{澀 pU締 b4An"(-祶犈 偙领 X]粐愲#8;躖o吝#呡甤kH%(=斒^JJ錋Je慠貵,Q*藬 -ゲJ╈(晆Je僐y圧9@Q*)#斒QJ錭斒脭#斒1,訥嗺酠,^礱邓,+ <.y -/2勧橬 抶郋伤践蚖^qh外呇熰$蘟庾@爗@旯Dq;贊鵃Lv琼ˋD |vRQLSQ迫"藙尡|W(嵒ZB鰪罾镟m,7棡騿 2K:p濈骑繣f鄵)流鐩额蒁V齲芓m锦"+>_愓瀮茱6 M瑻4轥 栯\鏧 衐4m朋Y> N"+N穥韱\l]瘕挌w蟬*sB囵培 {隻w^鱯9<,.[ 惎VW跀Ku/轇.豆@9Q.擨6*%乫fm挙羛鼎椱倩滉獖交~`FE苭v氟栰嶁箺溪犦M嘲8峏? 眸1I瞯<7雏N飰f違賘Y -"iy]g貱蜸e咺咩5烪)咹趍誹,-歜捚5"罜锉-鏬-穾砺詪k}Q$蓽鋄u!媪{C晀椿規\2垬纷s秲)扆4i鐞'4[7,寵1 娦冨轀梜椼rк-S/./S皠Z%珼鮢=TΤ^励,觅V :,H(L賑''P譼$儎幜唈鍫柠鷺G䜩9P汤N鐽z#籸 珏q忳%麱诵6\臩蜇倫?V>-)瘂窫 u,.1鉍1綵誹窢o&闪oM5賟x捤蹅鉮-YY_ 垼:帗8{鏛*驠貧mK稶行`I装S1玵毃-?W+蟄媛国\s聚甑vg嫬笾輬Y扷Y搃d枓鍎F-蜼蛘|杰(7肰 蝡W8阥g倭N圪裖Y^妩}婯8徝喤15} -Z"朘#W"觘芆0 -籐#砎k瘲恕袓9瞽#7霚 鉘懪磂Y,贛濳1x退丁+跳矓E'=誅艤hH瀺94忠U竱;哓&吴-'<蟯博 O靜Ob伣鰶璒>|襹〒o鋡撖噻tGFp 跢挘%抄绢毟w魊u_q4qW啥 畅氷∫Z^傓 -墆n 璝濔醧 b 絻qFS韦'y掕饻saB|抇盵|^L壪焫滑.纠鑔N|!臰x/跫U,p詜幦.憟&67埖疹闹眴U閐 涁逜垅1DO"伕梠W< 意鸤軠x壦]棂袑屝 endstream endobj 179 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 180 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 181 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 182 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 183 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 224 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(30)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.009 Tc 0.064 Tw 0 74.463 TD -[(val)6(ue s)1(hal)6(l)6( be gi)6(ven i)6(n degr)4(ees)1(.)5( I)5(t)5(s)1( s)1(hal)6(l)6( be t)5(o r)4(adi)6(ans)1( and i)6(s)1( t)5(he num)-5(b)]TJ -0.065 Tw 41.947 0 Td -[(er)4( of)5( r)4(adi)5(ans)1( per)4( )]TJ --0.005 Tw -41.947 -1.171 Td -[(uni)5(t)5(.)5( <)-1(angl)5(e uni)5(t)5(>)-1( i)5(s)1( des)1(c)1(r)4(i)5(bed i)5(n 7.)5(4.)]TJ -0 Tc 0 Tw 16.551 0 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 714.6671 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(PRIMEM[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 4.865 0 Td -(Ferro)Tj -0 Tc 0 Tw (")Tj -3.649 0 Td -(,)Tj -0.608 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(17.6666667])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 12.945 0 Td -[(\()3(t)4(ak)1(i)5(ng )1(t)4(he C)-2(R)-2(S)-3( )1(ax)4(i)4(s)1( )1(uni)5(t)4( )1(of)4( )1(degr)3(ees)1(\))]TJ -0 Tc 0 Tw 16.557 0 Td -( )Tj -0.009 Tc -0.005 Tw -46.89 -1.919 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(PRIMEM[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 4.865 0 Td -(Paris)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 3.649 0 Td -(,2.5969213])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 14.161 0 Td -[(\()3(t)4(ak)1(i)5(ng )1(t)4(he C)-2(R)-2(S)-3( )1(ax)4(i)4(s)1( )1(uni)5(t)4( )1(of)4( )1(gr)3(ads)1(\))]TJ -0 Tc 0 Tw 15.43 0 Td -( )Tj -0.009 Tc -0.005 Tw -45.763 -1.919 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(PRIMEM[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 4.865 0 Td -(Paris)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 3.649 0 Td -(,2.5969213,ANGLEUNIT[)Tj -("grad)Tj -(",0.015707963267949)Tj -(]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -16.171 -1.946 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(PRIMEM[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 4.865 0 Td -(Greenwich)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 6.081 0 Td -(,0.0])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 11.729 0 Td -[(\()3(t)4(ak)1(i)5(ng )1(t)4(he C)-2(R)-2(S)-3( )1(ax)4(i)4(s)1( )1(uni)5(t)4( )1(of)4( )1(degr)3(ees)1(\))]TJ -0 Tc 0 Tw 16.557 0 Td -( )Tj -0.008 Tc -0.008 Tw -46.89 -1.919 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.008 Tc 0.066 Tw 2.59 0 Td -[(W)-5(hen t)4(he pr)3(i)5(m)-5(e m)-5(er)3(i)5(di)5(an nam)-5(e i)5(s)1( ")3(G)-3(r)3(eenw)-2(i)5(c)1(h")3( or)3( t)4(he l)5(ongi)5(t)4(ude of)4( t)4(he i)5(nt)4(er)3(nat)4(i)5(onal)5( r)3(ef)4(er)3(enc)1(e m)-5(er)3(i)5(di)5(an i)5(n t)4(he )]TJ -0.007 Tc 0.032 Tw -5.405 -1.189 Td -[(geodet)4(i)5(c)1( )1(C)-2(R)-2(S)-2( )1(i)5(s)1( )1(z)1(er)3(o,)4( )1(t)4(he )1(i)5(nc)1(l)5(us)1(i)5(on )1(of)4( )1(t)4(h)-1(e )1(pr)3(i)5(m)-5(e )]TJ -21.941 0 Td -[(m)-5(er)3(i)4(di)4(an )1(obj)4(ec)1(t)4( )1(i)4(n )1(a )1(W)-5(K)-2(T)-1( )1(s)1(t)4(r)3(i)4(ng )1(i)4(s)1( )1(opt)4(i)4(onal)4(,)4( )1(s)1(o )1(t)4(hi)4(s)1( )1(ex)4(am)-5(pl)4(e )1(s)1(t)4(r)3(i)4(ng )1(s)1(houl)4(d )]TJ -0.285 Tw -21.941 -1.189 Td -[(not)4( )1(nor)3(m)-5(al)5(l)5(y)1( )1(be )1(pr)3(es)1(ent)4(.)4( )1(I)4(t)4( )1(i)5(s)1( )1(i)5(nc)1(l)5(uded )1(her)3(e )1(f)4(or)3( )1(bac)1(k)1(w)-2(ar)3(d )1(c)1(om)-5(pat)4(i)5(bi)5(l)4(i)5(t)4(y)1( )1(r)3(eas)1(ons)1( )1(as)1( )1(t)4(h)-1(e )1(pr)3(i)5(m)-5(e )1(m)-5(er)3(i)5(di)5(an )1(obj)5(ec)1(t)4( )1(w)-2(as)1( )]TJ --0.003 Tw 0 -1.162 TD -[(m)-5(andat)4(or)3(y)1( )1(i)4(n )1(ear)3(l)4(i)4(er)3( )1(C)-2(R)-2(S)-2( )1(W)-5(K)-2(T)-1( )1(s)1(pec)1(i)4(f)4(i)4(c)1(at)4(i)4(ons)1(.)]TJ -0 Tc 0 Tw 20.558 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 588.4271 Tm -[(8)-5(.2)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.006 Tc -0.006 Tw 1.094 0 Td -[(D)-6(a)-3(tu)-4(m)]TJ -0 Tc 0 Tw 3.162 0 Td -( )Tj -0.009 Tc -0.009 Tw -6.515 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(geodet)5(i)6(c)1( )1(dat)5(um)-5( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 19.772 0 Td -( )Tj -ET -q -31.674 481.627 147.12 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 541.3871 Tm -[(<)-1(geodet)4(i)5(c da)-1(t)4(um)-6(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0 Tw 15.481 0 Td -( )Tj -ET -Q -q -178.794 481.627 28.32 68.88 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 541.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 481.627 315.12 68.88 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 541.3871 Tm -[(<)-1(geodet)4(i)5(c da)-1(t)4(um)-6( )1(keyw)-3(or)3(d>)-1( )]TJ -0 Tc 0 Tw 12.484 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 530.1071 Tm -[(<)-1(l)5(ef)4(t)4( )1(del)4(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(dat)4(um)-6( )1(nam)-6(e>)-1( )1(<)-1(w)-3(kt)4( )1(s)-1(epar)3(at)4(or)3(>)-1( )1(<)-1(el)5(l)5(i)5(psoi)5(d>)]TJ -0 Tc 0 Tw 26.494 0 Td -( )Tj -0.009 Tc -0.004 Tw -26.494 -1.171 Td -[([)5( )1( )1( )1(])]TJ -0 Tc 0 Tw 16.1 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.1 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.01 Tc -0.005 Tw 1.016 0 Td -[( )1( )1(<)1(r)]TJ -0.008 Tc -0.003 Tw 1.492 0 Td -[(i)4(g)-1(h)-1(t)3( d)-1(e)-1(l)4(i)4(m)-7(i)4(t)3(e)-1(r)2(>)-1( )]TJ -0 Tc 0 Tw 6.637 0 Td -( )Tj -0.009 Tc -0.004 Tw -24.12 -1.171 Td -[({)4( )1( )1( )1(})]TJ -0 Tc 0 Tw 16.721 0 Td -( )Tj -ET -q -207.114 481.627 315.12 68.88 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 212.6343 484.0271 Tm -( )Tj -ET -Q -q -31.674 389.227 147.12 92.4 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 472.5071 Tm -[(<)-1(geodet)4(i)5(c da)-1(t)4(um)-6( )1(keyw)-3(or)3(d>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0 Tw 19.547 0 Td -( )Tj -ET -Q -q -178.794 389.227 28.32 92.4 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 472.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 389.227 315.12 92.4 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 212.6343 472.5071 Tm -[(DA)1(T)2(UM)-2( |)8( G)-1(E)1(O)-1(DE)1(T)2(I)7(CDA)1(T)2(UM)]TJ -0 Tc 0 Tw 13.363 0 Td -( )Tj -ET -Q -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 212.6343 461.4671 Tm -(!! In this International Standard for compatibility with )Tj -0 -1.297 TD -(previous versions of )Tj --0.008 Tw (WKT)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc 15.202 0 Td -(the preferred keyword is DATUM, )Tj --15.202 -1.297 Td -(but for c)Tj -(onsistency with the other datum types described )Tj --0.008 Tw 0 -1.297 TD -(in )Tj -1.824 0 Td -(Clauses)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc 4.865 0 Td -(10 to 14 )Tj --0.008 Tw (GEODETICDATUM)Tj -0 Tc 0 Tw 9.84 0 0 9.84 390.8311 426.9071 Tm -( )Tj -0.008 Tc 8.88 0 0 8.88 396.8311 426.9071 Tm -(is permitted.)Tj -0 Tc 9.84 0 0 9.84 467.0298 426.9071 Tm -( )Tj -0.01 Tc -25.853 -1.122 Td -(Implementations should be prepared to read both )Tj --0.01 Tw 0 -1.171 TD -(forms.)Tj -0 Tc 0 Tw 8.88 0 0 8.88 248.6343 404.3471 Tm -( )Tj -ET -q -31.674 365.707 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 380.1071 Tm -[(<)-1(dat)4(um)-6( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 6.837 0 Td -( )Tj -ET -Q -q -178.794 365.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 380.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 365.707 315.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 380.1071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 331.147 147.12 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 356.5871 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3(>)]TJ -0 Tc 0 Tw 7.401 0 Td -( )Tj -ET -Q -q -178.794 331.147 28.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 356.5871 Tm -[(:)1(:)]TJ -0 Tc 0 Tw 0.565 0 Td -(=)Tj -0.593 0 Td -( )Tj -ET -Q -q -207.114 331.147 315.12 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 356.5871 Tm -[(<)-1(dat)4(um)-6( )1(anchor)2( )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)4(t)4(e)-1(r)3(>)-1( )]TJ -0 Tc 0 Tw 18.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 345.0671 Tm -[(<)-1(dat)4(um)-6( )1(anchor)2( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(de)-1(l)5(i)4(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 20.166 0 Td -( )Tj -ET -q -207.114 331.147 315.12 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 212.6343 333.5471 Tm -( )Tj -ET -Q -q -31.674 307.627 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 322.0271 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.467 0 Td -( )Tj -ET -Q -q -178.794 307.627 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 322.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 307.627 315.12 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 212.6343 322.0271 Tm -[(A)1(NCHO)-1(R)]TJ -0 Tc 0 Tw 4.403 0 Td -( )Tj -ET -Q -q -31.674 284.107 147.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 298.5071 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(d)-1(escr)3(i)5(pt)4(i)5(on>)]TJ -0 Tc 0 Tw 12.597 0 Td -( )Tj -ET -Q -q -178.794 284.107 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 184.3143 298.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -207.114 284.107 315.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.6343 298.5071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc 0.214 Tw 9.84 0 0 9.84 37.1944 274.9871 Tm -[(<)-1(geodet)4(i)5(c )1(dat)3(um)-6(>)-1( )1(i)5(s )1(used )1(w)-3(hen )1(t)4(he )1(C)-3(R)-3(S)-2( )1(t)4(yp)-1(e )1(i)4(s )1(g)-1(eodet)4(i)5(c.)4( )1(F)-1(or)3( )1(a )1(pr)3(oj)5(ect)4(ed )1(C)-3(R)-3(S)-2(,)3( )1(t)4(h)]TJ -0.009 Tc 0.212 Tw 40.09 0 Td -[(e geodet)5(i)5(c)1( dat)5(um)-6( i)5(s)1( )]TJ -0.008 Tc -0.003 Tw -40.09 -1.171 Td -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( i)4(n t)3(h)-1(e)-1( B)-3(a)-1(s)-1(e)-1( G)-5(e)-1(o)-1(d)-1(e)-1(t)3(i)4(c)-1( C)-4(R)-4(S)-3(,)3( s)-1(e)-1(e)-1( )]TJ -0.012 Tc -0.012 Tw 18.414 0 Td -(Cl)Tj -0.009 Tc -0.005 Tw 0.959 0 Td -[(aus)1(e 9.)5( )]TJ -0 Tc 0 Tw 3.616 0 Td -( )Tj -0.008 Tc -0.003 Tw -22.989 -2.39 Td -[(<)-1(el)5(l)5(i)5(psoi)5(d>)-1( i)5(s )1(descr)3(i)5(bed )1(i)5(n )1(8.)3(2.)4(1)-1(.)]TJ -0 Tc 0 Tw 14.46 0 Td -( )Tj -0.008 Tc 0.154 Tw -14.46 -2.39 Td -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an>)-1( )1(i)5(s )1(a )1(co)-1(ndi)5(t)4(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e;)4( )1(see )1(8.)4(2.)4(2.)4( )1(F)-1(ol)5(l)5(o)-1(w)-3(i)5(ng )1(t)4(he )1(dat)4(a )1(m)-6(odel)5( )1(of)4( )1(I)4(S)-2(O)-4( )1(19111 )1(i)5(t)4( )1(w)-4(oul)5(d )1(be )]TJ -0.009 Tc 0.034 Tw T* -[(nes)1(t)5(ed w)-3(i)5(t)5(hi)5(n t)5(he geodet)5(i)5(c)1( dat)5(um)-6( obj)5(ec)1(t)5(.)5( I)5(n t)]TJ -20.098 0 Td -[(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d i)5(t)5(s)1( nes)1(t)5(i)5(ng f)5(ol)5(l)5(ow)-3(s)1( pr)4(evi)5(ous)1( ver)4(s)1(i)5(ons)1( of)5( )]TJ -0.011 Tc -0.006 Tw -20.098 -1.171 Td -[(C)-1(R)-1(S W)-5(KT)1(.)]TJ -0 Tc 0 Tw 4.968 0 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 170.8271 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(DATUM[)Tj -0 Tw ("North American Datum 1983")Tj -0 Tc (,)Tj -20.675 0 Td -( )Tj --28.333 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["GRS 1980",6378137,298.257222101,LENGTHUNIT["metre",1.0]]])Tj -/TT1 1 Tf -0 Tc 42.567 0 Td -( )Tj -0.009 Tc -0.005 Tw -50.224 -1.946 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.026 0 Td -(DATUM[)Tj -0 Tw ("World Geodetic System 1984")Tj -0 Tc (,)Tj -21.283 0 Td -( )Tj --28.941 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ELLIPSOID["WG)Tj -0 Tw (S 84",6378388.0,298.257223563,LENGTHUNIT["metre",1.0]]],)Tj -0 Tc ( )Tj --7.658 -1.189 Td -( )Tj -0.008 Tc -0.008 Tw 7.658 0 Td -(PRIMEM[)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 4.865 0 Td -(Greenwich)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 6.081 0 Td -(,0.0])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.008 Tc -0.008 Tw -18.603 -1.946 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.008 Tc 0.096 Tw 2.59 0 Td -[(W)-5(hen t)4(he pr)3(i)5(m)-5(e m)-5(er)3(i)5(di)5(an nam)-5(e i)5(s)1( ")3(G)-3(r)3(eenw)-2(i)5(c)1(h")3( or)3( t)4(he l)5(ongi)5(t)4(ude of)4( t)4(he I)4(R)-2(M)-3( m)-5(er)3(i)5(di)5(an i)5(n t)4(he geodet)4(i)5(c)1( C)-2(R)-2(S)-1( i)5(s)1( )]TJ -0.122 Tw -5.405 -1.162 Td -[(z)1(er)3(o,)4( t)4(he i)5(nc)1(l)5(us)1(i)5(on of)4( t)4(he pr)3(i)5(m)-5(e m)-5(er)3(i)5(di)5(an obj)5(ec)1(t)4( i)5(n a W)-5(K)-1(T s)1(t)4(r)3(i)5(ng )]TJ -0.121 Tw 29.953 0 Td -[(i)5(s)1( opt)4(i)5(onal)5(,)4( s)1(o t)4(hi)5(s)1( ex)4(am)-4(pl)5(e s)1(t)4(r)3(i)5(ng m)-4(ay)1( om)-4(i)5(t)4( t)4(he pr)3(i)5(m)-4(e )]TJ -0.007 Tc -0.003 Tw -29.953 -1.189 Td -[(m)-5(er)3(i)4(di)4(an )1(obj)4(ec)1(t)4(,)4( )1(as)1( )1(s)1(how)-2(n )1(i)4(n )1(ex)4(am)-5(pl)4(e )1(1.)]TJ -0 Tc 0 Tw 18.024 0 Td -( )Tj -ET - endstream endobj 223 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(29)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.003 Tc -0.003 Tw -45.488 74.463 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.008 Tc 0.172 Tw 1.243 0 Td -[(<)-1(l)5(engt)4(h )1(uni)5(t)3(>)-1( )1(i)5(s )1(an )1(opt)4(i)5(onal)5( )1(at)4(t)3(r)3(i)5(b)-1(ut)4(e,)4( )1(opt)4(i)5(onal)5( )1(f)4(or)3( )1(r)3(easons)-1( )1(o)-1(f)4( backw)-3(ar)3(d )1(com)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y,)4( but)4( )1(i)5(t)4( )1(i)5(s )]TJ -0.009 Tc 0.034 Tw 0 -1.171 TD -[(r)4(ec)1(om)-5(m)-5(ended )1(t)5(hat)5( )1(i)6(t)5( )1(i)6(s)1( )1(ex)4(pl)6(i)6(c)1(i)6(t)5(l)6(y)1( )1(i)6(nc)1(l)6(uded )1(i)6(n )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ngs)1(.)5( )1(I)5(f)5( )1(i)6(t)5( )1(i)6(s)1( )1(om)-5(i)6(t)5(t)5(ed)]TJ -0 Tc 0 Tw 32.363 0 Td -( )Tj -0.009 Tc 0.034 Tw 0.32 0 Td -[(t)5(hen )1(t)5(he )1(val)6(ue )1(f)5(or)3( )1(s)1(em)-5(i)]TJ -0 Tc 0 Tw 10.434 0 Td -(-)Tj -0.008 Tc 0.031 Tw -43.117 -1.171 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s )1(shal)5(l)5( )1(be)-1( )1(g)-1(i)5(v)-2(en )1(i)5(n )1(m)-6(et)4(r)3(es.)4( )1(C)-3(onv)-1(er)3(sel)5(y,)4( )1(i)5(f)4( )1(i)5(t)4( )1(i)5(s )1(om)-6(i)5(t)4(t)4(e)-1(d )1(t)3(hen )1(t)4(he )1(v)-1(al)5(ue )1(f)4(or)3( )1(t)4(he )1(sem)-6(i)]TJ -0 Tc 0 Tw 40.575 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )]TJ -0.009 Tc 0.15 Tw -40.914 -1.146 Td -[(ax)4(i)5(s)1( s)1(hal)5(l)5( be as)1(s)1(um)-6(ed t)5(o be i)5(n m)-6(et)5(r)4(es)1(.)5( I)5(t)5(s)1( <)-1(c)1(onver)4(s)1(i)5(on f)5(ac)1(t)5(or)4(>)-1( )1(s)1(hal)5(l)5( be )1(t)5(o m)-6(et)5(r)4(es)1( and i)5(s)1( t)5(he )]TJ --0.005 Tw 0 -1.171 TD -[(num)-6(ber)4( of)5( m)-6(et)5(r)4(es)1( per)4( uni)5(t)5(.)5( <)-1(l)5(engt)5(h uni)]TJ --0.004 Tw [(t)5(> )1(i)6(s)1( )1(des)1(c)1(r)4(i)5(bed )1(i)6(n )1(7.)5(4.)]TJ -0 Tc 0 Tw 26.832 0 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 680.3471 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.026 0 Td -(ELLIPSOID["GRS 1980",6378137,298.257222101,LENGTHUNIT["metre",1.0]])Tj -/TT1 1 Tf -0 Tc 40.743 0 Td -( )Tj -0.009 Tc -0.005 Tw -48.4 -1.946 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 2.026 0 Td -[(\()3(uni)5(t)4( )1(= )1(m)-5(et)4(r)3(e )1(i)5(s)1( )1(i)5(m)-5(pl)5(i)5(ed\))]TJ -/TT2 1 Tf -0 Tc 0 Tw 10.562 0 Td -( )Tj --18.219 -1.081 Td -( )Tj -0.008 Tc 7.658 0 Td -(SPHEROID["GRS 1980",6378137.0,298.257222101])Tj -/TT1 1 Tf -0 Tc ( )Tj -0.009 Tc -0.005 Tw -7.658 -1.946 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc 2.352 0 Td -(ELLIPSOID["Clark 1866",20925832.164,294.97869821,)Tj -0 Tc ( )Tj --7.984 -1.189 Td -( )Tj -0.008 Tw 7.984 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNI)Tj -0 Tw (T["US survey foot",0.304800609601219]])Tj -/TT1 1 Tf -0 Tc ( )Tj -0.009 Tc -0.005 Tw -7.984 -1.919 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -/TT2 1 Tf -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.352 0 Td -(ELLIPSOID["Sphere",6371000,0,LENGTHUNIT["metre",1.0]])Tj -/TT1 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 428.1289 608.5871 Tm -( )Tj -0.009 Tc 0.031 Tw -36.29 -1.829 Td -[(T)-1(he f)4(ul)5(l)5( r)3(equi)5(r)3(em)-6(ent)4(s)1( of)4( pl)5(anet)4(ar)3(y)1( m)-6(appi)5(ng ar)3(e out)4( of)4( s)1(c)1(ope of)4( )]TJ -0.005 Tc -0.005 Tw 28.689 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc 0.031 Tw 0.565 0 Td -[(9111.)5( H)-3(ow)-3(ever)4( a def)5(i)5(ni)5(t)5(i)5(on of)5( W)-6(K)-2(T)-1( f)5(or)4( a )]TJ --0.004 Tw -31.287 -1.171 Td -[(t)5(r)4(i)6(ax)4(i)6(al)6( )1(el)6(l)6(i)6(ps)1(oi)6(d )1(i)6(s)1( )1(gi)6(ven )1(i)6(n )1(i)6(nf)5(or)4(m)-5(at)5(i)5(ve )1(A)-1(n)]TJ --0.005 Tw 18.467 0 Td -[(nex)4( D)-3(.)]TJ -0 Tc 0 Tw 2.934 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -21.401 -2.707 Td -[(8)-5(.2)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc 1.094 0 Td -[(P)-6(r)-1(im)-10(e)-4( m)-10(e)-4(r)-1(id)-5(ia)-4(n)]TJ -0 Tc 7.342 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.023 Tw -10.696 -2.366 Td -[(T)-1(he pr)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an i)5(s)1( t)4(he m)-6(er)3(i)5(di)5(an w)-3(i)5(t)4(h a val)5(ue of)4( z)1(er)3(o l)5(ongi)5(t)4(ude.)4( T)-1(he pr)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an i)5(s)1( us)1(ual)5(l)5(y)1( def)4(i)5(ned t)4(o be )]TJ -0.078 Tw T* -[(t)5(he )1(i)6(nt)5(er)4(nat)5(i)5(onal)6( )1(r)4(ef)5(er)4(enc)1(e )1(m)-5(er)4(i)6(di)6(an )1(w)-2(hi)6(c)1(h )1(f)5(or)4( )1(t)5(he )1(E)-1(ar)4(t)5(h )1(pas)1(s)1(e)-1(s)1( )1(n)-1(ear)4( )1(G)-3(r)4(eenw)-2(i)6(c)1(h,)5( )1(but)5( )1(t)5(hi)6(s)1( )1(m)-5(ay)1( )1(not)5( )1(al)6(w)-2(ay)1(s)1( )1(be )]TJ --0.004 Tw 0 -1.171 TD -[(t)5(he )1(c)1(as)1(e.)5( )1(The)-1( )1( )1(obj)6(ec)1(t)5( )1(i)6(s)1( )1(c)1(ondi)6(t)5(i)6(onal)6(.)]TJ -0 Tc 0 Tw 16.182 0 Td -( )Tj --23.781 -1.171 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 -1.171 TD -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.776 0 Td -(:)Tj -0.282 0 Td -( )Tj -0.003 Tc -0.003 Tw -2.994 -1.171 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.469 0 Td -[(P)-2(r)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an s)1(hal)5(l)5( not)4( be gi)5(ven f)4(or)3( any)1( t)4(y)1(pe of)4( dat)4(um)-6( and C)-3(R)-3(S)-2( ot)4(her)3( t)4(han geodet)4(i)5(c)1(.)]TJ -0 Tc 0 Tw 38.526 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 131.0342 448.7471 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.007 Tc -0.003 Tw 1.689 0 Td -[(F)-1(or)3( pr)3(oj)4(ect)3(ed C)-3(R)-3(S)-2(s t)3(he pr)3(i)4(m)-5(e m)-5(er)3(i)4(di)4(an i)4(s i)4(nher)3(i)4(t)3(ed t)3(hr)3(ough t)3(he base geodet)3(i)4(c C)-3(R)-3(S)-2(.)]TJ -0 Tc 0 Tw 37.46 0 Td -( )Tj -0.003 Tc -0.003 Tw 9.84 0 0 9.84 111.0342 425.7071 Tm -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.009 Tc 0.186 Tw 1.243 0 Td -[(I)5(t)5( )1(s)1(hal)6(l)6( )1(be )1(gi)5(ven )1(i)6(f)5( )1(t)5(he )1(C)-2(R)-2(S)-1( )1(t)5(y)]TJ -14.381 0 Td -[(pe i)5(s)1( geodet)5(i)5(c)1( and t)5(he pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an i)5(s)1( not)5( t)5(he i)5(nt)5(er)4(nat)5(i)5(onal)5( )]TJ -0.107 Tw -14.381 -1.171 Td -[(r)4(ef)5(er)4(enc)1(e )1(m)-5(er)4(i)6(di)6(an.)5( )1(I)5(t)5( )1(m)-5(ay)1( )1(be )1(gi)6(ven )1(i)6(f)5( )1(t)5(he )1(C)-2(R)-2(S)-1( )1(t)5(y)1(pe )1(i)6(s)1( )1(geodet)5(i)6(c)1( )1(and )1(t)5(he )1(pr)4(i)6(m)-5(e )1(m)-5(er)4(i)6(di)6(an )1(i)6(s)1( )1(t)5(he )]TJ -0.008 Tc -0.003 Tw T* -[(i)4(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( r)3(e)-1(f)3(e)-1(r)2(e)-1(n)-1(c)-1(e)-1( m)-7(e)-1(r)2(i)4(d)-1(i)4(a)-1(n)-1(.)3( )]TJ -0 Tc 0 Tw 14.855 0 Td -( )Tj -0.003 Tc -0.003 Tw -16.888 -2.39 Td -[(i)-1(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 1.015 0 Td -( )Tj -0.009 Tc 0.018 Tw 1.017 0 Td -[(C)-3(onver)3(s)1(el)5(y)1( i)5(f)4( t)4(he C)-3(R)-3(S)-2( t)4(y)1(pe i)5(s)1( geodet)4(i)5(c)1( and pr)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an i)5(s)1( not)]TJ -0 Tc 0 Tw 29.278 0 Td -( )Tj -0.009 Tc 0.018 Tw 0.305 0 Td -[(gi)5(ven,)5( t)5(he pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an s)1(hal)5(l)5( )]TJ --0.005 Tw -29.583 -1.171 Td -[(be as)1(s)1(um)-6(ed t)5(o be t)5(he i)5(nt)5(er)4(nat)5(i)5(onal)5( r)4(ef)5(er)4(enc)1(e m)-6(er)4(i)5(di)5(an.)]TJ -0 Tc 0 Tw 24.629 0 Td -( )Tj -0.003 Tc -0.003 Tw -26.662 -2.39 Td -[(i)-1(v)-7(\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.959 0 Td -[(T)-1(he )]TJ -0.01 Tc -0.01 Tw 2.033 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(pr)4(i)6(m)-5(e )1(m)-5(er)4(i)6(di)6(an )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 19.544 0 Td -( )Tj -ET -q -65.754 272.347 132.96 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 320.5871 Tm -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an>)]TJ -0 Tc 0 Tw 7.908 0 Td -( )Tj -ET -Q -q -198.714 272.347 28.32 57.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 203.9942 320.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 272.347 302.64 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 320.5871 Tm -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an )1(k)-1(eyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )]TJ -0 Tc 0 Tw 19.205 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 309.0671 Tm -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an )1(n)-1(am)-6(e>)-1( )1(<)-1(w)-3(kt)4( )1(separ)3(at)4(or)3(>)-1( )1(<)-1(i)4(r)3(m)-6( )1(l)4(ongi)5(t)4(ud)]TJ -0.009 Tc -0.009 Tw 24.431 0 Td -[(e>)-1( )]TJ -0 Tc 0 Tw 1.441 0 Td -( )Tj -0.009 Tc -0.004 Tw -25.872 -1.171 Td -[([)5( )1( )1( )1(])5( )1( )]TJ -0 Tc 0 Tw 14.857 0 Td -( )Tj -0.009 Tc -0.004 Tw -14.857 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -227.034 272.347 302.64 57.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 232.3143 274.7471 Tm -( )Tj -ET -Q -q -65.754 202.747 132.96 69.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 263.2271 Tm -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.974 0 Td -( )Tj -ET -Q -q -198.714 202.747 28.32 69.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 203.9942 263.2271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 202.747 302.64 69.6 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 232.3143 263.2271 Tm -[(PR)-1(I)6(M)-3(EM)-3( |)7( PR)-1(I)6(M)-3(EM)-3(ER)-1(I)6(D)-1(I)6(AN)]TJ -0 Tc 0 Tw 13.081 0 Td -( )Tj -ET -Q -BT -/TT3 1 Tf -0.01 Tc 9.84 0 0 9.84 232.3143 252.6671 Tm -(!! In this International Standard the preferred )Tj -T* -(keyword is PRIMEM for backward compatibility. )Tj --0.01 Tw T* -(PRIMEMERIDI)Tj -0 Tw 6.707 0 Td -(AN is permitted. Implementations )Tj --6.707 -1.171 Td -(should be prepared to read both forms.)Tj -/TT1 1 Tf -0 Tc 23.171 0 Td -( )Tj -ET -q -65.754 179.227 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 193.6271 Tm -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an )1(n)-1(am)-6(e>)]TJ -0 Tc 0 Tw 10.733 0 Td -( )Tj -ET -Q -q -198.714 179.227 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 203.9942 193.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 179.227 302.64 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 193.6271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT3 1 Tf -0.01 Tc 0 Tw 19.715 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -65.754 155.707 132.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 170.1071 Tm -[(<)-1(i)5(r)3(m)-6( )1(l)5(ongi)5(t)4(ude)-1(>)]TJ -0 Tc 0 Tw 7.005 0 Td -( )Tj -ET -Q -q -198.714 155.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 203.9942 170.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -227.034 155.707 302.64 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 232.3143 170.1071 Tm -[(<)-1(si)5(gned )1(n)-1(um)-6(e)-1(r)3(i)5(c)-1( )1(l)5(i)5(t)4(er)3(al)5(>)-1( )1([)4( )1(<)-1(w)-3(kt)4( separ)3(at)4(or)3(>)-1( )1(<)-1(angl)5(e )1(uni)5(t)4(>)-1( )1(])]TJ -0 Tc 0 Tw 25.363 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.003 Tc 0.14 Tw 9.84 0 0 9.84 71.0342 146.5871 Tm -[(<)-6(ir)-2(m)-11( )1(l)-1(o)-5(n)]TJ -0.009 Tc 0.134 Tw 3.781 0 Td -[(gi)5(t)5(ude>)-1( i)5(s)1( t)5(he l)5(ongi)5(t)5(ude of)5( t)5(he pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an m)-6(eas)1(ur)4(ed f)5(r)4(om)-6( t)5(he i)5(nt)5(er)4(nat)5(i)5(onal)5( r)4(ef)5(er)4(enc)1(e m)-6(er)4(i)5(di)5(an,)5( )]TJ --0.005 Tw -3.781 -1.171 Td -[(pos)1(i)5(t)5(i)5(ve eas)1(t)5(w)-3(ar)4(d.)]TJ -0 Tc 0 Tw 8.134 0 Td -( )Tj -0.008 Tc 0.001 Tw -8.134 -2.39 Td -[(<)-1(angl)5(e )1(uni)5(t)4(>)-1( )1(i)5(s an)-1( )1(opt)4(i)5(onal)5( )1(at)4(t)4(r)3(i)5(but)4(e,)4( )1(opt)4(i)5(onal)5( )1(f)3(or)3( )1(r)2(eas)-1(ons )1(of)4( )1(backw)-3(ar)3(d )1(com)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y,)4( )1(bu)-1(t)4( )1(i)4(t)4( )1(i)5(s )1(r)3(ecom)-6(m)-6(ended )1(t)4(hat)4( )]TJ -0.016 Tw T* -[(i)4(t)3( i)4(s)-1( i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( )1(i)4(n)-1( W)-8(K)-3(T)-2( s)-1(t)]TJ -0.009 Tc [(r)4(i)6(ngs)1(.)5( )1(I)5(f)5( )1(i)6(t)5( )1(i)6(s)1( )1(om)-5(i)6(t)5(t)5(ed )1(t)5(hen )1(t)5(he )1(val)6(ue )1(f)5(or)4( )1( )1(s)1(hal)6(l)6( )1(be )1(t)5(ak)1(en )1(f)5(r)4(om)-5( )1(t)5(he )1(geodet)5(i)6(c)1( )]TJ -0.083 Tw 0 -1.146 TD -[(C)-3(R)-3(S)-2( ax)4(i)5(s)1( uni)5(t)4(.)4( I)4(f)4( t)4(he s)1(ubt)4(y)1(pe of)4( t)4(he geodet)4(i)5(c)1( C)-3(R)-3(S)-2( t)4(o w)-3(hi)5(c)1(h t)4(he pr)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an i)5(s)1( an at)4(t)4(r)3(i)5(but)4(e i)5(s)1( geogr)3(aphi)5(c)1(,)4( )]TJ -0.014 Tw 0 -1.171 TD -[(t)5(he )1(pr)4(i)6(m)-5(e )1(m)-5(er)4(i)6(di)6(an')6(s)1( )1( )1(val)6(ue )1(s)1(hal)6(l)6( )1(be)-1( )1(gi)6(v)]TJ -24.63 0 Td -[(en i)5(n t)5(he s)1(am)-6(e angul)5(ar)4( uni)5(t)5(s)1( as)1( t)5(hos)1(e f)5(or)4( t)5(he hor)4(i)5(z)1(ont)5(al)5( )]TJ -0.059 Tw -24.63 -1.171 Td -[(ax)4(es)1( of)5( t)5(he geogr)4(aphi)5(c)1( C)-3(R)-3(S)-2(;)5( i)5(f)5( t)5(he geodet)5(i)5(c)1( C)-3(R)-3(S)-2( s)1(ubt)5(y)1(pe i)5(s)1( geoc)1(ent)5(r)4(i)5(c)1( t)5(he pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an')6(s)1( <)-1(i)5(r)4(m)-6( l)5(ongi)5(t)5(ude>)-1( )]TJ -ET - endstream endobj 222 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(28)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 747.5471 Tm -(8)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of geodetic coordinate reference systems)Tj -27.285 0 Td -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 719.7071 Tm -[(8)-4(.)1(1)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.084 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 695.9471 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(geod)]TJ --0.005 Tw 11.016 0 Td -[(et)5(i)5(c)1( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6( s)1(hal)5(l)5( be:)]TJ -0 Tc 0 Tw ( )Tj -ET -q -31.674 624.187 140.16 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 672.6671 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1(>)-1( )]TJ -0 Tc 0 Tw 6.948 0 Td -( )Tj -ET -Q -q -171.834 624.187 28.32 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 672.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 624.187 325.92 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 672.6671 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-7(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(cr)3(s )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 23.611 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 661.1471 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(geodet)4(i)5(c )1(dat)4(um)-6(>)-1( )]TJ -0 Tc 0 Tw 15.987 0 Td -( )Tj -0.008 Tc -0.003 Tw -15.987 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(coor)3(di)5(nat)4(e )1(syst)4(em)-6(>)]TJ -0 Tc 0 Tw 17.003 0 Td -( )Tj -0.008 Tc -0.003 Tw -17.003 -1.171 Td -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 22.083 0 Td -( )Tj -ET -q -200.154 624.187 325.92 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 205.4344 626.5871 Tm -( )Tj -ET -Q -q -31.674 555.067 140.16 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 615.0671 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1( )1(keyw)]TJ -0.009 Tc -0.009 Tw 8.669 0 Td -[(or)4(d>)]TJ -0 Tc 0 Tw 2.062 0 Td -( )Tj -ET -Q -q -171.834 555.067 28.32 69.12 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 615.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 555.067 325.92 69.12 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 205.4344 615.0671 Tm -[(G)-2(EO)-2(D)-1(C)-1(R)-1(S |)6( G)-2(EO)-2(D)-1(ET)1(I)6(C)-1(C)-1(R)-1(S )]TJ -/TT2 1 Tf -0 Tc 0 Tw 13.703 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 205.4344 604.5071 Tm -(!! In this International Standard for brevity the )Tj -0 -1.171 TD -(preferred keyword is GEODCRS. GEODETICCRS is )Tj -T* -(permitted. Implementations should be prepared to )Tj -T* -(read both forms.)Tj -0 Tc 9.756 0 Td -( )Tj -ET -q -200.154 555.067 325.92 69.12 re -W n -BT -/TT2 1 Tf -9.84 0 0 9.84 205.4344 558.4271 Tm -( )Tj -ET -Q -q -31.674 531.787 140.16 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 545.9471 Tm -[(<)-1(cr)3(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -ET -Q -q -171.834 531.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 177.1143 545.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 531.787 325.92 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 545.9471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0.005 Tw 16.043 0 Td -[( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 3.672 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 522.6671 Tm -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)-1( )1(i)5(s)-1( )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)]TJ -0 Tc 0 Tw 23.269 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 495.3071 Tm -[(8)-4(.)1(2)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(G)-4(eo)-1(d)-1(et)4(i)5(c )1(d)-1(at)4(u)-1(m)]TJ -0 Tc 0 Tw 7.697 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 468.4271 Tm -[(8)-5(.2)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.094 0 Td -[(E)-6(llip)-5(s)-4(o)-5(id)]TJ -0 Tc 0 Tw 4.236 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw -7.589 -2.366 Td -[(T)-1(he <)-1(el)5(l)5(i)5(ps)1(oi)5(d>)-1( obj)5(ec)1(t)4( i)5(s)1( an at)4(t)4(r)3(i)5(but)4(e of)4( <)-1(geodet)4(i)5(c)1( dat)4(um)-6(>)-1(.)4( I)4(t)4( i)5(s)1( not)4( us)1(ed w)-3(i)5(t)4(h ot)4(her)3( t)4(y)1(pes)1( of)4( dat)4(um)-6(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 44.062 0 Td -( )Tj -0.009 Tc -0.009 Tw -44.062 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1(el)6(l)6(i)6(ps)1(oi)]TJ --0.005 Tw 12.426 0 Td -[(d s)1(hal)5(l)5( be:)]TJ -0 Tc 0 Tw 4.632 0 Td -( )Tj -ET -q -31.674 338.107 104.64 69.12 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 398.1071 Tm -[(<)-6(e)-5(llip)-5(s)-5(o)-5(id)-5(>)]TJ -0 Tc 0 Tw 4.858 0 Td -( )Tj -ET -Q -q -136.314 338.107 29.28 69.12 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 141.8343 398.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -165.594 338.107 326.16 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 171.1143 398.1071 Tm -[(<)-1(el)5(l)5(i)5(psoi)5(d keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(el)5(l)5(i)5(psoi)5(d )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 24.119 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 171.1143 386.5871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(sem)-6(i)]TJ -0 Tc 0 Tw 10.309 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s>)-1( )]TJ -0 Tc 0 Tw ( )Tj -0.008 Tc -0.003 Tw -10.647 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(i)5(nv)-1(er)3(se )1(f)4(l)5(at)4(t)4(eni)5(ng>)-2( )]TJ -0 Tc 0 Tw 16.721 0 Td -( )Tj -0.009 Tc -0.004 Tw -16.721 -1.171 Td -[([)5( )1( )1( )1(])5( )1( )]TJ -0 Tc 0 Tw 15.14 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.14 -1.171 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -ET -q -165.594 338.107 326.16 69.12 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 171.1143 340.5071 Tm -( )Tj -ET -Q -q -31.674 268.747 104.64 69.36 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 328.9871 Tm -[(<)-6(e)-5(lli)]TJ -0.009 Tc -0.005 Tw 1.835 0 Td -[(ps)1(oi)5(d k)1(ey)1(w)-3(or)4(d>)]TJ -0 Tc 0 Tw 7.088 0 Td -( )Tj -ET -Q -q -136.314 268.747 29.28 69.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 141.8343 328.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -165.594 268.747 326.16 69.36 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.006 Tw 9.84 0 0 9.84 171.1143 328.9871 Tm -[(EL)2(L)2(I)6(PSO)-2(I)6(D)-1( |)7( SPH)-1(ER)-1(O)-2(I)6(D)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 171.1143 318.4271 Tm -(!! In this International Standard the preferred )Tj -T* -(keyword is ELLIPSOID. SPHEROID is permitted for )Tj -0 -1.146 TD -(backward compatibility. Implementations should be )Tj -0 -1.171 TD -(prepared to read both forms.)Tj -/TT1 1 Tf -0 Tc 17.073 0 Td -( )Tj -ET -q -31.674 245.227 104.64 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 259.6271 Tm -[(<)-1(el)5(l)5(i)5(psoi)5(d nam)-6(e>)]TJ -0 Tc 0 Tw 7.683 0 Td -( )Tj -ET -Q -q -136.314 245.227 29.28 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 141.8343 259.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -165.594 245.227 326.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 171.1143 259.6271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)]TJ -0.01 Tc -0.005 Tw 8.104 0 Td -[(>)1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0 Tw 6.808 0 Td -(!! See 7.2)Tj -/TT1 1 Tf -0 Tc 6.098 0 Td -( )Tj -ET -Q -q -31.674 221.707 104.64 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 236.1071 Tm -[(<)-1(sem)-6(i)]TJ -0 Tc 0 Tw 2.74 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s>)-1( )1( )1( )]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -136.314 221.707 29.28 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 141.8343 236.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -165.594 221.707 326.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 171.1143 236.1071 Tm -[(<)-1(unsi)5(gned nu)-1(m)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 15.308 0 Td -(!! See below for constraint)Tj -/TT1 1 Tf -0 Tc 16.463 0 Td -( )Tj -ET -Q -q -31.674 198.187 104.64 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 212.5871 Tm -[(<)-1(i)5(nv)-1(er)3(se )1(f)4(l)5(at)3(t)4(eni)5(ng>)-1( )1( )]TJ -0 Tc 0 Tw 9.435 0 Td -( )Tj -ET -Q -q -136.314 198.187 29.28 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 141.8343 212.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -165.594 198.187 326.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 171.1143 212.5871 Tm -[(<)-1(unsi)5(gned nu)-1(m)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 15.308 0 Td -(!! See below for constraint)Tj -/TT1 1 Tf -0 Tc 16.463 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 189.0671 Tm -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc 0.118 Tw 0.282 0 Td -[(19111:)5(2007 al)5(l)5(ow)-3(s)1( an obl)5(at)5(e el)]TJ -0.008 Tc 0.119 Tw 14.499 0 Td -[(l)4(i)4(p)-1(s)-1(o)-1(i)4(d)-1( t)3(o)-1( b)-1(e d)-1(e)-1(f)3(i)4(n)-1(e)-1(d)-1( t)3(h)-1(r)2(o)-1(u)-1(g)-1(h)-1( s)-1(e)-1(m)-7(i)]TJ -0 Tc 0 Tw 15.807 0 Td -(-)Tj -0.008 Tc 0.119 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s )1(\()3(a\))3( )1(and )1(ei)5(t)4(he)-1(r)3( )1(sem)-6(i)]TJ -0 Tc 0 Tw 13.995 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -[(m)-6(i)5(nor)3( )]TJ -0.009 Tc 0.091 Tw -47.011 -1.171 Td -[(ax)4(i)5(s)1( \()4(b\))4( or)4( i)5(nver)4(s)1(e f)5(l)5(at)5(t)5(eni)5(ng \()4(1/)5(f)5(\))4(.)5( I)5(f)5( s)1(em)-6(i)]TJ -0 Tc 0 Tw 18.795 0 Td -(-)Tj -0.008 Tc 0.092 Tw 0.338 0 Td -[(m)-6(i)5(nor)3( )1(ax)3(i)5(s i)5(s)-1( )1(used )1(as )1(t)4(he )1(second)-1( )1(def)4(i)5(ni)5(ng )1(par)3(am)-6(et)4(er)3( )1(t)4(he )1(v)-2(al)5(ue )1(f)4(or)3( )]TJ --0.003 Tw -19.133 -1.171 Td -[(i)4(n)-1(v)-2(e)-1(r)2(s)-1(e)-1( f)3(l)4(a)-1(t)3(t)3(e)-1(n)-1(i)4(n)-1(g)-1( t)3(o)-1( b)-1(e)-1( s)-1(h)-1(o)-1(w)-4(n)-1( i)4(n)-1( t)3(h)-1(e)-1( W)-8(K)-3(T)-2( s)-1(t)3(r)2(i)4(n)-1(g)-1( s)-1(h)-1(o)-1(u)-1(l)4(d)-1( b)-1(e)-1( c)-1(a)-1(l)4(c)-1(u)-1(l)4(a)-1(t)3(e)-1(d)-1( f)3(r)]TJ -0.009 Tc -0.005 Tw 31.97 0 Td -[(om)-6( 1/)5(f)5( =)-1( a /)5( \()4(a )]TJ -0 Tc 0 Tw 7.147 0 Td -(\226)Tj -0.565 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(b)-4(\).)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw -39.965 -2.39 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc 0.1 Tw 0.282 0 Td -[(19111:)5(2007 al)5(s)1(o al)5(l)5(ow)-3(s)1( f)5(or)4( t)5(he ear)4(t)5(h m)-6(odel)5( t)5(o be a s)1(pher)4(e,)5( f)5(or)4( w)-3(hi)5(c)1(h 1/)5(f)5( i)5(s)1( i)5(nf)5(i)5(ni)5(t)5(e.)5( I)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( )]TJ --0.004 Tw -2.033 -1.171 Td -[(S)-2(t)4(andar)3(d i)5(f)4( t)4(he ear)3(t)4(h m)-6(odel)5( i)5(s)1( a s)1(pher)3(e <)-1(i)5(nver)3(s)1(e f)4(l)5(at)4(t)4(eni)5(ng>)-1( s)1(hal)5(l)5( be gi)5(ven an ar)3(t)4(i)5(f)4(i)5(c)1(i)5(al)5( val)5(ue of)4( z)1(er)3(o.)4( )]TJ -/TT0 1 Tf -0 Tc 0 Tw 44.966 0 Td -( )Tj -0.009 Tc -0.009 Tw -44.966 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0.005 Tc -0.005 Tw 6.776 0 Td -[(:)1( )]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.003 Tc -0.003 Tw -3.276 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.469 0 Td -[(T)-1(he )]TJ -0.01 Tc -0.01 Tw 2.033 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(s)1(pher)4(e )1(s)1(hal)6(l)6( )1(have )1(an )1( )1(val)6(ue )1(of)5( )1(0.)]TJ -0 Tc 0 Tw 32.258 0 Td -( )Tj -ET - endstream endobj 221 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(27)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT2 1 Tf -8.88 0 0 8.88 71.0342 749.7071 Tm -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -5.202 0 Td -(N)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north],)Tj -0 Tc 0 Tw ( )Tj --13.805 -1.243 Td -( )Tj -7.658 0 Td -( )Tj -0.608 0 Td -( )Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(LENGTHUNIT[)Tj -("metre",1.0])Tj -(] )Tj -0 Tc 0 Tw 15.202 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 17.427 0 Td -[(\()3(us)1(i)5(ng )1(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw 7.492 0 Td -( )Tj --48.995 -2.514 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 0 -1.243 TD -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["northing )Tj -/TT1 1 Tf -0 Tc 0 Tw 10.338 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj --19.278 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["easting )Tj -/TT1 1 Tf -0 Tc 0 Tw 9.73 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj --18.67 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT)Tj -0 Tc 0 Tw ([)Tj -7.905 0 Td -(")Tj -0.008 Tc 0.608 0 Td -(German legal metre)Tj -0 Tc (")Tj -0.008 Tc -0.008 Tw 11.554 0 Td -(,1.0000135965])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -27.725 -2.622 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(F)-1(or)3( an azi)4(m)-5(ut)3(hal)4( pr)3(oj)4(ect)3(i)4(on cent)3(r)3(ed on t)3(he nor)]TJ -0.008 Tc -0.004 Tw 20.731 0 Td -[(t)4(h pol)5(e:)]TJ -0 Tc 0 Tw 3.324 0 Td -( )Tj -/TT2 1 Tf --31.713 -1.108 Td -( )Tj -0.008 Tc -0.008 Tw 7.658 0 Td -(CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["easting )Tj -/TT1 1 Tf -0 Tc 0 Tw 9.73 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",south,)Tj -0 Tc 0 Tw ( )Tj --18.67 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (MERIDIAN[90,ANGLEUNIT["degree",)Tj -(0.0174532925199433)Tj -(]],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["northing )Tj -/TT1 1 Tf -0 Tc 0 Tw 10.338 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",south,)Tj -0 Tc 0 Tw ( )Tj --19.278 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (MERIDIAN[180,ANGLEUNIT["degree",)Tj -(0.0174532925199433]],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[)Tj -("metre")Tj -(,1.0])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 537.7871 Tm -[(7)-5(.5)-5(.7)-5(.3)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.669 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( v)-1(er)2(t)3(i)4(cal)4( C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 18.185 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 514.9871 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[vertical,1],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["gravity)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc 9.73 0 Td -(related height )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT2 1 Tf -9.459 0 Td -(H)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",up],)Tj -0 Tc 0 Tw ( )Tj --27.792 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[)Tj -("metre",1.0])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 33.846 0 Td -[(\()3(us)1(i)5(ng )1(\))]TJ -0 Tc 0 Tw 7.492 0 Td -( )Tj -0.009 Tc -0.005 Tw -48.995 -2.622 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[vertical,1],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["depth )Tj -/TT1 1 Tf -0 Tc 0 Tw 8.513 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(D)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",down,)Tj -0 Tc 0 Tw ( )Tj --17.454 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[)Tj -("metre",1.0]])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 33.846 0 Td -[(\()3(us)1(i)5(ng )1()]TJ -0 Tc 0 Tw 7.94 0 Td -(\))Tj -0.337 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 420.4271 Tm -[(7)-5(.5)-5(.7)-5(.4)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.669 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( en)-1(g)-1(i)4(n)-1(eer)2(i)4(n)-1(g)-1( C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 20.386 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 71.0342 397.6271 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc 0 Tw (AXIS["site north )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT2 1 Tf -11.891 0 Td -(x)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",southeast,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj --20.495 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc 0 Tw (AXIS["site east )Tj -/TT1 1 Tf -0 Tc (\()Tj -/TT2 1 Tf -11.283 0 Td -(y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",southwest,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj --19.886 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[)Tj -("metre",1.0])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.622 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[polar,2],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["distance )Tj -/TT1 1 Tf -0 Tc 0 Tw 10.338 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(r)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",awayFrom,ORDER[1],LENGT)Tj -(HUNIT[)Tj -("metre",1.0])Tj -(],)Tj -0 Tc 0 Tw ( )Tj --19.278 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["bearing )Tj -/TT1 1 Tf -0 Tc 0 Tw 9.73 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(U)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",clockwise,BEARING[234],ORDER[2],)Tj -0 Tc 0 Tw ( )Tj --18.67 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[)Tj -("degree",0.0174532925199433])Tj -0 Tc 0 Tw (])Tj -/TT1 1 Tf -26.148 0 Td -( )Tj -0.009 Tc -0.005 Tw -33.806 -2.622 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[Cartesian,3],)Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT2 1 Tf --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["ahead )Tj -/TT1 1 Tf -0 Tc 0 Tw 8.513 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(x)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",forward,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj --17.454 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["right )Tj -/TT1 1 Tf -0 Tc 0 Tw 8.513 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",starboard,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj --17.454 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["down )Tj -/TT1 1 Tf -0 Tc 0 Tw 7.905 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(z)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",down,ORDE)Tj -(R[3]],)Tj -0 Tc 0 Tw ( )Tj --16.846 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[)Tj -("metre",1.0]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 214.9871 Tm -[(7)-5(.5)-5(.7)-5(.5)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.669 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( t)3(em)-6(p)-1(o)-1(r)2(al)4( C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 18.917 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 192.4271 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.871 0 Td -(CS[temporal,1],AXIS["time \(t\)",future],TIMEUNIT[)Tj --0.008 Tw ("second",1.0])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -ET - endstream endobj 220 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(26)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.003 Tc -0.003 Tw 4.065 74.463 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.008 Tc 0.024 Tw 1.243 0 Td -[(<)-1(cs )1(uni)5(t)4(>)-1( )1(sh)-1(al)4(l)5( )1(not)4( )1(be )1(used )]TJ -0.023 Tw 12.531 0 Td -[(i)4(f)3( t)3(h)-1(e)-1( u)-1(n)-1(i)4(t)3( d)-1(o)-1(e)-1(s)-1( n)-1(o)-1(t)3( a)-1(p)-1(p)-1(l)4(y)-1( t)3(o)-1( a)-1(l)4(l)4( a)-1(x)2(e)-1(s)-1(.)3( )]TJ -0.009 Tc 16.674 0 Td -[(I)5(n )1(t)5(hes)1(e )1(c)1(as)1(es)1( )1()-1( )1(s)1(h)-1(al)6(l)6( )]TJ --0.005 Tw -29.204 -1.171 Td -[(be us)1(ed.)]TJ -0 Tc 0 Tw 3.898 0 Td -( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 100.9944 714.6671 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc 0.03 Tw 3.146 0 Td -[(A)-2( pol)4(ar)3( )]TJ -0.031 Tw 3.559 0 Td -[(pol)5(ar)3( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)-5( )1(r)3(equ)-1(i)5(r)3(es)1( )1(one )1(ax)4(i)5(s)1( )1(t)4(o )1(be )1(an )1(angl)5(e )1(and )1(t)4(h)-1(e )1(ot)4(her)3( )1(ax)4(i)5(s)1( )1(t)4(o )]TJ --0.003 Tw -3.559 -1.162 Td -[(be )1(a )1(l)5(engt)4(h.)]TJ -0 Tc 0 Tw 5.296 0 Td -( )Tj -0.009 Tc -0.005 Tw -14.075 -2.541 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.004 Tc 0.053 Tw 3.146 0 Td -[(A)-5( th)-3(re)-3(e)]TJ -0 Tc 0 Tw 3.321 0 Td -(-)Tj -0.007 Tc -0.007 Tw 0.337 0 Td -[(di)5(m)-5(ens)1(i)5(onal)5( )]TJ -0.05 Tw 5.743 0 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)-5( )1(r)3(e)-1(qu)]TJ -0.008 Tc 0.049 Tw 15.424 0 Td -[(i)5(r)3(es)1( t)4(w)-2(o ax)4(es)1( \()3(geodet)4(i)5(c)1( l)5(at)4(i)5(t)4(ude )]TJ -0.007 Tc 0.196 Tw -24.825 -1.189 Td -[(and )1(geodet)4(i)5(c)1( )1(l)4(ongi)5(t)4(ude\))3( )1(t)4(o )1(be )1(angl)5(es)1( )1(and )1(t)4(he )1(t)4(hi)5(r)3(d )1(ax)4(i)5(s)1( )1(\()3(el)5(l)5(i)5(ps)1(oi)5(dal)5( )1(hei)5(ght)4(\))3( )1(t)4(o )1(be )1(a )]TJ -0.008 Tc -0.008 Tw 0 -1.189 TD -[(l)5(engt)4(h.)]TJ -0 Tc 0 Tw 3.042 0 Td -( )Tj -0.006 Tc -0.006 Tw 9.84 0 0 9.84 37.1944 637.6271 Tm -[(F)-4(o)-3(r )]TJ -0.009 Tc 0.08 Tw 1.891 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)-5(s)1( i)6(n w)-3(hi)6(c)1(h al)6(l)6( ax)4(es)1( have t)5(he s)1(am)-5(e uni)6(t)5(s)1(,)5( t)5(he us)1(e of)5( l)6(eads)1( t)5(o dupl)6(i)6(c)1(at)5(i)6(on of)5( )]TJ --0.005 Tw -1.891 -1.171 Td -[(uni)5(t)5( nam)-6(e and c)1(onver)4(s)]TJ -0.008 Tc -0.003 Tw 10.282 0 Td -[(i)4(o)-1(n)-1( f)3(a)-1(c)-1(t)3(o)-1(r)2(.)3( D)-4(u)-1(p)-1(l)4(i)4(c)-1(a)-1(t)3(i)4(o)-1(n)-1( i)4(s)-1( a)-1(v)-2(o)-1(i)4(d)-1(e)-1(d)-1( t)3(h)-1(r)2(o)-1(u)-1(g)-1(h)-1( t)3(h)-1(e)-1( u)-1(s)-1(e)-1( o)-1(f)3( <)-2(c)-1(s)-1( u)-1(n)-1(i)4(t)3(>)-2(.)]TJ -0 Tc 0 Tw 27.793 0 Td -( )Tj -0.008 Tc 0.083 Tw -38.075 -2.39 Td -[(<)-1(ax)3(i)5(s )1(uni)5(t)4(>)-2( )1(and )1(<)-1(cs )1(uni)5(t)4(>)-1( ar)3(e )1(subset)4(s )1(of)4( )1(<)-1(uni)5(t)4(>)-1( w)-3(hi)5(ch )1(i)5(s )1(descr)3(i)5(bed )1(i)5(n)-1( )1(7.)4(4.)4( )]TJ -34.185 0 Td -[(<)-1(ax)3(i)5(s )1(uni)5(t)4(>)-2( )1(or)3( )1(<)-1(cs )1(uni)5(t)4(>)-1( )1(m)-6(ay )1(a)-1(l)5(so )]TJ -0.009 Tc -0.005 Tw -34.185 -1.171 Td -[(s)1(pec)1(i)6(f)5(y)1( t)5(he uni)6(t)5( f)5(or)4( i)6(m)-5(pl)6(i)6(ed m)-5(ap pr)4(oj)6(ec)1(t)5(i)6(on par)4(am)-5(et)5(er)4( val)6(ues)1(,)5( as)1( des)1(c)1(r)4(i)6(bed i)6(n 9.)5(3.)]TJ -0 Tc 0 Tw 36.208 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -36.208 -2.707 Td -[(7)-5(.5)-5(.7)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(E)-2(xam)-6(p)-1(l)4(es o)-1(f)3( )]TJ -0.011 Tc -0.011 Tw 6.269 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.312 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(d)-1(escr)3(i)4(b)-1(i)4(n)-1(g)-1( co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s)]TJ -0 Tc 0 Tw 14.966 0 Td -( )Tj -0.004 Tc -0.004 Tw -27.183 -2.683 Td -[(7)-5(.5)-5(.7)-5(.1)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.669 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( g)-1(eo)-1(d)-1(et)3(i)4(c C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 18.804 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 515.2271 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(E)-2(ar)3(t)3(h cent)3(r)3(ed ear)3(t)3(h f)3(i)4(x)3(ed C)-3(ar)3(t)3(esi)4(an C)-3(S)-2(.)3( A)-2(x)3(i)4(s or)3(der)3( i)4(s i)4(m)-5(pl)4(i)4(ed,)3( <)-1(cs uni)4(t)3(>)-1( i)4(s used.)]TJ -0 Tc 0 Tw 35.481 0 Td -( )Tj -/TT2 1 Tf --43.139 -1.108 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,3],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.635 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricX],)Tj -0 Tc 0 Tw ( )Tj --16.238 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.635 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentr)Tj -(icY],)Tj -0 Tc 0 Tw ( )Tj --16.238 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.635 0 Td -(Z)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",geocentricZ],)Tj -0 Tc 0 Tw ( )Tj --16.238 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[)Tj -("metre",1.0)Tj -0 Tc 0 Tw (])Tj -/TT1 1 Tf -17.635 0 Td -( )Tj -0.009 Tc -0.005 Tw -25.292 -2.595 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(T)-1(opocent)3(r)3(i)4(c C)-3(ar)3(t)3(esi)4(an C)-3(S)-2(.)3( A)-2(x)4(i)4(s or)3(der)3( i)4(s i)4(m)-5(pl)4(i)4(ed,)3( <)-1(cs uni)4(t)3(>)-1( i)4(s used)]TJ -0 Tc 0 Tw 29.399 0 Td -(.)Tj -0.282 0 Td -( )Tj -/TT2 1 Tf --37.339 -1.108 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (CS[Cartesian,3],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -7.635 0 Td -(X)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east],AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -8.851 0 Td -(Y)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north],AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -9.459 0 Td -(Z)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",up],)Tj -0 Tc 0 Tw ( )Tj --36.439 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT[)Tj -("metre",1.0)Tj -0 Tc 0 Tw (])Tj -/TT1 1 Tf -17.635 0 Td -( )Tj -0.009 Tc -0.005 Tw -25.292 -2.622 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(3D)-2( )1(el)5(l)5(i)5(ps)1(oi)5(dal)5( C)-2(S)-3(.)4( )1(A)-2(x)3(i)5(s)1( )1(or)3(der)3( )1(i)5(s)1( )1(ex)4(pl)5(i)5(c)1(i)5(t)4(,)4( )1( )1(i)5(s)1( )1(us)1(ed,)4( )1(f)4(i)5(r)3(s)1(t)4( )1(t)4(w)-2(o )1(ax)4(es)1( )1(have )1(n)-1(am)-5(e )1(but)4( )1(no )1(abbr)3(evi)5(at)4(i)5(on.)]TJ -0 Tc 0 Tw 47.137 0 Td -( )Tj -/TT2 1 Tf --54.795 -1.108 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,3],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",north,ORDER[1],ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 33.445 0 Td -(,0.0174532925199433)Tj -(]],)Tj -0 Tc 0 Tw ( )Tj --41.103 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",east,OR)Tj -(DER[2],ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 33.445 0 Td -(,0.0174532925199433)Tj -(]],)Tj -0 Tc 0 Tw ( )Tj --41.103 -1.189 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc 0 Tw (AXIS["ellipsoidal height \(h\)",up,ORDER[3],LENGTHUNIT[)Tj --0.008 Tw ("metre",1.0)Tj -(]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.622 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.026 0 Td -[(2D)-2( )1(el)5(l)5(i)5(ps)1(oi)5(dal)5( C)-2(S)-3(.)4( )1(A)-2(x)3(i)5(s)1( )1(or)3(der)3( )1(i)5(s)1( )1(i)5(m)-5(pl)5(i)5(ed,)4( )1( )1(i)5(s)1( )1(us)1(ed,)4( )1(ax)4(es)1( )1(have )1(abbr)3(evi)5(at)4(i)5(on )1(but)4( )1(no )1(nam)-5(e.)]TJ -0 Tc 0 Tw 42.695 0 Td -( )Tj -/TT2 1 Tf --50.353 -1.081 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (CS[ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.635 0 Td -(lat)Tj -/TT1 1 Tf -0 Tc 0 Tw (\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.162 0 Td -(",north],)Tj -0 Tc 0 Tw ( )Tj --17.454 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 7.635 0 Td -(lon)Tj -/TT1 1 Tf -0 Tc 0 Tw (\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.162 0 Td -(",east],)Tj -0 Tc 0 Tw ( )Tj --17.454 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[")Tj -(degree)Tj -0 Tc 0 Tw (")Tj -0.008 Tc -0.008 Tw 14.594 0 Td -(,0.0174532925199433)Tj -0 Tc 0 Tw (])Tj -12.162 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -34.414 -2.622 Td -[(EX)1(AM)-2(PL)2(E 5)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -2.026 0 Td -(S)Tj -0.007 Tc -0.003 Tw 0.676 0 Td -[(pher)3(i)5(c)1(al)5( )1(C)-2(S)-2(.)4( )]TJ -5.801 0 Td -[(A)-2(x)3(i)4(s or)3(der)3( i)4(s ex)3(pl)4(i)4(ci)4(t)3(,)3( <)-1(ax)3(i)4(s uni)4(t)3(>)-1( i)4(s used,)3( ax)3(es hav)-1(e nam)-5(e and abbr)3(ev)-1(i)4(at)3(i)4(on.)]TJ -0 Tc 0 Tw 33.958 0 Td -( )Tj -/TT2 1 Tf --48.093 -1.108 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (CS[spherical,3],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["distance )Tj -/TT1 1 Tf -0 Tc 0 Tw 12.77 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(r)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",awayFro)Tj -(m,ORDER[1],LENGTHUNIT[)Tj -("kilometre",1000])Tj -(],)Tj -0 Tc 0 Tw ( )Tj --21.711 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude )Tj -/TT1 1 Tf -0 Tc 0 Tw 13.378 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(U)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",counterClockwise,BEARING[0],ORDER[2],)Tj -0 Tc 0 Tw ( )Tj --22.319 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[)Tj -("degree",0.0174532925199433])Tj -0 Tc 0 Tw (])Tj -28.581 0 Td -( )Tj --36.238 -1.27 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS["elevation )Tj -/TT1 1 Tf -0 Tc 0 Tw 13.378 0 Td -(\()Tj -/TT2 1 Tf -0.337 0 Td -(V)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",up,ORDER[3],)Tj -0 Tc 0 Tw ( )Tj --22.319 -1.162 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT[)Tj -("degree",0.0174532925199433])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 162.1871 Tm -[(7)-5(.5)-5(.7)-5(.2)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.669 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)]TJ -0 Tc 0 Tw 5.364 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(syst)4(em)-5(s f)4(o)-1(r)3( p)-1(r)3(o)-1(j)5(ect)4(ed)-1( C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 13.553 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 139.3871 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -5.202 0 Td -(E)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east,ORDER[1],LENGTHUNIT[)Tj -("metre",1.0])Tj -(],)Tj -0 Tc 0 Tw ( )Tj --13.806 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -5.202 0 Td -(N)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",north,ORDER[2],LENGTHUNIT[)Tj -("metre",1.0])Tj -0 Tc 0 Tw (])Tj -24.932 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 2.766 0 Td -[(\()3(us)1(i)5(ng )1(\))]TJ -/TT2 1 Tf -0 Tc 0 Tw 8.277 0 Td -( )Tj --49.781 -2.649 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 0 -1.27 TD -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(CS[Cartesian,2],)Tj -0 Tc 0 Tw ( )Tj --7.658 -1.243 Td -( )Tj -0.008 Tw 7.658 0 Td -( )Tj -0.008 Tc -0.008 Tw (AXIS[")Tj -/TT1 1 Tf -0 Tc 0 Tw (\()Tj -/TT2 1 Tf -5.202 0 Td -(E)Tj -/TT1 1 Tf -0.608 0 Td -(\))Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 0.337 0 Td -(",east],)Tj -0 Tc 0 Tw ( )Tj -ET - endstream endobj 174 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 175 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 176 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 177 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 178 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 229 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(25)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.003 Tc -0.003 Tw -45.488 74.463 Td -[(v)-6(i\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.959 0 Td -[(F)-1(or)3( t)4(em)-6(por)3(al)5( C)-3(R)-3(S)-2(s)1(,)4( t)4(he ax)4(i)5(s)1( di)5(r)3(ec)1(t)4(i)5(on s)1(hal)5(l)5( be \221)5(f)4(ut)4(ur)3(e\222)5( or)3( \221)5(pas)1(t)4(\222)5(.)]TJ -0 Tc 0 Tw 28.123 0 Td -( )Tj -0.003 Tc -0.003 Tw -30.156 -2.39 Td -[(v)-6(ii\))]TJ -0 Tc 0 Tw 1.299 0 Td -( )Tj -0.009 Tc 0.323 Tw 0.734 0 Td -[(I)5(n )1(engi)6(neer)4(i)6(ng )1(C)-2(R)-3(S)-1(s)1( t)5(he )1(hor)4(i)6(z)1(ont)5(al)6( )1(di)6(r)4(ec)1(t)5(i)6(ons)1( )1(ar)4(e)-1( )1(o)-1(nl)6(y)1( )1(appr)4(ox)4(i)6(m)-5(at)5(e,)5( )1(t)5(he )1(s)1(et)5( )1(of)5( )1(di)6(r)4(ec)1(t)4(i)6(ons)1( )]TJ -0.008 Tc 0.155 Tw 0 -1.171 TD -[(i)4(n)-1(d)-1(i)4(c)-1(a)-1(t)3(i)4(n)-1(g)-1( w)-4(h)-1(e)-1(t)3(h)-1(e)-1(r)2( t)3(h)-1(e)-1( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( s)-1(y)-1(s)-1(t)4(e)-1(m)-7( i)4(s)-1( l)4(e)-1(f)3(t)]TJ -0 Tc 0 Tw 22.015 0 Td -(-)Tj -0.009 Tc 0.153 Tw 0.338 0 Td -[(handed or)4( r)4(i)5(ght)]TJ -0 Tc 0 Tw 7.151 0 Td -(-)Tj -0.009 Tc 0.153 Tw 0.338 0 Td -[(handed.)5( \()4(I)5(n t)5(he 2D)-3( c)1(as)1(e,)5( t)5(he )]TJ -0.106 Tw -29.843 -1.146 Td -[(handednes)1(s)1( i)5(s)1( w)-3(hen vi)5(ew)-3(ed f)5(r)4(om)-6( above t)5(he pl)5(ane of)5( t)5(he s)1(y)1(s)1(t)5(em)-6(\))4(.)5( F)-1(or)4( engi)5(neer)4(i)5(ng C)-3(R)-3(S)-2(s)1( w)-3(i)5(t)5(h )]TJ -0.577 Tw T* -[(pol)5(ar)4( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(s)1( t)5(he di)5(r)4(ec)1(t)5(i)5(on of)5( t)5(he r)4(ot)5(at)5(i)5(onal)5( ax)4(i)5(s)1( s)1(hal)5(l)5( be ')6(c)1(l)5(oc)1(k)1(w)-3(i)5(s)1(e')6( or)4( )]TJ -0.12 Tw 0 -1.171 TD -[(')6(c)1(ount)5(er)4(C)-3(l)5(oc)1(k)1(w)-3(i)5(s)1(e')6(.)5( T)-1(he s)1(pec)1(i)5(f)5(i)5(ed di)]TJ -0.121 Tw 16.406 0 Td -[(r)4(ec)1(t)5(i)6(on )1(f)5(r)4(om)-5( )1(w)-2(hi)6(c)1(h )1(t)5(he )1(r)4(ot)5(at)5(i)6(on )1(i)6(s)1( )1(m)-5(eas)1(ur)4(ed )1(s)1(h)]TJ -0.12 Tw 21.659 0 Td -[(al)5(l)5( be gi)5(ven )]TJ -0.021 Tw -38.065 -1.171 Td -[(t)5(hr)4(ough )1(t)5(he)]TJ -0 Tc 0 Tw 5.166 0 Td -( )Tj -0.009 Tc 0.021 Tw 0.308 0 Td -[(s)1(uppl)6(em)-5(ent)5(ar)4(y)1( obj)6(ec)1(t)5( ;)5( t)5(he bear)4(i)6(ng val)6(ue s)1(hal)6(l)6( be gi)6(ven i)6(n t)5(he uni)6(t)5( def)5(i)6(ned )]TJ --0.004 Tw -5.474 -1.171 Td -[(t)5(hr)4(ough )1(.)]TJ -0 Tc 0 Tw 8.922 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.02 -2.39 Td -[(S)-2(ee 6.)4(5 f)4(or)3( c)1(om)-6(m)-6(ent)4( on c)1(as)1(e s)1(ens)1(i)5(t)4(i)5(vi)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 18.246 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 610.2671 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.007 Tc 0.034 Tw 2.59 0 Td -[(T)-1(he r)3(equi)4(r)3(em)-5(ent)3(s i)4(n 7.)3(5.)3(4)]TJ -0.004 Tc -0.004 Tw 11.662 0 Td -(, )Tj -0.003 Tc 0.039 Tw 0.601 0 Td -[(iv)-5(\))-2( f)-1(o)]TJ -0.007 Tc 0.035 Tw 2.235 0 Td -[(r)3( )1(pr)3(oj)5(e)-1(c)1(t)4(ed )1(C)-2(R)-2(S)-2(s)1( )1(w)-2(i)5(t)4(h )1(a )1(c)1(oor)3(di)4(nat)4(e )1(s)1(y)1(s)1(t)4(em)-5( )1(c)1(ent)4(r)3(ed)-1( )1(on )1(a )1(pol)5(e )1(and )1(i)5(n )1(7)-1(.)4(5.)4(4)]TJ -0.004 Tc -0.004 Tw 33.334 0 Td -(, )Tj -0.003 Tc -0.003 Tw 0.601 0 Td -[(v)-5(i\))-2( )]TJ -0.008 Tc 0.208 Tw -53.84 -1.189 Td -[(f)4(or)3( engi)5(neer)3(i)5(ng C)-2(R)-2(S)-1(s)1( w)-2(i)5(t)4(h a pol)5(ar)3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-5( r)3(equi)5(r)3(e t)4(he enum)-5(er)3(at)4(i)5(o)]TJ -0.007 Tc 0.209 Tw 36.258 0 Td -[(n )1(f)4(or)3( )1( )1(i)5(n )1(7.)4(5.)4(1)]TJ -0 Tc 0 Tw 14.071 0 Td -( )Tj -0.008 Tc 0.208 Tw 0.494 0 Td -[(t)4(o be an )]TJ -0.007 Tc -0.003 Tw -50.823 -1.162 Td -[(ex)4(t)4(ended )1(ver)3(s)1(i)5(on )1(of)4( )1(t)4(he )1(c)1(odel)5(i)5(s)1(t)4( )1(gi)5(ven )1(i)5(n )1(I)4(S)-2(O)-3( )1(19111:)4(2007,)4( )1(9.)4(4.)]TJ -0 Tc 0 Tw 27.943 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 562.9871 Tm -[(7)-5(.5)-5(.5)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(A)-3(xi)4(s o)-1(r)2(d)-1(er)]TJ -0 Tc 0 Tw 5.026 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.09 Tw -8.38 -2.39 Td -[(A)-2(x)4(i)5(s)1( i)5(s)1( r)3(epeat)4(ed i)5(n a s)1(equenc)1(e.)4( T)-1(he num)-6(ber)3( of)4( ax)4(es)1( i)5(n t)4(he s)1(equenc)1(e i)5(s)1( t)4(he s)1(am)-6(e as)1( t)4(he di)5(m)-6(ens)1(i)5(ons)1( of)4( t)4(he )]TJ --0.005 Tw 0 -1.171 TD -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)-5(.)5( )]TJ -0 Tc 0 Tw 8.812 0 Td -( )Tj -0.008 Tc 0.117 Tw -8.812 -2.366 Td -[(<)-1(ax)3(i)5(s )1(or)3(der)3(>)-1( )1(i)5(den)-1(t)4(i)5(f)3(i)5(es )1(t)4(he )1(or)3(der)3( )1(i)5(n )1(w)-3(hi)5(ch )1(t)4(he )1(coor)3(di)5(na)-1(t)4(es )1(of)4( )1(a )1(poi)5(nt)4( )1(i)5(n )1(a )1(dat)4(aset)4( )1(ar)3(e )1(g)-1(i)5(v)-2(en and )1(t)4(her)3(ef)4(or)3(e )1(i)5(s )]TJ -0.009 Tc -0.009 Tw T* -[(s)1(i)6(gni)6(f)5(i)6(c)1(ant)]TJ -0.117 Tw 4.518 0 Td -[(.)5( )1(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(i)6(t)5( )1(i)6(s)1( )1(def)5(i)6(ned )1(i)6(n )1(t)5(he )1(B)-1(N)-2(F )1(as)1( )1(an )1(o)-1(pt)5(i)6(onal)6( )1(at)5(t)5(r)4(i)6(but)5(e )1(t)5(o )1(al)6(l)6(ow)-2( )1(bac)1(k)1(w)-2(ar)4(d )]TJ -0.003 Tc 0.02 Tw -4.518 -1.171 Td -[(c)-5(o)-6(m)-11(p)-6(a)-6(t)-1(ib)-6(ilit)-1(y)-5( w)-9(it)-1(h)-6( )]TJ -0.013 Tc -0.013 Tw 8.001 0 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.282 0 Td -(0)Tj -0.565 0 Td -(1)Tj -0.565 0 Td -(-)Tj -0.009 Tc 0.015 Tw 0.338 0 Td -[(009,)5( how)-3(ever)4( i)5(t)5( i)5(s)1( r)4(ec)1(om)-6(m)-6(ended t)5(hat)5( i)5(t)5( s)1(houl)5(d be ex)4(pl)5(i)5(c)1(i)5(t)5(l)5(y)1( i)5(nc)1(l)5(uded i)5(n a C)-3(R)-3(S)-2( W)-6(K)-2(T)-1( )]TJ -0.004 Tc -0.004 Tw -12.067 -1.171 Td -[(s)-4(tr)-1(i)1(n)-5(g)-5(. )]TJ -/TT0 1 Tf -0 Tc 0 Tw 3.05 0 Td -( )Tj -0.009 Tc -0.009 Tw -3.05 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(:)3( )]TJ -/TT1 1 Tf --0.004 Tw 6.832 0 Td -[(T)-1(he f)4(ol)5(l)5(ow)-3(i)5(ng c)1(ons)1(t)4(r)3(ai)5(nt)4(s)]TJ -0 Tc 0 Tw 11.183 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(s)1(hal)6(l)6( appl)6(y)1(:)]TJ -0 Tc 0 Tw 5.083 0 Td -( )Tj -0.003 Tc -0.003 Tw -19.315 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc 0.098 Tw 1.469 0 Td -[(F)-1(or)3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(s)1( w)-3(i)5(t)4(h m)-6(or)3(e t)4(han one ax)4(i)5(s)1(,)4( ei)5(t)4(her)3( ever)3(y)1( ax)4(i)5(s)1( des)1(c)1(r)3(i)5(pt)4(i)5(on s)1(hal)5(l)5( i)5(nc)1(l)5(ude an )]TJ -0.008 Tc 0.209 Tw 0 -1.171 TD -[(<)-1(or)3(der)3(>)-1( )1(or)3( )1(none )1(o)-1(f)4( )1(t)3(he )1(ax)3(es )1(descr)3(i)5(pt)4(i)5(ons )1(s)-1(ha)-1(l)5(l)5( )1(i)5(ncl)5(ude )1(an )1(<)-1(or)3(der)3(>)-1(.)4( )1(I)4(f)4( )1(<)-1(or)2(der)3(>)-1( i)5(s )1(i)5(ncl)5(uded )1(a )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(s)1(equenc)1(e val)6(ue s)1(hal)6(l)6( not)5( be r)4(epeat)5(ed.)]TJ -0 Tc 0 Tw 17.174 0 Td -( )Tj -0.003 Tc -0.003 Tw -19.207 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.009 Tc 0.273 Tw 1.243 0 Td -[(W)-6(hen )1()]TJ -0 Tc 0 Tw 9.135 0 Td -( )Tj -0.008 Tc 0.273 Tw 0.559 0 Td -[(i)4(s)-1( p)-1(r)2(e)-1(s)-1(e)-1(n)-1(t)3( i)4(n)-1( t)3(h)-1(e)-1( W)-8(K)-3(T)-2( s)-1(t)3(r)2(i)4(n)-1(g)-1( t)4(h)-1(e)-1( <)-2(a)-1(x)2(i)4(s)-1(>)-2( d)-1(e)-1(s)-1(c)-1(r)2(i)4(p)-1(t)3(i)4(o)-1(n)-1(s)-1( s)-1(h)-1(a)-1(l)4(l)4( b)-1(e)-1( o)-1(r)2(d)-1(e)-1(r)2(e)-1(d)-1( )]TJ -0.009 Tc -0.005 Tw -9.693 -1.171 Td -[(ac)1(c)1(or)4(di)5(ng t)5(o t)5(he ax)4(i)5(s)1( or)4(der)4( s)1(equenc)1(e.)]TJ -0 Tc 0 Tw ( )Tj -0.003 Tc -0.003 Tw -2.033 -2.39 Td -[(i)-1(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 1.015 0 Td -( )Tj -0.009 Tc 0.096 Tw 1.017 0 Td -[(I)5(f)5( )1( i)6(s)1( )1(om)-5(i)6(t)5(t)5(ed )1(f)5(r)4(om)-5( )1(t)5(he )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ng )1(t)5(he )1(s)1(equenc)1(e of)5( )1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(ons)1( )1(s)1(hal)6(l)6( )1(i)6(m)-5(pl)6(y)1( )]TJ --0.004 Tw T* -[(t)5(he )1(or)4(der)4( )1(of)5( )1(t)5(he )1(ax)4(es)1( )1(and )1(of)5( )1(c)1(oor)4(di)6(nat)5(es)1( )1(r)4(ef)5(er)4(enc)1(ed )]TJ -23.383 0 Td -[(t)5(o )1(t)5(he )1(C)-2(R)-2(S)-1(.)]TJ -0 Tc 0 Tw 5.253 0 Td -( )Tj -0.003 Tc -0.003 Tw -30.669 -2.366 Td -[(i)-1(v)-7(\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.009 Tc 0.019 Tw 0.959 0 Td -[(F)-1(or)3( c)1(om)-6(pound C)-3(R)-3(S)-2(s)1(,)4( t)4(he ax)4(es)1( ar)3(e des)1(c)1(r)3(i)5(bed t)4(hr)3(ough )]TJ --0.009 Tw 24.528 0 Td -[(eac)1(h)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.019 Tw 2.509 0 Td -[(c)1(om)-5(ponent)5( C)-3(R)-3(S)-2( des)1(c)1(r)4(i)6(pt)5(i)6(on)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.019 Tw 13.005 0 Td -[(and t)5(he )]TJ -0.057 Tw -40.042 -1.171 Td -[(or)4(der)4( val)5(ues)1( s)1(hal)5(l)5( appl)5(y)1( t)5(o eac)1(h c)1(om)-6(ponent)5( s)1(y)1(s)1(t)5(em)-6(,)5( not)5( t)5(o t)5(he c)1(om)-6(pound s)1(y)1(s)1(t)5(em)-6(.)5( T)]TJ -38.418 0 Td -[(he or)4(der)4( of)5( )]TJ -0.022 Tw -38.418 -1.171 Td -[(t)5(he )1(ax)4(es)1( )]TJ -0.008 Tc 0.023 Tw 4.173 0 Td -[(i)4(n)-1( t)3(h)-1(e)-1( c)-1(o)-1(m)-7(p)-1(ou)-1(n)-1(d)-1( s)-1(y)-1(s)-1(t)3(e)-1(m)-7( )]TJ -0.009 Tc 0.021 Tw 11.402 0 Td -[(s)1(hal)6(l)6( be i)6(nf)5(er)4(r)4(ed f)5(r)4(om)-5( f)5(i)6(r)4(s)1(t)5(l)6(y)1( )]TJ -0.022 Tw 12.611 0 Td -[(t)5(he )1(or)4(der)4( )1(of)5( )1(t)5(he )1(c)1(om)-5(ponent)5( )1(C)-2(R)-2(S)-1(s)1( )]TJ --0.004 Tw -28.186 -1.171 Td -[(t)5(hen )1(s)1(ec)1(ondl)6(y)1( )1(t)5(he)-1( )1(or)4(der)4( )1(of)5( )1(ax)4(es)1( )1(w)-2(i)6(t)5(hi)6(n )1(eac)1(h)-1( )1(c)1(om)-5(ponent)5( )1(C)-2(R)-2(S)-1(.)]TJ -0 Tc 0 Tw 27.562 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 131.0342 249.3071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.007 Tc 0.101 Tw 1.97 0 Td -[(A)-2( com)-5(pound C)-3(R)-3(S)-2( consi)4(st)3(s of)3( a pr)3(oj)4(ect)3(ed C)-3(R)-3(S)-2( w)-3(i)4(t)3(h a v)-1(er)3(t)3(i)4(cal)4( C)-3(R)-3(S)-2(,)3( t)3(he com)-5(ponent)3( C)-3(R)-3(S)-2(s )]TJ -0.129 Tw -6.757 -1.189 Td -[(des)1(c)1(r)3(i)5(bed )1(i)5(n t)4(hat)4( )1(or)3(der)3(.)4( )1(T)-1(he )1(ax)4(es)1( )1(of)3( )1(t)4(he )1(pr)3(oj)5(ec)1(t)4(ed )1(C)-2(R)-2(S)-2( )1(ar)3(e nor)3(t)4(hi)5(ng )1(f)4(i)5(r)3(s)1(t)4(,)]TJ -0 Tc 0 Tw 33.972 0 Td -( )Tj -0.007 Tc 0.129 Tw 0.414 0 Td -[(eas)1(t)4(i)5(ng )1(s)1(ec)1(ond.)4( )1(T)-1(he )]TJ -9.805 0 Td -[(onl)5(y)1( )1(and )]TJ -0.008 Tc 0.112 Tw -44.19 -1.189 Td -[(t)4(her)3(ef)4(or)3(e f)4(i)5(r)3(s)1(t)4( )]TJ -0.007 Tc 0.113 Tw 6.484 0 Td -[(ax)4(i)5(s)1( )1(of)4( )1(t)4(he )1(ver)3(t)4(i)5(c)1(al)5( )1(C)-2(R)-2(S)-2( )1(i)5(s)1( )1(gr)3(avi)5(t)4(y)]TJ -0 Tc 0 Tw 15.506 0 Td -(-)Tj -0.007 Tc 0.113 Tw 0.337 0 Td -[(r)3(el)5(at)4(ed )1(he)-1(i)5(ght)4(.)4( )1(T)-1(he )1(ax)4(i)5(s)1( )1(or)3(der)3( )1(f)4(or)3( )1(t)4(he )1(c)1(om)-5(p)-1(ound )1(C)-2(R)-2(S)-2( )1(i)5(s)1( )]TJ --0.003 Tw -22.328 -1.162 Td -[(nor)3(t)4(hi)5(ng )1(f)4(i)5(r)3(s)1(t)4(,)4( )1(eas)1(t)4(i)5(ng )1(s)1(ec)1(ond )1(and )1(gr)3(avi)5(t)4(y)]TJ -0 Tc 0 Tw 18.196 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(r)3(el)5(at)4(ed )1(hei)5(g)-1(ht)4( t)4(hi)5(r)3(d.)]TJ -0 Tc 0 Tw 8.675 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 191.4671 Tm -[(7)-5(.5)-5(.6)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(A)-3(xi)4(s u)-1(n)-1(i)4(t)3( an)-1(d)-1( co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6( u)-1(n)-1(i)4(t)]TJ -0 Tc 0 Tw 17.788 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.046 Tw -21.142 -2.39 Td -[(T)-1(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(ona)]TJ -0.008 Tc 0.047 Tw 7.619 0 Td -[(l)4( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1( p)-1(r)2(o)-1(v)-2(i)4(d)-1(e)-1(s)-1( t)3(w)-4(o)-1( m)-7(e)-1(t)3(h)-1(o)-1(d)-1(s)-1( f)3(o)-1(r)2( s)-1(p)-1(e)-1(c)-1(i)4(f)3(y)-1(i)4(n)-1(g)-1( t)3(h)-1(e)-1( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( s)-1(y)-1(s)-1(t)3(e)-1(m)-7( a)-1(x)2(i)4(s)-1( u)-1(n)-1(i)4(t)3(s)-1(.)3( <)-2(a)-1(x)3(i)4(s)-1( u)-1(n)-1(i)4(t)3(>)-2( )]TJ -0.037 Tw -7.619 -1.146 Td -[(i)4(s)-1( a)-1(n)-1( o)-1(p)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( a)-1(t)3(t)3(r)2(i)4(b)-1(u)-1(t)3(e)-1( w)-4(h)-1(i)4(c)-1(h)-1( m)-7(a)-1(y)-1( b)-1(e)-1( a)-1(p)-1(p)-1(l)4(i)4(e)-1(d)-1( t)3(o)-1( e)-1(a)-1(c)-1(h)-1( a)-1(x)2(i)4(s)-1( d)-1(e)-1(s)-1(c)-1(r)2(i)4(p)-1(t)3(i)4(o)-1(n)-1( )1(a)-1(n)-1(d)-1( i)4(f)3( a)-1(p)-1(p)-1(l)4(i)4(e)-1(d)-1( s)-1(h)-1(a)-1(l)4(l)4( d)-1(e)-1(s)-1(c)-1(r)2(i)4(b)-1(e)-1( )1(t)3(h)-1(e)-1( u)-1(n)-1(i)4(t)3( f)3(o)-1(r)2( )]TJ -0.009 Tc 0.054 Tw T* -[(t)5(hat)5( )1(ax)4(i)6(s)1(.)5( )1( )1(i)6(s)1( )1(an )1(opt)5(i)6(onal)6( )1(at)5(t)5(r)4(i)6(but)5(e )1(w)-2(hi)]TJ -0.053 Tw 20.962 0 Td -[(c)1(h i)6(f)5( appl)6(i)6(ed s)1(hal)6(l)6( s)1(pec)1(i)6(f)5(y)1( t)5(he uni)6(t)5( f)5(or)4( al)6(l)6( ax)4(es)1( of)5( t)5(he c)1(oor)4(di)6(nat)5(e )]TJ -0.008 Tc -0.008 Tw -20.962 -1.171 Td -[(syst)4(e)-1(m)-6(.)4( )]TJ -/TT0 1 Tf -0 Tc 0 Tw 3.784 0 Td -( )Tj -0.009 Tc -0.009 Tw -3.784 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(:)3( )]TJ -/TT1 1 Tf --0.004 Tw 6.832 0 Td -[(T)-1(he f)4(ol)5(l)5(ow)-3(i)5(ng c)1(ons)1(t)4(r)3(ai)5(nt)4(s)1( s)1(hal)5(l)5( appl)5(y)1(:)]TJ -0 Tc 0 Tw 16.548 0 Td -( )Tj -0.003 Tc -0.003 Tw -19.315 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.469 0 Td -[(A)-2( C)-3(R)-3(S)-2( W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ng s)1(hal)5(l)5( i)5(nc)1(l)5(ude ei)5(t)4(her)3( <)-1(ax)4(i)5(s)1( uni)5(t)4(>)-1( f)4(or)3( eac)1(h ax)4(i)5(s)1( or)3( <)-1(c)1(s)1( uni)5(t)4(>)-1( appl)5(y)1(i)5(ng t)4(o al)5(l)5( ax)4(es)1(.)]TJ -0 Tc 0 Tw 43.142 0 Td -( )Tj -ET - endstream endobj 228 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(24)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.009 Tc -0.009 Tw 4.065 74.463 Td -(v\))Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.009 Tc 0.198 Tw 1.185 0 Td -[(F)-1(or)3( pr)3(oj)5(ec)1(t)]TJ -5.059 0 Td -[(ed C)-3(R)-3(S)-2(s)1(,)5( t)5(he t)5(w)-3(o)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.198 Tw 8.853 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( C)-3(ar)4(t)5(es)1(i)5(an c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6( ax)4(es)1( nam)-6(es)1( s)1(hal)5(l)5( be )]TJ -0.008 Tc 0.082 Tw -13.912 -1.171 Td -[(\221)4(n)-1(o)-1(r)2(t)3(h)-1(i)4(n)-1(g)-1(\222)4( o)-1(r)2( ')5(s)-1(o)-1(u)-1(t)3(h)-1(i)4(n)-1(g)-1(')5( a)-1(n)-1(d)-1( ')5(e)-1(a)-1(s)-1(t)3(i)4(n)-1(g)-1(')5( o)-1(r)2( \221)4(w)-4(e)-1(s)-1(t)4(i)4(n)-1(g)-1(\222)4( a)-1(n)-1(d)-1( s)-1(h)-1(a)-1(l)4(l)4( b)-1(e)-1( g)-1(i)4(v)-2(e)-1(n)-1( )1(w)-4(h)-1(e)-1(n)-1( t)3(h)-1(e)-1( a)-1(x)2(i)4(s)-1( d)-1(i)4(r)2(e)-1(c)-1(t)3(i)4(o)-1(n)-1( a)-1(n)-1(d)-1( )]TJ -0.009 Tc 0.12 Tw 0 -1.171 TD -[(or)4(der)4( ar)4(e not)5( eas)1(t)5( f)5(i)5(r)4(s)1(t)5(,)5( nor)4(t)5(h s)1(ec)1(ond.)5( A)-2(x)4(i)5(s)1( nam)-6(e m)-6(ay)1( be om)-6(i)5(t)5(t)5(ed f)5(r)4(om)-6( W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng)]TJ -38.291 0 Td -[(s)1( w)-3(hen t)5(he )]TJ -0.103 Tw -38.291 -1.146 Td -[(ax)4(i)5(s)1( di)5(r)4(ec)1(t)5(i)5(on and or)4(der)4( ar)4(e eas)1(t)5( f)5(i)5(r)4(s)1(t)5(,)5( nor)4(t)5(h s)1(ec)1(ond w)-3(i)5(t)5(h abbr)4(evi)5(at)5(i)5(ons)1( ')6(E)-2(')6( and ')6(N)-3(')6( r)4(es)1(pec)1(t)5(i)5(vel)5(y)1(.)5( )]TJ --0.004 Tw T* -[(A)-2(x)4(i)5(s)1( abbr)3(evi)5(at)4(i)5(on s)1(hal)5(l)5( be gi)5(ven.)]TJ -0 Tc 0 Tw 14.515 0 Td -( )Tj -0.003 Tc -0.003 Tw -16.547 -2.39 Td -[(v)-6(i\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.009 Tc 0.072 Tw 0.959 0 Td -[(F)-1(or)3( ver)3(t)4(i)5(c)1(al)5( C)-3(R)-3(S)-2(s)1(,)4( t)4(he ax)4(i)5(s)1( di)5(r)3(ec)1(t)4(i)5(on i)5(s)1( up or)3( dow)-3(n,)4( s)1(ee 7.)4(5.)4(4.)4( I)4(n W)-6(K)-2(T)-1( s)1(t)4(r)3(i)5(ngs)1( t)4(he val)5(ue of)4( ax)4(i)5(s)1( )]TJ -0.035 Tw 0 -1.171 TD -[(nam)-6(e s)1(hal)5(l)5( be \221)]TJ --0.009 Tw 6.953 0 Td -[(gr)4(avi)5(t)5(y)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.035 Tw 3.332 0 Td -[(r)4(el)6(at)5(ed )1(hei)6(ght)5(\222)6( )1(and )1(\221)6(dept)5(h\222)6( )1(r)4(es)1(pec)1(t)5(i)6(vel)6(y)1(.)5( )1(A)-1(x)4(i)6(s)1( )1(abbr)4(evi)6(at)5(i)6(on )1(m)-5(ay)1( )1(be )1(om)-5(i)6(t)5(t)5(ed )]TJ -0 Tc 0 Tw -10.285 -1.171 Td -(b)Tj -0.009 Tc 0.044 Tw 0.565 0 Td -[(ut)5( i)5(f)5( gi)5(ven f)5(or)4( hei)5(ght)5( i)5(t)5( s)1(hal)5(l)]TJ -0 Tc 0 Tw 12.323 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.331 0 Td -[(not)5( )]TJ -1.743 0 Td -(be )Tj -0.008 Tc 0.045 Tw 1.461 0 Td -[(\221)4(h)-1(\222)4( \()2(w)-4(h)-1(i)4(c)-1(h)-1( i)4(s)-1( u)-1(s)-1(e)-1(d)-1( f)3(o)-1(r)2( t)3(h)-1(e)-1( e)-1(l)4(l)4(i)4(p)-1(s)-1(o)-1(i)5(d)-1(a)-1(l)4( h)-1(e)-1(i)4(g)-1(h)-1(t)3( c)-1(o)-1(m)-7(p)-1(o)-1(n)-1(e)-1(n)-1(t)3( o)-1(f)3( a)-1(n)-1( )]TJ -0.009 Tc 0.028 Tw -16.423 -1.171 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( 3D)-3( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(,)5( s)1(ee 7.)5(5.)5(3\()4(i)5(i)5(i)5(\))4( above\))4(;)5( t)5(he abbr)4(evi)5(at)5(i)]TJ -30.987 0 Td -[(on f)5(or)4( gr)4(avi)5(t)5(y)]TJ -0 Tc 0 Tw 5.94 0 Td -(-)Tj -0.009 Tc 0.029 Tw 0.338 0 Td -[(r)4(el)6(at)5(ed )1(hei)6(ght)5( )]TJ --0.005 Tw -37.266 -1.171 Td -[(s)1(houl)6(d nor)4(m)-5(al)6(l)6(y)1( be )]TJ -0.003 Tc -0.003 Tw 8.812 0 Td -[('H)-9('.)]TJ -0 Tc 0 Tw 1.404 0 Td -( )Tj -0.009 Tc -0.009 Tw -16.314 -2.39 Td -[(R)-3(ec)1(om)-6(m)-6(endat)4(i)5(ons)1(:)]TJ -0 Tc 0 Tw 8.756 0 Td -( )Tj -0.009 Tc -0.009 Tw -8.756 -2.39 Td -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.362 Tw 1.129 0 Td -[(F)-1(or)3( engi)5(neer)3(i)5(ng C)-3(R)-3(S)-2(s)1( us)1(i)5(ng a pol)5(ar)3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6( w)-3(her)3(e t)4(he l)5(ow)-3(er)3( c)1(as)1(e G)-4(r)3(eek)1( l)5(et)4(t)4(er)3( )]TJ -/C2_0 1 Tf -0 Tc 0 Tw <0003>Tj -/TT1 1 Tf -0.004 Tc 0.367 Tw 46.137 0 Td -[( is)-4( )]TJ -0.009 Tc 0.033 Tw -46.137 -1.171 Td -[(c)1(onvent)5(i)6(onal)6(l)6(y)1( us)1(ed as)1( t)5(he s)1(y)1(m)-5(bol)6( f)5(or)4( di)6(r)4(ec)1(t)5(i)6(on,)5( t)5(he l)6(et)5(t)5(er)4( \221)6(U)-3(\222)6( f)5(r)4(om)-5( t)5(he Lat)5(i)6(n c)1(har)4(ac)1(t)5(er)4( s)1(et)5( )]TJ -40.553 0 Td -[(s)1(houl)6(d be us)1(ed )]TJ --0.005 Tw -40.553 -1.171 Td -[(as)1( a one)]TJ -0 Tc 0 Tw 3.898 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(c)1(har)4(ac)1(t)5(er)4( abbr)4(evi)6(at)5(i)6(on i)6(n W)-6(K)-2(T)-1( s)1(t)5(r)4(i)6(ngs)1(.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -6.269 -2.39 Td -(a\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.009 Tc 0.016 Tw 1.129 0 Td -[(F)-1(or)3( geodet)4(i)5(c)1( and engi)5(neer)3(i)5(ng C)-3(R)-3(S)-2(s)1( us)1(i)5(ng a s)1(pher)3(i)5(c)1(al)5( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6( w)-3(her)3(e t)4(he G)-4(r)3(eek)1( l)5(et)4(t)4(er)3(s)1( )]TJ -/C2_0 1 Tf -0 Tc 0 Tw <0002>Tj -/TT1 1 Tf -0.009 Tc 0.016 Tw 44.663 0 Td -( and )Tj -/C2_0 1 Tf -0 Tc 0 Tw <0003>Tj -/TT1 1 Tf -2.865 0 Td -( )Tj -0.009 Tc 0.131 Tw -47.529 -1.146 Td -[(ar)4(e c)1(onvent)5(i)5(onal)5(l)5(y)1( us)1(ed as)1( t)5(he s)1(y)1(m)-6(bol)5(s)1( f)5(or)4( di)5(r)4(ec)1(t)5(i)5(on,)5( t)5(he l)5(et)5(t)5(er)4(s)1( \221)5(U)-3(\222)5( and \221)5(V)-2(\222)5( r)4(es)1(pec)1(t)5(i)5(vel)5(y)1( )]TJ -41.036 0 Td -[(f)5(r)4(om)-5( )1(t)5(he )1(Lat)5(i)6(n )]TJ --0.005 Tw -41.036 -1.171 Td -[(c)1(har)4(ac)1(t)5(er)4( s)1(et)5( s)1(houl)6(d be us)1(ed as)1( a one)]TJ -0 Tc 0 Tw 17.229 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(c)1(har)4(ac)1(t)5(er)4( abbr)4(evi)6(at)5(i)6(ons)1( i)6(n W)-6(K)-2(T)-1( s)1(t)5(r)4(i)6(ngs)1(.)]TJ -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -19.6 -2.707 Td -[(7)-5(.5)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(A)-3(xi)4(s d)-1(i)4(r)2(ect)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 6.72 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.242 Tw -10.074 -2.39 Td -[(A)-2(x)4(i)5(s)1( di)5(r)3(ec)1(t)4(i)5(on i)5(ndi)5(c)1(at)4(es)1( t)4(he pos)1(i)5(t)4(i)5(ve i)5(nc)1(r)3(em)-6(ent)4( al)5(ong an ax)4(i)5(s)1(.)4( T)-1(he handednes)1(s)1( of)4( a 2)]TJ -0 Tc 0 Tw 40.928 0 Td -(-)Tj -0.338 0 Td -( )Tj -0.005 Tc 0.246 Tw 0.529 0 Td -[(o)-4(r 3)]TJ -0 Tc 0 Tw 1.997 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ --0.005 Tw -44.13 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)-5( m)-5(ay)1( be der)4(i)6(ved f)5(r)4(om)-5( t)5(he di)6(r)]TJ --0.009 Tw 20.901 0 Td -[(ec)1(t)5(i)5(ons)1(.)]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -24.403 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(t)5(he )1(f)5(ol)6(l)6(ow)-2(i)6(ng )1(c)1(ons)1(t)5(r)4(ai)6(nt)5(s)1( )1(s)1(hal)6(l)6( )1(appl)6(y)1(:)]TJ -0 Tc 0 Tw 16.775 0 Td -( )Tj -0.003 Tc -0.003 Tw -18.921 -2.366 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc 0.054 Tw 1.469 0 Td -[(F)-1(or)3( geodet)4(i)5(c)1( C)-3(R)-3(S)-2(s)1( havi)5(ng an el)5(l)5(i)5(ps)1(oi)5(dal)5( 2)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.054 Tw 19.554 0 Td -[(D)-3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(,)4( t)4(he t)4(w)-3(o)]TJ -0 Tc 0 Tw 13.338 0 Td -(-)Tj -0.009 Tc 0.054 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( el)5(l)5(i)5(ps)1(oi)5(dal)5( )]TJ -0.291 Tw -33.23 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)-5( ax)4(es)1( ar)4(e geodet)5(i)6(c)1( l)6(at)5(i)6(t)5(ude,)5( pos)1(i)6(t)5(i)6(ve nor)4(t)5(hw)-3(ar)4(ds)1(,)5( and geodet)5(i)6(c)1( l)6(ongi)6(t)5(ude,)5( )]TJ --0.009 Tw 0 -1.171 TD -[(pos)1(i)5(t)5(i)5(ve )]TJ --0.005 Tw 3.729 0 Td -[(eas)1(t)5(w)-3(ar)4(ds)1(.)5( A)-2(x)4(i)5(s)1( di)5(r)4(ec)1(t)5(i)5(on s)1(hal)5(l)5( be ')6(nor)4(t)5(h')6( and ')6(eas)1(t)5(')6( r)4(es)1(pec)1(t)5(i)5(vel)5(y)1(.)]TJ -0 Tc 0 Tw 28.506 0 Td -( )Tj -0.003 Tc -0.003 Tw -34.267 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.009 Tc 0.461 Tw 1.243 0 Td -[(F)-1(or)3( geodet)4(i)5(c)1( C)-3(R)-3(S)-2(s)1( havi)5(ng an el)5(l)5(i)5(ps)1(oi)5(dal)5( 3)]TJ -0 Tc 0 Tw 21.656 0 Td -(-)Tj -0.009 Tc 0.461 Tw 0.338 0 Td -[(D)-3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(,)4( t)4(he t)4(hr)3(ee)]TJ -0 Tc 0 Tw 15.7 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -0.015 Tw -38.033 -1.171 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6( ax)4(es)1( ar)4(e geodet)5(i)5(c)1( l)5(at)5(i)5(t)5(ude,)5( pos)1(i)5(t)5(i)5(ve nor)4(t)5(hw)-3(ar)4(ds)1(,)5( geodet)5(i)5(c)1( l)5(ongi)5(t)5(ude,)5( )]TJ --0.009 Tw T* -[(pos)1(i)]TJ -0.051 Tw 1.864 0 Td -[(t)5(i)6(ve )1(eas)1(t)5(w)-2(ar)4(ds)1(,)5( )1(an)-1(d )1(el)6(l)6(i)6(ps)1(oi)6(dal)6( )1(hei)6(ght)5(,)5( )1(pos)1(i)6(t)5(i)6(ve )1(upw)-2(ar)4(ds)1(.)5( )1(A)-1(x)4(i)5(s)1( )1(d)-1(i)6(r)4(ec)1(t)5(i)6(on )1(s)1(hal)6(l)6( )1(be )1(')6(nor)4(t)5(h')6(,)5( )1(')6(eas)1(t)5(')5( )]TJ --0.005 Tw -1.864 -1.171 Td -[(and ')6(up')6( r)4(es)1(pec)1(t)5(i)5(vel)5(y)1(.)]TJ -0 Tc 0 Tw 9.427 0 Td -( )Tj -0.003 Tc -0.003 Tw -11.459 -2.39 Td -[(i)-1(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 1.015 0 Td -( )Tj -0.009 Tc 0.123 Tw 1.017 0 Td -[(F)-1(or)3( geodet)4(i)5(c)1( C)-3(R)-3(S)-2(s)1( havi)5(ng a geoc)1(ent)4(r)3(i)5(c)1( C)-3(ar)3(t)4(es)1(i)5(an c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(,)4( i)5(n W)-6(K)-2(T)-1( s)1(t)4(r)3(i)5(ngs)1( t)4(he ax)4(i)5(s)1( )]TJ -0.003 Tw T* -[(di)5(r)4(ec)1(t)5(i)5(ons)1( s)1(hal)5(l)5( be \221)5(geoc)1(ent)5(r)4(i)5(c)1(X)-1(\222)5(,)5( ')6(geoc)1(ent)5(r)]TJ -0.008 Tc 0.004 Tw 18.974 0 Td -[(i)4(c)-1(Y)-3(')5( a)-1(n)-1(d)-1( \221)4(ge)-1(o)-1(c)-1(e)-1(n)-1(t)3(r)2(i)4(c)-1(Z)-2(\222)4( r)2(e)-1(s)-1(p)-1(e)-1(c)-1(t)3(i)4(v)-2(e)-1(l)4(y)-1(.)3( T)-1(h)-1(e)-1( f)3(i)4(r)2(s)-1(t)3( a)-1(x)2(i)4(s)-1( o)-1(f)3( t)3(h)-1(e)-1( )]TJ -0.009 Tc -0.009 Tw -18.974 -1.171 Td -[(ear)4(t)5(h)]TJ -0 Tc 0 Tw 2.316 0 Td -(-)Tj -0.009 Tc 0.171 Tw 0.338 0 Td -[(c)1(ent)5(r)4(ed 3D)-3( C)-3(ar)4(t)5(es)1(i)6(an c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)-5( l)6(i)6(es)1( i)6(n t)5(he equat)5(or)4(i)6(al)6( pl)6(ane s)1(uc)1(h t)5(hat)5( a vec)1(t)5(or)4( )]TJ -0.126 Tw -2.654 -1.171 Td -[(poi)5(nt)5(i)5(ng i)5(n t)5(he pos)1(i)5(t)5(i)5(ve di)5(r)4(ec)1(t)5(i)5(on pas)1(s)1(es)1( t)5(hr)4(ough t)5(he i)5(nt)5(er)4(s)1(ec)1(t)5(i)5(on of)5( t)5(he equat)5(or)4( and t)5(he pr)4(i)5(m)-6(e )]TJ -0.008 Tc -0.008 Tw T* -[(m)-6(er)3(i)5(di)5(an)]TJ -0.009 Tc 0.1 Tw 3.897 0 Td -[(.)5( )1(The )1(s)1(ec)1(ond )1(ax)4(i)6(s)1( )1(i)6(s)1( )1(i)6(n )1(t)5(he )1(equat)5(or)4(i)6(al)6( )1(pl)6(ane )1(s)1(uc)1(h )1(t)5(hat)5( )1(a )1(v)-1(ec)1(t)5(or)4( )1(poi)6(nt)5(i)6(ng )1(i)6(n )1(t)5(he )1(pos)1(i)6(t)5(i)6(ve )]TJ -0.03 Tw -3.897 -1.146 Td -[(di)5(r)4(ec)1(t)5(i)5(on pas)1(s)1(es)1( t)5(hr)4(ough t)5(he i)5(nt)5(er)4(s)1(ec)1(t)5(i)5(on of)5( t)5(he equat)5(or)4( and t)5(he m)-6(er)4(i)5(di)5(an of)5( 90\260)3(E)-2(.)5( T)-1(he t)5(hi)5(r)4(d ax)4(i)5(s)1( )]TJ -0.008 Tc 0.138 Tw T* -[(i)4(s)-1( p)-1(e)-1(r)2(p)-1(e)-1(n)-1(d)-1(i)4(c)-1(u)-1(l)4(a)-1(r)2( t)3(o)-1( t)3(h)-1(e)-1( f)3(i)4(r)2(s)-1(t)3( t)3(w)-4(o)-1( s)-1(u)-1(c)-1(h)-1( t)3(h)-1(a)-1(t)3( i)4(t)3( c)-1(o)-1(m)-7(p)-1(l)4(e)-1(t)3(e)-1(s)-1( a)-1( r)2(i)4(g)-1(h)-1(t)]TJ -0 Tc 0 Tw 28.546 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -(hand)Tj -0.136 Tw [(ed c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(;)5( i)5(t)5( i)5(s)1( )]TJ --0.005 Tw -28.884 -1.171 Td -[(appr)4(ox)4(i)5(m)-6(at)5(el)5(y)1( par)4(al)5(l)5(el)5( t)5(o t)5(he ear)4(t)5(h')6(s)1( r)4(ot)5(at)5(i)5(on ax)4(i)5(s)1(,)5( pos)1(i)5(t)5(i)5(ve t)5(ow)-3(ar)4(ds)1( t)5(he nor)4(t)5(h pol)5(e.)]TJ -0 Tc 0 Tw 36.395 0 Td -( )Tj -0.003 Tc -0.003 Tw -38.428 -2.39 Td -[(i)-1(v)-7(\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.009 Tc 0.02 Tw 0.959 0 Td -[(F)-1(or)3( pr)3(oj)5(ec)1(t)4(ed C)-3(R)-3(S)-2(s)1(,)4( ex)4(c)1(ept)4( f)4(or)3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(s)1( c)1(ent)4(r)3(ed on a pol)5(e,)4( t)4(he ax)4(i)5(s)1( di)5(r)3(ec)1(t)4(i)5(on s)1(hal)5(l)5( be )]TJ -0.008 Tc -0.003 Tw T* -[(\221)4(n)-1(o)-1(r)2(t)3(h)-1(\222)4( o)-1(r)2( \221)4(s)-1(o)-1(u)-1(t)3(h)-1(\222)4( a)-1(n)-1(d)-1( \221)4(e)-1(a)-1(s)-1(t)3(\222)4( o)-1(r)2( )1(\221)4(w)-4(e)-1(s)-1(t)3(\222)4(.)]TJ -0 Tc 0 Tw ( )Tj -0.006 Tc -0.006 Tw 0 -2.39 TD -[(F)-4(o)-3(r )]TJ -0.009 Tc 0.017 Tw 1.828 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)-5(s)1( c)1(ent)5(r)4(ed on a pol)6(e t)5(he di)6(r)4(ec)1(t)5(i)6(on f)5(or)4( bot)5(h ax)4(es)1( w)-3(i)6(l)6(l)6( be \221)6(s)1(out)5(h\222)6( \()4(f)5(or)4( t)5(he nor)4(t)5(h )]TJ -0.082 Tw -1.828 -1.171 Td -[(pol)5(e c)1(as)1(e\))4( or)4( \221)5(nor)4(t)5(h\222)5( \()4(f)5(or)4( t)5(he s)1(out)5(h pol)5(e c)1(as)1(e\))4(;)5( t)5(he ax)4(es)1( di)5(r)4(ec)1(t)5(i)5(on s)1(hal)5(l)5( be s)1(uppl)5(em)-6(ent)5(ed w)-3(i)5(t)5(h a )]TJ -0.008 Tc 0.034 Tw 0 -1.171 TD -[(<)-1(m)-6(er)3(i)5(di)5(an>)-1( )1(desc)-1(r)3(i)4(pt)4(i)5(on.)4( )1(T)-1(hi)5(s )1(i)5(s )1(t)4(he )1(v)-1(a)-1(l)5(ue )1(of)4( )1(t)4(he )1(m)-6(er)3(i)5(di)5(an )1(t)4(hat)4( )]TJ -0.009 Tc 0.033 Tw 27.819 0 Td -[(t)5(he )1(ax)4(i)6(s)1( )1(f)5(ol)6(l)6(ow)-2(s )1(f)5(r)4(om)-5( )1(t)5(he )1(pol)6(e.)5( )1(The )]TJ -0.005 Tw -27.819 -1.171 Td -[(pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an f)5(r)4(om)-6( w)-3(hi)5(c)1(h t)5(he m)-6(er)4(i)5(di)5(an val)5(ue i)5(s)1( r)4(ec)1(k)1(oned i)5(s)1( gi)5(ven t)5(hr)4(ough t)5(he <)-1(pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an>)-1( )]TJ -0.082 Tw 0 -1.171 TD -[(obj)5(ec)1(t)5(;)5( i)5(f)5( no <)-1(pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an>)-1( obj)5(ec)1(t)5( i)5(s)1( i)5(n t)5(he W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng t)5(hen t)5(he I)5(R)-3(M)-5( or)4( G)-4(r)4(eenw)-3(i)5(c)1(h m)-6(er)4(i)5(di)5(an )]TJ --0.005 Tw 0 -1.171 TD -[(s)1(hal)6(l)6( be as)1(s)1(um)-5(ed.)]TJ -0 Tc 0 Tw 8.191 0 Td -( )Tj -0.009 Tc -0.009 Tw -10.223 -2.39 Td -(v\))Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.185 0 Td -[(F)-1(or)3( ver)3(t)4(i)5(c)1(al)5( )]TJ -5.309 0 Td -[(C)-3(R)-3(S)-2(s)1(,)4( t)4(he ax)4(i)5(s)1( di)5(r)3(ec)1(t)4(i)5(on s)1(hal)5(l)5( be \221)5(up\222)5( or)3( \221)5(dow)-3(n\222)5(.)]TJ -0 Tc 0 Tw ( )Tj -ET - endstream endobj 227 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(23)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -41.153 74.463 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(2)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(P)-2(er)3(m)-6(i)4(t)3(t)3(ed)-1( co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e syst)3(em)-6( t)3(yp)-1(e a)]TJ -0.01 Tc -0.005 Tw [(nd di)5(m)-5(e)1(ns)1(i)5(on by)1( C)-2(R)-2(S)]TJ -0 Tc 0 Tw 27.671 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 187.2774 722.5871 Tm -[(C)-2(R)-2(S)-1( t)3(ype)]TJ -0 Tc 0 Tw ( )Tj -0.004 Tc 8.432 0 Td -[(P)-5(e)-3(r)-1(m)-8(itte)-3(d)-4( C)-6(S)-5( ty)-3(p)-4(e)-3(\(s)-3(\))]TJ -0 Tc 9.968 0 Td -( )Tj -0.008 Tc -0.008 Tw 4.543 0.568 Td -[(D)-2(i)4(m)-4(ensi)4(on)]TJ -0 Tc 0 Tw 5.181 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw -6.419 -1.162 Td -[(\()3(num)-5(ber)3( )1(of)3( )1(ax)4(es)1(\))]TJ -/TT0 1 Tf -0 Tc 0 Tw 7.658 0 Td -( )Tj -ET -163.914 740.587 1.44 -1.44 re -f -163.914 740.587 1.44 -1.44 re -f -165.354 740.587 84 -1.44 re -f -249.354 740.587 1.44 -1.44 re -f -250.794 740.587 112.08 -1.44 re -f -362.874 740.587 1.44 -1.44 re -f -364.314 740.587 100.08 -1.44 re -f -464.394 740.587 1.44 -1.44 re -f -464.394 740.587 1.44 -1.44 re -f -163.914 739.147 1.44 -26.88 re -f -249.354 712.267 0.481 26.88 re -f -362.875 712.267 0.48 26.88 re -f -464.394 739.147 1.44 -26.88 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 170.1543 688.9871 Tm -[(geodet)4(i)5(c)]TJ -0 Tc 0 Tw ( )Tj -0.008 Tc -0.008 Tw 13.176 1.135 Td -[(C)-2(ar)3(t)4(es)1(i)5(an)]TJ -0 Tc 0 Tw 4.337 0 Td -( )Tj -0.007 Tc -0.007 Tw -4.393 -1.162 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)]TJ -0 Tc 0 Tw 4.449 0 Td -( )Tj -0.008 Tc -0.008 Tw -4.252 -1.189 Td -[(s)1(pher)3(i)5(c)1(al)]TJ -0 Tc 0 Tw 4.055 0 Td -( )Tj -9.808 2.351 Td -(3)Tj -0.563 0 Td -( )Tj -0.007 Tc -0.003 Tw -1.578 -1.162 Td -[(2 )1(or)3( )1(3)]TJ -0 Tc 0 Tw 2.591 0 Td -( )Tj --1.577 -1.189 Td -(3)Tj -0.563 0 Td -( )Tj -ET -163.914 712.267 1.44 -1.44 re -f -165.354 712.267 84 -1.44 re -f -249.354 712.267 1.44 -1.44 re -f -250.794 712.267 112.08 -1.44 re -f -362.874 712.267 1.44 -1.44 re -f -364.314 712.267 100.08 -1.44 re -f -464.394 712.267 1.44 -1.44 re -f -163.914 710.827 1.44 -37.68 re -f -249.354 673.147 0.481 37.68 re -f -362.875 673.147 0.48 37.68 re -f -464.394 710.827 1.44 -37.68 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 170.1543 661.3871 Tm -[(pr)3(oj)5(ec)1(t)4(ed)]TJ -0 Tc 0 Tw 4.168 0 Td -( )Tj -0.008 Tc -0.008 Tw 9.008 0 Td -[(C)-2(ar)3(t)4(es)1(i)5(an)]TJ -0 Tc 0 Tw 4.337 0 Td -( )Tj -9.668 0 Td -(2)Tj -0.563 0 Td -( )Tj -ET -163.914 672.667 1.44 0.48 re -f -165.354 672.667 84 0.48 re -f -249.354 672.667 0.481 0.48 re -f -249.835 672.667 113.04 0.48 re -f -362.875 672.667 0.48 0.48 re -f -363.354 672.667 101.04 0.48 re -f -464.395 672.667 1.44 0.48 re -f -163.914 672.667 1.44 -16.56 re -f -249.354 656.107 0.481 16.56 re -f -362.875 656.107 0.48 16.56 re -f -464.394 672.667 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 170.1543 644.3471 Tm -[(ver)3(t)4(i)5(c)1(al)]TJ -0 Tc 0 Tw 3.211 0 Td -( )Tj -0.008 Tc -0.008 Tw 10.529 0 Td -[(ver)3(t)4(i)5(c)1(al)]TJ -0 Tc 0 Tw 3.211 0 Td -( )Tj -10.231 0 Td -(1)Tj -0.563 0 Td -( )Tj -ET -163.914 655.628 1.44 0.48 re -f -165.354 655.628 84 0.48 re -f -249.354 655.628 0.481 0.48 re -f -249.835 655.628 113.04 0.48 re -f -362.875 655.628 0.48 0.48 re -f -363.354 655.628 101.04 0.48 re -f -464.395 655.628 1.44 0.48 re -f -163.914 655.627 1.44 -16.56 re -f -249.354 639.068 0.481 16.56 re -f -362.875 639.068 0.48 16.56 re -f -464.394 655.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 170.1543 601.1471 Tm -[(engi)5(neer)3(i)5(ng)]TJ -0 Tc 0 Tw 5.295 0 Td -( )Tj -0.004 Tc -0.004 Tw 8.81 2.919 Td -[(a)-3(f)1(f)1(i)2(n)-3(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -0.008 Tc -0.008 Tw -3.408 -1.162 Td -[(C)-2(ar)3(t)4(es)1(i)5(an)]TJ -0 Tc 0 Tw 4.337 0 Td -( )Tj -0.003 Tc -0.003 Tw -4.392 -1.189 Td -[(c)-4(y)-4(lin)-5(d)-5(r)-2(ic)-4(a)-5(l)]TJ -0 Tc 0 Tw 4.448 0 Td -( )Tj -0.008 Tc -0.008 Tw -3.463 -1.162 Td -[(l)5(i)5(near)]TJ -0 Tc 0 Tw 2.478 0 Td -( )Tj -0.007 Tc -0.007 Tw -2.365 -1.189 Td -[(pol)5(ar)]TJ -0 Tc 0 Tw 2.253 0 Td -( )Tj -0.008 Tc -0.008 Tw -3.154 -1.189 Td -[(s)1(pher)3(i)5(c)1(al)]TJ -0 Tc 0 Tw 4.055 0 Td -( )Tj -0.007 Tc -0.003 Tw 8.794 5.892 Td -[(2 )1(or)3( )1(3)]TJ -0 Tc 0 Tw 2.591 0 Td -( )Tj -0.007 Tc -0.003 Tw -2.591 -1.162 Td -[(2 )1(or)3( )1(3)]TJ -0 Tc 0 Tw 2.591 0 Td -( )Tj --1.577 -1.189 Td -(3)Tj -0.563 0 Td -( )Tj --0.563 -1.162 Td -(1)Tj -0.563 0 Td -( )Tj --0.563 -1.189 Td -(2)Tj -0.563 0 Td -( )Tj --0.563 -1.189 Td -(3)Tj -0.563 0 Td -( )Tj -ET -163.914 638.587 1.44 0.481 re -f -165.354 638.587 84 0.481 re -f -249.354 638.587 0.481 0.481 re -f -249.835 638.587 113.04 0.481 re -f -362.875 638.587 0.48 0.481 re -f -363.354 638.587 101.04 0.481 re -f -464.395 638.587 1.44 0.481 re -f -163.914 638.587 1.44 -68.88 re -f -249.354 569.707 0.481 68.88 re -f -362.875 569.707 0.48 68.88 re -f -464.394 638.587 1.44 -68.88 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 170.1543 552.6671 Tm -[(i)5(m)-4(age)]TJ -0 Tc 0 Tw 2.761 0 Td -( )Tj -0.004 Tc -0.004 Tw 11.344 0.568 Td -[(a)-3(f)1(f)1(i)2(n)-3(e)]TJ -0 Tc 0 Tw 2.479 0 Td -( )Tj -0.008 Tc -0.008 Tw -3.408 -1.162 Td -[(C)-2(ar)3(t)4(es)1(i)5(an)]TJ -0 Tc 0 Tw 4.337 0 Td -( )Tj -9.668 1.162 Td -(2)Tj -0.563 0 Td -( )Tj --0.563 -1.162 Td -(2)Tj -0.563 0 Td -( )Tj -ET -163.914 569.227 1.44 0.48 re -f -165.354 569.227 84 0.48 re -f -249.354 569.227 0.481 0.48 re -f -249.835 569.227 113.04 0.48 re -f -362.875 569.227 0.48 0.48 re -f -363.354 569.227 101.04 0.48 re -f -464.395 569.227 1.44 0.48 re -f -163.914 569.227 1.44 -27.12 re -f -249.354 542.107 0.481 27.121 re -f -362.875 542.107 0.48 27.121 re -f -464.394 569.227 1.44 -27.12 re -f -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 170.1543 530.3471 Tm -[(par)3(am)-5(et)4(r)3(i)5(c)]TJ -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 12.951 0 Td -[(par)3(am)-5(et)4(r)3(i)5(c)]TJ -0 Tc 0 Tw ( )Tj -14.23 0 Td -(1)Tj -0.563 0 Td -( )Tj -ET -163.914 541.627 1.44 0.48 re -f -165.354 541.627 84 0.48 re -f -249.354 541.627 0.481 0.48 re -f -249.835 541.627 113.04 0.48 re -f -362.875 541.627 0.48 0.48 re -f -363.354 541.627 101.04 0.48 re -f -464.395 541.627 1.44 0.48 re -f -163.914 541.627 1.44 -16.56 re -f -249.354 525.067 0.481 16.56 re -f -362.875 525.067 0.48 16.56 re -f -464.394 541.627 1.44 -16.56 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 170.1543 513.3071 Tm -[(t)4(em)-5(por)3(al)]TJ -0 Tc 0 Tw 3.943 0 Td -( )Tj -0.003 Tc -0.003 Tw 10.443 0 Td -[(t)-1(im)-10(e)]TJ -0 Tc 0 Tw 1.915 0 Td -( )Tj -10.878 0 Td -(1)Tj -0.563 0 Td -( )Tj -ET -163.914 524.587 1.44 0.48 re -f -165.354 524.587 84 0.48 re -f -249.354 524.587 0.481 0.48 re -f -249.835 524.587 113.04 0.48 re -f -362.875 524.587 0.48 0.48 re -f -363.354 524.587 101.04 0.48 re -f -464.395 524.587 1.44 0.48 re -f -163.914 524.587 1.44 -16.56 re -f -163.914 508.027 1.44 -1.44 re -f -163.914 508.027 1.44 -1.44 re -f -165.354 508.027 84 -1.44 re -f -249.354 508.027 0.481 16.56 re -f -249.354 508.027 1.44 -1.44 re -f -250.794 508.027 112.08 -1.44 re -f -362.875 508.027 0.48 16.56 re -f -362.874 508.027 1.44 -1.44 re -f -364.314 508.027 100.08 -1.44 re -f -464.394 524.587 1.44 -16.56 re -f -464.394 508.027 1.44 -1.44 re -f -464.394 508.027 1.44 -1.44 re -f -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 497.4671 Tm -( )Tj -0.009 Tc -0.004 Tw 0 -2.39 TD -[(S)-2(ee 6.)4(5 f)4(or)3( c)1(om)-6(m)-6(ent)4( on c)1(as)1(e s)1(ens)1(i)5(t)4(i)5(vi)5(t)4(y)1(.)]TJ -0 Tc 0 Tw 18.246 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -18.246 -2.683 Td -[(7)-5(.5)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(A)-3(xi)4(s n)-1(am)-6(e an)-1(d)-1( ab)-1(b)-1(r)2(ev)-1(i)4(at)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 13.499 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw -16.852 -2.39 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc 0.178 Tw 0.565 0 Td -[(9111 r)4(equi)5(r)4(es)1( t)5(he nam)-6(e and abbr)4(evi)5(at)5(i)5(on f)5(or)4( eac)1(h ax)4(i)5(s)1(.)5( I)5(n t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d,)5( nam)-6(e and/)5(or)4( )]TJ --0.009 Tw -2.598 -1.171 Td -[(abbr)4(evi)]TJ -0.083 Tw 3.333 0 Td -[(at)5(i)5(on i)5(s)1( per)4(m)-6(i)5(t)5(t)5(ed.)5( T)-1(hey)1( ar)4(e c)1(ont)5(ai)5(ned i)5(n a s)1(i)5(ngl)5(e quot)5(ed t)5(ex)4(t)5( s)1(t)5(r)4(i)5(ng.)5( I)5(f)5( abbr)4(evi)5(at)5(i)5(on i)5(s)1( i)5(nc)1(l)5(uded i)5(n t)5(he )]TJ --0.004 Tw -3.333 -1.171 Td -[(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ng )1(i)5(t)5( )1(i)6(s)1( )1(gi)6(ven )1(i)6(n )1(par)4(ent)5(hes)1(es)1(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 229.9683 400.9871 Tm -( )Tj -0.009 Tc -0.005 Tw -17.898 -2.568 Td -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.026 0 Td -[(")3(eas)1(t)4(i)5(ng")]TJ -0 Tc 0 Tw 3.987 0 Td -( )Tj -0.009 Tc -0.005 Tw -11.645 -2.514 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.005 Tc -0.005 Tw 2.026 0 Td -[("\(X)-3(\)")]TJ -0 Tc 0 Tw 2.07 0 Td -( )Tj -0.009 Tc -0.005 Tw -9.727 -2.541 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.026 0 Td -[(")3(eas)1(t)4(i)5(ng \()3(X\))3(")]TJ -/TT0 1 Tf -0 Tc 0 Tw 5.619 0 Td -( )Tj -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 310.0271 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(:)3( )]TJ -/TT1 1 Tf --0.004 Tw 6.832 0 Td -[(T)-1(he f)4(ol)5(l)5(ow)-3(i)5(ng c)1(ons)1(t)4(r)3(ai)5(nt)4(s)1( s)1(hal)5(l)5( appl)5(y)]TJ -0 Tc 0 Tw 16.266 0 Td -(:)Tj -0.282 0 Td -( )Tj -0.003 Tc -0.003 Tw -19.315 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.469 0 Td -[(I)1(n)-4( )]TJ -0.009 Tc -0.004 Tw 1.13 0 Td -[(W)-6(K)-1(T)-1( )1(s)1(t)5(r)4(i)6(ngs)1( )1(al)6(l)6( )1(ax)4(i)6(s)1( )1(abbr)4(evi)6(at)5(i)6(ons)1( )1(s)1(hal)6(l)6( )1(be )1(f)5(r)4(om)-5( )1(t)5(he )1( )1(s)1(et)5(.)]TJ -0 Tc 0 Tw 36.877 0 Td -( )Tj -0.003 Tc -0.003 Tw -40.039 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.009 Tc 0.02 Tw 1.243 0 Td -[(F)-1(or)3( geodet)4(i)5(c)1( C)-3(R)-3(S)-2(s)1( havi)5(ng a t)4(w)-3(o)]TJ -0 Tc 0 Tw 14.696 0 Td -(-)Tj -0.009 Tc 0.02 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( el)5(l)5(i)5(ps)1(oi)5(dal)5( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(,)5( t)5(he t)5(w)-3(o)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 22.998 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -0.068 Tw -38.033 -1.171 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6( ax)4(es)1( ar)4(e geodet)5(i)5(c)1( l)5(at)5(i)5(t)5(ude and geodet)5(i)5(c)1( l)5(o)]TJ -[(ngi)5(t)5(ude.)5( I)5(n W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ngs)1( )]TJ --0.004 Tw 0 -1.171 TD -[(t)5(he )1(val)6(ues)1( )1(of)5( )1(ax)4(i)6(s )1(nam)-5(e )1(s)1(hal)6(l)6( )1(be )1(\221)6(l)6(at)5(i)6(t)5(ude\222)6( )1(and )1(\221)6(l)6(ongi)6(t)5(ude\222)6( )1(r)4(es)1(pec)1(t)5(i)6(vel)6(y)1(.)]TJ -0 Tc 0 Tw 31.235 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 131.0342 217.3871 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.004 Tc -0.004 Tw 1.689 0 Td -[(IS)-5(O)]TJ -0 Tc 0 Tw 1.746 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.007 Tc 0.066 Tw 0.564 0 Td -[(9111:)4(2007 )1(s)1(peci)5(f)4(i)5(es)1( )1(t)4(he )1(l)5(ow)-2(er)3( )1(c)1(as)1(e )1(G)-3(r)3(eek)1( l)]TJ --0.007 Tw 19.793 0 Td -[(et)4(t)4(er)3(s)1( )]TJ -/C2_0 1 Tf -0 Tc 0 Tw 2.884 0 Td -<0002>Tj -/TT1 1 Tf -0.007 Tc 0.066 Tw 0.656 0 Td -[( )1(and )]TJ -/C2_0 1 Tf -0 Tc 0 Tw 2.392 0 Td -<0004>Tj -/TT1 1 Tf -0.007 Tc 0.066 Tw 0.506 0 Td -[( )1(as)1( )1(s)1(y)1(m)-5(bol)5(s)1( )1(f)4(or)3( geodet)4(i)5(c)1( )1(l)5(at)4(i)5(t)4(ude )]TJ -0.039 Tw -33.328 -1.189 Td -[(and )1(geodet)4(i)5(c)1( )1(l)5(ongi)5(t)4(ude.)4( )1(I)4(n )1(t)4(hi)5(s)1( )1(I)4(nt)3(er)3(nat)4(i)5(onal)5( )1(S)-2(t)4(andar)3(d )1(t)4(he abbr)3(evi)5(at)4(i)5(ons)1( )1(t)4(o )1(be )1(us)1(ed )1(i)5(n )1(W)-5(K)-2(T)-1( )1(s)1(t)4(r)3(i)5(ngs)]TJ -0 Tc 0 Tw 44.183 0 Td -( )Tj -0.007 Tc 0.039 Tw 0.323 0 Td -[(m)-5(us)1(t)4( )1(be )]TJ -0.008 Tc 0.135 Tw -44.506 -1.189 Td -[(f)4(r)3(om)-5( t)4(he Lat)4(i)5(n c)1(har)3(ac)1(t)4(er)3( s)1(et)4(.)4( P)-1( and L ar)3(e t)4(he t)4(r)3(ans)1(l)5(i)5(t)4(er)3(at)4(i)5(ons)1( of)4( t)4(he G)-3(r)3(eek)1( l)5(et)4(t)4(er)3(s)1( phi)5( and l)5(am)]TJ -0 Tc 0 Tw 43.481 0 Td -(b)Tj -0.007 Tc 0.136 Tw 0.564 0 Td -[(da.)4( )1(B)]TJ -0 Tc 0 Tw 2.505 0 Td -( )Tj -0.004 Tc -0.004 Tw 0.42 0 Td -[(fo)-4(r)-1( )]TJ -0.007 Tc 0.045 Tw -46.97 -1.189 Td -[(B)-2(r)3(ei)4(t)3(e and L f)3(or)3( L\344nge ar)3(e t)3(he st)3(andar)3(d G)-4(er)3(m)-5(an abbr)3(ev)-1(i)4(at)3(i)4(ons and used i)4(n academ)-5(i)4(c t)3(ex)3(t)3(s w)-3(or)3(l)4(dw)-3(i)4(de.)3( \221)4(l)4(at)3(\222)4( )]TJ --0.003 Tw 0 -1.162 TD -[(and )1(\221)5(l)5(on\222)5( )1(ar)3(e i)5(n c)1(om)-5(m)-5(on )1(us)1(age.)4( )]TJ -0 Tc 0 Tw 14.366 0 Td -( )Tj -0.003 Tc -0.003 Tw 9.84 0 0 9.84 111.0342 152.1071 Tm -[(i)-1(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 1.015 0 Td -( )Tj -0.009 Tc 0.208 Tw 1.017 0 Td -[(F)-1(or)3( geodet)4(i)5(c)1( C)-3(R)-3(S)-2(s)1( havi)5(ng a t)4(hr)3(ee)]TJ -0 Tc 0 Tw 16.368 0 Td -(-)Tj -0.009 Tc 0.208 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( el)5(l)5(i)5(ps)1(oi)5(dal)5( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(,)5( t)5(he nam)-6(e and )]TJ -0.182 Tw -16.707 -1.171 Td -[(abbr)4(evi)5(at)5(i)5(on of)5( t)5(he hor)4(i)5(z)]TJ -11.405 0 Td -[(ont)5(al)5( ax)4(es)1( i)5(n a W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng s)1(hal)5(l)5( f)5(ol)5(l)5(ow)-3( t)5(he r)4(equi)5(r)4(em)-6(ent)5(s)1( i)5(n \()4(i)5(i)5(\))4(.)5( T)-1(he )]TJ -0.208 Tw -11.405 -1.171 Td -[(ver)4(t)5(i)6(c)1(al)6( ax)4(i)6(s)1( nam)-5(e s)1(hal)6(l)6( be ')6(el)6(l)6(i)6(ps)1(oi)6(dal)6( hei)6(ght)5(')6(;)5( t)5(he ver)4(t)5(i)6(c)1(al)6( ax)4(i)6(s)1( abbr)4(evi)6(at)5(i)6(on s)1(hal)6(l)6( be ')6(h')6( and )]TJ --0.005 Tw 0 -1.171 TD -[(s)1(houl)6(d be i)6(nc)1(l)6(uded w)-3(hen abbr)4(evi)6(at)5(i)6(ons)1( f)5(or)4( t)5(he hor)4(i)6(z)1(ont)5(al)6( ax)4(es)1( ar)4(e i)6(nc)1(l)6(uded.)]TJ -0 Tc 0 Tw 33.889 0 Td -( )Tj -0.003 Tc -0.003 Tw -35.922 -2.39 Td -[(i)-1(v)-7(\))]TJ -0 Tc 0 Tw 1.073 0 Td -( )Tj -0.009 Tc 0.123 Tw 0.959 0 Td -[(F)-1(or)3( geodet)4(i)5(c)]TJ -0 Tc 0 Tw 5.776 0 Td -( )Tj -0.009 Tc 0.124 Tw 0.41 0 Td -[(C)-3(R)-3(S)-2(s)1( havi)5(ng a geoc)1(ent)4(r)3(i)5(c)1( C)-3(ar)3(t)4(es)1(i)5(an c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(,)4( i)5(n W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ngs)1( t)4(he ax)4(i)5(s)1( )]TJ -0.011 Tw -6.186 -1.171 Td -[(nam)-6(e s)1(houl)5(d be om)-6(i)5(t)5(t)5(ed as)1( i)5(t)5( i)5(s)1( gi)5(ven t)5(hr)4(ough t)5(he m)-6(andat)5(or)4(y)1( ax)4(i)5(s)1( di)5(r)4(ec)1(t)5(i)5(on,)5( s)1(ee 7.)5(5.)5(4\()4(i)5(i)5(i)5(\))4(,)5( but)5( t)5(he )]TJ --0.005 Tw 0 -1.171 TD -[(ax)4(i)5(s)1( abbr)4(evi)5(at)5(i)5(on,)5( r)4(es)1(pec)1(t)5(i)5(vel)5(y)1( \221)5(X)-1(\222)5(,)5( ')6(Y)-2(')6( and \221)5(Z)-1(\222)5(,)5( s)1(hal)5(l)5( be gi)5(ven.)]TJ -0 Tc 0 Tw ( )Tj -ET - endstream endobj 226 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(22)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -ET -q -31.674 712.267 126 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 748.9871 Tm -[(<)-1(m)-6(er)3(i)5(di)5(an>)]TJ -0 Tc 0 Tw 5.084 0 Td -( )Tj -ET -Q -q -157.674 712.267 28.32 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 712.267 333.12 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.2742 748.9871 Tm -[(<)-1(m)-6(er)3(i)5(di)5(an )1(keyw)-4(or)2(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-2(num)-6(b)-1(er)3(>)-1( )]TJ -0 Tc 0 Tw 21.296 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.2742 737.4671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(angl)5(e )1(uni)5(t)4(>)-1( )1(<)-1(r)3(i)5(gh)-1(t)4( del)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 20.731 0 Td -( )Tj -/TT2 1 Tf -0.01 Tc -20.731 -1.073 Td -(!! See 7.5.4 for constraints)Tj -/TT0 1 Tf -0 Tc 17.073 0 Td -( )Tj -ET -q -185.994 712.267 333.12 45.84 re -W n -BT -/TT0 1 Tf -9.84 0 0 9.84 191.2742 714.6671 Tm -( )Tj -ET -Q -q -31.674 688.747 126 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 703.1471 Tm -[(<)-1(m)-6(er)3(i)5(di)5(an )1(keyw)-4(or)2(d>)]TJ -0 Tc 0 Tw 9.15 0 Td -( )Tj -ET -Q -q -157.674 688.747 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 703.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 688.747 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 191.2742 703.1471 Tm -[(M)-2(E)1(RI)7(DI)7(A)1(N)]TJ -0 Tc 0 Tw 4.968 0 Td -( )Tj -ET -Q -q -31.674 654.187 126 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 679.6271 Tm -[(<)-1(bear)3(i)5(ng>)]TJ -0 Tc 0 Tw 4.576 0 Td -( )Tj -ET -Q -q -157.674 654.187 28.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 679.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 654.187 333.12 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.2742 679.6271 Tm -[(<)-1(bear)3(i)5(ng )1(keyw)-3(o)-1(r)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(n)-1(um)-6(ber)3(>)]TJ -0 Tc 0 Tw 20.505 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.283 0 Td -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.01 Tc 9.84 0 0 9.84 191.2742 669.0671 Tm -(!! See 7.5.4 for constraints)Tj -/TT1 1 Tf -0 Tc 17.073 0 Td -( )Tj -ET -q -185.994 654.187 333.12 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.2742 656.5871 Tm -( )Tj -ET -Q -q -31.674 630.667 126 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 645.0671 Tm -[(<)-1(bear)3(i)5(ng )1(keyw)-3(o)-1(r)3(d)-1(>)]TJ -0 Tc 0 Tw 8.642 0 Td -( )Tj -ET -Q -q -157.674 630.667 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 645.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 630.667 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 191.2742 645.0671 Tm -[(BEAR)-1(I)6(N)-1(G)]TJ -0 Tc 0 Tw 4.574 0 Td -( )Tj -ET -Q -q -31.674 584.587 126 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 621.5471 Tm -[(<)-1(ax)3(i)5(s )1(or)3(der)3(>)]TJ -0 Tc 0 Tw 5.645 0 Td -( )Tj -ET -Q -q -157.674 584.587 28.32 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 621.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 584.587 333.12 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.2742 621.5471 Tm -[(<)-1(ax)3(i)5(s )1(or)3(der)3( )1(key)-1(w)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-2( )1(<)-1(unsi)5(gned )1(i)5(nt)4(eger)3(>)-1( )]TJ -0 Tc 0 Tw 25.924 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.2742 610.0271 Tm -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -/TT2 1 Tf -0.01 Tc -7.286 -1.073 Td -(!! See 7.5.5 fo)Tj -9.146 0 Td -(r constraints)Tj -0 Tc 7.927 0 Td -( )Tj -ET -q -185.994 584.587 333.12 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.2742 586.9871 Tm -( )Tj -ET -Q -q -31.674 561.067 126 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 575.4671 Tm -[(<)-1(ax)3(i)5(s )1(or)3(der)3( )1(key)-1(w)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.711 0 Td -( )Tj -ET -Q -q -157.674 561.067 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 575.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 561.067 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 191.2742 575.4671 Tm -[(O)-2(R)-1(D)-1(ER)]TJ -0 Tc 0 Tw 3.67 0 Td -( )Tj -ET -Q -q -31.674 537.787 126 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 551.9471 Tm -[(<)-1(ax)3(i)5(s )1(uni)4(t)4(>)]TJ -0 Tc 0 Tw 4.911 0 Td -( )Tj -ET -Q -q -157.674 537.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 551.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 537.787 333.12 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.2742 551.9471 Tm -[(<)-1(uni)5(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 6.78 0 Td -(!! See 7.4 and 7.5.6 for constraints)Tj -/TT1 1 Tf -0 Tc 21.951 0 Td -( )Tj -ET -Q -q -31.674 514.267 126 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 528.6671 Tm -[(<)-1(cs )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 4.124 0 Td -( )Tj -ET -Q -q -157.674 514.267 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 162.9544 528.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.994 514.267 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.2742 528.6671 Tm -[(<)-1(uni)5(t)4(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 6.78 0 Td -(!! See 7.4 and 7.5.6 for constraints)Tj -/TT1 1 Tf -0 Tc 21.951 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.081 Tw 9.84 0 0 9.84 37.1944 505.1471 Tm -[(A)-2(n <)-1(el)5(l)5(i)5(ps)1(oi)5(dal)5( 2D)-3( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(>)-1( i)5(s)1( a s)1(pec)1(i)5(al)5( c)1(as)1(e of)4( <)-1(c)1(o)]TJ -28.958 0 Td -[(or)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6(>)-1( r)4(equi)5(r)4(ed i)5(n t)5(he c)1(ons)1(t)5(r)4(uc)1(t)5( of)5( )]TJ --0.004 Tw -28.958 -1.171 Td -[(t)5(he )1( )1(el)6(em)-5(en)]TJ -14.743 0 Td -[(t)5( )1(of)5( )1(a )1(c)1(om)-5(pound )1(C)-2(R)-2(S)-1( )1(\()]TJ --0.009 Tw 10.337 0 Td -[(C)-3(l)5(aus)1(e)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(16\))4(:)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -ET -q -31.674 421.627 168.48 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 470.1071 Tm -[(<)-1(el)5(l)5(i)5(psoi)5(da)-1(l)5( 2D)-3( )1(coor)3(di)5(nat)4(e )1(syst)4(e)-1(m)-6(>)]TJ -0 Tc 0 Tw 15.759 0 Td -( )Tj -ET -Q -q -200.154 421.627 28.32 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 470.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -228.474 421.627 286.08 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 233.9942 470.1071 Tm -[(<)-1(cs )1(keyw)-3(or)3(d>)-1( <)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(el)5(l)4(i)5(psoi)5(dal)5( )1(2D)-3( )1(cs )1(t)4(ype>)-1( )]TJ -0 Tc 0 Tw 24.514 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 233.9942 458.5871 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(el)5(l)5(i)5(psoi)5(dal)5( )1(2D)-3( )1(d)-1(i)5(m)-7(ensi)5(on>)-1( )]TJ -0 Tc 0 Tw 19.995 0 Td -( )Tj -0.005 Tc -19.995 -1.171 Td -[([)1( )1({ )1(<)-4(w)-6(k)-3(t)]TJ -0 Tc 3.305 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(s)1(epar)4(at)5(or)4(> })4( ])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 11.377 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 1.016 0 Td -[( )]TJ -/TT2 1 Tf -0 Tc 0 Tw 7.858 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw -23.838 -1.171 Td -[({)4( )1( )1( )1(})]TJ -/C2_0 1 Tf -0 Tc 0 Tw 11.805 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1([)5( )1( )1( )1(])5( )]TJ -0 Tc 0 Tw 13.386 0 Td -( )Tj -ET -q -228.474 421.627 286.08 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 233.9942 424.0271 Tm -( )Tj -ET -Q -q -31.674 398.107 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 412.5071 Tm -[(<)-1(el)5(l)5(i)5(psoi)5(da)-1(l)5( 2D)-3( )1(cs )1(t)4(ype>)]TJ -0 Tc 0 Tw 10.731 0 Td -( )Tj -ET -Q -q -200.154 398.107 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 412.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -228.474 398.107 286.08 23.52 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 233.9942 412.5071 Tm -[(e)-5(llip)-5(s)-4(o)-5(id)-5(a)-5(l )]TJ -0 Tc 0 Tw 4.744 0 Td -( )Tj -ET -Q -q -31.674 374.587 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 388.9871 Tm -[(<)-1(el)5(l)5(i)5(psoi)5(da)-1(l)5( 2D)-3( )1(di)5(m)-6(ensi)5(on>)]TJ -0 Tc 0 Tw 12.144 0 Td -( )Tj -ET -Q -q -200.154 374.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 388.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -228.474 374.587 286.08 23.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 233.9942 388.9871 Tm -(2 )Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 362.3471 Tm -[(7)-5(.5)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6( t)3(yp)-1(e an)-1(d)-1( d)-1(i)4(m)-6(en)-1(si)4(o)-1(n)]TJ -0 Tc 0 Tw 18.974 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.008 Tw -22.328 -2.366 Td -[(F)-1(or)3( var)3(i)5(ous)1( t)4(y)1(pes)1( of)4( C)-3(R)-3(S)-2( t)4(he t)4(y)]TJ -[(pe of)5( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)-6( t)5(hat)5( m)-6(ay)1( be us)1(ed i)5(s)1( c)1(ons)1(t)5(r)4(ai)5(ned,)5( as)1( i)5(s)1( t)5(he per)4(m)-6(i)5(s)1(s)1(i)5(bl)5(e )]TJ --0.005 Tw 0 -1.171 TD -[(num)-6(ber)4( of)5( ax)4(es)1(.)5( T)-1(hes)1(e c)1(ons)1(t)5(r)4(ai)5(nt)5(s)1( ar)4(e s)1(um)-6(m)-6(ar)4(i)5(s)1(ed i)5(n )]TJ --0.009 Tw 24.511 0 Td -[(T)-1(abl)5(e)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 2.824 0 Td -(2.)Tj -0 Tc 0 Tw 0.848 0 Td -( )Tj -ET - endstream endobj 225 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(21)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 749.7071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.282 0 Td -(3)Tj -0.563 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(ANGLEUNIT["degree",0.0174532925199433])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -7.658 -2.595 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.026 0 Td -(SCALEUNIT["parts per million",1E)Tj -0 Tc (-)Tj -0.008 Tc -0.008 Tw 20.067 0 Td -(06])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -27.725 -2.622 Td -[(EX)1(AM)-2(PL)2(E 5)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(PARAMETRICUNIT["hectopasca)Tj -(l",100])Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 679.6271 Tm -[(F)-1(ur)3(t)4(her)3( ex)4(am)-6(pl)5(es)1( ar)3(e i)5(nc)1(l)5(uded i)5(n )]TJ --0.009 Tw 15.078 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -[(8 t)5(o 17.)]TJ -0 Tc 0 Tw 3.39 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 652.2671 Tm -[(7)-4(.)1(5)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(C)-3(o)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(syst)4(em)]TJ -0 Tc 0 Tw 9.169 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 625.6271 Tm -[(7)-5(.5)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.094 0 Td -[(S)-2(yn)-1(t)3(ax)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -3.354 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(s)1(y)1(s)1(t)5(em)-5( )1(s)1(hal)6(l)6( )1(be:)5( )]TJ -0 Tc 0 Tw 21.352 0 Td -( )Tj -ET -q -65.754 530.347 125.76 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 578.5871 Tm -[(<)-1(coor)3(di)5(nat)4(e syst)4(em)-6(>)]TJ -0 Tc 0 Tw 9.434 0 Td -( )Tj -ET -Q -q -191.514 530.347 28.32 57.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 578.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 530.347 333.12 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 578.5871 Tm -[(<)-1(cs )1(keyw)-3(or)3(d>)-1( <)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(cs t)4(ype>)-1( )]TJ -0 Tc 0 Tw 18.188 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 567.0671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(di)5(m)-6(ensi)5(on>)-1( )]TJ -0 Tc 0 Tw 13.67 0 Td -( )Tj -0.005 Tc -13.67 -1.171 Td -[([)1( )1({ )1(<)-4(w)-6(k)-3(t)1( )]TJ -0.009 Tc -0.005 Tw 3.587 0 Td -[(s)1(epar)4(at)5(or)4(> })4( ])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 11.377 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 1.016 0 Td -[( )]TJ -/TT3 1 Tf -0 Tc 0 Tw 7.857 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw -23.838 -1.171 Td -[({)4( )1( )1( )1(})]TJ -/C2_0 1 Tf -0 Tc 0 Tw 11.805 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1([)5( )1( )1( )1(])5( )]TJ -0 Tc 0 Tw 13.386 0 Td -( )Tj -ET -q -219.834 530.347 333.12 57.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 225.3543 532.7471 Tm -( )Tj -ET -Q -q -65.754 506.827 125.76 23.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 521.2271 Tm -[()]TJ -0 Tc 0 Tw 6.269 0 Td -( )Tj -ET -Q -q -191.514 506.827 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 521.2271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 506.827 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 225.3543 521.2271 Tm -(CS)Tj -0 Tc 0 Tw 1.412 0 Td -( )Tj -ET -Q -q -65.754 460.267 125.76 46.56 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 497.7071 Tm -[()]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -191.514 460.267 28.32 46.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 497.7071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 460.267 333.12 46.56 re -W n -BT -/TT1 1 Tf -0.004 Tc 9.84 0 0 9.84 225.3543 497.7071 Tm -[(a)-5(ffin)-5(e)-5( | C)-8(a)-5(r)-1(te)-5(s)-4(ia)-5(n)-5( | c)-4(y)-4(lin)-5(d)-5(r)-1(ic)-4(a)-5(l | e)-5(llip)-5(s)-4(o)-5(id)-5(a)-5(l | lin)-5(e)-5(a)-5(r)-1( | p)-5(a)-5(r)-1(a)-5(m)-11(e)-5(tr)-1(ic)-4( | p)-5(o)-5(la)-5(r)-1( )]TJ -0 Tc 30.558 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 486.1871 Tm -[(|)5( s)1(pher)4(i)6(c)1(al)6( |)5( t)5(em)-5(por)4(al)6( |)5( ver)4(t)5(i)6(c)1(al)]TJ -0 Tc 0 Tw 13.445 0 Td -( )Tj -/TT3 1 Tf -0.01 Tc -13.445 -1.073 Td -(!! See 7.5.2 for constraints)Tj -/TT1 1 Tf -0 Tc 17.073 0 Td -( )Tj -ET -q -65.754 425.707 125.76 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 451.1471 Tm -[(<)-1(di)5(m)-6(ensi)5(on>)]TJ -0 Tc 0 Tw 5.819 0 Td -( )Tj -ET -Q -q -191.514 425.707 28.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 451.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 425.707 333.12 34.56 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 451.1471 Tm -[(1 |)5( 2 |)5( 3 )]TJ -/TT4 1 Tf -0 Tc 0 Tw 6.461 0 Td -( )Tj -ET -Q -BT -/TT3 1 Tf -0.01 Tc 9.84 0 0 9.84 225.3543 440.5871 Tm -(!! Unsigned integer. See 7.5.2 for constraints.)Tj -/TT1 1 Tf -0 Tc 28.659 0 Td -( )Tj -ET -q -219.834 425.707 333.12 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 225.3543 428.1071 Tm -( )Tj -ET -Q -q -65.754 345.307 125.76 80.4 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 416.5871 Tm -[(<)-6(a)-5(x)-2(is)-5(>)]TJ -0 Tc 0 Tw 2.991 0 Td -( )Tj -ET -Q -q -191.514 345.307 28.32 80.4 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 416.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 345.307 333.12 80.4 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 416.5871 Tm -[(<)-1(ax)3(i)5(s )1(keyw)-3(or)2(d>)-2( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1( <)-1(ax)3(i)5(s )1(nam)-6(eA)-2(bbr)3(ev)-1(>)]TJ -0 Tc 0 Tw 23.606 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 405.0671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(ax)3(i)5(s )1(di)5(r)3(ect)4(i)5(on>)-1( )]TJ -0 Tc 0 Tw 14.965 0 Td -( )Tj -0.009 Tc -0.004 Tw -14.965 -1.171 Td -[([)5( )1( )1( )1(])5( )]TJ -0 Tc 0 Tw 14.627 0 Td -( )Tj -0.005 Tc -14.627 -1.171 Td -[([)1( )1(<)-4(w)-6(k)-3(t)1( )1(s)-3(e)]TJ -0.009 Tc -0.005 Tw 4.038 0 Td -[(par)4(at)5(or)4(>)-1( <)-1(ax)4(i)5(s)1( uni)5(t)5(>)-1( ])5( )]TJ -0 Tc 0 Tw 9.854 0 Td -( )Tj -0.009 Tc -0.004 Tw -13.893 -1.146 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[( )1( )1()]TJ -0 Tc 0 Tw 7.846 0 Td -( )Tj -/TT3 1 Tf -0.01 Tc -23.838 -1.073 Td -(!! See 7.5.3, 7.5.4 and 7.5.5 for constraints)Tj -/TT1 1 Tf -0 Tc 27.439 0 Td -( )Tj -ET -q -219.834 345.307 333.12 80.4 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 225.3543 347.7071 Tm -( )Tj -ET -Q -q -65.754 321.787 125.76 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 336.1871 Tm -[(<)-1(ax)3(i)5(s )1(keyw)-3(or)2(d>)]TJ -0 Tc 0 Tw 7.057 0 Td -( )Tj -ET -Q -q -191.514 321.787 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 336.1871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 321.787 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 336.1871 Tm -[(A)-6(X)-5(IS)]TJ -0 Tc 0 Tw 2.315 0 Td -( )Tj -ET -Q -q -65.754 287.227 125.76 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 312.6671 Tm -[(<)-1(ax)3(i)5(s )1(nam)-6(eA)-3(bbr)3(ev)-1(>)]TJ -0 Tc 0 Tw 9.036 0 Td -( )Tj -ET -Q -q -191.514 287.227 28.32 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 197.0342 312.6671 Tm -( )Tj -ET -Q -q -219.834 287.227 333.12 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 312.6671 Tm -[(<)-1(doubl)5(e )1(q)-1(uot)3(e>)-1( )1({)3( )1(<)-1(ax)3(i)5(s )1(nam)-6(e>)-1( |)4( )1(<)-2(ax)3(i)5(s )1(abbr)3(ev)-1(i)5(at)4(i)5(on>)-1( )]TJ -0 Tc 0 Tw 23.704 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 301.1471 Tm -[(|)5( })4( )]TJ -0 Tc 0 Tw 4.774 0 Td -( )Tj -ET -q -219.834 287.227 333.12 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 225.3543 289.6271 Tm -( )Tj -ET -Q -q -65.754 263.707 125.76 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 278.1071 Tm -[(<)-1(ax)3(i)5(s )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.816 0 Td -( )Tj -ET -Q -q -191.514 263.707 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 278.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 263.707 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 278.1071 Tm -[(<)-1(w)-3(kt)4( )1(Lat)4(i)5(n)-1( )1(t)4(ex)3(t)4( )1(char)3(act)4(er)3(>)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 11.63 0 Td -<0001>Tj -/TT1 1 Tf -1.019 0 Td -( )Tj -ET -Q -q -65.754 240.187 125.76 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 254.5871 Tm -[(<)-1(ax)3(i)5(s )1(abbr)3(ev)-1(i)4(at)4(i)5(on>)]TJ -0 Tc 0 Tw 8.81 0 Td -( )Tj -ET -Q -q -191.514 240.187 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 254.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 240.187 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 254.5871 Tm -[(<)-1(l)5(ef)4(t)4( )1(par)3(en>)-1( <)-1(si)5(m)-6(pl)5(e )1(Lat)4(i)5(n )1(l)5(et)4(t)4(e)-1(r)3(>)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.851 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1(<)-1(r)3(i)5(ght)4( )1(p)-1(ar)3(en)-1(>)]TJ -0 Tc 0 Tw 6.333 0 Td -( )Tj --22.2 -1.171 Td -( )Tj -ET -Q -q -65.754 216.667 125.76 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 231.0671 Tm -[(<)-1(ax)3(i)5(s )1(nam)-6(e an)-1(d )1(abbr)3(ev)-1(>)]TJ -0 Tc 0 Tw 11.184 0 Td -( )Tj -ET -Q -q -191.514 216.667 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 197.0342 231.0671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -219.834 216.667 333.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 225.3543 231.0671 Tm -[(<)-1(ax)3(i)5(s )1(nam)-6(e>)-1( <)-1(space>)-1( )1(<)-1(ax)3(i)5(s )1(abbr)3(ev)-1(i)4(at)3(i)5(on>)]TJ -0 Tc 0 Tw 19.089 0 Td -( )Tj -ET -Q -q -65.754 67.147 125.76 149.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 207.5471 Tm -[(<)-1(ax)3(i)5(s )1(di)5(r)3(ect)3(i)5(o)-1(n>)]TJ -0 Tc 0 Tw 7.114 0 Td -( )Tj -ET -Q -q -191.514 67.147 28.32 149.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 197.0342 207.5471 Tm -( )Tj -ET -Q -q -219.834 67.147 333.12 149.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 207.5471 Tm -[(nor)4(t)5(h [)5( {)4( <)-1(w)-3(k)1(t)5( s)1(epar)4(at)5(or)4(>)-1( <)-1(m)-6(er)4(i)5(di)5(an>)]TJ -0 Tc 0 Tw 16.438 0 Td -( )Tj -0.005 Tc 0.282 0 Td -[(} )1(])1( )1(|)1( )1(n)-4(o)-4(rt)1(h)-4(N)-6(o)-4(rt)1(h)-4(E)-5(a)-4(s)-3(t)1( )1(|)1( )1(n)-4(o)-4(rt)1(h)-4(E)-5(a)-4(s)-3(t)1( )]TJ -0 Tc 14.029 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 196.0271 Tm -[(|)5( eas)1(t)5(N)-3(or)4(t)5(hE)-2(as)1(t)5( |)5( eas)1(t)5( |)5( eas)1(t)5(S)-2(out)5(hE)-2(as)1(t)5( |)5( s)1(out)5(hE)-2(as)1(t)5( |)5( s)1(out)5(hS)-2(out)5(hE)-2(as)1(t)5( )]TJ -0 Tc 0 Tw 30.809 0 Td -( )Tj -0.009 Tc -0.005 Tw -30.809 -1.146 Td -[(|)5( s)1(out)5(h [)5( {)4( })4( ])5( |)5( s)1(out)5(hW)-6(es)1(t)5( |)5( w)-3(es)1(t)5(S)-2(out)5(hW)-6(es)1(t)5( )]TJ -0 Tc 0 Tw 32.143 0 Td -( )Tj -0.009 Tc -0.005 Tw -32.143 -1.171 Td -[(|)5( w)-3(es)1(t)5( |)5( w)-3(es)1(t)5(N)-3(or)4(t)5(hW)-6(es)1(t)5( |)5( nor)4(t)5(hW)-6(es)1(t)5( |)5( nor)4(t)5(hN)-3(or)4(t)5(hW)-6(es)1(t)5( )]TJ -0 Tc 0 Tw 24.042 0 Td -( )Tj -0.009 Tc -0.005 Tw -24.042 -1.171 Td -[(|)5( geoc)1(ent)5(r)4(i)6(c)1(X)-1( |)5( geoc)1(ent)5(r)4(i)6(c)1(Y)]TJ -0 Tc 0 Tw 12.106 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(|)5( geoc)1(ent)5(r)4(i)6(c)1(Z)-1( )]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -12.389 -1.171 Td -[(|)5( up |)5( dow)-3(n |)5( f)5(or)4(w)-3(ar)4(d |)5( af)5(t)5( |)5( por)4(t)5( |)5( s)1(t)5(ar)4(boar)4(d )]TJ -0 Tc 0 Tw 19.096 0 Td -( )Tj -0.009 Tc -0.005 Tw -19.096 -1.171 Td -[(|)5( c)1(l)6(oc)1(k)1(w)-3(i)6(s)1(e )]TJ -0 Tc 0 Tw 17.604 0 Td -( )Tj -0.009 Tc -0.005 Tw -17.604 -1.171 Td -[(|)5( c)1(ount)5(er)4(C)-3(l)6(oc)1(k)1(w)-3(i)6(s)1(e )]TJ -0 Tc 0 Tw 21.219 0 Td -( )Tj -0.009 Tc -0.005 Tw -21.219 -1.171 Td -[(|)5( c)1(ol)6(um)-5(nP)-2(os)1(i)6(t)5(i)6(ve |)5( c)1(ol)6(um)-5(nN)-3(egat)5(i)6(ve |)5( r)4(ow)-3(P)-2(os)1(i)6(t)5(i)6(ve |)5( r)4(ow)-3(N)-3(egat)5(i)6(ve )]TJ -0 Tc 0 Tw 28.284 0 Td -( )Tj -0.009 Tc -0.005 Tw -28.284 -1.171 Td -[(|)5( di)6(s)1(pl)6(ay)1(R)-3(i)6(ght)5( |)5( di)6(s)1(pl)6(ay)1(Lef)5(t)5( |)5( di)6(s)1(pl)6(ay)1(U)-3(p |)5( d)]TJ -0.008 Tc -0.008 Tw 18.453 0 Td -[(i)4(s)-1(p)-1(l)4(a)-1(y)-1(D)-4(o)-1(w)-4(n)-1( )]TJ -0 Tc 0 Tw 5.478 0 Td -( )Tj -0.009 Tc -0.005 Tw -23.93 -1.171 Td -[(|)5( f)5(ut)5(ur)4(e |)5( pas)1(t)5( |)5( t)5(ow)-3(ar)4(ds)1( |)5( aw)-3(ay)1(F)-1(r)4(om)-5( |)5( uns)1(pec)1(i)6(f)5(i)6(ed)]TJ -/TT3 1 Tf -0 Tc 0 Tw 21.824 0 Td -( )Tj -0.01 Tc -21.824 -1.073 Td -(!! See 7.5.4 for constraints)Tj -/TT1 1 Tf -0 Tc 17.073 0 Td -( )Tj -ET -q -219.834 67.147 333.12 149.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 225.3543 69.5471 Tm -( )Tj -ET -Q - endstream endobj 169 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 170 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 171 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 172 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 173 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 235 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(20)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 748.2671 Tm -[(7)-4(.)1(4)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.012 Tc -0.006 Tw 1.084 0 Td -[(U)-1(n)1(i)7(t)6( )1(a)2(n)1(d)1( )1(u)1(n)1(i)7(t)6( )1(c)2(o)1(n)1(v)1(e)2(r)5(s)2(i)7(o)1(n)1( )1(f)6(a)2(c)2(t)6(o)]TJ -0 Tc 0 Tw 14.658 0 Td -(r)Tj -0.396 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.123 Tw 9.84 0 0 9.84 37.1944 724.5071 Tm -[(S)-2(om)-6(e at)4(t)4(r)3(i)5(but)4(es)1( of)4( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-6(s)1( and c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(ons)1( ar)3(e num)-6(ber)3(s)1( w)-3(hi)5(c)1(h r)3(equi)5(r)3(e t)4(he )]TJ --0.005 Tw 0 -1.171 TD -[(uni)5(t)5( t)5(o be s)1(pec)1(i)5(f)5(i)5(ed.)5( )]TJ -/TT0 1 Tf -0 Tc 0 Tw 9.038 0 Td -( )Tj -0.009 Tc -0.009 Tw -9.038 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(des)1(c)1(r)4(i)6(pt)5(i)6(on )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 20.844 0 Td -( )Tj -ET -q -31.674 651.787 97.68 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 665.9471 Tm -[(<)-1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -ET -Q -q -129.354 651.787 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 134.6343 665.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -157.674 651.787 364.56 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 162.9544 665.9471 Tm -[(<)-1(angl)5(e )1(un)-1(i)5(t)4(>)-1( )1(|)4( )1(<)-1(l)5(engt)4(h )1(uni)5(t)4(>)-1( |)4( )1(<)-1(scal)5(e )1(uni)5(t)4(>)-1( )1(|)4( )]TJ -19.436 0 Td -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(uni)4(t)4(>)-2( )1(|)4( )1(<)-1(t)4(i)5(m)-6(e )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 13.766 0 Td -( )Tj --33.202 -1.146 Td -( )Tj -ET -Q -q -31.674 617.227 131.52 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 642.6671 Tm -[(<)-1(angl)5(e )1(un)-1(i)5(t)4(>)]TJ -0 Tc 0 Tw 5.593 0 Td -( )Tj -ET -Q -q -163.194 617.227 22.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 642.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 617.227 336.72 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 642.6671 Tm -[(<)-1(angl)5(e )1(un)-1(i)5(t)4( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(uni)5(t)4( )1(nam)-6(e>)-1( )1(<)-1(w)-3(kt)4( sep)-1(ar)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 30.391 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 631.1471 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1([)4( )1({)3( )1(<)-1(w)-3(kt)4( )1(sep)-1(ar)3(at)4(or)3(>)-1( )1(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(})3( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.172 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1( )1(<)-1(r)3(i)5(ght)4( de)-1(l)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 7.857 0 Td -( )Tj -ET -q -185.514 617.227 336.72 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.0342 619.6271 Tm -( )Tj -ET -Q -q -31.674 582.667 131.52 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 608.1071 Tm -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4(>)]TJ -0 Tc 0 Tw 5.876 0 Td -( )Tj -ET -Q -q -163.194 582.667 22.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 608.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 582.667 336.72 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 608.1071 Tm -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(de)-1(l)5(i)5(m)-6(i)5(t)3(er)3(>)-1( )1(<)-1(u)]TJ -0.009 Tc -0.005 Tw 18.331 0 Td -[(ni)5(t)5( nam)-6(e>)-1( <)-1(w)-3(k)1(t)5( s)1(epar)4(at)5(or)4(>)-1( )]TJ -0 Tc 0 Tw 12.343 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 596.5871 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1([)4( )1({)3( )1(<)-1(w)-3(kt)4( )1(sep)-1(ar)3(at)4(or)3(>)-1( )1(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(})3( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.172 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1( )1(<)-1(r)3(i)5(ght)4( de)-1(l)5(i)5(m)-6(i)5(t)4(er)]TJ -0 Tc 0 Tw 7.264 0 Td -( )Tj -ET -q -185.514 582.667 336.72 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.0342 585.0671 Tm -( )Tj -ET -Q -q -31.674 548.107 131.52 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 573.5471 Tm -[(<)-1(scal)5(e )1(un)-1(i)5(t)3(>)]TJ -0 Tc 0 Tw 5.48 0 Td -( )Tj -ET -Q -q -163.194 548.107 22.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 573.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 548.107 336.72 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 573.5471 Tm -[(<)-1(scal)5(e )1(un)-1(i)5(t)3( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)-1( )1(<)-1(uni)5(t)4( )1(nam)-6(e>)-1( )1(<)-1(w)-3(kt)4( )1(s)-1(epar)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 30.277 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 562.0271 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1([)4( )1({)3( )1(<)-1(w)-3(kt)4( )1(sep)-1(ar)3(at)4(or)3(>)-1( )1(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(})3( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.172 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1( )1(<)-1(r)3(i)5(ght)4( d)]TJ -0.004 Tc -0.004 Tw 3.988 0 Td -[(e)-5(lim)-11(ite)-5(r)-1(>)]TJ -0 Tc 0 Tw 3.869 0 Td -( )Tj -ET -q -185.514 548.107 336.72 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.0342 550.5071 Tm -( )Tj -ET -Q -q -31.674 513.787 131.52 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 538.9871 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(un)-1(i)5(t)4(>)]TJ -0 Tc 0 Tw 7.908 0 Td -( )Tj -ET -Q -q -163.194 513.787 22.32 34.32 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 538.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 513.787 336.72 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 538.9871 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(un)-1(i)5(t)4( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)4(m)-6(i)5(t)3(er)3(>)-1( )1(<)-1(uni)5(t)4( )1(nam)-6(e>)-1( )1(<)-1(w)-3(kt)4( )1(s)-1(epa)-1(r)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 32.706 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 527.4671 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1([)4( )1({)3( )1(<)-1(w)-3(kt)4( )1(sep)-1(ar)3(at)4(or)3(>)-1( )1(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(})3( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.172 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1( )1(<)-1(r)3(i)5(ght)4( de)-1(l)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 7.857 0 Td -( )Tj -ET -q -185.514 513.787 336.72 34.32 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.0342 515.9471 Tm -( )Tj -ET -Q -q -31.674 479.227 131.52 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 504.6671 Tm -[(<)-1(t)4(i)5(m)-6(e )1(uni)5(t)4(>)]TJ -0 Tc 0 Tw 5.028 0 Td -( )Tj -ET -Q -q -163.194 479.227 22.32 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 504.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 479.227 336.72 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 504.6671 Tm -[(<)-1(t)4(i)5(m)-6(e )1(uni)5(t)4( ke)-1(yw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)2(>)-1( <)-1(uni)5(t)4( )1(nam)-6(e>)-1( )1(<)-1(w)-3(kt)4( )1(s)]TJ -0.009 Tc -0.009 Tw 25.166 0 Td -[(epar)4(at)5(or)4(>)-1( )]TJ -0 Tc 0 Tw 4.66 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 493.1471 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1([)4( )1({)3( )1(<)-1(w)-3(kt)4( )1(sep)-1(ar)3(at)4(or)3(>)-1( )1(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(})3( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 24.172 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1(<)-1(r)3(i)5(ght)4( )1(d)-1(el)5(i)5(m)-7(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 7.575 0 Td -( )Tj -ET -q -185.514 479.227 336.72 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.0342 481.6271 Tm -( )Tj -ET -Q -q -31.674 421.627 131.52 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 470.1071 Tm -[(<)-1(angl)5(e )1(un)-1(i)5(t)4( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.659 0 Td -( )Tj -ET -Q -q -163.194 421.627 22.32 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 470.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 421.627 336.72 57.6 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 191.0342 470.1071 Tm -[(A)1(NG)-1(L)3(E)1(UNI)7(T)2( |)8( UNI)7(T)]TJ -0 Tc 0 Tw 9.016 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 0.09 Tw 8.88 0 0 8.88 191.0342 459.0671 Tm -(!! In this International Standard the preferred keyword is )Tj -0.438 Tw 0 -1.297 TD -(ANGLEUNIT. UNIT is permitted for backward compatibility. )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 191.0342 436.0271 Tm -(Implemen)Tj -0 Tw (tations shall be able to read both forms.)Tj -/TT3 1 Tf -0 Tc ( )Tj -ET -q -185.514 421.627 336.72 57.6 re -W n -BT -/TT3 1 Tf -9.84 0 0 9.84 191.0342 424.9871 Tm -( )Tj -ET -Q -q -31.674 364.267 131.52 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 412.5071 Tm -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.942 0 Td -( )Tj -ET -Q -q -163.194 364.267 22.32 57.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 412.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 364.267 336.72 57.36 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.008 Tw 9.84 0 0 9.84 191.0342 412.5071 Tm -[(L)3(E)1(NG)-1(T)2(HUNI)8(T)2( |)8( UNI)8(T)]TJ -0 Tc 0 Tw 9.693 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 0.09 Tw 8.88 0 0 8.88 191.0342 401.4671 Tm -(!! In this International Standard the preferred keyword is )Tj -0.337 Tw 0 -1.297 TD -(LENGTHUNIT. UNIT is permitted for backward compatibility. )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 191.0342 378.4271 Tm -(Implementations shall be able to read both forms.)Tj -/TT1 1 Tf -0 Tc ( )Tj -ET -q -185.514 364.267 336.72 57.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.0342 366.6671 Tm -( )Tj -ET -Q -q -31.674 306.667 131.52 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 355.1471 Tm -[(<)-1(scal)5(e )1(un)-1(i)5(t)3( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.545 0 Td -( )Tj -ET -Q -q -163.194 306.667 22.32 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 355.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 306.667 336.72 57.6 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.007 Tw 9.84 0 0 9.84 191.0342 355.1471 Tm -[(S)1(CA)1(L)3(E)1(UNI)7(T)2( |)8( UNI)7(T)]TJ -0 Tc 0 Tw 8.903 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 0.09 Tw 8.88 0 0 8.88 191.0342 344.1071 Tm -(!! In this International Standard the preferred keyword is )Tj -0.438 Tw 0 -1.297 TD -(SCALEUNIT. UNIT is permitted for backward compatibility. )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 191.0342 321.5471 Tm -(Implementations shall be able to read both forms)Tj -0 Tc 9.84 0 0 9.84 450.2296 321.5471 Tm -(.)Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -ET -q -185.514 306.667 336.72 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 191.0342 309.0671 Tm -( )Tj -ET -Q -q -31.674 283.147 131.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 297.5471 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(un)-1(i)5(t)4( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.974 0 Td -( )Tj -ET -Q -q -163.194 283.147 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 297.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 283.147 336.72 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 191.0342 297.5471 Tm -[(P)1(A)1(RA)1(M)-2(E)1(T)2(RI)7(CUNI)]TJ -0 Tc 0 Tw 8.412 0 Td -(T)Tj -0.621 0 Td -( )Tj -ET -Q -q -31.674 259.627 131.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 274.0271 Tm -[(<)-1(t)4(i)5(m)-6(e )1(uni)5(t)4( ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.094 0 Td -( )Tj -ET -Q -q -163.194 259.627 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 274.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 259.627 336.72 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.0342 274.0271 Tm -[(T)-5(IM)-9(E)-6(U)-7(N)-7(IT)]TJ -0 Tc 0 Tw 4.799 0 Td -( )Tj -ET -Q -q -31.674 236.107 131.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 250.5071 Tm -[(<)-1(uni)5(t)4( )1(nam)-6(e>)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -ET -Q -q -163.194 236.107 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 250.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 236.107 336.72 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 250.5071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -q -31.674 212.587 131.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 226.9871 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)]TJ -0 Tc 0 Tw 8.926 0 Td -( )Tj -ET -Q -q -163.194 212.587 22.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 168.4744 226.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -185.514 212.587 336.72 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 191.0342 226.9871 Tm -[(<)-1(unsi)5(gned nu)-1(m)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 11.918 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 191.0342 215.9471 Tm -( )Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 203.4671 Tm -[(<)-1(conv)-1(er)3(si)5(on f)4(a)-1(ct)4(or)3(>)-1( )1(i)5(s )1(t)4(he )1(num)-6(ber)3( )1(o)-1(f)4( )1(S)-2(I)4( )1(st)4(andar)3(d )1(uni)5(t)4(s )1(p)-1(er)3( uni)5(t)4(.)]TJ -0 Tc 0 Tw 28.358 0 Td -( )Tj -0.008 Tc -0.003 Tw -28.358 -2.39 Td -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3(>)-1( )1(i)4(s )1(descr)3(i)5(bed )1(i)5(n )1(7.)4(3.)4(4)-1(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 14.63 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.63 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s)]TJ -/TT1 1 Tf -0.005 Tc 0.001 Tw 6.776 0 Td -[(:)1( )1(I)1(f)1( )1(t)1(h)-4(e)-4( )1(u)-4(n)-4(i)2(t)1( )1(i)2(s)]TJ -0 Tc 0 Tw 5.765 0 Td -( )Tj -0.008 Tc -0.002 Tw 0.283 0 Td -[(l)4(i)4(n)-1(e)-1(a)-1(r)2( i)4(t)3(s)-1( c)-1(o)-1(n)-1(v)-1(e)-1(r)3(s)-1(i)4(o)-1(n)-1( f)3(a)-1(c)-1(t)3(o)-1(r)2( s)-1(h)-1(a)-1(l)4(l)4( b)-1(e)-1( t)3(o)-1( m)-7(et)3(r)2(e)-1(s)-1( a)-1(n)-1(d)-1( i)4(s)-1( t)3(h)-1(e)-1( n)-1(u)-1(m)-7(b)-1(e)-1(r)2( o)-1(f)3( m)-7(e)-1(t)3(r)2(e)-1(s)-1( p)-1(er)2( un)-1(i)4(t)3(.)3( )]TJ -0.009 Tc 0.059 Tw -12.825 -1.171 Td -[(I)5(f)5( )1(t)5(he )1(uni)6(t)5( )1(i)5(s)1( )1(angul)6(ar)4( )1(i)6(t)5(s)1( )1(c)1(onver)4(s)1(i)6(on )1(f)5(ac)1(t)5(or)4( )1(s)1(hal)6(l)6( )1(be )1(t)5(o )1(r)4(adi)6(ans)1( )1(and )1(i)6(s)1( )1(t)5(he )1(num)-5(ber)4( )1(of)5( )1(r)4(adi)6(ans)1( )1(per)4( )1(uni)6(t)]TJ -44.74 0 Td -[(.)5( )1(For)4( )1(o)-1(t)5(her)4( )]TJ --0.005 Tw -44.74 -1.171 Td -[(uni)5(t)5( t)5(y)1(pes)1( t)5(he appr)4(opr)4(i)5(at)5(e S)-2(I)5( s)1(t)5(andar)4(d uni)5(t)5( s)1(hal)5(l)5( be us)]TJ -24.007 0 Td -[(ed.)5( F)-1(or)4( s)1(c)1(al)5(e,)5( uni)5(t)5(y)1( s)1(hal)5(l)5( be us)1(ed.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 110.8271 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(LENGTHUNIT)Tj -([")Tj -(metre)Tj -(",1])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.622 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc 2.026 0 Td -(LENGTHUNIT["German legal metre",1.0000135965])Tj -0 Tc ( )Tj -ET - endstream endobj 233 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(19)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -ET -q -65.754 734.587 141.36 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 748.9871 Tm -[(<)-1(ur)3(i)5( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 6.382 0 Td -( )Tj -ET -Q -q -207.114 734.587 27.12 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 212.6343 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 734.587 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.012 Tw 9.84 0 0 9.84 239.5142 748.9871 Tm -(URI)Tj -0 Tc 0 Tw 1.75 0 Td -( )Tj -ET -Q -q -65.754 711.067 141.36 23.52 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 725.4671 Tm -[(<)-6(u)-5(r)-2(i>)]TJ -0 Tc 0 Tw 2.316 0 Td -( )Tj -ET -Q -q -207.114 711.067 27.12 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 212.6343 725.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -234.234 711.067 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 239.5142 725.4671 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.132 Tw 9.84 0 0 9.84 71.0342 701.9471 Tm -[(V)-2(er)3(s)1(i)5(on i)5(s)1( an opt)4(i)5(onal)5( at)4(t)4(r)3(i)5(but)4(e i)5(ndi)5(c)1(at)4(i)5(ng t)4(he ver)3(s)1(i)5(on of)4( t)4(he r)3(epos)1(i)5(t)4(or)3(y)1( or)3( obj)5(ec)1(t)4( t)4(hat)4( i)5(s)1( c)1(i)5(t)4(ed.)4( C)-3(i)5(t)4(at)4(i)5(on i)5(s)1( an )]TJ -0.023 Tw 0 -1.146 TD -[(opt)5(i)5(onal)5( at)5(t)5(r)4(i)5(but)5(e t)5(hat)5( m)-6(ay)1( be us)1(ed t)5(o gi)5(ve f)5(ur)4(t)5(her)4( det)5(ai)5(l)5(s)1( of)5( )]TJ -27.022 0 Td -[(t)5(he )1(aut)5(hor)4(i)6(t)5(y)1(.)5( )1(U)-2(R)-2(I)5( i)6(s )1(an )1(opt)5(i)6(onal)6( )1(at)5(t)5(r)4(i)6(but)5(e )1(t)5(hat)5( )1(m)-5(ay)1( )]TJ --0.005 Tw -27.022 -1.171 Td -[(be us)1(ed t)5(o gi)5(ve r)4(ef)5(er)4(enc)1(e t)5(o an onl)5(i)5(ne r)4(es)1(our)4(c)1(e.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 282.8162 679.1471 Tm -( )Tj -0.008 Tc -0.008 Tw -23.849 -2.568 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.008 Tc 0.048 Tw 2.59 0 Td -[(I)4(n pr)3(evi)5(ous)1( s)1(pec)1(i)5(f)4(i)5(c)1(at)4(i)5(ons)1( t)4(he aut)4(hor)3(i)5(t)4(y)1( obj)5(ec)1(t)4( w)-2(as)1( def)4(i)5(ned m)-5(or)3(e nar)3(r)3(ow)-2(l)5(y)1( t)4(han i)5(s)1( i)5(dent)4(i)5(f)4(i)5(er)3( i)5(n t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( )]TJ -0.007 Tc -0.003 Tw -5.405 -1.189 Td -[(S)-2(t)3(andar)3(d.)3( S)-2(ee A)-2(nnex)3( C)-3(.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 0 -2.541 TD -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -(I)Tj -0.008 Tc 0.608 0 Td -(D["Authority name","Abcd_Ef",7.1])Tj -/TT1 1 Tf -0 Tc ( )Tj -0.009 Tc -0.005 Tw -8.266 -2.595 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(ID["EPSG",4326])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.622 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(ID["EPSG",4326,URI["urn:ogc:def:crs:EPSG::4326"]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.595 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(ID["EuroGeographics",")Tj -0 Tw (ES_ED50 \(BAL99\) to ETRS89)Tj --0.008 Tw (","2001)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 33.445 0 Td -(04)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(20"])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 530.1071 Tm -[(F)-1(ur)3(t)4(her)3( ex)4(am)-6(pl)5(es)1( ar)3(e i)5(nc)1(l)5(uded i)5(n )]TJ -0 Tc 0 Tw 15.078 0 Td -(C)Tj -0.008 Tc -0.003 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 8)-1( t)3(o)-1( 1)-1(7)]TJ -0 Tc 0 Tw 6.327 0 Td -(.)Tj -0.282 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -22.421 -2.707 Td -[(7)-5(.3)-5(.5)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.094 0 Td -[(R)-3(em)-6(ar)2(k)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.008 Tc -0.008 Tw -3.354 -2.39 Td -[(<)-1(r)3(em)-6(ar)]TJ -0.009 Tc 0.031 Tw 3.248 0 Td -[(k)1(> an opt)5(i)6(onal)6( at)5(t)5(r)4(i)6(but)5(e.)5( )]TJ -0.032 Tw 11.019 0 Td -[(A)-2(ny)1( i)5(nf)4(or)3(m)-6(at)4(i)5(on c)1(ont)4(ai)5(ned i)5(n a <)-1(r)3(em)-6(ar)3(k)1(>)-1( i)5(s)1( i)5(nf)4(or)3(m)-6(at)4(i)5(ve.)4( I)4(t)4( does)1( not)4( m)-6(odi)5(f)4(y)1( t)4(he )]TJ --0.005 Tw -14.266 -1.171 Td -[(def)5(i)5(ni)5(ng par)4(am)-6(et)5(er)4(s)1( of)5( an obj)5(ec)1(t)5(.)]TJ -0 Tc 0 Tw 14.8 0 Td -( )Tj -0.009 Tc 0.014 Tw -14.8 -2.39 Td -[(A)-2( <)-1(r)3(em)-6(ar)3(k)1(>)-1( m)-6(ay)1( be appl)5(i)5(ed t)4(o a c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-6(,)4( c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on or)3( boundC)-3(R)-3(S)-2( as)1( a w)-3(hol)5(e.)4( )]TJ -0.006 Tc 0.307 Tw 0 -1.171 TD -[(A)-5( <)-4(re)-3(m)-9(a)-3(rk)-2(>)-4( s)]TJ -0.009 Tc 0.304 Tw 6.716 0 Td -[(houl)5(d not)5( be i)5(nc)1(l)5(uded i)5(n t)5(he )]TJ -0.01 Tc -0.01 Tw 14.559 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.304 Tw 2.849 0 Td -[(f)5(or)4( )1(c)1(om)-5(ponent)5(s)1( of)5( )1(a )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e)-1( )1(s)1(y)1(s)1(t)5(em)-5( )1(or)4( )]TJ -0.154 Tw -24.124 -1.146 Td -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on,)5( but)5( a r)4(em)-5(ar)4(k)1( i)6(n t)5(he c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-5( or)4( c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on obj)6(ec)1(t)5( m)-5(ay)1( )]TJ -0.008 Tc -0.003 Tw T* -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1( i)4(n)-1(f)3(o)-1(r)2(m)-6(a)-1(t)3(i)4(o)-1(n)-1( a)-1(b)-1(o)-1(u)-1(t)3( t)3(h)-1(e)-1(s)-1(e)-1( c)-1(o)-1(m)-7(p)-1(o)-1(n)-1(e)-1(n)-1(t)3(s)-1(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 270.0374 410.5871 Tm -( )Tj -0.008 Tc -0.008 Tw -22.41 -2.568 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.007 Tc 0.063 Tw 2.59 0 Td -[(A)-2( <)-1(r)3(em)-5(ar)3(k>)-1( can be )]TJ -0.008 Tc 0.062 Tw 9.166 0 Td -[(i)5(nc)1(l)5(uded w)-2(i)5(t)4(hi)5(n t)4(he des)1(c)1(r)3(i)5(pt)4(i)5(ons)1( of)4( s)1(our)3(c)1(e and t)4(ar)3(get)4( C)-2(R)-2(S)-1( em)-4(bedded w)-2(i)5(t)4(hi)5(n a c)1(oor)3(di)5(nat)4(e )]TJ --0.004 Tw -14.571 -1.189 Td -[(t)4(r)3(ans)1(f)4(or)3(m)-5(at)4(i)5(on as)1( w)-2(el)5(l)5( as)1( w)-2(i)5(t)4(hi)5(n t)4(he c)1(oor)3(di)5(nat)4(e t)4(r)3(ans)1(f)4(or)3(m)-5(at)4(i)5(on i)5(t)4(s)1(el)5(f)4(.)]TJ -0 Tc 0 Tw 30.193 0 Td -( )Tj -0.009 Tc 0.104 Tw 9.84 0 0 9.84 71.0342 353.9471 Tm -[(A)-2(ny)1( c)1(har)3(ac)1(t)4(er)3( ot)4(her)3( t)4(han a <)-1(w)-3(k)1(t)4( Lat)4(i)5(n t)4(ex)4(t)4( c)1(har)3(ac)1(t)4(er)3(>)-1( t)4(hat)4( i)5(s)1( t)4(o be c)1(ont)4(ai)5(ned i)5(n a C)-3(R)-3(S)-2( W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ng )]TJ -0.008 Tc 0.105 Tw 46.111 0 Td -[(m)-6(ay )1(be )]TJ --0.003 Tw -46.111 -1.171 Td -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(e)-1(d)-1( o)-1(n)-1(l)4(y)-1( a)-1(s)-1( p)-1(a)-1(r)2(t)3( o)-1(f)3( <)-2(q)-1(u)-1(o)-1(t)4(e)-1(d)-1( U)-4(n)-1(i)4(c)-1(o)-1(d)-1(e)-1( t)3(e)-1(x)2(t)3(>)-2( w)-4(i)4(t)3(h)-1(i)4(n)-1( a)-1( <)-2(r)2(e)-1(m)-7(a)-1(r)2(k)-1(>)-2(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 29.597 0 Td -( )Tj -0.009 Tc -0.009 Tw -29.597 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(s)1(hal)6(l)6( )1(be:)5( )]TJ -0 Tc 0 Tw 17.455 0 Td -( )Tj -ET -q -65.754 281.227 111.6 23.28 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 295.3871 Tm -(<)Tj -0.005 Tc -0.005 Tw 0.593 0 Td -[(re)-4(m)-9(a)-4(rk)-3(>)]TJ -0 Tc 0 Tw 3.756 0 Td -( )Tj -ET -Q -q -177.354 281.227 29.28 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 295.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -206.634 281.227 347.04 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 212.1543 295.3871 Tm -[(<)-1(r)3(em)-6(ar)3(k )1(keyw)-3(or)3(d>)-2( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(quot)4(e)-1(d )1(U)-3(ni)5(code )1(t)4(ex)3(t)4(>)-1( )1(<)-1(r)3(i)5(ght)4( )1(d)-1(el)5(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 33.437 0 Td -( )Tj --33.437 -1.146 Td -( )Tj -ET -Q -q -65.754 257.707 111.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 272.1071 Tm -[(<)-1(r)3(em)-6(ar)3(k )1(keyw)-3(or)3(d>)-2( )]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -q -177.354 257.707 29.28 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 182.8743 272.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -206.634 257.707 347.04 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 212.1543 272.1071 Tm -[(R)-1(EM)-3(AR)-1(K)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 249.3071 Tm -[(E)-1(XA)]TJ -0.009 Tc -0.005 Tw 2.027 0 Td -[(M)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 3.605 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 2.026 0 Td -(REMARK["A remark in ASCII"])Tj -/TT1 1 Tf -0 Tc ( )Tj -0.009 Tc -0.005 Tw -7.658 -2.622 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(REMARK[")Tj -0.2 0.2 0.2 scn -/C2_0 1 Tf -<0009000C00140010001C000C001500120010>Tj -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf -0.008 Tc -0.008 Tw 10.946 0 Td -<0015000C>Tj -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf -0.008 Tc -0.008 Tw 1.824 0 Td -<0017001A00180018001300160014>Tj -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf -0.008 Tc -0.008 Tw 4.865 0 Td -<001F0011001D00130010>Tj -/TT2 1 Tf -0 Tc 0 Tw (")Tj -0 0 0 scn -3.648 0 Td -(])Tj -/TT1 1 Tf -0.608 0 Td -( )Tj -0.009 Tc -0.005 Tw -29.549 -2.595 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(GEODCRS)Tj -0 Tc 0 Tw ([)Tj -0.008 Tc -0.008 Tw 4.865 0 Td -("S)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(95",)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw -6.689 -1.189 Td -( )Tj -0.008 Tc 0 Tw (DATUM["Pulkovo 1995",)Tj -0 Tc ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc 0 Tw (ELLIPSOID["Krassowsky 1940",6378245,298.3, )Tj -0 Tc ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc -0.008 Tw (LENGTHUNIT["metre",1.0]]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (CS[)Tj -(ellipsoidal,2],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (AXIS["latitude",no)Tj -(rth,ORDER[1]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.162 TD -( )Tj -0.008 Tc -0.008 Tw (AXIS["longitude",east,ORDER[2]],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw 0 -1.189 TD -( )Tj -0.008 Tc -0.008 Tw (ANGLEUNIT["degree",0.0174532925199433],)Tj -0 Tc 0 Tw ( )Tj -0.008 Tw T* -( )Tj -0.008 Tc -0.008 Tw (REMARK[")Tj -/C2_0 1 Tf -<000B00120018001900100014000C>Tj -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf -0.008 Tc -0.008 Tw 10.946 0 Td -<000800100016000F0010001E0012001C0010001800130012001B>Tj -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf -0.008 Tc -0.008 Tw 8.513 0 Td -<000A001600160017000F00120015000D0019>Tj -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf -0.008 Tc -0.008 Tw 6.081 0 Td -<000E0016000F000C>Tj -/TT2 1 Tf -0 Tw ( 1995\()Tj -/C2_0 1 Tf --0.008 Tw <000B000A>Tj -/TT2 1 Tf -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 7.905 0 Td -(95\)")Tj -(]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 94.9871 Tm -[(F)-1(ur)3(t)4(her)3( ex)4(am)-6(pl)5(es)1( )]TJ -0.008 Tc -0.003 Tw 8.187 0 Td -[(i)4(n)-1(c)-1(l)4(u)-1(d)-1(i)4(n)-1(g)-1( r)2(e)-1(m)-6(a)-1(r)2(k)-1(s)-1( )]TJ -0.009 Tc -0.005 Tw [(ar)4(e i)5(nc)1(l)5(uded i)5(n )]TJ --0.009 Tw 15.137 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 3.953 0 Td -[(8 t)5(o 17.)]TJ -0 Tc 0 Tw 3.39 0 Td -( )Tj -ET - endstream endobj 234 0 obj <> endobj 236 0 obj [238 0 R] endobj 237 0 obj <>stream -H塡彝妰0鸹O1泅P46輛A勚多a?Xw&cWXc場噗o毧ta -?扞f2墜騒歷蒗憵謍荂s婇伦諨"%莳qVQ靸玦+M覩YF駠F7裝 /x蚷v意W7k竎3RByN垦Km_霂)a玆v淰>鎜喷d櫼`乨T痽暗bW+GY釭N儋掰E (嵁 endstream endobj 238 0 obj <> endobj 239 0 obj <> endobj 240 0 obj <> endobj 241 0 obj <>stream -H塲?@~ endstream endobj 242 0 obj <>stream -H塡U P曌棍= HD#">w(*癤5 -蔫袯泛kM璾񣛔N尪娝CMkbFR.2c歫mt寭4τ侘Nc蜻辳=藈;w黾"c琲箸Zh}m桹/k]幰楗 媖$★}?*)/瑹00t0 )B+-蜷QR6w零叼圊襓域y 氪颤瀛+鋍綒_V詔;]h;z箌v雁齛M@p稻 鐼垝WU畝辊耝&{瞣麔岖r$腭埴d渗M鄾E鉠(D拾o m]繼$攦l/7d洴呹.<肞bl辞r卮粓羠*(NP1>(NU袹膴,lE.娔~&X諫8銽为〢g尽S何=J郌}琊簁丿櫟f噛O鉡?m29 /鎍塜棵y叔D>i況膯屮蜶寙觫^钭 .3!試VP=58喁祂蚳S`f!/ +d7歾R -绌懗鐀%E猎A鞍萂/'V爣溏N縳.迕軤b詙=I得砻鯟蹣*3笯|噲濼壚+(菧@>=gp_鈶鑠R75兤埧跠-j杢 -鈋紵岼TT潕咱2{泒 6$埬`%洸+瞁 -毣癘"sD钵_Qg闖q4&Ry﹦fQ9U衎Z"ィt}艢.8硼4^蓻(譺#遃PT帾P嬚fuT]R襛冢泗8碚 "寿)鑌sDs櫩揽陬oз?纷5v} 1'8'6鎎贺窽黖嶕xW騝熦鴚芘}夰7倕ⅶ▼X-稵眥淴>塺F 黈P誔潵+t2夣齟寪*孺b馻;W睆xU綌G T僒掤7k庀[軎海Y囯z俕?u(G玞嚕竹=g橌迩=恹":5:I昩'2Y﹞|h)7扬9歫D[词T櫆#纓\布 垤p簻.顖66仟I簵j嫻Ro<^蚟臁徰抜笳y奚S絀'裊,澿P)H$塢=*$B标惥"ej骤VW&R=燣$h嵿鮬:碩5牲i怩鏹宱洨F|<嶳>N颕\猊gS&剑`U0摲;梥w社l鼪VR窽n撃C玃瀱螘╛軣朓灃a-U翪~:卻C℉漢庺鱝j~@*赵るtk慣#h艻鱄 %="[*鹰zI帜昧W嶦{~DK3h淂抳s -^D憵茫hHЖA傌G襇R澝傕HpD肓窕H抣8K-鞘柟猈邭\悴:灦ob憼!輒R甋'欱愕1跇墾釩墵朵耬#f@ 悦XTaBh糳鏭踷璣ョ%r75I譢峂貛?薽蚓躘潜傛d=3鋷埫@<'%aパ矖墘襉揭%嬹**ん㑇钿j埂S鋅1f -}庈P嫳L 諭貖=柑]邂7 乡笌腙S昄褷咴1=0灋虲%J蒌:S/邡"J`㏑蓒s4?/娂=b&鏗躻Β^わtr$%?煍0b 4p@躉zb碛籛铑.玔阻g:Dv庤揆砻=6$6N嘨L黏籊y-_/疧鱮gd亩鵅傕鮕B魿熷 癥?銵吴q&穜&煋卢$膠瑃峰;熸稁Q搌*蜐k驺 亂ㄌ].9`.I硘涞襺f桾覦\uHp;(8謨赅檰忍.$ -L8"}x5#(T岒uqД"輎-鳷萧麭_骧滛(+7帚Ti#}韇,H 9S}mj-轥璘9U诡X -1m 輩鶕s|*?稥G褯鎷Xt惑鱇!5g蛽籕2襟 玡YY蛊蝽燇洚洓+2,瀛% 坈&XW彐鴋暔碯蓲l軮;$;_$c硕愡媺]1c2剭:豈殧:3epD趻B!佲 蒐LqB&m殾礐C;M瑤5LЯV繐_q梏贿頾wf稃o麂j'!FS*yO# (? 俽)1唲j1倚(K褷C韝沦息H齺A"#򑌠3阖⺶蝇aL6%p摘瓱,VW$? 倛姯"Q唎*U嫸Ri-卆p0虋F冢+篭鞼鏕S<,F P_艹c秶蛐恓:櫁鄐v早媐g旬Na嵥擁④済bD卉I婸侞:痦嶱/I*羾c -j丗磠}鉒[D-}(V戓9暮QE虹慁閍<劕Q漺1褱Oysn浟k7鹊霙抨Hx址 媄3x<6kE-+I1k2墏(肺V嵠ㄆ跷榁狶鯼&J嘩螖!$裏揵 uV瞆6惶h筼q籦Q{羊 M憟~V(⿷艢H8#栬n慐Z嶾7襓瀋4柛|瓂)梼Z T/銥觚 -钯性x墕_喥8诂W匓筽杽齁; H媕)m  叇hT僁z* $I㈱碉Fv葳鏻5鬱e軹鷄e=U墏昐曣XV繦孏bぽ鬑$))+$j唩$F55锢4獆7椗~劷昄岈&緧萆电u睴q澏!^_,^秺[U紖逺粤):<钭L#帾簍/e) 慺<3{J 5.彲勗驹t.,y紹姑k -兀0 厮芭p蜛uuqX}菰T傾:>s3f緦1玂Vm怖2T5l◢>D^B文芒藟q$1~炪x+澒B腹 5w幄骡倈蝚e)9脹 窚ˉ篜A~qIf鄼ydQQz葟y媴- Oz嶮姺*訅椤}}珯笳硕曐^?C5 - 羹l巻荂>w顨5岹邼䌷踲+丘筒ce咚淃緩擅丽&v踒堍?觹&忯j= -陀杇単蒽A岌+B煻梷S8?瘆7綗.筺瑉8鰀c5鏄@<蓒=風z_搋垒例niF8夸馾HK蚄,|V眲姵0Y`L)庒1 ,E4(囄樘!s*屍レ ZZ4$姃捚M鯧Ai]:%潛甁NJ鶡,(逴潰甊啿梔_Y  >U(沏2苓 V皉h.r盝3怾嗚﹐n敏兩$埚Y动"m鈅01亰嗟'&秃<,譆衄0Xz筦%1"]透Y*R蔁Q_T様@玻d杶&J&絀淌r2绕嫹_=3龌驗递-齜*碗覽O;5虚黪>yq鳉g魁+^;{LtO醍2酵惕MB錾蜘;寂l胦0糈婜調6oG{}纝-p煃&蜬z)h%*9`馨~犍}鏄{L驟1k&鲃X绌塑(6{2;L鰒蠇v#K麮y事,洭{=2 -)擿ЛB漞鷘鷊禬劮琽罼賙fLv謶孶粨W銛1F室5旙 ^ 篜q 窅肑^艛祯b撟=晤崩g2h浕&!j*欛蟝Cv!\v5棖b犃鐩Fj&临s緸婤9B\捵mf '#:w焓颠瀒筓o卷乏柯哰飸iN晣_揆皖/^=}g:杇|U{1y6孪o踲$③J粸;n%驂*h%'薹䦃?垲庭贊傥B⒃凳壁秸唁揎冂~揆掋阁鸽b婇;躤9b鹃奸A铺壸j$芵l*z朿耮涪椗G(玜鞷鲔_sc]<:1⺻22@鴲搁xR髌Yp,蹛僽粓Xb|^饜甙膓暵f紘碔遤5箯~凛宥筏6z賰>纽>您亡籊忁鹕7橃 C鏾茙15焳鸊^颱傳 埱+昍3пX#o鉀喕R絢狏jh哟脍i麡6.^g旽摂 -蒃k擯,1呦缁Axo蟣n鉕筹z./7\I_n苛~栳Tz捷綏>Dベp0tU嶊蓀蕊尿孫桚綿)N鈦d.朙芻&,翠黺(j嚸!_梧=-~卶8菽Z啛脺直1烤\_陮将6 畘_q巍秣糗M铻羐a异]|厕 -Y蟴&Yo}"m奚箵qR咮]1HD鷙7j !诈邥滪璒^赗Yx麅界譝F#>蟒罜吵桃k=产 汷T猳VXR鼔宍lF暻_簆q逰/@uń豸ZT.韽Kq檼互誋O庎嶒1j帞O阌鈟q<^傧!L(忓$桵1i奆#弽Be1侒A岓叢, 4E萶嫸'`硕a'l污)鄞3髻e挥.豽‐.vwM3葜.畆夠幄H碆#.痑劷^ -鉷X菄Q逡栨a}<湒濛屆閁~=WO篕W筷駂 k7Nb7RH鷫+bG魍7晊UC畟簂N佷K=9$抙X澯q嶭拤鹤"蚊频- 悶Fr鯊搄(OUg'# 6kR6壙N*肴芙闾6厊C籤扛6%)z`=b 彉汲速鎳g偉+緖BR忋搵7<纥皫牾R)5藓^z'闂<捾_埳ELLyIT*bb蔏E)Ucx鬌&T*妗JM倵刖 5iR 鯿R榼` bp鰏O璑懧l" 湸jK祔:hj琁嶃]V携+娹S櫘溭豚妫樻XxW宓T?尗j|n您篨#刣5呄V^tY =曔$)v1|?绗D}%鈺7虘P祾y羹O伻鯆 -E= N祜酊齻W梊貕镹D.諧畵8豤眰%)jL(d艕湊)$?(徦錵蚯2+蹧囫(槯yU5て嚽虸GVth撼/W仃cT+rM鵓幘赤&p/xv灰剌=蟙.繡3摡< -㈦汥on刕瘓當R]1,}(*B S}T矴:慭塂H岧某痾 1_陱iA9@!=挷,Iw虚错r[w戥m忧z噯z耨窞鯏婆 蚗F'陸??S#/:謩痷仳漨f&苖?揗k鳐U麝8蓰帚蠝!Y 芡闾+?]蕏hO嘡妊箮%lwa){a%9x摜:貯! 枴<:焢絔Mb峛僫Y)Soni潰臝h娞秂抄mzKTqf59MS"zT7N骂8态I沏FR 鵿尅 CD1票A巆賭H鹯L*0]疁 U緥k羚嬾鮁籞SV3埠fJ1X慶6)7VP訖靇v[骈g2鳺{眚滦蠗瘒='Y倱T奄 pF!a埞,a屪K-魧IW萩池vs˙Bb#v 0.c奎 孡殰(萙#4熮q楕鵮@ k'` c婗N;g鎸DD缇 畼繘+6e3梳 -r4曖WP鑬誚f 渿塟姓i攩觑Qz敞@'恟>I倿 TH 疺冕r^1n\Ux顫=瀲絶=搋誊=肚汇;v睳兗I"K郅m噩 -iD)▓Q 圴U模iI籈4U塰叿攳P(詧囋u竪苹賲$鍆9泫醷倔}邏'P$`庞i s聉+櫵Yu -&0,婳%萻t序9#|=En℅锆()#5殮M1)蛦u灓e掓 ~枾鵇岘y饉拭暓d浫"梥乺<昺蟵{▅漿m4軳苽{毥坻 嵬?s匚'挍^头Z鄱 $蝣A褝OW癆x4豒绊骡:芉'賳螭{?壔譹粭恘n峁瑽潀ydQ 箌彣鐨7湧﨤A焈儈SJ泝偷脙挄亮,Ⅹ套T牚%^蓭fa栦鲩蛈纪#衬嘗>皜開碎3eP㎡1笍檈^藐 `蹮9-塙勀pa {様/,冯|WG16i貦 5W歮孏W佦X -T,.k'芥 -5\%峷鍁j萜菘y鸋绁^Y妢/鉴铀詺Vk x骅S$=摲z邅硬r咄筣 'S鱨澑<谮鰞戔洓6>rp!|q?哘k侀X捞窣韜05d踩4茚V $S┺$2 /咃友T5 (`莘 帵Y)溲佊($>/>塚$6(+BQ嶱!_]枣鄦鎹蒬6浬p[唅6$塡劜耉中斾xr2y,y"箰鋻Z'l疸$w俒.懟鞢撿k畵mx$>駪?瞥濪)幾/涊逼2B镴x铗癸噍k╲肥敆鸿 -伒榰v砺4S╒g`x艤9峸弮p腱" 洳襝嗪>庪w4s缶 o屣伝 w尊觃沌C庼 -瞡誶N&椝fP羦躼) /蝉~76澊i雩憺襀伎譏赧j 攤#晩釞(秣=袶OO洔锺GyFY限`沏潽W9'[ 溨_B]% 鍆 +&汋S"PDC劉vc)ad宼) 訅 楁両魧鐛柆Q芬.祶zN告労秷捧z秷轈/ 晀(Κ]Ode-胼"[Z埙寯秨痼鸞4趸[B锢柠穾=竪oY敷磀啧)S|8醙6;過R%,QK;総S芄1屟燾4胔(偱f 鳨旆耋笨墓h崼泰FE 愨#%M|\凁h鷥醦(垻壘W喑T抎R蒬_ -%2y儬b磏)XV線2i$C耲PKG刃Q陲駾愨<鋙ax瀍恄怚蚶eRh]H-Ee E#瓼鈗UUB#5SP81讯 H印z4徢懴超\覚宊釺!礹れ傃L褵俞}粇▇Fg9p:>-陃鮊鮍鯇湿$蠵h濻@J * -騑卭u蛇臺鸺朮#+6Z渼凷<止8+螊8v胑F"C愯[嵞鲺廿=s]闥龍h蟙U YW銤~鴷┪鳂'=甐_階眭Z:?瀈;鞉葩Vxl檮1觐浓. >骷貵u.u蒋檲蟩% 襫諮СB甮:N匑韧畆N~%6傾嘰J4Q.晢蔴惂=睞恊i坸烪挍 ID 4p~h刖l__\﹪慽bs608塞勣瞐嶇&s莚'r 96 '!oe*淞`+·$+/ -0貆榃W}sU粹W酏  贞 衛謏磕嚗鑏{矍囡I抈w脐鷙宂夼n 菗甘h7M慚盓 -k靎鴴曙a伄榻z恃淾'舮8讷>Ν電喵畒`?8/<v樦 &Y 惎殬TcQ昇4: 桇煃u瓪B洭押彾 -語-訓%*4%赩鞢e瑟f澸秣劕蹟?6_9鬈s鐪粧鏢g1s+賡>2=躂湂e碩l9U{ U#O弼F2Z*6焌s!棲⒋$$'boe%R雛 X=A>l f凖裂鄚餤餏(璁Q箅侂F慴_nBy烊9j撞+樽jG鳗贳刿r龠齇觠甗峠噧Vu{塙y暯 患馹2汯盔谣䁖u!*km=大皤龆秗--粀#:苴谏5>7遅黪齦譝8-F鄺\刈a_$F抚 "熋疨蓺佘培(徾溋y庣躀W/Dp&鴃y鬈薨/輯非8薐x惠楚坐t1镞$7襛I拹噟1蠂噜L校 8u]e繗栽作髅Y'6鼬饱ゥ纂雓54|缰涍{|o躵稆H鳁兿肸凤叻I 螪:膗燁"! D!模J#迯瓩遛洊藻*J嵘q湳螚H蔅戅茸#嚡鴴F3n炌輼q迴8s╛SB| 咨蔂鉬s颪 膟p珴y喴Gi┹!Z+顣E/朞崭[渘匪)z 溗煬X涗盩鑻扵W飑(揤嬂翎$1r -T泙兣徲f贗)潵.%&闳>7g聋: ->嚺9浼幛>g3爰崩楫甖v'[v'诡舗I偢h#<嫐77薢wgnqA捄 堹V[+蘯啀|胓紻澱U?B|皌5虬,抓皲)畈,镗'薑锸騝K梍犷浣筶庭嚲红'耕过g鱳# -h 墥s2聡輁1溌k栆x%姯|-d壓 媐s嬍6掴7糊羆X/谔b -憰 -^la揩P锓 I3w 轷眄7彋y砙"B襩髭澖缄'骔T弧>袒c bj慮V观矘膊 篨s帚茸足屣婥u訣循I"N阩濝(Z>nCkE併阁2鳀欉嵺-懃k?[Z怍<帿"鲖'-$蝦耓8髼< o4灶xdF崝D)‖归f懢埁砍T徵/ -?諁R$—g霈楌漁O岙\孓複㈤o竡丄`xN雬^璵8菏1郰`焒丟/ph陿/M趚- 8W1弽#& -莳+讅$糥府饐^袥釳艐7 /攟蛒音S;鎋kニ猉锍臟窋~緇k賝貤9憀唎(嚢檛!.豈tRD緺}?%鳇赅l譫RZ9澓俇$ド<15橞T搖惪∩錈扉刭諂彺╋壤兘踸彾wl爰s%貱:萅L粷蹸$矇魬#d (Z:6 玘rh惑~9覚[ S]u,X#c应@韾 F僻魎┐LH?0\t$ :╥(駛U;纶闲骴X.猣9h鏍檭&Eg G縊_ -x褡3渝佢雐7&9'0馽忑蟡| -|T'桊T襨N隥缛u楞燮踛1ac茤5c有x渝t乾1玵剃:(嘠菭儈 1#諉覄)矯覢H咏t┡{4緵顨围{h啚` a4薶瑄惿}L頲r娚)MV┘妟5珨瞍p萟簝na紳迡g枟丁韙3阚h+銦冝v6-磪7^ ~*o-S娃X,趚鼰猳1,挭W& :\(充F涢&4M1(凴%卹7-w瘤.P6眔l騩  纄爯6侜h偰hz孲崀諛W5毊#屽鐭 e>峽鵤R ^OUz暣灍!鞞 3S6s v Y`8 LE$昽Q |奜6緧阷海覯M祵譵萻OE灄竗烷2E蒳b蔘L9奜]畒G'L鎭K繳@]0#屌描fV郴奀气粉稗^@^5姫岪A->谾牻 -时j{;0蘫m";";"1[4$3奡嫁<嬽烷峏6嶞   鮿痍%栄捯,F 爛濩墷凲"("艊亟Q'QN<2屳(洂%>涜K &F夰D醳J撸伳f-r-紟d~惕珜00闠泔3 悌岏閷qO聘=cl鍖q杮@qJ芲K芉筛K2䲟耜鵬"埪o柺.卋AB4椿畝瞏 F~e籯擃ECW稅紮L恕 庋縼浱1-Q阏38o禜+峚2缶欦}}o畸:3B屝}#t蛈,A k -;*霱a襛诰抏^馾鸪2﨣萢VQ8简W>L◇K鼮=>芤xxB>丩屇包S~&'銲.?藘.清 +滼T (J5馉韎 #<,黶X"i`7Z蒠0壝~瑑肠策 z?e譼摪n淓3缕 "熗 胊m彇3!颹綽覜 -伵L厹7屎摍*2蓟脞g2^祜恍5欗為殀h51贇5.Z抹_+閏渽 绮Q湝豕縮 闖*MHc禪暺躄5#M伢頧顓T罘獱!è]LG]?偗 ]珹鏜k跺i诠fZh5崥 ≠╥Z|峍OAM>饯塢A舆TSw7螃駸F獝&'^瞕鐄;y>瞝ok3聉諸 -Ir倲蔤瞜霙埞|厹鑩%uK跻ニ<+!澲-J鯾+%蛑a:懚鯗C鍐to嫌yC&羠lsナM2)蘒芢e虝J.Q跫,0蒌姀GR{p6fo尐)-=9v胑荷B| 5272!丈葑kTd{J搩骖.輨堼茆澮阡姖RZXカQtZ(騺 (餺0!畏8邖qo捭銤兀[(u 訝E纇4螉<2□E暨啎a?x8Z/皜耣璴($x懢飶壅C endstream endobj 232 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(18)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 0 74.463 TD -[(7)-5(.3)-5(.3)-5(.5)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.669 0 Td -[(T)-1(em)-6(p)-1(o)-1(r)3(al)4( ext)3(en)-1(t)]TJ -0 Tc 0 Tw 7.849 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.022 Tw -12.626 -2.39 Td -[(T)-1(em)-6(por)3(al)5( ex)4(t)4(ent)4( i)5(s)1( an opt)4(i)5(onal)5( at)4(t)4(r)3(i)5(but)4(e w)-3(hi)5(c)1(h des)1(c)1(r)3(i)5(bes)1( a dat)4(e or)3( t)4(i)5(m)-6(e r)3(ange over)3( w)-3(hi)5(c)1(h a C)-3(R)-3(S)-2( or)3( c)1(oor)3(di)5(nat)4(e )]TJ --0.009 Tw 0 -1.171 TD -(oper)Tj -0.014 Tw 2.033 0 Td -[(at)5(i)5(on i)5(s)1( appl)5(i)5(c)1(abl)5(e.)5( T)-1(he f)5(or)4(m)-6(at)5( f)5(or)4( dat)5(e and t)5(i)5(m)-6(e val)5(ues)1( i)5(s)1( def)5(i)5(ned i)5(n I)5(S)-2(O)-4( 9075)]TJ -0 Tc 0 Tw 35.227 0 Td -(-)Tj -0.004 Tc 0.019 Tw 0.338 0 Td -[(2)-5(. S)-7(ta)-5(r)-1(t tim)-11(e)-5( is)-4( e)-5(a)-5(r)-1(lie)-5(r)-1( th)-5(a)-5(n)-5( )]TJ -0.009 Tc -0.005 Tw -37.599 -1.146 Td -[(end t)5(i)5(m)-6(e.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 4.181 0 Td -( )Tj -0.009 Tc -0.009 Tw -4.181 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 21.011 0 Td -( )Tj -ET -q -31.674 618.667 168.48 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 655.6271 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)4(ent)3(>)]TJ -0 Tc 0 Tw 8.189 0 Td -( )Tj -ET -Q -q -200.154 618.667 29.28 46.08 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 655.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -229.434 618.667 290.16 46.08 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 234.7144 655.6271 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)4(ent)3( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(d)-1(el)5(i)4(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 19.485 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 234.7144 644.1071 Tm -(<)Tj -0.009 Tc -0.004 Tw 0.593 0 Td -[(t)5(em)-5(por)4(al)6( )1(ex)3(t)5(ent)5( )1(s)1(t)5(ar)4(t)5(> )1()]TJ -0 Tc 0 Tw 17.423 0 Td -( )Tj -0.008 Tc -0.003 Tw -18.017 -1.171 Td -[(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)4(ent)3( )1(end>)-1( )1(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(e)-1(r)3(>)]TJ -0 Tc 0 Tw 17.735 0 Td -( )Tj -ET -q -229.434 618.667 290.16 46.08 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 234.7144 621.0671 Tm -( )Tj -ET -Q -q -31.674 595.147 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 609.5471 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)4(ent)3( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.255 0 Td -( )Tj -ET -Q -q -200.154 595.147 29.28 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 609.5471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -229.434 595.147 290.16 23.52 re -W n -BT -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 234.7144 609.5471 Tm -[(TI)5(M)-4(E)-1(E)-1(XTE)-1(N)-2(T)]TJ -0 Tc 0 Tw 6.436 0 Td -( )Tj -ET -Q -q -31.674 571.627 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 586.0271 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)4(ent)3( )1(st)4(ar)3(t)4(>)]TJ -0 Tc 0 Tw 10.448 0 Td -( )Tj -ET -Q -q -200.154 571.627 29.28 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 586.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -229.434 571.627 290.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 234.7144 586.0271 Tm -[(<)-1(dat)4(et)4(i)5(m)-6(e>)-1( )1(|)3( )1(<)-1(quot)4(ed )1(Lat)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 14.612 0 Td -( )Tj -ET -Q -q -31.674 548.107 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 562.5071 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)4(ent)3( )1(end>)]TJ -0 Tc 0 Tw 10.166 0 Td -( )Tj -ET -Q -q -200.154 548.107 29.28 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 562.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -229.434 548.107 290.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 234.7144 562.5071 Tm -[(<)-1(dat)4(et)4(i)5(m)-6(e>)-1( )1(|)3( )1(<)-1(quot)4(ed )1(Lat)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 14.612 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 8.88 0 0 8.88 37.1944 539.7071 Tm -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -2.026 0 Td -(T)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(IMEEXTENT[2013)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 9.121 0 Td -(01)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(01,2013)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 4.865 0 Td -(12)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(31])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -25.901 -2.595 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(TIMEEXTENT["Jurassic","Quaternary"])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 489.5471 Tm -[(7)-5(.3)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.094 0 Td -[(I)1(d)-4(e)-4(n)-4(ti)1(fi)1(e)-4(r)]TJ -0 Tc 0 Tw 4.291 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.163 Tw -7.645 -2.366 Td -[(I)5(dent)5(i)6(f)5(i)6(er)4( )1(i)6(s)1( )1(an )1(opt)5(i)5(onal)6( )1(at)5(t)5(r)4(i)6(but)5(e )1(w)-2(hi)6(c)1(h )1(r)4(ef)5(er)4(enc)1(es)1( an )1(ex)4(t)5(er)4(nal)6( )1(des)1(c)1(r)4(i)6(pt)5(i)6(on )1(of)5( )1(t)5(he )1(obj)6(ec)1(t)5( )1(and )1(w)-2(hi)6(c)1(h )1(m)-5(ay)1( )1(be )]TJ -0.079 Tw T* -[(appl)5(i)5(ed t)5(o a c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(,)5( a c)1(oor)4(di)5(nat)5(e ope)]TJ -0.08 Tw 27.164 0 Td -[(r)4(at)5(i)6(on )1(or)4( )1(a )1(boundC)-2(R)-2(S)-1(.)5( )1(I)5(t)5( )1(m)-5(ay)1( )1(al)6(s)1(o )1(be )1(ut)5(i)6(l)6(i)6(s)1(ed )1(f)5(or)4( )]TJ -0.196 Tw -27.164 -1.171 Td -[(c)1(om)-5(ponent)5(s)1( of)5( t)5(hes)1(e obj)6(ec)1(t)5(s)1( al)6(t)5(hough t)5(hi)6(s)1( i)6(s)1( not)5( r)4(ec)1(om)-5(m)-5(ended ex)4(c)1(ept)5( f)5(or)4( c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on m)-5(et)5(hods)1( )]TJ --0.004 Tw 0 -1.171 TD -[(\()4(i)6(nc)1(l)6(udi)6(ng )1(m)-5(ap )1(pr)4(oj)6(ec)1(t)5(i)6(ons)1(\))4( )1(and )1(par)4(am)-5(et)5(er)4(s)1(.)5( )1(M)-4(ul)6(t)5(i)6(pl)6(e )1(i)6(dent)5(i)6(f)5(i)6(er)4(s)1( )1(m)-5(ay)1( )1(be )1(gi)6(ven )1(f)5(or)4( )1(any)1( )1(obj)6(ec)1(t)5(.)5( )]TJ -0 Tc 0 Tw 41.516 0 Td -( )Tj -0.009 Tc 0.011 Tw -41.516 -2.39 Td -[(W)-6(hen )1(an )1(i)6(d)]TJ -5.17 0 Td -[(ent)5(i)5(f)5(i)5(er)4( i)5(s)1( gi)5(ven f)5(or)4( a c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(,)5( c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(on or)4( boundC)-3(R)-3(S)-2(,)5( i)5(t)5( appl)5(i)5(es)1( t)5(o )]TJ --0.004 Tw -5.17 -1.171 Td -[(t)5(he )1(w)-2(hol)6(e )1(obj)6(ec)1(t)5( )1(i)6(nc)1(l)6(udi)6(ng )1(al)6(l)6( )1(of)5( )1(i)6(t)5(s)1( )1(c)1(om)-5(ponent)5(s)1(.)]TJ -0 Tc 0 Tw 21.465 0 Td -( )Tj -0.009 Tc 0.229 Tw -21.465 -2.366 Td -[(S)-2(houl)5(d any)1( at)4(t)4(r)3(i)5(but)4(es)1( or)3( val)5(ues)1( gi)5(ven i)5(n t)4(he c)1(i)5(t)4(ed i)5(dent)4(i)5(f)4(i)5(er)3( be i)5(n c)1(onf)4(l)5(i)5(c)1(t)4( w)-3(i)5(t)4(h at)4(t)4(r)3(i)5(but)4(es)1( or)3( val)5(ues)1( gi)]TJ --0.009 Tw 47.914 0 Td -(ven )Tj -0.004 Tc 0 Tw -47.914 -1.171 Td -[(e)-5(x)-1(p)-5(lic)-4(itly)-4( in)-5( th)-5(e)-5( )]TJ -0.01 Tc -0.01 Tw 6.887 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 2.541 0 Td -[(des)1(c)1(r)4(i)5(pt)5(i)5(on,)5( t)5(he )]TJ -0.01 Tc -0.01 Tw 7.174 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 2.541 0 Td -[(val)6(ues)1( s)1(hal)6(l)6( pr)4(evai)6(l)6(.)5( )]TJ -/TT0 1 Tf -0 Tc 0 Tw 9.151 0 Td -( )Tj -0.009 Tc -0.009 Tw -28.293 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(:)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.55 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(T)-1(he )]TJ -0.01 Tc -0.01 Tw 2.033 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 18.415 0 Td -( )Tj -ET -q -31.674 266.347 141.6 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 314.8271 Tm -(<)Tj -0.008 Tc -0.008 Tw 0.593 0 Td -[(i)4(d)-1(e)-1(n)-1(t)3(i)4(f)3(i)4(e)-1(r)2(>)]TJ -0 Tc 0 Tw 4.434 0 Td -( )Tj -ET -Q -q -173.274 266.347 26.88 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 314.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 266.347 319.44 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 314.8271 Tm -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3( ke)-1(yw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)-1( )1(<)-2(aut)4(hor)3(i)5(t)4(y )1(nam)-6(e>)-1( )]TJ -0 Tc 0 Tw 24.515 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 303.3071 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(aut)4(hor)3(i)5(t)4(y )1(uni)5(que )1(i)5(d)-1(ent)4(i)5(f)4(i)5(er)3(>)-1( )1( )]TJ -0 Tc 0 Tw 20.674 0 Td -( )Tj -0.009 Tc -0.004 Tw -20.674 -1.171 Td -[([)5( )1( )1( )1(])5( )1([)5( )1( )1()-1( )1(])5( )]TJ -0 Tc 0 Tw 31.012 0 Td -( )Tj -0.009 Tc -0.004 Tw -31.012 -1.171 Td -[([)5( )1( )1( )1(])5( )1()]TJ -0 Tc 0 Tw 19.657 0 Td -( )Tj -ET -q -200.154 266.347 319.44 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 205.4344 268.7471 Tm -( )Tj -ET -Q -q -31.674 242.827 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 257.2271 Tm -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3( ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.093 0 Td -( )Tj -ET -Q -q -173.274 242.827 26.88 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 257.2271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 242.827 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 257.2271 Tm -[(I)1(D)]TJ -0 Tc 0 Tw 1.016 0 Td -( )Tj -ET -Q -q -31.674 219.307 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 233.7071 Tm -[(<)-1(aut)4(hor)3(i)5(t)4(y )1(nam)-6(e>)]TJ -0 Tc 0 Tw 7.909 0 Td -( )Tj -ET -Q -q -173.274 219.307 26.88 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 233.7071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 219.307 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 233.7071 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -q -31.674 195.787 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 210.1871 Tm -[(<)-1(aut)4(hor)3(i)5(t)4(y )1(uni)4(que )1(i)5(dent)4(i)5(f)4(i)5(er)3(>)]TJ -0 Tc 0 Tw 12.54 0 Td -( )Tj -ET -Q -q -173.274 195.787 26.88 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 210.1871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 195.787 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 210.1871 Tm -[(<)-1(num)-6(ber)3(>)-1( )1(|)4( )1(<)-1(quo)-1(t)4(ed )1(Lat)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 14.16 0 Td -( )Tj -ET -Q -q -31.674 172.507 141.6 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 186.6671 Tm -[(<)-1(v)-1(er)3(si)5(on>)]TJ -0 Tc 0 Tw 4.463 0 Td -( )Tj -ET -Q -q -173.274 172.507 26.88 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 186.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 172.507 319.44 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 186.6671 Tm -[(<)-1(num)-6(ber)3(>)-1( )1(|)4( )1(<)-1(quo)-1(t)4(ed )1(Lat)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 14.16 0 Td -( )Tj -ET -Q -q -31.674 148.987 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 163.3871 Tm -[(<)-1(aut)4(hor)3(i)5(t)4(y )1(ci)5(t)3(at)4(i)5(on>)]TJ -0 Tc 0 Tw 8.586 0 Td -( )Tj -ET -Q -q -173.274 148.987 26.88 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 163.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 148.987 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 163.3871 Tm -[(<)-1(ci)5(t)4(at)4(i)5(on ke)-1(yw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)-1( )1(<)-2(ci)5(t)4(at)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(del)4(i)5(m)-6(i)5(t)3(er)3(>)]TJ -0 Tc 0 Tw 27.678 0 Td -( )Tj --27.678 -1.171 Td -( )Tj -ET -Q -q -31.674 125.467 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 139.8671 Tm -[(<)-1(ci)5(t)4(at)4(i)5(on ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 8.472 0 Td -( )Tj -ET -Q -q -173.274 125.467 26.88 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 139.8671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 125.467 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 205.4344 139.8671 Tm -[(C)-7(IT)-5(A)-6(T)-5(IO)-8(N)]TJ -0 Tc 0 Tw 4.743 0 Td -( )Tj -ET -Q -q -31.674 101.947 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 116.3471 Tm -[(<)-1(ci)5(t)4(at)4(i)5(on>)]TJ -0 Tc 0 Tw 4.406 0 Td -( )Tj -ET -Q -q -173.274 101.947 26.88 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 116.3471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 101.947 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 116.3471 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -q -31.674 78.427 141.6 23.52 re -W n -BT -/TT1 1 Tf -0.003 Tc 0.002 Tw 9.84 0 0 9.84 37.1944 92.8271 Tm -[(<)-6(id)-5( )1(u)-5(r)-2(i>)]TJ -0 Tc 0 Tw 3.389 0 Td -( )Tj -ET -Q -q -173.274 78.427 26.88 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 178.5542 92.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -200.154 78.427 319.44 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 205.4344 92.8271 Tm -[(<)-1(ur)3(i)5( )1(keyw)-3(or)3(d>)-1( <)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )1(<)-1(ur)]TJ -0.003 Tc 0.002 Tw 15.109 0 Td -[(i)-1(>)-7( <)-7(r)-3(i)-1(g)-6(h)-5(t)-2( d)-6(e)-6(l)-1(i)-1(m)-12(i)-1(t)-2(e)-6(r)-3(>)-6( })]TJ -0 Tc 0 Tw 9.01 0 Td -( )Tj --24.119 -1.171 Td -( )Tj -ET -Q - endstream endobj 231 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(17)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.008 Tc 0.157 Tw -49.553 74.463 Td -[(l)4(o)-1(n)-1(g)-1(i)4(t)3(u)-1(d)-1(e)-1(.)3( H)-4(o)-1(w)-4(e)-1(v)-2(e)-1(r)2( w)-4(h)-1(e)-1(n)-1( t)3(h)-1(e)-1( a)-1(r)2(e)-1(a)-1( c)-1(r)2(o)-1(s)-1(s)-1(e)-1(s)-1( t)3(h)-1(e)-1( 1)-1(8)-1(0)-1(\260)1( m)-7(e)-1(r)2(i)4(d)-1(i)4(a)-1(n)-1(,)3( t)3(h)-1(e)-1( )1(v)-2(a)-1(l)4(u)-1(e)-1( o)-1(f)3( t)3(h)-1(e)-1( l)4(o)-1(w)-4(e)-1(r)2( l)4(e)-1(f)4(t)3( l)4(o)-1(n)-1(g)-1(i)4(t)3(u)-1(d)-1(e)-1( w)-4(i)4(l)4(l)4( b)-1(e)-1( )]TJ -0.009 Tc -0.005 Tw 0 -1.171 TD -[(gr)4(eat)5(er)4( t)5(han t)5(he val)5(ue of)5( t)5(he upper)4( r)4(i)5(ght)]TJ -0 Tc 0 Tw 17.852 0 Td -( )Tj -0.008 Tc -0.008 Tw 0.282 0 Td -[(l)4(o)-1(n)-1(g)-1(i)4(t)3(u)-1(d)-1(e)-1(.)3( )]TJ -0 Tc 0 Tw 4.689 0 Td -( )Tj -0.009 Tc 0.195 Tw -22.823 -2.39 Td -[(T)-1(he geogr)3(aphi)5(c)1( boundi)5(ng box)4( i)5(s)1( an appr)3(ox)4(i)5(m)-6(at)4(e des)1(c)1(r)3(i)5(pt)4(i)5(on of)4( l)5(oc)1(at)4(i)5(on.)4( F)-1(or)3( m)-6(os)1(t)4( pur)3(pos)1(es)1( a c)1(oor)3(di)5(nat)4(e )]TJ -0.119 Tw 0 -1.146 TD -[(pr)4(ec)1(i)5(s)1(i)5(on of)5( t)5(w)-3(o dec)1(i)5(m)-6(al)5( pl)5(ac)1(es)1( of)5( a degr)4(ee i)5(s)1( s)1(uf)5(f)5(i)5(c)1(i)5(ent)5(.)5( A)-2(t)5( t)5(hi)5(s)1( r)4(es)1(ol)5(ut)5(i)5(on t)5(he i)5(dent)5(i)5(f)5(i)5(c)1(at)5(i)5(on of)5( t)5(he geodet)5(i)5(c)1( )]TJ --0.004 Tw 0 -1.171 TD -[(C)-3(R)-3(S)-2( t)4(o w)-3(hi)5(c)1(h t)4(he boundi)5(ng bo)]TJ --0.005 Tw 13.726 0 Td -[(x)4( c)1(oor)4(di)6(nat)5(es)1( ar)4(e r)4(ef)5(er)4(enc)1(ed i)6(s)1( not)5( r)4(equi)6(r)4(ed.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 19.935 0 Td -( )Tj -0.009 Tc -0.009 Tw -33.661 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 25.418 0 Td -( )Tj -ET -q -65.754 595.627 188.16 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 644.1071 Tm -[(<)-1(geogr)3(aphi)5(c bo)-1(undi)5(ng )1(box)3(>)]TJ -0 Tc 0 Tw 12.595 0 Td -( )Tj -ET -Q -q -253.914 595.627 22.8 57.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 259.1944 644.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -276.714 595.627 276.96 57.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 644.1071 Tm -[(<)-1(geogr)3(aphi)5(c bo)-1(undi)5(ng )1(box)3( )1(keyw)-3(or)3(d>)-1( )1(<)-2(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 23.891 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 632.5871 Tm -[(<)-1(l)5(ow)-3(er)3( )1(l)5(ef)4(t)4( l)5(at)4(i)5(t)4(ude>)-1( )1(<)-1(w)-3(kt)4( )1(sep)-1(ar)3(a)-1(t)4(or)3(>)-1( )1(<)-1(l)5(ow)-3(er)3( )1(l)5(ef)4(t)4( )1(l)]TJ -0.009 Tc -0.009 Tw 21.831 0 Td -[(ongi)5(t)5(ude>)-1( )]TJ -0 Tc 0 Tw 4.774 0 Td -( )Tj -0.008 Tc -0.003 Tw -26.605 -1.171 Td -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)-1( <)-1(upper)3( )1(r)3(i)5(ght)4( )1(l)5(at)4(i)5(t)4(u)-1(de>)-1( )1(<)-1(w)-3(kt)4( )1(separ)3(at)4(or)3(>)-1( )]TJ -0 Tc 0 Tw 25.023 0 Td -( )Tj -0.008 Tc -0.003 Tw -25.023 -1.171 Td -[(<)-1(upper)3( )1(r)3(i)5(ght)4( l)5(o)-1(ngi)5(t)4(ude>)-1( )1(<)-1(r)3(i)5(ght)4( )1(de)-1(l)5(i)4(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 18.02 0 Td -( )Tj -ET -q -276.714 595.627 276.96 57.6 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 281.9942 598.0271 Tm -( )Tj -ET -Q -q -65.754 572.107 188.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 586.5071 Tm -[(<)-1(geogr)3(aphi)5(c bo)-1(undi)5(ng )1(box)3( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 16.661 0 Td -( )Tj -ET -Q -q -253.914 572.107 22.8 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 259.1944 586.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -276.714 572.107 276.96 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 281.9942 586.5071 Tm -[(BBO)-2(X)]TJ -0 Tc 0 Tw 2.823 0 Td -( )Tj -ET -Q -q -65.754 548.587 188.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 562.9871 Tm -[(<)-1(l)5(ow)-3(er)3( )1(l)5(ef)4(t)4( l)5(at)4(i)5(t)4(ude>)]TJ -0 Tc 0 Tw 8.812 0 Td -( )Tj -ET -Q -q -253.914 548.587 22.8 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 259.1944 562.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -276.714 548.587 276.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 562.9871 Tm -[(<)-1(num)-6(ber)3(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 7.458 0 Td -(!! See text)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -q -65.754 525.067 188.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 539.4671 Tm -[(<)-1(l)5(ow)-3(er)3( )1(l)5(ef)4(t)4( l)5(ongi)5(t)4(ude>)]TJ -0 Tc 0 Tw 9.659 0 Td -( )Tj -ET -Q -q -253.914 525.067 22.8 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 259.1944 539.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -276.714 525.067 276.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 539.4671 Tm -[(<)-1(num)-6(ber)3(>)-1( )1( )1( )1( )1( )1( )1( )1( )]TJ -0 Tc 0 Tw 7.175 0 Td -( )Tj -/TT2 1 Tf -0.01 Tc 0.282 0 Td -(!! See text)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -q -65.754 501.787 188.16 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 515.9471 Tm -[(<)-1(upper)3( )1(r)3(i)5(ght)4( l)5(a)-1(t)4(i)5(t)4(ude>)]TJ -0 Tc 0 Tw 9.603 0 Td -( )Tj -ET -Q -q -253.914 501.787 22.8 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 259.1944 515.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -276.714 501.787 276.96 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 515.9471 Tm -[(<)-1(num)-6(ber)3(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 7.458 0 Td -(!! See text)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -q -65.754 478.267 188.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 492.6671 Tm -[(<)-1(upper)3( )1(r)3(i)5(ght)4( l)5(o)-1(ngi)5(t)4(ude>)]TJ -0 Tc 0 Tw 10.451 0 Td -( )Tj -ET -Q -q -253.914 478.267 22.8 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 259.1944 492.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -276.714 478.267 276.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 281.9942 492.6671 Tm -[(<)-1(num)-6(ber)3(>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 7.458 0 Td -(!! See text)Tj -/TT1 1 Tf -0 Tc 6.707 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 469.1471 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf -0.087 Tw 6.211 0 Td -[(:)5( )1(boundi)6(ng )1(box)4( )1(l)6(at)5(i)6(t)5(ude )1(c)1(oor)4(di)6(nat)5(es)1( )1(s)1(h)-1(al)6(l)6( )1(be )1(gi)6(ven )1(i)6(n )1(dec)1(i)6(m)-5(al)6( )1(de)-1(gr)4(ees)1( )1(i)6(n )1(t)5(he )1(r)4(ange )]TJ -0 Tc 0 Tw 38.273 0 Td -(-)Tj -0.009 Tc 0.087 Tw 0.338 0 Td -[(90 t)5(o +)-1(90,)5( )]TJ -0.008 Tc 0.039 Tw -44.822 -1.171 Td -[(l)4(o)-1(n)-1(g)-1(i)4(t)3(u)-1(d)-1(e)-1( c)-1(oo)-1(r)2(di)4(n)-1(a)-1(t)]TJ -0.009 Tc 0.038 Tw [(es)1( s)1(hal)5(l)5( be gi)5(ven i)5(n dec)1(i)5(m)-6(al)5( degr)4(ees)1( i)5(n t)5(he r)4(ange )]TJ -0 Tc 0 Tw 31.363 0 Td -(-)Tj -0.009 Tc 0.038 Tw 0.338 0 Td -[(180 t)5(o +)-1(180 r)4(el)5(at)5(i)5(ve t)5(o t)5(he i)5(nt)5(er)4(nat)5(i)5(onal)5( )]TJ --0.004 Tw -31.702 -1.171 Td -[(r)4(ef)5(er)4(enc)1(e )1(m)-5(er)4(i)6(di)6(an.)]TJ -0 Tc 0 Tw 8.755 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 423.3071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 2.871 0 Td -(BBOX[51.43,2.54,55.77,6.40])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw 16.7 0 Td -[(f)4(or)3( a geogr)3(aphi)5(c)1( boundi)5(ng box)4( envel)5(opi)5(ng of)4(f)4(s)1(hor)3(e N)-2(et)4(her)3(l)5(ands)1(.)]TJ -0 Tc 0 Tw 28.842 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 396.1871 Tm -[(7)-5(.3)-5(.3)-5(.4)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.669 0 Td -[(V)-2(er)3(t)3(i)4(cal)4( ext)3(en)-1(t)]TJ -0 Tc 0 Tw 6.947 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.244 Tw -11.723 -2.366 Td -[(V)-2(er)3(t)4(i)5(c)1(al)5( ex)4(t)4(ent)4( i)5(s)1( an opt)4(i)5(on)]TJ -12.909 0 Td -[(al)5( at)5(t)5(r)4(i)5(but)5(e w)-3(hi)5(c)1(h des)1(c)1(r)4(i)5(bes)1( a hei)5(ght)5( r)4(ange over)4( w)-3(hi)5(c)1(h a C)-3(R)-3(S)-2( or)4( c)1(oor)4(di)5(nat)5(e )]TJ -0.078 Tw -12.909 -1.171 Td -[(oper)4(at)5(i)5(on i)5(s)1( appl)5(i)5(c)1(abl)5(e.)5( D)-3(ept)5(hs)1( have negat)5(i)5(ve hei)5(ght)5( val)5(ues)1(.)5( V)-2(er)4(t)5(i)5(c)1(al)5( ex)4(t)5(ent)5( i)5(s)1( an appr)4(ox)4(i)5(m)-6(at)5(e des)1(c)1(r)4(i)5(pt)5(i)5(on of)5( )]TJ -0.008 Tc -0.003 Tw T* -[(l)4(o)-1(c)-1(a)-1(t)3(i)4(o)-1(n)-1(;)3( h)-1(e)-1(i)4(g)-1(h)-1(t)3(s)-1( a)-1(r)2(e)-1( r)2(e)-1(l)4(a)-1(t)3(i)4(v)-2(e)-1( t)3(o)-1( a)-1(n)-1( u)-1(n)-1(s)-1(p)-1(e)-1(c)-1(i)4(f)3(i)4(e)-1(d)-1( m)-7(e)-1(an)-1( s)-1(e)-1(a)-1( l)4(e)-1(v)-2(e)-1(l)4(.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 28.019 0 Td -( )Tj -0.01 Tc -0.01 Tw -28.019 -2.39 Td -[(R)-2(e)1(qui)5(r)]TJ -0.009 Tc -0.009 Tw 3.218 0 Td -[(em)-5(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 2.993 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 20.277 0 Td -( )Tj -ET -q -65.754 254.587 168.48 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 302.8271 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4(>)]TJ -0 Tc 0 Tw 7.454 0 Td -( )Tj -ET -Q -q -234.234 254.587 28.32 57.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 239.5142 302.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -262.554 254.587 291.12 57.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 267.8343 302.8271 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4( )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(d)-1(el)4(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 18.75 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 267.8343 291.3071 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4( )1(m)-6(i)5(ni)5(m)-6(um)-6( )1(hei)5(ght)4(>)-1( )1(<)-1(w)-4(kt)3( )1(separ)3(at)4(or)3(>)]TJ -0 Tc 0 Tw 22.48 0 Td -( )Tj -0.008 Tc -0.003 Tw -22.48 -1.146 Td -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4( )1(m)-6(ax)3(i)5(m)-6(um)-6( )1(hei)5(ght)4(>)-1( )]TJ -0 Tc 0 Tw 15.473 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.473 -1.171 Td -[([)5( )1( )1( )1(])5( )1()]TJ -0 Tc 0 Tw 3.078 0 Td -( )Tj -ET -q -262.554 254.587 291.12 57.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 267.8343 256.9871 Tm -( )Tj -ET -Q -q -65.754 231.067 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 245.4671 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.52 0 Td -( )Tj -ET -Q -q -234.234 231.067 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 239.5142 245.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -262.554 231.067 291.12 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 267.8343 245.4671 Tm -[(VER)-1(T)1(I)6(C)-1(AL)2(EX)1(T)1(EN)-1(T)]TJ -0 Tc 0 Tw 8.977 0 Td -( )Tj -ET -Q -q -65.754 207.547 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 221.9471 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4( )1(m)-6(i)5(ni)5(m)-6(um)-6( )1(hei)5(ght)4(>)]TJ -0 Tc 0 Tw 14.911 0 Td -( )Tj -ET -Q -q -234.234 207.547 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 239.5142 221.9471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -262.554 207.547 291.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 267.8343 221.9471 Tm -[(<)-1(num)-6(ber)3(>)]TJ -0 Tc 0 Tw 4.633 0 Td -( )Tj -ET -Q -q -65.754 184.027 168.48 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 198.4271 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4( )1(m)-6(ax)3(i)5(m)-6(um)-6( )1(hei)5(ght)4(>)]TJ -0 Tc 0 Tw 15.191 0 Td -( )Tj -ET -Q -q -234.234 184.027 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 239.5142 198.4271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -262.554 184.027 291.12 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 267.8343 198.4271 Tm -[(<)-1(num)-6(ber)3(>)]TJ -0 Tc 0 Tw 4.633 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 174.9071 Tm -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(I)5(f)5( )1(ver)4(t)5(i)6(c)1(al)5( )1(ex)4(t)5(ent)5( )1(uni)6(t)5(s)1( )1(ar)4(e )1(not)5( )1(s)1(t)5(at)5(ed )1(t)5(hey)1( )1(s)1(hal)6(l)6( )1(be )1(as)1(s)1(um)-5(ed )1(t)5(o )1(b)-1(e )1(m)-5(et)5(r)4(es)1(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 458.97 174.9071 Tm -( )Tj -0.009 Tc -0.005 Tw -43.686 -2.568 Td -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(VERTICA)Tj -(LEXTENT[)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 9.73 0 Td -(1000,0,LENGTHUNIT["metre",1.0]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -17.387 -2.595 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 2.026 0 Td -(VERTICALEXTENT[)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 9.73 0 Td -(1000,0])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -4.538 0 Td -( )Tj -0.597 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.252 0 Td -[(\()3(w)-2(her)3(e )1(t)4(he )1(hei)4(ght)4(s)1( )1(ar)3(e )1(i)5(m)-5(pl)5(i)5(c)1(i)5(t)4(l)5(y)1( )1(i)5(n )1(m)-5(e)-1(t)4(r)3(es)1(\))3(.)]TJ -0 Tc 0 Tw 19.263 0 Td -( )Tj -ET - endstream endobj 230 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(16)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 74.463 TD -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1()-1( )1(el)5(em)-6(ent)4( sha)-1(l)5(l)5( )1(be:)]TJ -0 Tc 0 Tw 8.559 0 Td -( )Tj -ET -q -31.674 688.747 188.16 45.84 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 725.4671 Tm -[(<)-1(scope )1(ex)2(t)4(en)-1(t)4( )1(i)5(dent)4(i)5(f)4(i)5(er)3( )1(r)3(em)-6(ar)3(k>)]TJ -0 Tc 0 Tw 14.514 0 Td -( )Tj -ET -Q -q -219.834 688.747 22.8 45.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 725.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -242.634 688.747 276.96 45.84 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 248.1543 725.4671 Tm -[([)5( )1( )1( )1(])5( )1( )]TJ -0 Tc 0 Tw 13.162 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 248.1543 713.9471 Tm -[([)5( )1({)4( )1( )1( )1(})4( )1(])5(.)5(.)5(.)5( )1( )]TJ -0 Tc 0 Tw 15.307 0 Td -( )Tj -0.009 Tc -0.004 Tw -15.307 -1.146 Td -[([)5( )1({)4( )1( )1( )1(})4( )1(])]TJ -/C2_0 1 Tf -0 Tc 0 Tw 14.975 0 Td -<0001>Tj -/TT1 1 Tf -0.005 Tw 1.016 0 Td -[( )1( )]TJ -0 Tw 0.56 0 Td -( )Tj -ET -q -242.634 688.747 276.96 45.84 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 248.1543 691.1471 Tm -[([)5( )1( )1(])5( )]TJ -0 Tc 0 Tw 13.048 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 676.5071 Tm -[(7)-5(.3)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.094 0 Td -[(S)-1(c)1(ope)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.17 Tw -3.354 -2.39 Td -[(S)-2(c)1(ope i)5(s)1( an opt)4(i)5(onal)5( at)4(t)4(r)3(i)5(but)4(e w)-3(hi)5(c)1(h des)1(c)1(r)3(i)5(bes)1( t)4(he pur)3(p)]TJ -0.169 Tw 26.018 0 Td -[(os)1(e or)4( pur)4(pos)1(es)1( f)5(or)4( w)-3(hi)5(c)1(h a C)-3(R)-3(S)-2( or)4( a c)1(oor)4(di)5(nat)5(e )]TJ --0.005 Tw -26.018 -1.171 Td -[(oper)4(at)5(i)5(on i)5(s)1( appl)5(i)5(ed.)]TJ -/TT0 1 Tf -0 Tc 0 Tw 9.094 0 Td -( )Tj -0.009 Tc -0.009 Tw -9.094 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(a )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 16.721 0 Td -( )Tj -ET -q -31.674 569.227 188.16 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 594.6671 Tm -[(<)-1(scope>)]TJ -0 Tc 0 Tw 3.898 0 Td -( )Tj -ET -Q -q -219.834 569.227 22.8 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 594.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -242.634 569.227 276.96 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 248.1543 594.6671 Tm -[(<)-1(scope )1(ke)-1(yw)-4(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 15.195 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 248.1543 583.1471 Tm -[(<)-1(scope )1(t)4(e)-1(x)3(t)3( )1(descr)3(i)5(pt)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(d)-1(el)4(i)5(m)-6(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 18.581 0 Td -( )Tj -ET -q -242.634 569.227 276.96 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 248.1543 571.6271 Tm -( )Tj -ET -Q -q -31.674 545.707 188.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 560.1071 Tm -[(<)-1(scope )1(ke)-1(yw)-4(or)3(d>)]TJ -0 Tc 0 Tw 7.964 0 Td -( )Tj -ET -Q -q -219.834 545.707 22.8 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 560.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -242.634 545.707 276.96 23.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 248.1543 560.1071 Tm -[(SC)-1(O)-2(PE)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 522.187 188.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 536.5871 Tm -[(<)-1(scope )1(t)4(e)]TJ -0.009 Tc -0.005 Tw 4.435 0 Td -[(x)4(t)5( des)1(c)1(r)4(i)6(pt)5(i)6(on>)]TJ -0 Tc 0 Tw 6.577 0 Td -( )Tj -ET -Q -q -219.834 522.187 22.8 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 536.5871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -242.634 522.187 276.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 248.1543 536.5871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 37.1944 513.7871 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.871 0 Td -(SCOPE)Tj -([")Tj -0 Tw (Large scale topographic mapping and cadastre.)Tj --0.008 Tw ("])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 486.9071 Tm -[(7)-5(.3)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.094 0 Td -[(E)-2(xt)3(en)-1(t)]TJ -0 Tc 0 Tw 3.106 0 Td -( )Tj -0.004 Tc -0.004 Tw -6.459 -2.707 Td -[(7)-5(.3)-5(.3)-5(.1)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.669 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.219 Tw -10.704 -2.366 Td -[(E)-2(x)4(t)4(ent)4( des)1(c)1(r)3(i)5(bes)1( t)4(he s)1(pat)4(i)5(al)5( appl)5(i)5(c)1(abi)5(l)5(i)5(t)4(y)1( of)4( a C)-3(R)-3(S)-2( or)3( a c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on.)4( E)-2(x)4(t)4(ent)4( i)5(n t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( )]TJ -0.044 Tw 0 -1.171 TD -[(S)-2(t)4(andar)3(d us)1(es)1( t)4(he c)1(onc)1(ep)]TJ -11.95 0 Td -[(t)5(s)1( )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )]TJ -0.005 Tc -0.005 Tw 6.978 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -[(9115:)5(2003,)5( )]TJ -/TT3 1 Tf -0.008 Tc 0.045 Tw 5.415 0 Td -[(G)-5(e)-1(o)-1(g)-1(r)2(a)-1(p)-1(h)-1(i)4(c i)4(n)-1(f)3(o)-1(r)2(m)-7(at)3(i)4(o)-1(n)-1( )]TJ -0 Tc 0 Tw 10.941 0 Td -(\226)Tj -0.565 0 Td -( )Tj -0.008 Tc -0.008 Tw 0.33 0 Td -[(M)-10(e)-1(t)3(a)-1(d)-1(a)-1(t)3(a)-1(.)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.523 0 Td -( )Tj -0.009 Tc 0.044 Tw 0.33 0 Td -[(H)-3(ow)-3(ever)3( t)4(hi)5(s)1( )]TJ -0.093 Tw -43.631 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(an)-1(dar)4(d )1(per)4(m)-5(i)6(t)5(s)1( )1(hor)4(i)6(z)1(ont)5(a)-1(l)6( )1(ex)4(t)5(ent)5( )1(t)5(o )1(be )1(des)1(c)1(r)4(i)6(bed )1(by)1( des)1(c)1(r)4(i)6(pt)5(i)6(on )1(or)4( )1(geogr)4(aphi)6(c)1( )1(boundi)6(ng )1(box)4(,)5( )]TJ -0.148 Tw 0 -1.171 TD -[(but)5( not)5( by)1( pol)5(y)1(gon bec)1(aus)1(e of)5( s)1(t)5(r)4(i)5(ng l)5(engt)5(h c)1(ons)1(i)5(der)4(at)5(i)5(ons)1(.)5( I)5(t)5( al)5(s)1(o )]TJ -31.451 0 Td -[(al)5(l)5(ow)-3(s)1( f)5(or)4( ver)4(t)5(i)5(c)1(al)5( and t)5(em)-6(por)4(al)5( ex)4(t)5(ent)5(.)5( )]TJ -0.11 Tw -31.451 -1.171 Td -[(T)-1(hes)1(e ex)4(t)4(ent)4( at)4(t)4(r)3(i)5(but)4(es)1( ar)3(e al)5(l)5( opt)4(i)5(onal)5(.)4( M)-5(ul)5(t)4(i)5(pl)5(e ex)4(t)4(ent)4( at)4(t)4(r)3(i)5(but)4(es)1( m)-6(ay)1( be pr)3(ovi)5(ded)]TJ -37.854 0 Td -[(,)5( )1(but)5( )1(t)5(her)4(e )1(i)6(s )1(a )1(c)1(ons)1(t)5(r)4(ai)6(nt)5( )]TJ --0.004 Tw -37.854 -1.171 Td -[(t)5(hat)5( )1(t)5(hes)1(e )1(m)-5(ust)5( )1(be )1(of)5( )1(di)6(f)5(f)5(er)4(ent)5( )1(t)5(y)1(pes)]TJ -0 Tc 0 Tw 16.157 0 Td -(.)Tj -0.282 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -16.439 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 17.34 0 Td -( )Tj -ET -q -31.674 317.947 54.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 332.3471 Tm -[(<)-1(ex)]TJ -0.005 Tc -0.005 Tw 1.664 0 Td -[(t)1(e)-4(n)-4(t)1(>)]TJ -0 Tc 0 Tw 2.289 0 Td -( )Tj -ET -Q -q -86.634 317.947 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 92.1543 332.3471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -115.194 317.947 404.4 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 120.4744 332.3471 Tm -[(<)-1(ar)3(ea )1(descr)3(i)5(pt)3(i)5(o)-1(n>)-1( )1(|)4( )1(<)-1(geogr)3(aphi)5(c )1(bo)-1(undi)5(ng )1(box)3(>)-1( )1(|)4( )1(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(e)-1(x)3(t)4(ent)4(>)-1( )1(|)4( )1(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)3(en)-1(t)4(>)]TJ -0 Tc 0 Tw 39.142 0 Td -( )Tj -ET -Q -BT -/TT4 1 Tf -0.008 Tc 8.88 0 0 8.88 120.4744 321.3071 Tm -(!! Constraint: each extent type shall have a maximum occurrence of 1.)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 493.0677 321.3071 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -46.329 -1.585 Td -[(7)-5(.3)-5(.3)-5(.2)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.669 0 Td -[(A)-3(r)2(ea d)-1(escr)2(i)4(p)-1(t)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 8.019 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.082 Tw -12.795 -2.366 Td -[(A)-2(r)3(ea des)1(c)1(r)3(i)5(pt)4(i)5(on i)5(s)1( an opt)4(i)5(onal)5( at)4(t)4(r)3(i)5(but)4(e w)-3(hi)5(c)1(h des)1(c)1(r)3(i)5(bes)1( a geogr)3(aphi)5(c)1( )]TJ -0.081 Tw [(ar)4(ea over)4( w)-3(hi)5(c)1(h a C)-3(R)-3(S)-2( or)4( c)1(oor)4(di)5(nat)5(e )]TJ --0.005 Tw 0 -1.171 TD -[(oper)4(at)5(i)5(on i)5(s)1( appl)5(i)5(c)1(abl)5(e.)5( )]TJ -0 Tc 0 Tw 10.958 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -10.958 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(The )]TJ -0.01 Tc -0.01 Tw 2.598 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 2.541 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(an )1( )1(s)1(hal)6(l)6( )1(be:)]TJ -0 Tc 0 Tw 21.804 0 Td -( )Tj -ET -q -31.674 198.427 188.16 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 223.8671 Tm -[(<)-1(ar)3(ea )1(descr)3(i)5(pt)3(i)5(o)-1(n>)]TJ -0 Tc 0 Tw 8.416 0 Td -( )Tj -ET -Q -q -219.834 198.427 22.8 34.56 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 223.8671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -242.634 198.427 276.96 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 248.1543 223.8671 Tm -[(<)-1(ar)3(ea )1(descr)3(i)5(pt)3(i)5(o)-1(n )1(keyw)-3(or)3(d>)-1( )1(<)-1(l)5(ef)4(t)4( )1(d)-1(el)5(i)5(m)-6(i)5(t)4(er)3(>)-1( )]TJ -0 Tc 0 Tw 19.713 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 248.1543 212.3471 Tm -[(<)-1(ar)3(ea )1(t)4(ex)3(t)4( de)-1(scr)3(i)5(pt)4(i)5(on>)-1( )1(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-7(i)5(t)4(er)3(>)]TJ -0 Tc 0 Tw 17.903 0 Td -( )Tj -ET -q -242.634 198.427 276.96 34.56 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 248.1543 200.8271 Tm -( )Tj -ET -Q -q -31.674 175.147 188.16 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 189.3071 Tm -[(<)-1(ar)3(ea )1(desc)]TJ -0.009 Tc -0.004 Tw 5.056 0 Td -[(r)4(i)6(pt)5(i)6(on )1(k)1(ey)1(w)-2(or)4(d>)]TJ -0 Tc 0 Tw 7.427 0 Td -( )Tj -ET -Q -q -219.834 175.147 22.8 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 189.3071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -242.634 175.147 276.96 23.28 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 248.1543 189.3071 Tm -[(AR)-1(EA)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 151.627 188.16 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 166.0271 Tm -[(<)-1(ar)3(ea )1(t)4(ex)3(t)4( de)-1(scr)3(i)5(pt)4(i)5(on>)]TJ -0 Tc 0 Tw 10.334 0 Td -( )Tj -ET -Q -q -219.834 151.627 22.8 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 166.0271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -242.634 151.627 276.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 248.1543 166.0271 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 37.1944 143.2271 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.871 0 Td -(AREA[")Tj -0 Tw (Netherlands offshore.)Tj -0 Tc (")Tj -17.027 0 Td -(])Tj -/TT1 1 Tf -0.608 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 116.1071 Tm -[(7)-5(.3)-5(.3)-5(.3)]TJ -0 Tc 0 Tw 3.108 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.669 0 Td -[(G)-3(e)1(ogr)3(a)1(phi)5(c)1( boundi)5(ng bo)1(x)]TJ -0 Tc 0 Tw 12.648 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.079 Tw -17.424 -2.366 Td -[(T)-1(he geogr)3(aphi)5(c)1( boundi)5(ng box)4( i)5(s)1( an opt)4(i)5(onal)5( at)4(t)4(r)3(i)5(but)4(e w)-3(hi)5(c)1(h des)1(c)1(r)3(i)5(bes)1( a ")3(nor)3(t)4(h up")3( ar)3(ea.)4( U)-3(pper)3( r)3(i)5(ght)4( l)5(at)4(i)5(t)4(ude )]TJ -0.004 Tc 0.017 Tw 0 -1.171 TD -[(w)-8(ill b)-5(e)-5( g)]TJ -0.009 Tc 0.012 Tw 3.702 0 Td -[(r)4(eat)5(er)4( )1(t)5(han )1(t)5(he )1(l)6(ow)-2(er)4( )1(l)6(ef)5(t)5( )1(l)6(at)5(i)6(t)5(ude.)5( )1(G)-3(ener)4(al)6(l)6(y)1( )1(t)5(he )1(upper)4( )1(r)4(i)6(ght)5( )1(l)6(ongi)6(t)5(ude )1(w)-2(i)6(l)6(l)6( )1(be )1(gr)4(eat)5(er)4( )1(t)5(han )1(t)5(he )1(l)6(ow)-2(er)4( )1(l)6(ef)5(t)5( )]TJ -ET - endstream endobj 8 0 obj <> endobj 9 0 obj <> endobj 10 0 obj <> endobj 11 0 obj <> endobj 12 0 obj <> endobj 263 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 264 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 265 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 266 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 267 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 272 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -ET -q -65.754 746.587 118.8 11.52 re -W n -BT -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 748.9871 Tm -[(K)-3(eyw)-3(o)-1(r)2(d)]TJ -0 Tc 0 Tw 4.291 0 Td -( )Tj -ET -Q -71.034 747.307 42.24 0.24 re -f -q -184.554 746.587 219.6 11.52 re -W n -BT -/TT0 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 189.8343 748.9871 Tm -[(B)-3(N)-3(F)-1( el)4(em)-6(en)-1(t)]TJ -0 Tc 0 Tw 6.211 0 Td -( )Tj -ET -Q -189.834 747.307 61.2 0.24 re -f -q -404.154 746.587 156 11.52 re -W n -BT -/TT0 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 409.6743 748.9871 Tm -[(C)-3(l)4(au)-1(se i)4(n)-1( w)-3(h)-1(i)4(ch)-1( d)-1(ef)3(i)4(n)-1(ed)]TJ -0 Tc 0 Tw 11.576 0 Td -( )Tj -ET -Q -409.675 747.307 113.999 0.24 re -f -q -65.754 735.067 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 737.4671 Tm -[(t)5(ar)4(get)5(C)-2(R)-2(S)]TJ -0 Tc 0 Tw 4.744 0 Td -( )Tj -ET -Q -q -184.554 735.067 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 737.4671 Tm -[(<)-1(t)4(ar)3(get)4( )1(cr)3(s )1(k)-1(ey)-1(w)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.489 0 Td -( )Tj -ET -Q -q -404.154 735.067 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 409.6743 737.4671 Tm -(17)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -65.754 723.787 118.8 11.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 725.9471 Tm -[(t)1(D)-6(a)-4(t)1(u)]TJ -0 Tc 0 Tw 2.429 0 Td -(m)Tj -0.848 0 Td -( )Tj -ET -Q -q -184.554 723.787 219.6 11.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 725.9471 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(dat)4(u)-1(m)-6( keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.315 0 Td -( )Tj -ET -Q -q -404.154 723.787 156 11.28 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 409.6743 725.9471 Tm -(14)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -65.754 712.267 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 714.6671 Tm -[(t)7(i)8(m)-3(e)2(CRS)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -184.554 712.267 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 714.6671 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(cr)3(s ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.844 0 Td -( )Tj -ET -Q -q -404.154 712.267 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 409.6743 714.6671 Tm -(14 and 15)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -65.754 700.747 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 703.1471 Tm -[(t)5(i)6(m)-5(eD)-2(at)5(um)]TJ -0 Tc 0 Tw 4.915 0 Td -( )Tj -ET -Q -q -184.554 700.747 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 189.8343 703.1471 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( t)4(em)-6(por)3(al)5( dat)4(um)]TJ -0 Tc 0 Tw 17.68 0 Td -( )Tj -ET -Q -q -404.154 700.747 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 409.6743 703.1471 Tm -(14)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -65.754 689.227 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 691.6271 Tm -[(t)5(i)6(m)-5(eE)-1(x)4(t)5(ent)]TJ -0 Tc 0 Tw 4.799 0 Td -( )Tj -ET -Q -q -184.554 689.227 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 691.6271 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(ex)3(t)4(ent)3( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.255 0 Td -( )Tj -ET -Q -q -404.154 689.227 156 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 409.6743 691.6271 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -65.754 677.707 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 680.1071 Tm -[(t)-1(im)-11(e)-6(O)-9(r)-2(i)-1(g)-6(in)]TJ -0 Tc 0 Tw 4.631 0 Td -( )Tj -ET -Q -q -184.554 677.707 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 680.1071 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(or)3(i)5(gi)5(n)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.974 0 Td -( )Tj -ET -Q -q -404.154 677.707 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 409.6743 680.1071 Tm -(14)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -65.754 666.187 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 668.5871 Tm -[(t)-1(im)-11(e)-6(U)-8(n)-6(it)]TJ -0 Tc 0 Tw 3.728 0 Td -( )Tj -ET -Q -q -184.554 666.187 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 668.5871 Tm -[(<)-1(t)4(em)-6(por)3(al)5( )1(uni)5(t)3( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.128 0 Td -( )Tj -ET -Q -q -404.154 666.187 156 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 409.6743 668.5871 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -65.754 654.667 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 657.0671 Tm -[(uni)5(t)]TJ -0 Tc 0 Tw 1.638 0 Td -( )Tj -ET -Q -q -184.554 654.667 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 657.0671 Tm -[(A)-2(l)5(t)4(er)3(nat)]TJ -0.008 Tc -0.003 Tw 3.502 0 Td -[(i)4(v)-2(e)-1( k)-1(e)-1(y)-1(w)-4(o)-1(r)2(d)-1( f)3(o)-1(r)2( a)-1(l)4(l)4( u)-1(n)-1(i)4(t)3(s)]TJ -0 Tc 0 Tw 10.562 0 Td -( )Tj -ET -Q -q -404.154 654.667 156 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 409.6743 657.0671 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -65.754 643.147 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 645.5471 Tm -[(u)-4(ri)]TJ -0 Tc 0 Tw 1.129 0 Td -( )Tj -ET -Q -q -184.554 643.147 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 645.5471 Tm -[(<)-1(ur)3(i)5( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 6.382 0 Td -( )Tj -ET -Q -q -404.154 643.147 156 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 409.6743 645.5471 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -65.754 631.627 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 634.0271 Tm -[(vD)-3(at)5(um)]TJ -0 Tc 0 Tw 3.503 0 Td -( )Tj -ET -Q -q -184.554 631.627 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 634.0271 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(dat)3(um)-6( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.58 0 Td -( )Tj -ET -Q -q -404.154 631.627 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 409.6743 634.0271 Tm -(10)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -65.754 620.107 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 622.5071 Tm -[(ver)4(t)5(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 3.84 0 Td -( )Tj -ET -Q -q -184.554 620.107 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 622.5071 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.109 0 Td -( )Tj -ET -Q -q -404.154 620.107 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 409.6743 622.5071 Tm -(10 and 15)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -65.754 608.587 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 610.9871 Tm -[(ver)4(t)5(i)6(c)1(al)6(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 5.365 0 Td -( )Tj -ET -Q -q -184.554 608.587 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 189.8343 610.9871 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( ver)3(t)4(i)5(c)1(al)5( c)1(r)3(s)]TJ -0 Tc 0 Tw 15.475 0 Td -( )Tj -ET -Q -q -404.154 608.587 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 409.6743 610.9871 Tm -(10 and 15)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -65.754 597.067 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 599.4671 Tm -[(ver)4(t)5(i)6(c)1(al)6(D)-3(at)5(um)]TJ -0 Tc 0 Tw 6.213 0 Td -( )Tj -ET -Q -q -184.554 597.067 219.6 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 189.8343 599.4671 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( ver)3(t)4(i)5(c)1(al)5( dat)4(um)]TJ -0 Tc 0 Tw 16.946 0 Td -( )Tj -ET -Q -q -404.154 597.067 156 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 409.6743 599.4671 Tm -(10)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -65.754 585.787 118.8 11.28 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 587.9471 Tm -[(ver)4(t)5(i)6(c)1(al)6(E)-2(x)4(t)]TJ -4.685 0 Td -(ent)Tj -0 Tc 0 Tw 1.413 0 Td -( )Tj -ET -Q -q -184.554 585.787 219.6 11.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 189.8343 587.9471 Tm -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( )1(ex)2(t)4(ent)4( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.52 0 Td -( )Tj -ET -Q -q -404.154 585.787 156 11.28 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 409.6743 587.9471 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 576.6671 Tm -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 549.3071 Tm -[(6)-4(.)1(7)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.006 Tc 1.084 0 Td -[(B)-7(a)-4(c)-4(k)-4(w)-7(a)-4(r)-1(d)-5( )1(c)-4(o)-5(m)-10(p)-5(a)-4(ti)1(b)-5(i)1(l)1(i)1(ty)]TJ -0 Tc 11.376 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.138 Tw 9.84 0 0 9.84 71.0342 525.5471 Tm -[(T)-1(hi)5(s)1( doc)1(um)-6(ent)4( m)-6(ak)1(es)1( s)1(ever)3(al)5( r)3(ef)4(er)3(enc)1(es)1( t)4(o bac)1(k)1(w)-3(ar)3(d c)1(om)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y)1(.)4( B)-2(ac)1(k)1(w)-3(ar)3(d c)1(om)-6(pat)4(i)5(bi)5(l)5(i)5(t)4(y)1( m)-6(eans)1( t)4(hat)4( an )]TJ -0.008 Tc 0.196 Tw 0 -1.171 TD -[(i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1( o)-1(f)3( t)3(h)-1(e)-1( t)3(e)-1(x)2(t)3( s)-1(t)3(r)2(i)4(n)-1(g)-1(s)-1( i)4(n)-1( t)3(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1( w)-4(o)-1(u)-1(l)4(d)-1( b)-1(e)-1( a)-1(b)-1(l)4(e)-1( t)3(o)-1( r)2(e)-1(a)-1(d)-1( C)-3(R)-4(S)-3( W)-8(K)-3(T)-2( )]TJ --0.008 Tw 46.56 0 Td -[(st)4(r)3(i)5(n)-1(g)-1(s )]TJ -0.009 Tc 0.169 Tw -46.56 -1.171 Td -[(c)1(onf)5(or)4(m)-5(i)6(ng t)5(o t)5(he ol)6(d \()]TJ -0.005 Tc -0.005 Tw 10.806 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.169 Tw 2.598 0 Td -[(1:)5(2004\))4( s)1(y)1(nt)5(ax)4(.)5( I)5(t)5( does)1( not)5( m)-6(ean t)5(hat)5( a par)4(s)1(er)4( of)5( a s)1(t)5(r)4(i)5(ng c)1(om)-6(pl)5(i)5(ant)5( t)5(o )]TJ -0.005 Tc -0.005 Tw -16.003 -1.171 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.179 Tw 2.598 0 Td -[(1:)5(2004 c)1(oul)5(d r)4(ead W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ngs)1( w)-3(r)4(i)5(t)5(t)5(en i)5(n c)1(onf)5(or)4(m)-6(anc)1(e w)-3(i)5(t)5(h t)5(hi)5(s)1( I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d.)5( I)5(t)5( al)5(s)1(o )]TJ -0.106 Tw -5.197 -1.171 Td -[(does)1( not)5( r)4(equi)5(r)4(e an i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(on of)5( )]TJ -0.107 Tw 18.006 0 Td -[(t)5(he )1(t)5(ex)4(t)5( )1(s)1(t)5(r)4(i)6(ngs)1( )1(i)6(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(t)5(o )1(be )1(abl)6(e )1(t)5(o )1(out)5(put)5( )1(a)-1(n )]TJ -0.006 Tw -18.006 -1.171 Td -[(obj)5(ec)1(t)5( ac)1(c)1(or)4(di)5(ng t)5(o t)5(he ol)5(d s)1(y)1(nt)5(ax)4(.)5( )]TJ -15.707 0 Td -[(A)-2(nnex)4( B)-2(.)4(8 gi)5(ves)1( gui)5(danc)1(e on det)4(er)3(m)-6(i)5(ni)5(ng t)4(he ver)3(s)1(i)5(on of)4( a C)-3(R)-3(S)-2( W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ng.)]TJ -0 Tc 0 Tw 34.128 0 Td -( )Tj -0.009 Tc -0.004 Tw -49.835 -1.146 Td -[(A)-2( m)-6(appi)5(ng of)4( ol)5(der)3( s)1(y)1(nt)4(ax)4(es)1( t)4(o t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-2(t)4(andar)3(d i)5(s)1( gi)5(ven i)5(n A)-2(nne)]TJ -0.005 Tc -0.001 Tw [(x C)-7(.)]TJ -0 Tc 0 Tw 35.355 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 418.0271 Tm -(7)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(representation of common attributes)Tj -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 390.1871 Tm -[(7)-4(.)1(1)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.011 Tc -0.011 Tw 1.084 0 Td -[(I)6(nt)5(r)4(oduc)1(t)5(i)6(on)]TJ -0 Tc 0 Tw 5.941 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 366.6671 Tm -[(T)-1(he )]TJ -0.01 Tc -0.01 Tw 2.282 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.245 Tw 2.789 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(at)5(t)5(r)4(i)6(but)5(es)1( )1(t)5(hat)5( )1(ar)4(e )1(c)1(om)-5(m)-5(on )1(t)5(o )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(and )1(c)1(oor)4(di)6(nat)5(e )]TJ -0 Tw -5.072 -1.171 Td -[(oper)4(at)5(i)5(ons)1( i)5(s)1( des)1(c)1(r)4(i)5(bed i)5(n 7.)5(2 t)5(o 7.)5(4.)5( )]TJ -16.639 0 Td -[(C)-3(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)-6(s)1( ar)3(e des)1(c)1(r)3(i)5(bed i)5(n 7.)4(5.)4( )]TJ -18.78 0 Td -[(A)-2(t)4(t)4(r)3(i)5(but)4(es)1( s)1(pec)1(i)5(f)4(i)]TJ -7.46 0 Td -[(c)1( t)5(o c)1(oor)4(di)6(nat)5(e )]TJ --0.004 Tw -42.878 -1.171 Td -[(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(and )1(t)5(o )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(ons)1( )1(ar)4(e )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )]TJ --0.009 Tw 29.259 0 Td -[(C)-3(l)5(aus)1(es)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 3.953 0 Td -(8 )Tj --0.004 Tw 0.848 0 Td -[(t)5(o )1(17)]TJ -0 Tc 0 Tw 2.26 0 Td -(.)Tj -0.283 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 316.2671 Tm -[(7)-4(.)1(2)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.084 0 Td -[(N)-3(am)-6(e)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.001 Tw 9.84 0 0 9.84 71.0342 292.5071 Tm -[(F)-1(r)3(om)-6( a c)1(om)-6(put)4(at)4(i)5(onal)5( per)3(s)1(pec)1(t)4(i)5(ve nam)-6(e i)5(s)1( r)3(edundant)4( i)5(nf)4(or)3(m)-6(at)4(i)5(on pr)3(ovi)5(ded f)4(or)3( hum)-6(an r)3(eadabi)5(l)5(i)5(t)4(y)1(.)4( F)-1(or)3( ex)4(am)-6(pl)5(e )]TJ -0.087 Tw T* -[(an el)5(l)5(i)5(ps)1(oi)5(d i)5(s)1( def)5(i)5(ned by)1( t)5(he val)5(ues)1( of)5( t)5(he s)1(e)]TJ -0.015 Tc -0.015 Tw 20.994 0 Td -[(m)1(i)]TJ -0 Tc 0 Tw 1.073 0 Td -(-)Tj -0.008 Tc 0.089 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(ax)3(i)5(s )1(and )1(i)5(nv)-1(e)-1(r)3(s)-1(e )1(f)3(l)5(at)4(t)4(eni)5(ng,)4( )1(and )1(t)4(he )1(el)5(l)5(i)5(pso)-1(i)5(d )1(nam)-6(e )1(i)5(s )]TJ -0.009 Tc 0.11 Tw -22.406 -1.171 Td -[(r)4(edundant)5( )1(i)6(nf)5(or)4(m)-5(at)5(i)6(on.)5( )1(H)-2(ow)-2(ever)4( )1(t)5(he )1(nam)-5(e )1(m)-5(ay)1( )1(be )1(us)1(ed )1(t)5(o )1(ver)4(i)6(f)5(y)1( )1(t)5(he )1(def)5(i)6(ni)6(ng )1(val)6(ues)1( )1(agai)6(ns)1(t)5( )1(t)5(hos)1(e )1(f)5(r)4(om)-5( )1(an )]TJ --0.005 Tw T* -[(aut)5(hor)4(i)5(t)5(at)5(i)5(ve s)1(our)4(c)1(e.)5( C)-3(om)-6(m)-6(ent)5( on t)5(he c)1(om)-6(par)4(i)5(s)1(on of)5( t)5(ex)4(t)5( s)1(t)5(r)4(i)5(ngs)1( i)5(s)1( gi)5(ven i)5(n A)-2(nnex)4( B)-2(.)]TJ -0 Tc 0 Tw 38.011 0 Td -( )Tj -0.01 Tc -0.01 Tw 8.88 0 0 8.88 71.0342 235.3871 Tm -[(NO)-1(T)]TJ -0 Tc 0 Tw 2.139 0 Td -(E)Tj -0.676 0 Td -( )Tj -0.008 Tc 0.052 Tw 2.59 0 Td -[(N)-2(am)-5(e i)5(s)1( a r)3(equi)5(r)3(ed at)4(t)4(r)3(i)5(but)4(e f)4(or)3( t)4(he C)-2(R)-2(S)-1( obj)5(ec)1(t)4( as)1( w)-2(el)5(l)5( as)1( f)4(or)3( s)1(om)-5(e c)1(om)-5(ponent)4( obj)5(ec)1(t)4(s)1(.)4( D)-2(ependi)5(ng upon t)4(he )]TJ --0.004 Tw -5.405 -1.189 Td -[(c)1(onvent)4(i)5(on adopt)4(ed f)4(or)3( C)-2(R)-2(S)-1( nam)-5(i)5(ng,)4( t)4(hi)5(s)1( m)-5(ay)1( r)3(es)1(ul)5(t)4( i)5(n dupl)5(i)5(c)1(at)4(i)5(on of)4( nam)-5(e w)-2(i)5(t)4(hi)5(n t)4(he C)-2(R)-2(S)-1( W)-5(K)-1(T s)1(t)4(r)3(i)5(ng.)]TJ -0 Tc 0 Tw 46.136 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 197.7071 Tm -[(7)-4(.)1(3)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(S)-2(co)-1(p)-1(e,)5( )1(ext)4(en)-1(t)4(,)5( )1(i)5(d)-1(en)-1(t)4(i)5(f)4(i)5(er)3( )1(an)-1(d)-1( )1(r)3(em)-6(ar)3(k)]TJ -0 Tc 0 Tw 17.264 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 170.8271 Tm -[(7)-5(.3)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.094 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)]TJ -4.686 0 Td -(on)Tj -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.149 Tw -8.039 -2.366 Td -[(T)-1(he B)-2(N)-3(F)-1( el)5(em)-6(ent)4( <)-1(s)1(c)1(ope ex)4(t)4(ent)4( i)5(dent)4(i)5(f)4(i)5(er)3( r)3(em)-6(ar)3(k)1(>)-1( i)5(s)1( a c)1(ol)5(l)5(ec)1(t)4(i)5(on of)4( f)4(our)3( opt)4(i)5(onal)5( at)4(t)4(r)3(i)5(but)4(es)1( w)-3(hi)5(c)1(h m)-6(ay)1( be )]TJ -0.128 Tw 0 -1.171 TD -[(appl)5(i)5(ed t)5(o a c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(,)5( a c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(on or)4( a boundC)-3(R)-3(S)-2(.)5( <)-1(s)1(c)1(ope>)-1( i)5(s)1( des)1(c)1(r)4(i)5(bed i)5(n )]TJ -0.004 Tc 0.175 Tw 0 -1.171 TD -[(7)-5(.3)-5(.2)-5(, <)-6(e)-5(x)-1(te)-5(n)-5(t>)-6( in)-5( 7)-5(.3)-5(.3)-5(, <)-6(id)-5(e)-5(n)-5(tifie)-5(r)]TJ -0 Tc 0 Tw 16.089 0 Td -(>)Tj -0.593 0 Td -( )Tj -0.003 Tc 0.176 Tw 0.457 0 Td -[(i)-1(n)-6( 7)]TJ -0.009 Tc 0.17 Tw 1.812 0 Td -[(.)5(3.)5(4 )1(and )1( )1(i)6(n )1(7.)5(3.)5(5.)5( )1(The )1( )]TJ -0.015 Tw -18.952 -1.171 Td -[(c)1(ol)6(l)6(ec)1(t)5(i)6(on i)6(s)1( t)5(o s)1(i)6(m)-5(pl)6(i)6(f)5(y)1( t)5(he B)-2(N)-3(F)-1( t)5(hr)4(ough gr)4(oupi)6(ng;)5( eac)1(h of)5( t)5(he f)5(our)4( at)5(t)5(r)4(i)6(but)5(es)1( m)-5(ay)1( appear)4( s)1(epar)4(at)5(el)6(y)1( i)6(n a W)-6(K)-2(T)-1( )]TJ --0.009 Tw T* -[(s)1(t)5(r)4(i)6(ng.)]TJ -0 Tc 0 Tw 2.767 0 Td -( )Tj -ET - endstream endobj 271 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(14)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.009 Tc 0.011 Tw 0 74.463 TD -[(f)5(r)4(om)-5( )1(m)-5(ul)6(t)5(i)6(pl)5(e )1(w)-2(or)4(ds)1( )1(or)4( )1(abbr)4(evi)6(at)5(i)6(ons)1( )1(ar)4(e )1(gi)6(v)]TJ -0.01 Tw 19.746 0 Td -[(en i)5(n c)1(am)-6(el)5( c)1(a)]TJ -[(s)1(e t)5(o ai)6(d under)4(s)1(t)5(andi)6(ng;)5( s)1(ee 6.)5(5)]TJ -0 Tc 0 Tw 21.134 0 Td -( )Tj -0.009 Tc 0.011 Tw 0.297 0 Td -[(f)5(or)4( )1(i)6(m)-5(pl)6(em)-5(e)-1(nt)5(at)5(i)6(on )]TJ -0.008 Tc -0.003 Tw -41.177 -1.171 Td -[(i)4(n)-1( a)-1( W)-8(K)-3(T)-2( s)-1(t)3(r)2(i)4(n)-1(g)-1(.)]TJ -0 Tc 0 Tw 7.228 0 Td -( )Tj -ET -q -31.674 711.787 118.8 11.28 re -W n -BT -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 713.9471 Tm -[(K)-3(eyw)-3(o)-1(r)2(d)]TJ -0 Tc 0 Tw 4.291 0 Td -( )Tj -ET -Q -37.194 712.267 42.24 0.24 re -f -q -150.474 711.787 219.84 11.28 re -W n -BT -/TT0 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 713.9471 Tm -[(B)-3(N)-3(F)-1( el)4(em)-6(en)-1(t)]TJ -0 Tc 0 Tw 6.211 0 Td -( )Tj -ET -Q -155.994 712.267 61.2 0.24 re -f -q -370.314 711.787 155.76 11.28 re -W n -BT -/TT0 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 375.5943 713.9471 Tm -[(C)-3(l)4(au)-1(se i)4(n)-1( w)-3(h)-1(i)4(ch)-1( d)-1(ef)3(i)4(n)-1(ed)]TJ -0 Tc 0 Tw 11.576 0 Td -( )Tj -ET -Q -375.594 712.267 114 0.24 re -f -q -31.674 700.267 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 702.6671 Tm -[(abr)4(i)5(dgedT)-1(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on)]TJ -/TT0 1 Tf -0 Tc 0 Tw 10.788 0 Td -( )Tj -ET -Q -q -150.474 700.267 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 702.6671 Tm -[(<)-1(abr)3(i)5(dged )1(t)4(r)3(ansf)3(or)3(m)-6(at)4(i)5(on )1(keyw)-3(or)3(d>)]TJ -/TT0 1 Tf -0 Tc 0 Tw 15.985 0 Td -( )Tj -ET -Q -q -370.314 700.267 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 702.6671 Tm -(18)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 688.747 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 691.1471 Tm -[(anc)1(hor)]TJ -0 Tc 0 Tw 3.107 0 Td -( )Tj -ET -Q -q -150.474 688.747 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 691.1471 Tm -[(<)-1(dat)4(um)-6( )1(anchor)3( )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.467 0 Td -( )Tj -ET -Q -q -370.314 688.747 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 691.1471 Tm -[(8,)5( 10,)5( 11,)5( 12)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(and)Tj -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 1.978 0 Td -(13)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 677.227 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 679.6271 Tm -[(angl)5(eU)-3(ni)5(t)]TJ -0 Tc 0 Tw 4.293 0 Td -( )Tj -ET -Q -q -150.474 677.227 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 155.9942 679.6271 Tm -[(<)-1(angl)]TJ -0.009 Tc -0.005 Tw 2.514 0 Td -[(e uni)5(t)5( k)1(ey)1(w)-3(or)4(d>)]TJ -0 Tc 0 Tw 7.145 0 Td -( )Tj -ET -Q -q -370.314 677.227 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 679.6271 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 665.707 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 668.1071 Tm -[(ar)4(ea)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 665.707 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 668.1071 Tm -[(<)-1(ar)3(ea )1(descr)3(i)5(pt)3(i)5(o)-1(n )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.482 0 Td -( )Tj -ET -Q -q -370.314 665.707 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 668.1071 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 654.187 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 656.5871 Tm -[(a)-5(x)-1(is)]TJ -0 Tc 0 Tw 1.804 0 Td -( )Tj -ET -Q -q -150.474 654.187 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 656.5871 Tm -[(<)-1(ax)3(i)5(s )1(keyw)-3(or)2(d>)]TJ -0 Tc 0 Tw 7.057 0 Td -( )Tj -ET -Q -q -370.314 654.187 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 656.5871 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 642.667 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 645.0671 Tm -[(bas)1(eE)-2(ngC)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.156 0 Td -( )Tj -ET -Q -q -150.474 642.667 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 645.0671 Tm -[(<)-1(base )1(engi)5(ne)-1(er)3(i)5(ng )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 14.686 0 Td -( )Tj -ET -Q -q -370.314 642.667 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 645.0671 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 631.147 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 633.5471 Tm -[(bas)1(eG)-4(eodC)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.834 0 Td -( )Tj -ET -Q -q -150.474 631.147 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 633.5471 Tm -[(<)-1(base )1(geod)-1(et)3(i)5(c )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.217 0 Td -( )Tj -ET -Q -q -370.314 631.147 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 633.5471 Tm -(9 and 15)Tj -0 Tc 0 Tw 3.955 0 Td -( )Tj -ET -Q -q -31.674 619.627 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 622.0271 Tm -[(bas)1(eP)-2(ar)4(am)-6(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 7.342 0 Td -( )Tj -ET -Q -q -150.474 619.627 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 622.0271 Tm -[(<)-1(base )1(par)3(am)-6(et)4(r)3(i)5(c)-1( )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 14.176 0 Td -( )Tj -ET -Q -q -370.314 619.627 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 622.0271 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 608.107 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 610.5071 Tm -[(bas)1(eP)-2(r)4(oj)5(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.155 0 Td -( )Tj -ET -Q -q -150.474 608.107 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 610.5071 Tm -[(<)-1(base )1(pr)3(oj)5(ect)3(ed )1(cr)3(s )1(keyw)]TJ -0.009 Tc -0.009 Tw 11.494 0 Td -[(or)4(d>)]TJ -0 Tc 0 Tw 2.062 0 Td -( )Tj -ET -Q -q -370.314 608.107 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 610.5071 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 596.587 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 598.9871 Tm -[(bas)1(eT)-1(i)5(m)-6(eC)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.608 0 Td -( )Tj -ET -Q -q -150.474 596.587 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 598.9871 Tm -[(<)-1(base )1(t)4(em)-6(por)3(al)5( cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.33 0 Td -( )Tj -ET -Q -q -370.314 596.587 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 598.9871 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 585.067 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 587.4671 Tm -[(bas)1(eV)-2(er)4(t)5(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.212 0 Td -( )Tj -ET -Q -q -150.474 585.067 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 587.4671 Tm -[(<)-1(base )1(v)-1(er)3(t)4(i)5(c)-1(al)4( )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.595 0 Td -( )Tj -ET -Q -q -370.314 585.067 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 587.4671 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 573.787 118.8 11.28 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 575.9471 Tm -[(bB)-2(ox)]TJ -0 Tc 0 Tw 2.313 0 Td -( )Tj -ET -Q -q -150.474 573.787 219.84 11.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 575.9471 Tm -[(<)-1(geogr)3(aphi)5(c bo)-1(undi)5(ng )1(box)3( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 16.661 0 Td -( )Tj -ET -Q -q -370.314 573.787 155.76 11.28 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 575.9471 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 562.267 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 564.6671 Tm -[(bear)4(i)5(ng)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 562.267 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 564.6671 Tm -[(<)-1(bear)3(i)5(ng )1(keyw)-3(o)-1(r)3(d)-1(>)]TJ -0 Tc 0 Tw 8.642 0 Td -( )Tj -ET -Q -q -370.314 562.267 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 564.6671 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 550.747 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 553.1471 Tm -[(boundC)-3(R)-3(S)]TJ -0 Tc 0 Tw 4.97 0 Td -( )Tj -ET -Q -q -150.474 550.747 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 553.1471 Tm -[(<)-1(bound )1(cr)3(s ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.715 0 Td -( )Tj -ET -Q -q -370.314 550.747 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 553.1471 Tm -(18)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 539.227 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 541.6271 Tm -[(c)-5(it)-1(a)-6(t)-1(io)-6(n)]TJ -0 Tc 0 Tw 3.219 0 Td -( )Tj -ET -Q -q -150.474 539.227 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 541.6271 Tm -[(<)-1(ci)5(t)4(at)4(i)5(on ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 8.472 0 Td -( )Tj -ET -Q -q -370.314 539.227 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 541.6271 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 527.707 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 530.1071 Tm -[(c)1(om)-5(poundC)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.891 0 Td -( )Tj -ET -Q -q -150.474 527.707 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 530.1071 Tm -[(<)-1(com)-6(pound )1(cr)]TJ --0.004 Tw [(s ke)-1(yw)-4(o)-1(r)3(d)-1(>)]TJ -0 Tc 0 Tw 11.636 0 Td -( )Tj -ET -Q -q -370.314 527.707 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 530.1071 Tm -(16)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 516.187 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 518.5871 Tm -[(c)1(onver)4(s)1(i)6(on)]TJ -0 Tc 0 Tw 4.914 0 Td -( )Tj -ET -Q -q -150.474 516.187 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 518.5871 Tm -[(<)-1(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.918 0 Td -( )Tj -ET -Q -q -370.314 516.187 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 518.5871 Tm -(9)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 504.667 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 507.0671 Tm -[(c)1(oor)4(di)6(nat)5(eO)-4(per)4(at)5(i)6(on)]TJ -0 Tc 0 Tw 9.207 0 Td -( )Tj -ET -Q -q -150.474 504.667 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 507.0671 Tm -[(<)-1(oper)3(at)4(i)5(on )1(key)-1(w)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.49 0 Td -( )Tj -ET -Q -q -370.314 504.667 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 507.0671 Tm -(17)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 493.147 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 495.5471 Tm -(cs)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 493.147 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 495.5471 Tm -[(<)-1(cs )1(keyw)-3(or)3(d>)-1( \()3(coor)3(di)5(nat)4(e )1(syst)4(em)-6(\))]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -370.314 493.147 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 495.5471 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 481.627 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 484.0271 Tm -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -ET -Q -q -150.474 481.627 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 484.0271 Tm -[(<)-1(geodet)4(i)5(c da)-1(t)4(um)-6( )1(keyw)-3(or)3(d>)-1( )]TJ -0 Tc 0 Tw 12.484 0 Td -( )Tj -ET -Q -q -370.314 481.627 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 484.0271 Tm -(8)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 470.107 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 472.5071 Tm -[(der)4(i)5(vi)5(ngC)-3(onver)4(s)1(i)5(on)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 470.107 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 472.5071 Tm -[(<)-1(der)3(i)5(v)-1(i)5(ng )1(con)-1(v)-1(er)3(si)5(on )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 14.009 0 Td -( )Tj -ET -Q -q -370.314 470.107 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 472.5071 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 458.587 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 460.9871 Tm -[(eD)-3(at)5(um)]TJ -0 Tc 0 Tw 3.559 0 Td -( )Tj -ET -Q -q -150.474 458.587 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 460.9871 Tm -[(<)-1(engi)5(neer)3(i)5(ng dat)4(um)-6( )1(keyw)-3(o)]TJ -0.005 Tc -0.005 Tw 12.173 0 Td -[(rd)-4(>)]TJ -0 Tc 0 Tw 1.497 0 Td -( )Tj -ET -Q -q -370.314 458.587 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 460.9871 Tm -(11)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 447.067 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 449.4671 Tm -[(e)-5(llip)-5(s)-4(o)-5(id)]TJ -0 Tc 0 Tw 3.671 0 Td -( )Tj -ET -Q -q -150.474 447.067 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 449.4671 Tm -[(<)-1(el)5(l)5(i)5(psoi)5(d keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 8.924 0 Td -( )Tj -ET -Q -q -370.314 447.067 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 449.4671 Tm -(8)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 435.787 118.8 11.28 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 437.9471 Tm -[(engC)-3(R)-3(S)]TJ -0 Tc 0 Tw 3.84 0 Td -( )Tj -ET -Q -q -150.474 435.787 219.84 11.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 437.9471 Tm -[(<)-1(engi)5(neer)3(i)5(ng cr)3(s)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.2 0 Td -( )Tj -ET -Q -q -370.314 435.787 155.76 11.28 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 437.9471 Tm -(11 and 15)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -31.674 424.267 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 426.6671 Tm -[(engi)5(neer)4(i)5(ngC)-3(R)-3(S)]TJ -0 Tc 0 Tw 7.455 0 Td -( )Tj -ET -Q -q -150.474 424.267 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 426.6671 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( engi)5(neer)3(i)5(ng c)1(r)3(s)]TJ -0 Tc 0 Tw 17.565 0 Td -( )Tj -ET -Q -q -370.314 424.267 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 426.6671 Tm -(11 and 15)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -31.674 412.747 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 415.1471 Tm -[(engi)5(neer)4(i)5(ngD)-3(at)5(um)]TJ -0 Tc 0 Tw 8.304 0 Td -( )Tj -ET -Q -q -150.474 412.747 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 415.1471 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( engi)5(neer)3(i)5(ng dat)4(um)]TJ -0 Tc 0 Tw 19.036 0 Td -( )Tj -ET -Q -q -370.314 412.747 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 415.1471 Tm -(11)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 401.227 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 403.6271 Tm -[(geodC)-3(R)-3(S)]TJ -0 Tc 0 Tw 4.405 0 Td -( )Tj -ET -Q -q -150.474 401.227 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 403.6271 Tm -[(<)-1(geodet)4(i)5(c cr)3(s)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 10.731 0 Td -( )Tj -ET -Q -q -370.314 401.227 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 403.6271 Tm -(8 and 15)Tj -0 Tc 0 Tw 3.955 0 Td -( )Tj -ET -Q -q -31.674 389.707 118.8 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 392.1071 Tm -(g)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -[(eodet)5(i)5(c)1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 5.422 0 Td -( )Tj -ET -Q -q -150.474 389.707 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 392.1071 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( geodet)4(i)5(c)1( c)1(r)3(s)]TJ -0 Tc 0 Tw 16.097 0 Td -( )Tj -ET -Q -q -370.314 389.707 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 392.1071 Tm -(8 and 15)Tj -0 Tc 0 Tw 3.955 0 Td -( )Tj -ET -Q -q -31.674 378.187 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 380.5871 Tm -[(geodet)5(i)5(c)1(D)-3(at)5(um)]TJ -0 Tc 0 Tw 6.835 0 Td -( )Tj -ET -Q -q -150.474 378.187 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 380.5871 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( geodet)4(i)5(c)1( dat)4(um)]TJ -0 Tc 0 Tw 17.567 0 Td -( )Tj -ET -Q -q -370.314 378.187 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 380.5871 Tm -(8)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 366.667 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 369.0671 Tm -[(i)-1(d)]TJ -0 Tc 0 Tw 0.791 0 Td -( )Tj -ET -Q -q -150.474 366.667 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 369.0671 Tm -[(<)-1(i)5(dent)4(i)5(f)4(i)5(er)3( ke)-1(yw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.093 0 Td -( )Tj -ET -Q -q -370.314 366.667 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 369.0671 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 355.147 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 357.5471 Tm -[(i)4(D)-4(a)-1(t)3(u)-1(m)]TJ -0 Tc 0 Tw 3.219 0 Td -( )Tj -ET -Q -q -150.474 355.147 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 357.5471 Tm -[(<)-1(i)5(m)-6(age )1(dat)4(um)-6( keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.129 0 Td -( )Tj -ET -Q -q -370.314 355.147 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 357.5471 Tm -(12)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 343.627 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 346.0271 Tm -[(i)4(m)-7(a)-1(g)-1(e)-1(C)-4(R)-4(S)]TJ -0 Tc 0 Tw 4.914 0 Td -( )Tj -ET -Q -q -150.474 343.627 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 346.0271 Tm -[(<)-1(i)5(m)-6(age )1(cr)3(s )1(ke)-1(yw)-4(or)3(d>)]TJ -0 Tc 0 Tw 9.658 0 Td -( )Tj -ET -Q -q -370.314 343.627 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 346.0271 Tm -(12)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 332.107 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 334.5071 Tm -[(i)4(m)-7(a)-1(g)-1(e)-1(D)-4(a)-1(t)3(u)-1(m)]TJ -0 Tc 0 Tw 5.762 0 Td -( )Tj -ET -Q -q -150.474 332.107 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 334.5071 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( i)5(m)-6(age dat)4(um)]TJ -0 Tc 0 Tw 16.494 0 Td -( )Tj -ET -Q -q -370.314 332.107 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 334.5071 Tm -(12)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 320.587 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 322.9871 Tm -[(i)4(n)-1(t)3(e)-1(r)2(p)-1(o)-1(l)4(a)-1(t)3(i)4(o)-1(n)-1(C)-4(R)-4(S)]TJ -0 Tc 0 Tw 7.681 0 Td -( )Tj -ET -Q -q -150.474 320.587 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 322.9871 Tm -[(<)-1(i)5(nt)4(er)3(pol)5(at)4(i)5(on)-1( )1(cr)3(s )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 12.425 0 Td -( )Tj -ET -Q -q -370.314 320.587 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 322.9871 Tm -(17)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 309.067 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 311.4671 Tm -[(l)4(e)-1(n)-1(g)-1(t)3(h)-1(U)-4(n)-1(i)4(t)]TJ -0 Tc 0 Tw 4.575 0 Td -( )Tj -ET -Q -q -150.474 309.067 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 311.4671 Tm -[(<)-1(l)5(engt)4(h )1(u)-1(ni)4(t)4( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.942 0 Td -( )Tj -ET -Q -q -370.314 309.067 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 311.4671 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 297.787 118.8 11.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 299.9471 Tm -[(m)-6(er)3(i)5(di)5(an)]TJ -0 Tc 0 Tw 3.897 0 Td -( )Tj -ET -Q -q -150.474 297.787 219.84 11.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 299.9471 Tm -[(<)-1(m)-6(er)3(i)5(di)5(an )1(keyw)-4(or)2(d>)]TJ -0 Tc 0 Tw 9.15 0 Td -( )Tj -ET -Q -q -370.314 297.787 155.76 11.28 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 299.9471 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 286.267 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 288.6671 Tm -[(m)-6(et)4(hod)]TJ -0 Tc 0 Tw 3.39 0 Td -( )Tj -ET -Q -q -150.474 286.267 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 288.6671 Tm -[(\()4(i)6(\))4( )1()]TJ -0 Tc 0 Tw 16.776 0 Td -( )Tj -ET -Q -q -370.314 286.267 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 288.6671 Tm -(9)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 274.747 118.8 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 277.1471 Tm -( )Tj -ET -Q -q -150.474 274.747 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 277.1471 Tm -[(\()4(i)6(i)6(\))4( )1()]TJ -0 Tc 0 Tw 14.573 0 Td -( )Tj -ET -Q -q -370.314 274.747 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 277.1471 Tm -(15 and 17)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -31.674 263.227 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 265.6271 Tm -[(oper)4(at)5(i)5(onA)-2(c)1(c)1(ur)4(ac)1(y)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 263.227 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 265.6271 Tm -[(<)-1(oper)3(at)4(i)5(on )1(acc)-1(ur)3(acy )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.838 0 Td -( )Tj -ET -Q -q -370.314 263.227 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 265.6271 Tm -(1)Tj -0.565 0 Td -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 251.707 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 254.1071 Tm -[(or)4(der)]TJ -0 Tc 0 Tw 2.372 0 Td -( )Tj -ET -Q -q -150.474 251.707 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 254.1071 Tm -[(<)-1(ax)3(i)5(s )1(or)3(der)3( )1(key)-1(w)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.711 0 Td -( )Tj -ET -Q -q -370.314 251.707 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 254.1071 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 240.187 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 242.5871 Tm -[(par)4(am)-6(et)5(er)]TJ -0 Tc 0 Tw 4.632 0 Td -( )Tj -ET -Q -q -150.474 240.187 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 242.5871 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(keyw)-3(o)-1(r)3(d>)]TJ -0 Tc 0 Tw 9.885 0 Td -( )Tj -ET -Q -q -370.314 240.187 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 242.5871 Tm -[(9,)5( 15 and 17)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -ET -Q -q -31.674 228.667 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 231.0671 Tm -[(par)4(am)-6(et)5(er)4(F)-1(i)5(l)5(e)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 228.667 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 231.0671 Tm -[(<)-1(par)3(am)-6(et)4(er)3( )1(f)4(i)5(l)5(e)-1( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.466 0 Td -( )Tj -ET -Q -q -370.314 228.667 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 231.0671 Tm -(15 and 17)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -31.674 217.147 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 219.5471 Tm -[(par)4(am)-6(et)5(r)4(i)5(c)1(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.946 0 Td -( )Tj -ET -Q -q -150.474 217.147 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 219.5471 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.691 0 Td -( )Tj -ET -Q -q -370.314 217.147 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 375.5943 219.5471 Tm -(13 and 15)Tj -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -31.674 205.627 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 208.0271 Tm -[(par)4(am)-6(et)5(r)4(i)5(c)1(D)-3(at)5(um)]TJ -0 Tc 0 Tw 7.794 0 Td -( )Tj -ET -Q -q -150.474 205.627 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 208.0271 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( par)3(am)-6(et)4(r)3(i)5(c)1( dat)4(um)]TJ -0 Tc 0 Tw 18.527 0 Td -( )Tj -ET -Q -q -370.314 205.627 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 208.0271 Tm -(13)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 194.107 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 196.5071 Tm -[(par)4(am)-6(et)5(r)4(i)5(c)1(U)-3(ni)5(t)]TJ -0 Tc 0 Tw 6.608 0 Td -( )Tj -ET -Q -q -150.474 194.107 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 155.9942 196.5071 Tm -[(<)-1(pa)]TJ -0.009 Tc -0.004 Tw 1.724 0 Td -[(r)4(am)-5(et)5(r)4(i)6(c)1( )1(uni)6(t)5( )1(k)1(ey)1(w)-2(or)4(d>)]TJ -0 Tc 0 Tw 10.251 0 Td -( )Tj -ET -Q -q -370.314 194.107 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 196.5071 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 182.587 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 184.9871 Tm -[(pD)-3(at)5(um)]TJ -0 Tc 0 Tw 3.559 0 Td -( )Tj -ET -Q -q -150.474 182.587 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 184.9871 Tm -[(<)-1(par)3(am)-6(et)4(r)3(i)5(c )1(da)-1(t)4(u)-1(m)-6( keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 13.161 0 Td -( )Tj -ET -Q -q -370.314 182.587 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 184.9871 Tm -(13)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 171.067 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 173.4671 Tm -[(pr)4(i)5(m)-6(eM)]TJ -0 Tc 0 Tw 3.388 0 Td -( )Tj -ET -Q -q -150.474 171.067 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 173.4671 Tm -[(<)-1(pr)3(i)5(m)-6(e )1(m)-6(er)3(i)5(di)5(an )1(k)-1(eyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.974 0 Td -( )Tj -ET -Q -q -370.314 171.067 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 173.4671 Tm -(8)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 159.787 118.8 11.28 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 161.9471 Tm -[(pr)4(i)5(m)-6(eM)-5(er)4(i)5(di)5(an)]TJ -0 Tc 0 Tw 6.438 0 Td -( )Tj -ET -Q -q -150.474 159.787 219.84 11.28 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 161.9471 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( pr)3(i)5(m)-6(e m)-6(er)3(i)5(di)5(an)]TJ -0 Tc 0 Tw 17.34 0 Td -( )Tj -ET -Q -q -370.314 159.787 155.76 11.28 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 161.9471 Tm -(8)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 148.267 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 150.6671 Tm -[(pr)4(oj)5(C)-3(R)-3(S)]TJ -0 Tc 0 Tw 3.839 0 Td -( )Tj -ET -Q -q -150.474 148.267 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 150.6671 Tm -[(<)-1(pr)3(oj)5(ect)4(ed )1(cr)3(s keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 11.07 0 Td -( )Tj -ET -Q -q -370.314 148.267 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 150.6671 Tm -(9)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 136.747 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 139.1471 Tm -[(pr)4(oj)5(ec)1(t)5(edC)-3(R)-3(S)]TJ -0 Tc 0 Tw 6.325 0 Td -( )Tj -ET -Q -q -150.474 136.747 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 139.1471 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( pr)3(oj)5(ec)1(t)4(ed c)1(r)3(s)]TJ -0 Tc 0 Tw 16.435 0 Td -( )Tj -ET -Q -q -370.314 136.747 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 139.1471 Tm -(9)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 125.227 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 127.6271 Tm -[(pr)4(oj)5(ec)1(t)5(i)5(on)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 125.227 219.84 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 155.9942 127.6271 Tm -(A)Tj -0.008 Tc -0.003 Tw 0.678 0 Td -[(l)4(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(v)-2(e)-1( k)-1(e)-1(y)-1(w)-4(o)-1(r)2(d)-1( f)3(o)-1(r)2( m)-7(a)-1(p)-1( p)-1(r)2(o)-1(j)4(e)-1(c)-1(t)3(i)4(o)-1(n)-1( m)-7(e)-1(t)3(h)-1(o)-1(d)]TJ -0 Tc 0 Tw 20.279 0 Td -( )Tj -ET -Q -q -370.314 125.227 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 127.6271 Tm -(9)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 113.707 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 116.1071 Tm -[(re)-4(m)-9(a)-4(rk)]TJ -0 Tc 0 Tw 3.163 0 Td -( )Tj -ET -Q -q -150.474 113.707 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 116.1071 Tm -[(<)-1(r)3(em)-6(ar)3(k )1(keyw)-3(or)3(d>)-2( )]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -q -370.314 113.707 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 116.1071 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 102.187 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 104.5871 Tm -[(s)1(c)1(al)6(eU)-3(ni)6(t)]TJ -0 Tc 0 Tw 4.179 0 Td -( )Tj -ET -Q -q -150.474 102.187 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 104.5871 Tm -[(<)-1(scal)5(e )1(un)-1(i)5(t)3( )1(keyw)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.545 0 Td -( )Tj -ET -Q -q -370.314 102.187 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 104.5871 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 90.667 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 93.0671 Tm -[(sco)-1(p)-1(e)]TJ -0 Tc 0 Tw 2.711 0 Td -( )Tj -ET -Q -q -150.474 90.667 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 93.0671 Tm -[(<)-1(scope )1(ke)-1(yw)-4(or)3(d>)]TJ -0 Tc 0 Tw 7.964 0 Td -( )Tj -ET -Q -q -370.314 90.667 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 93.0671 Tm -(7)Tj -0.565 0 Td -( )Tj -ET -Q -q -31.674 79.147 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 81.5471 Tm -[(s)1(our)4(c)1(eC)-3(R)-3(S)]TJ -0 Tc 0 Tw 5.195 0 Td -( )Tj -ET -Q -q -150.474 79.147 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 155.9942 81.5471 Tm -[(<)-1(sour)3(ce )1(cr)3(s )1(k)-1(ey)-1(w)-3(or)3(d>)]TJ -0 Tc 0 Tw 9.94 0 Td -( )Tj -ET -Q -q -370.314 79.147 155.76 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 375.5943 81.5471 Tm -(17)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -31.674 67.627 118.8 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 70.0271 Tm -[(s)1(pher)4(oi)6(d)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -150.474 67.627 219.84 11.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 155.9942 70.0271 Tm -[(A)-2(l)5(t)4(er)3(nat)4(i)5(ve k)1(ey)1(w)-3(or)3(d f)4(or)3( el)5(l)5(i)5(ps)1(oi)5(d)]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -370.314 67.627 155.76 11.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 375.5943 70.0271 Tm -(8)Tj -0.565 0 Td -( )Tj -ET -Q - endstream endobj 270 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(13)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -ET -q -65.754 631.627 150.24 126.48 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 748.9871 Tm -[(<)-1(w)-3(kt)4( )1(Lat)4(i)5(n)-1( )1(t)4(ex)3(t)4( )1(char)3(act)4(er)3(>)]TJ -0 Tc 0 Tw 11.633 0 Td -( )Tj -ET -Q -q -215.994 631.627 28.32 126.48 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2742 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -244.314 631.627 317.52 126.48 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 249.5943 748.9871 Tm -(<)Tj -0.009 Tc -0.005 Tw 0.593 0 Td -[(s)1(i)6(m)-5(pl)6(e Lat)5(i)6(n upper)4( c)1(as)1(e l)6(et)5(t)5(er)4(> |)5( )]TJ -0 Tc 0 Tw 28.987 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 249.5943 737.4671 Tm -[(|)5( |)5( )]TJ -0 Tc 0 Tw 10.979 0 Td -( )Tj -0.009 Tc -0.005 Tw -10.979 -1.171 Td -[(|)5( |)5( |)5( |)5( )]TJ -0 Tc 0 Tw 27.438 0 Td -( )Tj -0.009 Tc -0.005 Tw -27.438 -1.146 Td -[(|)5( |)5( )]TJ -0 Tc 0 Tw 12.73 0 Td -( )Tj -0.009 Tc -0.005 Tw -12.73 -1.171 Td -[(|)5( |)5( |)5( )Tj -0 Tc 0 Tw 0.932 0 Td -( )Tj -0.009 Tc -0.005 Tw -30.507 -1.171 Td -[(|)5( |)5( |)5( )]TJ -0.008 Tc -0.003 Tw 10.736 0 Td -[(<)-1(col)5(on>)-1( )1(|)3( )1(<)-1(sem)-6(i)5(col)5(on>)-1( )]TJ -0 Tc 0 Tw 10.49 0 Td -( )Tj -0.004 Tc -0.004 Tw -21.226 -1.171 Td -(| )Tj -0.008 Tc -0.003 Tw 0.547 0 Td -[(<)-1(pl)5(us )1(si)5(gn)-1(>)-1( )1(|)4( )1(<)-1(m)-6(i)5(nus )1(si)5(gn>)-1( )1(|)4( )]TJ --0.008 Tw 12.9 0 Td -[(<)-1(space>)-1( )]TJ -0.009 Tc -0.005 Tw 4.181 0 Td -[(|)5( )]TJ -0 Tc 0 Tw 7.326 0 Td -( )Tj -0.009 Tc -0.005 Tw -24.953 -1.171 Td -[(|)5( |)5( |)5( )]TJ -0.008 Tc -0.003 Tw 13.052 0 Td -[(<)-1(quot)4(e>)-1( )1(|)4( )]TJ -0.009 Tc -0.004 Tw 4.559 0 Td -[( )1(|)5( )]TJ -0.008 Tc -0.008 Tw 8.88 0 0 8.88 477.1761 668.5871 Tm -[()]TJ -0 Tc 0 Tw 9.84 0 0 9.84 528.1687 668.5871 Tm -( )Tj -0.009 Tc -0.005 Tw -28.31 -1.171 Td -[(|)5( )]TJ -0.004 Tc -0.004 Tw 5.179 0 Td -(| )Tj -0.008 Tc 8.88 0 0 8.88 305.9324 657.0671 Tm -[( |)4( )]TJ --0.003 Tw 9.84 0 0 9.84 384.3113 657.0671 Tm -[(<)-1(quest)4(i)5(on m)-6(a)-1(r)3(k)-1(>)-1( )]TJ -0.004 Tc -0.004 Tw 7.852 0 Td -(| )Tj -0.008 Tc -0.003 Tw 0.547 0 Td -[(<)-1(v)-1(er)3(t)4(i)5(cal)5( bar)2(>)-1( )1( )]TJ -0 Tc 0 Tw 6.722 0 Td -( )Tj -0.004 Tc -0.004 Tw -28.812 -1.171 Td -(| )Tj -0 Tc 0 Tw 0.547 0 Td -(<)Tj -0.009 Tc -0.005 Tw 0.593 0 Td -[(degr)4(ee s)1(y)1(m)-6(bol)]TJ -0.01 Tc 6.665 0 Td -[(>)1( )1(|)]TJ -0 Tc 0 Tw 1.14 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.282 0 Td -[(<)-1(doubl)5(equot)3(e )1(sym)-6(bol)5(>)]TJ -/TT2 1 Tf -0 Tc 0 Tw 10.282 0 Td -( )Tj -ET -q -244.314 631.627 317.52 126.48 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 249.5943 634.0271 Tm -( )Tj -ET -Q -q -65.754 608.107 150.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 622.5071 Tm -[(<)-1(quot)4(ed )1(U)-3(ni)4(code )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 10.222 0 Td -( )Tj -ET -Q -q -215.994 608.107 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2742 622.5071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -244.314 608.107 317.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 249.5943 622.5071 Tm -[(<)-1(doubl)5(e )1(q)-1(uot)3(e>)-1( )1({)3( )1(<)-1(w)-3(kt)4( )1(U)-3(ni)5(code)-1( )1(t)4(ex)3(t)4( )1(char)3(act)4(er)3(>)-1( )1(})]TJ -/C2_0 1 Tf -0 Tc 0 Tw 21.738 0 Td -<0001>Tj -/TT1 1 Tf -1.016 0 Td -( )Tj -0.008 Tc -0.003 Tw 0.29 0 Td -[(<)-1(doubl)5(e )1(q)-1(uot)3(e>)]TJ -0 Tc 0 Tw 7.063 0 Td -( )Tj -ET -Q -q -65.754 584.587 150.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 598.9871 Tm -[(<)-1(w)-3(kt)4( )1(U)-3(ni)5(c)-1(ode)-1( )1(t)4(ex)3(t)4( )1(char)3(act)4(er)3(>)]TJ -0 Tc 0 Tw 13.157 0 Td -( )Tj -ET -Q -q -215.994 584.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2742 598.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -244.314 584.587 317.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 249.5943 598.9871 Tm -[(<)-1(nondoubl)5(equ)-1(ot)4(e )1(char)3(act)4(er)3(>)-1( )1(|)4( )1(<)-1(doubl)5(e)-1(quot)4(e )1(sym)-6(bol)5(>)]TJ -0 Tc 0 Tw 24.105 0 Td -( )Tj --24.105 -1.171 Td -( )Tj -ET -Q -q -65.754 539.227 150.24 45.36 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 575.4671 Tm -[(<)-1(nondoubl)5(equ)-1(ot)4(e )1(char)3(act)4(er)3(>)]TJ -0 Tc 0 Tw 12.993 0 Td -( )Tj -ET -Q -q -215.994 539.227 28.32 45.36 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2742 575.4671 Tm -[(:)1(:)1(=)]TJ -/TT2 1 Tf -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -244.314 539.227 317.52 45.36 re -W n -BT -/TT2 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 249.5943 576.4271 Tm -(!! )Tj -/TT3 1 Tf -0 Tw 1.829 0 Td -(A is any character of )Tj -ET -Q -BT -/TT3 1 Tf -0.01 Tc 9.84 0 0 9.84 249.5943 565.1471 Tm -(the source language character set other than a )Tj -0 Tc 28.659 0 Td -( )Tj -0.01 Tc -28.659 -1.146 Td -(.)Tj -/TT1 1 Tf -0 Tc 9.146 0 Td -( )Tj -ET -q -244.314 539.227 317.52 45.36 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 249.5943 541.6271 Tm -( )Tj -ET -Q -q -65.754 514.747 150.24 24.48 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 530.1071 Tm -[(<)-1(doubl)5(equot)3(e )1(sym)-6(bol)5(>)]TJ -0 Tc 0 Tw 10.282 0 Td -( )Tj -ET -Q -q -215.994 514.747 28.32 24.48 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 221.2742 530.1071 Tm -[(:)1(:)1(=)]TJ -/TT4 1 Tf -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -244.314 514.747 317.52 24.48 re -W n -BT -/TT4 1 Tf -0.006 Tc -0.006 Tw 9.84 0 0 9.84 249.5943 530.1071 Tm -("")Tj -/TT2 1 Tf -0 Tc 0.01 Tw ( )Tj -0.01 Tc 0 Tw (!! two consecutive characters)Tj -/TT1 1 Tf -0 Tc 29.38 0 Td -( )Tj -ET -Q -BT -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 502.5071 Tm -[(6)-5(.3)-5(.5)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.094 0 Td -[(D)-2(oubl)5(e)1( quot)4(e)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw -3.354 -2.366 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(:)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.55 0 Td -( )Tj -0.009 Tc 0.104 Tw 0.39 0 Td -[(I)5(f)5( )1(a )1(doubl)6(e )1(quot)5(e )1(i)6(s)1( )1(r)4(equi)6(r)4(ed )1(w)-2(i)6(t)5(hi)6(n )1(a)-1( )1( )1(or)]TJ -0 Tc 0 Tw 27.674 0 Td -( )Tj -0.008 Tc 0.105 Tw 0.39 0 Td -[(<)-1(quot)4(ed )1(U)-3(ni)5(c)-1(ode )1(t)4(ex)3(t)4(>)-1( )1(st)4(r)3(i)5(ng,)4( )1(a )]TJ --0.003 Tw -35.003 -1.171 Td -[(<)-1(doubl)5(equot)3(e )1(sym)-6(bol)5(>)-1( )1(shal)5(l)5( )1(be )1(u)-1(se)-1(d.)]TJ -0 Tc 0 Tw 16.835 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 444.9071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.871 0 Td -[(")3(D)-2(at)4(um)-5( or)3(i)5(gi)5(n i)5(s)1( 30\260)2(25')5(20")3(")3(N)-2(,)4( 130\260)2(25')5(20")3(")3(E)-1(.)4(")]TJ -0 Tc 0 Tw 19.976 0 Td -( )Tj -1.646 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 417.7871 Tm -[(6)-4(.)1(4)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.006 Tc -0.006 Tw 1.084 0 Td -[(D)-7(e)-4(l)1(i)1(m)-10(i)1(te)-4(r)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 394.2671 Tm -[(I)1(n)-4( )]TJ -0.01 Tc -0.01 Tw 1.211 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.077 Tw 2.622 0 Td -[(s)1(t)5(r)4(i)6(ngs)1( t)5(he at)5(t)5(r)4(i)6(but)5(es)1( f)5(or)4( an i)6(t)5(em)-5( ar)4(e i)6(nc)1(l)6(uded w)-3(i)6(t)5(hi)6(n a pai)6(r)4( of)5( l)6(ef)5(t)5( and r)4(i)6(ght)5( del)6(i)6(m)-5(i)6(t)5(er)4(s)1(.)5( T)-1(he del)6(i)6(m)-5(i)6(t)5(er)4(s)1( )]TJ -0.041 Tw -3.833 -1.171 Td -[(s)1(houl)6(d n)]TJ -[(or)4(m)-6(al)5(l)5(y)1( be <)-1(l)5(ef)5(t)5( br)4(ac)1(k)1(et)5(>)-1( and <)-1(r)4(i)5(ght)5( br)4(ac)1(k)1(et)5(>)-1(.)5( I)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(ons)1( ar)4(e f)5(r)4(ee t)5(o s)1(ubs)1(t)5(i)5(t)5(ut)5(e par)4(ent)5(hes)1(es)1( f)5(or)4( )]TJ --0.004 Tw 0 -1.171 TD -[(br)4(ac)1(k)1(et)5(s)1(.)5( I)5(f)5( <)-1(l)5(ef)5(t)5( br)4(ac)1(k)1(et)5(>)-1( i)5(s)1( us)1(ed as)1( a <)-1(l)5(ef)5(t)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)-1( t)5(hen <)-1(r)4(i)5(ght)5( br)4(ac)1(k)1(et)5(>)-1( m)-6(us)1(t)5( be us)1(ed as)1( t)5(he c)1(or)4(r)4(es)1(pondi)5(ng )]TJ -0.008 Tc 0.264 Tw T* -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)4(er)3(>)-1(;)3( )1(i)5(f)3( )1(<)-2(l)5(ef)4(t)4( )1(par)3(en>)-1( )1(i)5(s )1(use)]TJ -0.009 Tc 0.263 Tw 18.607 0 Td -[(d as)1( a <)-1(l)5(ef)5(t)5( del)5(i)5(m)-6(i)5(t)5(er)4(>)-1( t)5(hen <)-1(r)4(i)5(ght)5( par)4(en>)-1( m)-6(us)1(t)5( be us)1(ed as)1( t)5(he )]TJ -0.011 Tw -18.607 -1.171 Td -[(c)1(or)4(r)4(es)1(pondi)6(ng .)5( A)-2( nes)1(t)5(ed t)5(ok)1(en m)-5(us)1(t)5( us)1(e t)5(he s)1(am)-5(e t)5(y)1(pe of)5( del)6(i)6(m)-5(i)6(t)5(er)4( as)1( t)5(he t)5(ok)1(en i)6(n w)-3(hi)6(c)1(h i)6(t)5( i)6(s)1( )]TJ --0.009 Tw T* -[(nes)1(t)5(ed.)]TJ -0 Tc 0 Tw 3.333 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -3.333 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf -0.333 Tw 6.211 0 Td -[(:)5( )1( )1(A)-1( )1(C)-2(R)-2(S)-1( )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ng )1(s)1(hal)6(l)6( )1(i)6(nc)1(l)6(ude )1(onl)6(y)1( )1(one )1(of)5( )1(t)5(he )1(t)5(w)-2(o)-1( )1(f)4(or)4(m)-5(s)1( )1(of)]TJ -0 Tc 0 Tw 32.617 0 Td -( )Tj -0.009 Tc 0.332 Tw 0.619 0 Td -[(del)5(i)5(m)-6(i)5(t)5(er)4(,)5( br)4(ac)1(k)1(et)5(s)1( or)4( )]TJ --0.005 Tw -39.448 -1.171 Td -[(par)4(ent)5(hes)1(es)1(,)5( al)5(l)5(ow)-3(ed i)5(n 6.)5(3.)5(4.)]TJ -0 Tc 0 Tw 13.501 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 274.2671 Tm -[(6)-4(.)1(5)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -1.084 0 Td -( )Tj -0.01 Tc -0.004 Tw 0.283 0 Td -[(C)-3(ase )1(sen)-1(si)5(t)4(i)5(v)-1(i)5(t)4(y)]TJ -0 Tc 0 Tw 7.7 0 Td -( )Tj -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 71.0342 250.7471 Tm -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.125 Tw 2.67 0 Td -[(k)1(ey)1(w)-3(or)4(ds)1( ar)4(e c)1(as)1(e i)6(ns)1(ens)1(i)6(t)5(i)6(ve.)5( K)-2(E)-2(Y)-2(W)-6(O)-4(R)-3(D)-3( i)6(s)1( equi)6(val)6(ent)5( t)5(o k)1(ey)1(w)-3(or)4(d i)6(s)1( equi)6(val)6(ent)5( t)5(o K)-2(ey)1(W)-6(or)4(d and t)5(o )]TJ -0.013 Tw -2.67 -1.171 Td -[(k)1(E)-2(Y)-2(w)-3(O)-4(R)-3(d.)5( W)-6(her)4(e hum)-5(an r)4(eadabi)6(l)6(i)6(t)5(y)1( i)6(s)1( i)6(m)-5(por)4(t)5(ant)5( \()4(as)1( i)6(n t)5(he ex)4(am)-5(pl)6(es)1( i)6(n t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)]TJ -38.278 0 Td -[(onal)5( S)-2(t)5(andar)4(d\))4( k)1(ey)1(w)-3(or)4(ds)1( )]TJ -0.371 Tw -38.278 -1.171 Td -[(s)1(houl)6(d be w)-3(r)4(i)6(t)5(t)5(en i)6(n onl)6(y)1( t)5(he s)1(et)5(.)5( K)-2(E)-2(Y)-2(W)-6(O)-4(R)-3(D)-3( i)6(s)1( not)5( equi)6(val)6(ent)5( t)5(o )]TJ -0.011 Tc -0.011 Tw T* -[(KEY_)2(W)-5(O)-2(R)-1(D)]TJ -0.005 Tc 0 Tw [(;)1( )1(t)]TJ -0.009 Tc -0.005 Tw 6.663 0 Td -[(he under)4(s)1(c)1(or)4(e c)1(har)4(ac)1(t)5(er)4( i)5(s)1( s)1(i)5(gni)5(f)5(i)5(c)1(ant)5(.)]TJ -0 Tc 0 Tw ( )Tj -0.01 Tc -0.01 Tw -6.663 -2.39 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.136 Tw 2.681 0 Td -[(enum)-6(er)4(at)5(i)5(ons)1( ar)4(e c)1(as)1(e i)5(ns)1(ens)1(i)5(t)5(i)5(ve.)5( C)-3(A)-2(R)-3(T)-1(E)-2(S)-2(I)5(A)-2(N)-3( i)5(s)1( equi)5(val)5(ent)5( t)5(o c)1(ar)4(t)5(es)1(i)5(an i)5(s)1( equi)5(v)]TJ -[(al)5(ent)5( t)5(o C)-3(ar)4(t)5(es)1(i)5(an;)5( )]TJ --0.004 Tw -2.681 -1.171 Td -[(N)-3(O)-4(R)-3(T)-1(H)-3( i)5(s)1( equi)5(val)5(ent)4( t)4(o nor)3(t)4(h i)5(s)1( equi)5(val)5(ent)4( t)4(o N)-3(or)3(t)4(h.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.004 Tw 0 -2.39 TD -[(W)-6(i)6(t)5(hi)6(n )1(quot)5(ed )1(t)5(ex)4(t)5(,)5( )1(c)1(as)1(e )1(i)6(s)1( )1(s)1(i)6(gni)6(f)5(i)6(c)1(ant)5(.)5( )1(\223)4(H)-2(\224)4( )1(i)6(s)1( )1(not)5( )1(equi)6(val)6(ent)5( )1(t)5(o )1(\223)4(h\224)4(.)]TJ -0 Tc 0 Tw 29.198 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -29.198 -2.39 Td -[(R)-3(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)]TJ -/TT1 1 Tf --0.004 Tw 6.211 0 Td -[(:)5( )1(O)-3(ut)5(s)1(i)6(de )1(of)]TJ -/TT0 1 Tf -0 Tc 0 Tw 5.197 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 0.282 0 Td -[(quot)5(ed t)5(ex)4(t)5(,)5( c)1(har)4(ac)1(t)5(er)4(s)1( i)5(n a W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng s)1(hal)5(l)5( not)5( be c)1(as)1(e s)1(ens)1(i)5(t)5(i)5(ve.)]TJ -0 Tc 0 Tw 29.99 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 106.7471 Tm -[(6)-4(.)1(6)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(R)-3(eser)3(v)-1(ed)-1( )1(keyw)-3(o)-1(r)3(d)-1(s)]TJ -0 Tc 0 Tw 9.567 0 Td -( )Tj -/TT1 1 Tf -9.84 0 0 9.84 71.0342 83.2271 Tm -(T)Tj -0.009 Tc 0.012 Tw 0.621 0 Td -[(he k)1(ey)1(w)-3(or)4(ds)1( def)5(i)5(ned i)5(n )]TJ -0 Tc 0 Tw 10.74 0 Td -(C)Tj -0.008 Tc 0.013 Tw 0.734 0 Td -[(l)4(a)-1(u)-1(s)-1(e)-1(s)-1( 7)-1( t)3(h)-1(r)2(o)-1(ug)-1(h)-1( 1)-1(8)-1( o)-1(f)3( t)3(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( S)-3(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1( f)3(o)-1(r)2( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( r)3(e)-1(f)3(e)-1(r)2(e)-1(n)-1(c)-1(e)-1( s)-1(y)-1(s)-1(t)3(e)-1(m)-7(s)-1(,)3( )]TJ -0.009 Tc 0.171 Tw -12.095 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(ons)1(,)5( t)5(hei)6(r)4( c)1(om)-5(ponent)5( el)6(em)-5(ent)5(s)1( and t)5(hei)6(r)4( at)5(t)5(r)4(i)6(but)5(es)1( ar)4(e s)1(um)-5(m)-5(ar)4(i)6(s)1(ed her)4(e.)5( T)-1(hos)1(e f)5(or)4(m)-5(ed )]TJ -ET - endstream endobj 269 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(12)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -ET -q -31.674 730.507 154.32 27.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 748.9871 Tm -[(<)-1(or)3(di)5(nal)5( )1(day)-1(>)]TJ -0 Tc 0 Tw 6.157 0 Td -( )Tj -ET -Q -q -185.994 730.507 28.32 27.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 748.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 730.507 318.96 27.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 748.9871 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 8.7 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 219.5943 739.1471 Tm -(!! three digits )Tj -(including leading zeroes if less than 100)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 527.3887 739.1471 Tm -( )Tj -ET -q -31.674 701.467 154.32 29.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 721.3871 Tm -[(<)-1(24 )1(hour)3( )1(cl)5(oc)-1(k>)]TJ -0 Tc 0 Tw 7.23 0 Td -( )Tj -ET -Q -q -185.994 701.467 28.32 29.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 721.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 701.467 318.96 29.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 721.3871 Tm -[(<)-1(t)4(i)5(m)-6(e )1(desi)5(gna)-1(t)4(or)3(>)-1( )1(<)-1(hour)3(>)-1( )1([)4( )1(<)-1(col)5(on>)-1( )1(<)-2(m)-6(i)5(nut)4(e>)-1( )1([)4( )1(<)-1(col)5(on>)-1( )1(<)-1(se)-1(cond>)-1( )1(])4( )1(])4( )]TJ -0 Tc 0 Tw 31.243 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 709.8671 Tm -[(<)-1(t)4(i)5(m)-6(e )1(zone de)-1(si)5(gnat)4(or)3(>)]TJ -0 Tc 0 Tw 10.621 0 Td -( )Tj -ET -q -31.674 683.947 154.32 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 692.3471 Tm -[(<)-1(t)4(i)5(m)-6(e )1(desi)5(gna)-1(t)4(or)3(>)]TJ -0 Tc 0 Tw 8.135 0 Td -( )Tj -ET -Q -q -185.994 683.947 28.32 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 692.3471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 683.947 318.96 17.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 219.5943 692.3471 Tm -(T)Tj -0.621 0 Td -( )Tj -ET -Q -q -31.674 660.427 154.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 674.8271 Tm -[(<)-1(hour)3(>)]TJ -0 Tc 0 Tw 3.22 0 Td -( )Tj -ET -Q -q -185.994 660.427 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 674.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 660.427 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 674.8271 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 8.7 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 219.5943 664.9871 Tm -(!! two digits including leading zero if less t)Tj -(han 10)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 500.3892 664.9871 Tm -( )Tj -ET -q -31.674 636.907 154.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 651.3071 Tm -[(<)-1(m)-6(i)5(nut)4(e>)]TJ -0 Tc 0 Tw 4.238 0 Td -( )Tj -ET -Q -q -185.994 636.907 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 651.3071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 636.907 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 651.3071 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 8.7 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 219.5943 641.4671 Tm -(!! two digits including leading zero if less than 10)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 500.3892 641.4671 Tm -( )Tj -ET -q -31.674 578.587 154.32 58.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 37.1944 627.7871 Tm -[(<)-1(second>)]TJ -0 Tc 0 Tw 4.463 0 Td -( )Tj -ET -Q -q -185.994 578.587 28.32 58.32 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 627.7871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 578.587 318.96 58.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 627.7871 Tm -[(<)-1(seconds i)5(nt)3(eger)3(>)-1( )1([)4( )1(<)-1(per)3(i)5(od>)-1( )1([)4( )1(<)-1(s)-1(econds )1(f)4(r)3(act)4(i)5(on>)-1( )1(])4( )1(])]TJ -0 Tc 0 Tw 23.783 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc 0.179 Tw 8.88 0 0 8.88 219.5943 617.9471 Tm -[(!! )-1(In )-1(this )-1(International Standard the separator between )]TJ -ET -Q -BT -/TT2 1 Tf -0.008 Tc 0.072 Tw 8.88 0 0 8.88 219.5943 607.8671 Tm -(the integer and fractional parts of a s)Tj -ET -q -214.314 578.587 318.96 58.32 re -W n -BT -/TT2 1 Tf -8.88 0 0 8.88 434.6671 607.8671 Tm -(econd value shall )Tj -0.247 Tw -24.22 -1.162 Td -(be a period. The ISO 8601 preference for comma is not )Tj -ET -Q -BT -/TT2 1 Tf --0.008 Tw 8.88 0 0 8.88 219.5943 587.4671 Tm -(permitted.)Tj -0 Tc 0 Tw 9.84 0 0 9.84 273.5933 587.4671 Tm -( )Tj -ET -q -31.674 555.307 154.32 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 569.4671 Tm -[(<)-1(seconds i)5(nt)3(eger)3(>)]TJ -0 Tc 0 Tw 8.361 0 Td -( )Tj -ET -Q -q -185.994 555.307 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 569.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 555.307 318.96 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 569.4671 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 8.7 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 219.5943 559.8671 Tm -(!! two digits including leading zero if less than 10)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 500.3892 559.8671 Tm -( )Tj -ET -q -31.674 531.787 154.32 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 546.1871 Tm -[(<)-1(seconds f)4(r)3(a)-1(ct)3(i)5(on>)]TJ -0 Tc 0 Tw 8.586 0 Td -( )Tj -ET -Q -q -185.994 531.787 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 546.1871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 531.787 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 546.1871 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 8.7 0 Td -( )Tj -ET -Q -q -31.674 514.267 154.32 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 522.6671 Tm -[(<)-1(t)4(i)5(m)-6(e )1(zone de)-1(si)5(gnat)4(or)3(>)]TJ -0 Tc 0 Tw 10.621 0 Td -( )Tj -ET -Q -q -185.994 514.267 28.32 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 522.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 514.267 318.96 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 219.5943 522.6671 Tm -[(<)-1(ut)4(c )1(de)]TJ -0.009 Tc -0.005 Tw 3.362 0 Td -[(s)1(i)6(gnat)5(or)4(> |)5( )]TJ -0 Tc 0 Tw 18.03 0 Td -( )Tj -ET -Q -q -31.674 496.747 154.32 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 505.1471 Tm -[(<)-1(ut)4(c )1(desi)5(gna)-1(t)4(or)3(>)]TJ -0 Tc 0 Tw 7.57 0 Td -( )Tj -ET -Q -q -185.994 496.747 28.32 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 505.1471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 496.747 318.96 17.52 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 219.5943 505.1471 Tm -(Z)Tj -0.621 0 Td -( )Tj -ET -Q -q -31.674 479.227 154.32 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 487.6271 Tm -[(<)-1(l)5(ocal)5( )1(t)4(i)4(m)-6(e zone )1(desi)5(gnat)4(or)3(>)]TJ -0 Tc 0 Tw 12.992 0 Td -( )Tj -ET -Q -q -185.994 479.227 28.32 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 191.2742 487.6271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -214.314 479.227 318.96 17.52 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 219.5943 487.6271 Tm -[({)4( )1( )1(|)5( )1( )1(})4( )1( )1([)5( )1( )1( )1(])]TJ -0 Tc 0 Tw 26.366 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 470.8271 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.282 0 Td -(2)Tj -0.563 0 Td -( )Tj -0.008 Tc 0.007 Tw 1.745 0 Td -[(I)4(n I)4(S)-1(O)-3( 8601 t)4(i)5(m)-5(e z)1(one des)1(i)5(gnat)4(or)3( m)-5(ay)1( be om)-5(i)5(t)4(t)4(ed,)4( i)5(n w)-2(hi)5(c)1(h c)1(as)1(e l)5(oc)1(al)5( t)4(i)5(m)-5(e i)5(s)1( as)1(s)1(um)-5(ed but)4( u)]TJ -0.007 Tc 0.008 Tw 41.652 0 Td -[(ns)1(pec)1(i)5(f)4(i)5(ed.)4( )1(I)4(n )1(t)4(hi)5(s)1( )]TJ -0.008 Tc -0.004 Tw -47.058 -1.189 Td -[(I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d a t)4(i)5(m)-5(e z)1(one des)1(i)5(gnat)4(or)3( i)5(s)1( m)-5(andat)4(or)3(y)1(.)]TJ -0 Tc 0 Tw 26.873 0 Td -( )Tj -0.009 Tc -0.005 Tw -26.873 -2.568 Td -[(EX)1(AM)-2(PL)2(E 1)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014 )Tj -0 Tc 0 Tw 3.04 0 Td -( )Tj -1.464 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(P)-2(r)3(eci)4(si)4(on =)-1( year)3(\))]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -25.112 -1.973 Td -[(EX)1(AM)-2(PL)2(E 2)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(01 )Tj -0 Tc 0 Tw 1.824 0 Td -( )Tj -1.892 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 2.252 0 Td -[(\()3(C)-2(al)5(endar)3( dat)4(e,)4( )1(pr)3(ec)1(i)5(s)1(i)5(on )1(= )1(m)-5(ont)4(h\))]TJ -0 Tc 0 Tw 15.632 0 Td -( )Tj -0.009 Tc -0.005 Tw -40.407 -1.946 Td -[(EX)1(AM)-2(PL)2(E 3)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(03)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(01 )Tj -0 Tc 0 Tw 1.824 0 Td -( )Tj -0.068 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.008 Tc -0.004 Tw 0.337 0 Td -[(C)-2(al)5(endar)3( dat)4(e,)4( pr)3(ec)1(i)5(s)1(i)5(on = day)1(\))]TJ -0 Tc 0 Tw 14.111 0 Td -( )Tj -0.009 Tc -0.005 Tw -39.223 -1.973 Td -[(EX)1(AM)-2(PL)2(E 4)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -3.04 0 Td -(0)Tj -0.008 Tc -0.008 Tw 0.608 0 Td -(60 )Tj -0 Tc 0 Tw 1.824 0 Td -( )Tj -1.284 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(O)-3(r)3(di)5(nal)5( )1(dat)4(e,)3( )1(pr)3(ec)1(i)5(s)1(i)5(on )1(= )1(day)1(\))]TJ -0 Tc 0 Tw 13.266 0 Td -( )Tj -0.009 Tc -0.005 Tw -38.378 -1.973 Td -[(EX)1(AM)-2(PL)2(E 5)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(05)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(06T23Z )Tj -0 Tc 0 Tw 4.257 0 Td -( )Tj -2.14 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.008 Tc -0.004 Tw 0.337 0 Td -[(C)-2(al)5(endar)3( dat)4(e,)4( pr)3(ec)1(i)5(s)1(i)5(on = hour)3(\))]TJ -0 Tc 0 Tw 14.505 0 Td -( )Tj -0.009 Tc -0.005 Tw -39.617 -1.973 Td -[(EX)1(AM)-2(PL)2(E 6)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(157T23Z )Tj -0 Tc 0 Tw 4.865 0 Td -( )Tj -1.104 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(O)-3(r)3(di)5(nal)5( )1(dat)4(e,)3( )1(pr)3(ec)1(i)5(s)1(i)5(on )1(= )1(hour)3(\))]TJ -0 Tc 0 Tw 13.66 0 Td -( )Tj -0.009 Tc -0.005 Tw -38.772 -1.973 Td -[(EX)1(AM)-2(PL)2(E 7)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(07)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(12T16:00Z )Tj -0 Tc 0 Tw 6.081 0 Td -( )Tj -0.316 0 Td -( )Tj -2.252 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(P)-2(r)3(eci)4(si)4(on =)-1( m)-5(i)4(nut)3(e,)3( U)-3(T)-1(C)-3(\))]TJ -0 Tc 0 Tw 11.349 0 Td -( )Tj -0.009 Tc -0.005 Tw -36.461 -1.973 Td -[(EX)1(AM)-2(PL)2(E 8)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(07)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(12T17:00+01)Tj -0 Tc 0 Tw ( )Tj -8.649 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(P)-2(r)3(eci)4(si)4(on =)-1( m)-5(i)4(nut)3(e,)3( l)4(ocal)4( t)3(i)4(m)-5(e one hour)3( ahead of)3( U)-3(T)-1(C)-3(\))]TJ -0 Tc 0 Tw 24.42 0 Td -( )Tj -0.009 Tc -0.005 Tw -49.532 -1.973 Td -[(EX)1(AM)-2(PL)2(E 9)]TJ -0 Tc 0 Tw 5.632 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 1.125 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(09)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(18T08:17:56Z )Tj -0 Tc 0 Tw 7.905 0 Td -( )Tj -0.743 0 Td -( )Tj -2.252 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(P)-2(r)3(eci)4(si)4(on =)-1( second\))]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw -25.112 -1.973 Td -[(EX)1(AM)-2(PL)2(E 1)2(0)]TJ -0 Tc 0 Tw 6.196 0 Td -( )Tj -/TT3 1 Tf -0.008 Tc -0.008 Tw 0.561 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 3.04 0 Td -(11)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.824 0 Td -(23T00:34:56.789Z )Tj -0 Tc 0 Tw 10.338 0 Td -( )Tj -0.563 0 Td -( )Tj -/TT1 1 Tf -2.252 0 Td -(\()Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(P)-2(r)3(eci)4(si)4(on =)-1( 1/)3(1000 second\))]TJ -0 Tc 0 Tw 9.84 0 0 9.84 369.494 280.0271 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -33.77 -2.756 Td -[(6)-5(.3)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.012 Tc -0.012 Tw 1.094 0 Td -[(CRS)1( )]TJ -0.011 Tc -0.011 Tw 2.428 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.312 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(ch)-1(ar)3(act)4(er)3(s)]TJ -0 Tc 0 Tw 5.14 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw -13.516 -2.366 Td -[(T)-1(he c)1(har)3(ac)1(t)4(er)3(s)1( per)3(m)-6(i)5(t)4(t)4(ed i)5(n el)5(em)-6(ent)4(s)1( of)4( a C)-3(R)-3(S)-2( )]TJ -0.01 Tc -0.01 Tw 21.464 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 2.541 0 Td -[(s)1(t)5(r)4(i)6(ng f)5(or)4(m)-5(e)]TJ -5.366 0 Td -[(d f)5(r)4(om)-6( t)5(hos)1(e i)5(n 6.)5(3.)5(1,)5( 6.)5(3.)5(2 and 6.)5(3.)5(3 ar)4(e:)]TJ -0 Tc 0 Tw 18.643 0 Td -( )Tj -ET -q -31.674 146.107 150.24 69.12 re -W n -BT -/TT1 1 Tf -0.003 Tc 0.002 Tw 9.84 0 0 9.84 37.1944 206.1071 Tm -[(<)-6(le)-5(f)-1(t)-1( )1(d)-5(e)-5(l)-1(im)-11(it)-1(e)-5(r)-2(>)]TJ -0 Tc 0 Tw 6.665 0 Td -( )Tj -ET -Q -q -181.914 146.107 28.32 69.12 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 187.4344 206.1071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -210.234 146.107 317.52 69.12 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 215.7542 206.1071 Tm -[(<)-1(l)5(ef)4(t)4( )1(br)3(acket)3(>)-1( )1(|)4( )1(<)-1(l)5(ef)4(t)4( )1(par)3(en>)]TJ -0 Tc 0 Tw 12.41 0 Td -( )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 215.7542 195.0671 Tm -(!! In this International Standard the preferred left )Tj -0 -1.297 TD -(delimiter is . is permitted )Tj -0 -1.297 TD -(for backward compatibility. Implementations shall be)Tj -0 Tc ( )Tj -0.008 Tc 0 -1.297 TD -(able to read both forms.)Tj -0 Tc ( )Tj -ET -q -210.234 146.107 317.52 69.12 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 215.7542 148.5071 Tm -( )Tj -ET -Q -q -31.674 122.587 150.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 136.9871 Tm -[(<)-1(r)3(i)5(ght)4( )1(del)5(i)5(m)-6(i)5(t)3(er)2(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -Q -q -181.914 122.587 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 187.4344 136.9871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -210.234 122.587 317.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 215.7542 136.9871 Tm -[(<)-1(r)3(i)5(ght)4( )1(br)3(acket)3(>)-1( )1(|)4( )1(<)-1(r)3(i)5(ght)4( )1(par)3(en>)-1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )1( )]TJ -/TT2 1 Tf -0.01 Tc 0 Tw 18.737 0 Td -(!! See 6.)Tj -0 Tc 5.488 0 Td -(4)Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -ET -Q -q -31.674 99.307 150.24 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 113.4671 Tm -[(<)-1(w)-3(kt)4( )1(separ)3(at)3(or)3(>)]TJ -0 Tc 0 Tw 7.286 0 Td -( )Tj -ET -Q -q -181.914 99.307 28.32 23.28 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 187.4344 113.4671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -210.234 99.307 317.52 23.28 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 215.7542 113.4671 Tm -[(<)-1(com)-6(m)-6(a>)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -ET -Q -q -31.674 75.787 150.24 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 90.1871 Tm -[(<)-1(quot)4(ed )1(La)-1(t)4(i)5(n )1(t)4(ex)3(t)4(>)]TJ -0 Tc 0 Tw 8.698 0 Td -( )Tj -ET -Q -q -181.914 75.787 28.32 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 187.4344 90.1871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -210.234 75.787 317.52 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 215.7542 90.1871 Tm -[(<)-1(doubl)5(e )1(q)-1(uot)3(e>)-1( )1(<)-1(w)-3(kt)4( )1(Lat)4(i)5(n )1(t)4(ex)2(t)4( )1(char)3(act)4(er)3(>)]TJ -/C2_0 1 Tf -0 Tc 0 Tw 18.97 0 Td -<0001>Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw 1.016 0 Td -[( )1(<)-1(doubl)5(e quot)4(e>)]TJ -/TT0 1 Tf -0 Tc 0 Tw 7.353 0 Td -( )Tj -/TT1 1 Tf --27.34 -1.171 Td -( )Tj -ET -Q - endstream endobj 268 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 546.4424 27.0671 Tm -(11)Tj -0 Tc 0 Tw ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 748.7471 Tm -[()]TJ -0 Tc 0 Tw 6.141 0 Td -( )Tj -0.004 Tc -0.004 Tw 10.778 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -q -244.314 737.707 28.32 20.4 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 249.5943 749.7071 Tm -(|)Tj -/TT2 1 Tf -0.008 Tw 0.263 0 Td -( )Tj -/TT3 1 Tf -0 Tw ( )Tj -ET -Q -q -272.634 737.707 289.2 20.4 re -W n -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 278.1544 750.6671 Tm -(!! ISO/IEC 10646:2012 character identifier U+007C)Tj -0 Tc ( )Tj -ET -Q -BT -/TT3 1 Tf -8.88 0 0 8.88 278.1544 740.5871 Tm -( )Tj -ET -q -65.754 717.307 150.24 20.4 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 728.3471 Tm -[()]TJ -0 Tc 0 Tw 5.971 0 Td -( )Tj -ET -Q -q -215.994 717.307 28.32 20.4 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 221.2742 728.3471 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -244.314 717.307 28.32 20.4 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 249.5943 729.3071 Tm -(})Tj -/TT2 1 Tf -0.008 Tw 0.338 0 Td -( )Tj -/TT3 1 Tf -0 Tw ( )Tj -ET -Q -q -272.634 717.307 289.2 20.4 re -W n -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 278.1544 730.2671 Tm -(!! ISO)Tj -(/IEC 10646:2012 character identifier U+007D)Tj -0 Tc ( )Tj -0 -1.135 TD -( )Tj -ET -Q -q -65.754 705.787 150.24 11.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 707.9471 Tm -[()]TJ -0 Tc 0 Tw 7.831 0 Td -( )Tj -ET -Q -q -215.994 705.787 28.32 11.52 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 221.2742 707.9471 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -244.314 705.787 28.32 11.52 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 249.5943 707.9471 Tm -(\260)Tj -/TT2 1 Tf -0.008 Tw 0.405 0 Td -( )Tj -/TT3 1 Tf -0 Tw ( )Tj -ET -Q -q -272.634 705.787 289.2 11.52 re -W n -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 278.1544 708.6671 Tm -(!! ISO/IEC 10646:2012 character identifier U+00B0)Tj -0 Tc ( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 71.0342 696.6671 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 0 -2.683 TD -[(6)-5(.3)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.094 0 Td -[(N)-2(um)-5(be)1(r)3(s)]TJ -0 Tc 0 Tw 4.404 0 Td -( )Tj -ET -q -65.754 632.827 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 646.7471 Tm -[(<)-1(num)-6(ber)3(>)]TJ -0 Tc 0 Tw 4.633 0 Td -( )Tj -ET -Q -q -219.834 632.827 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 646.7471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 632.827 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 646.7471 Tm -[(<)-1(si)5(gned )1(n)-1(um)-6(e)-1(r)3(i)5(c)-1( )1(l)5(i)5(t)4(er)3(al)5(>)-1( )1(|)4( )1(<)-1(unsi)5(gne)-1(d )1(num)-6(er)3(i)5(c )1(l)5(i)5(t)4(er)3(al)5(>)-1( )]TJ -0 Tc 0 Tw 23.818 0 Td -( )Tj --23.818 -1.171 Td -( )Tj -ET -Q -q -65.754 609.787 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 623.7071 Tm -[(<)-1(si)5(gned )1(n)-1(um)-6(e)-1(r)3(i)5(c)-1( )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 10.788 0 Td -( )Tj -ET -Q -q -219.834 609.787 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 623.7071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 609.787 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 253.6744 623.7071 Tm -[([)5( )1( )1(])5( )1()]TJ -0 Tc 16.382 0 Td -( )Tj --16.382 -1.171 Td -( )Tj -ET -Q -q -65.754 586.987 154.08 22.8 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 600.6671 Tm -[(<)-1(unsi)5(gned nu)-1(m)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 11.918 0 Td -( )Tj -ET -Q -q -219.834 586.987 28.56 22.8 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 600.6671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 586.987 315.6 22.8 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 600.6671 Tm -[(<)-1(ex)3(act)4( )1(nu)-1(m)-6(er)3(i)5(c l)5(i)5(t)4(er)3(al)5(>)-1( )1(|)4( )1(<)-1(appr)3(ox)3(i)5(m)-6(at)4(e num)-6(er)3(i)4(c )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 24.433 0 Td -( )Tj --24.433 -1.146 Td -( )Tj -ET -Q -q -65.754 563.947 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 577.8671 Tm -[(<)-1(appr)3(ox)3(i)5(m)-6(at)4(e )1(num)-7(er)3(i)5(c )1(l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 13.384 0 Td -( )Tj -ET -Q -q -219.834 563.947 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 577.8671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 563.947 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 577.8671 Tm -[(<)-1(m)-6(ant)4(i)5(ssa>)-1( )1(E)-3( )1(<)-1(ex)3(ponent)4(>)]TJ -0 Tc 0 Tw 11.861 0 Td -( )Tj --11.861 -1.171 Td -( )Tj -ET -Q -q -65.754 540.907 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 554.8271 Tm -[(<)-1(m)-6(ant)4(i)5(ssa>)]TJ -0 Tc 0 Tw 5.254 0 Td -( )Tj -ET -Q -q -219.834 540.907 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 554.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 540.907 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 554.8271 Tm -[(<)-1(ex)3(act)4( )1(nu)-1(m)-6(er)3(i)5(c l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 10.22 0 Td -( )Tj --10.22 -1.171 Td -( )Tj -ET -Q -q -65.754 517.867 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 531.7871 Tm -[(<)-1(ex)3(ponent)4(>)]TJ -0 Tc 0 Tw 5.365 0 Td -( )Tj -ET -Q -q -219.834 517.867 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 531.7871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 517.867 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 531.7871 Tm -[(<)-1(si)5(gned )1(i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 7.57 0 Td -( )Tj --7.57 -1.171 Td -( )Tj -ET -Q -q -65.754 494.827 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 508.7471 Tm -[(<)-1(si)5(gned )1(i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 7.57 0 Td -( )Tj -ET -Q -q -219.834 494.827 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 508.7471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 494.827 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 253.6744 508.7471 Tm -[([)5( )1( )1(])5( )1()]TJ -0 Tc 0 Tw 13.163 0 Td -( )Tj --13.163 -1.171 Td -( )Tj -ET -Q -q -65.754 460.507 154.08 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 485.7071 Tm -[(<)-1(ex)3(act)4( )1(nu)-1(m)-6(er)3(i)5(c l)5(i)5(t)4(er)3(al)5(>)]TJ -0 Tc 0 Tw 10.22 0 Td -( )Tj -ET -Q -q -219.834 460.507 28.56 34.32 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 485.7071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 460.507 315.6 34.32 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 485.7071 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)-1( )1([)4( )1(<)-1(per)3(i)5(od>)-1( )1([)4( )1(<)-1(u)-1(nsi)5(gned )1(i)5(nt)4(eger)3(>)-1( )1(])4( )1(])]TJ -0 Tc 0 Tw 24.236 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 253.6744 474.1871 Tm -[(|)5( )]TJ -0 Tc 0 Tw 13.54 0 Td -( )Tj -ET -q -248.394 460.507 315.6 34.32 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 253.6744 462.6671 Tm -( )Tj -ET -Q -q -65.754 437.467 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 451.3871 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 8.7 0 Td -( )Tj -ET -Q -q -219.834 437.467 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 451.3871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 437.467 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 253.6744 451.3871 Tm -[(<)-4(d)-3(i)2(g)-3(i)2(t)1(>)-4(.)1(.)1(.)1( )]TJ -0 Tc 0 Tw 4.181 0 Td -( )Tj --4.181 -1.171 Td -( )Tj -ET -Q -q -65.754 414.427 154.08 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 428.3471 Tm -[(<)-1(si)5(gn>)]TJ -0 Tc 0 Tw 3.051 0 Td -( )Tj -ET -Q -q -219.834 414.427 28.56 23.04 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 428.3471 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 414.427 315.6 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 428.3471 Tm -[(<)-1(pl)5(us )1(si)5(gn)-1(>)-1( )1(|)4( )1(<)-1(m)-6(i)5(nus )1(si)5(gn>)]TJ -0 Tc 0 Tw 12.071 0 Td -( )Tj --12.071 -1.171 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.009 Tc 0.011 Tw 9.84 0 0 9.84 71.0342 405.3071 Tm -[(T)-1(he i)5(nt)4(eger)3( and f)4(r)3(ac)1(t)4(i)5(onal)5( )]TJ -11.867 0 Td -[(par)4(t)5(s)1( of)5( a num)-6(ber)4( ar)4(e s)1(epar)4(at)5(ed by)1( a <)-1(per)4(i)5(od>)-1(;)5( a c)1(om)-6(m)-6(a i)5(s)1( not)5( per)4(m)-6(i)5(t)5(t)5(ed.)5( N)-3(o ot)5(her)4( )]TJ --0.005 Tw -11.867 -1.171 Td -[(s)1(epar)4(at)5(or)4( \()4(e.)5(g.)5( f)5(or)4( t)5(hous)1(ands)1( or)4( m)-5(ul)6(t)5(i)6(pl)6(es)1( t)5(her)4(eof)5(\))4( i)6(s)1( al)6(l)6(ow)-3(ed.)]TJ -0 Tc 0 Tw 27.337 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -27.337 -2.707 Td -[(6)-5(.3)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(D)-3(at)3(e an)-1(d)-1( t)3(i)4(m)-6(e)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc 0.072 Tw -3.354 -2.366 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(c)1(al)6(endar)4( )1(dat)5(es)1( )1(and )1(t)5(i)6(m)-5(es)1( )1(ar)4(e)-1( )1(r)4(es)1(t)5(r)4(i)6(c)1(t)5(ed )1(t)5(o )1(t)5(he )1(G)-3(r)4(egor)4(i)6(an )1(c)1(al)6(endar)]TJ -43.638 0 Td -[(,)5( )1(t)5(he )1(24)]TJ -0 Tc 0 Tw 3.543 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(hour)4( )]TJ -0.081 Tw -47.519 -1.171 Td -[(c)1(l)6(oc)1(k)1( and U)-3(T)-1(C)-3( as)1( def)5(i)6(ned i)6(n I)5(S)-2(O)-4( 8601:)5(2004.)5( O)-4(nl)6(y)1( t)5(he I)5(S)-2(O)-4( 8601 ex)4(t)5(ended f)5(or)4(m)-5(at)5( \()4(s)1(epar)4(at)5(or)4(s)1( bet)5(w)-3(een dat)5(e )]TJ -0.2 Tw 0 -1.171 TD -[(uni)5(t)5(s)1( and bet)5(w)-3(een s)1(ex)4(ages)1(i)5(m)-6(al)5( t)5(i)5(m)-6(e uni)5(t)5(s)1(\))4( i)5(s)1( per)4(m)-6(i)5(t)5(t)5(ed;)5( t)5(r)4(unc)1(at)5(i)5(on and ex)4(t)5(ens)1(i)5(on i)5(s)1( not)5( c)1(at)5(er)4(ed f)5(or)4(.)5( A)-2(ny)1( )]TJ -0.099 Tw 0 -1.171 TD -[(pr)4(ec)1(i)5(s)1(i)5(on i)5(s)1( al)5(l)5(ow)-3(ed.)5( O)-4(t)5(her)4( dat)5(e f)5(o)]TJ -0.1 Tw 15.824 0 Td -[(r)4(m)-5(at)5(s)1( )1(s)1(uc)1(h )1(as)1( )1(geol)6(ogi)6(c)1(al)6( )1(er)4(as)1( )1(or)4( )1(c)1(al)6(endar)4(s)1( )1(ot)5(her)4( )1(t)5(han )1(G)-3(r)4(egor)4(i)6(an )1(m)-5(ay)1( )1(be )]TJ -0.004 Tc 0 Tw -15.824 -1.171 Td -[(s)-4(ta)-5(te)-5(d)-5( th)]TJ -0 Tc 3.898 0 Td -(r)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(ough a f)5(r)4(ee f)5(or)4(m)-6(at)5( quot)5(ed t)5(ex)4(t)5( s)1(t)5(r)4(i)5(ng)]TJ -0 Tc 0 Tw 16.379 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.008 Tc -0.008 Tw 8.88 0 0 8.88 71.0342 274.9871 Tm -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.563 0 Td -( )Tj -0.008 Tc 0.259 Tw 1.745 0 Td -[(I)4(t)4( i)5(s)1( ant)4(i)5(c)1(i)5(pat)4(ed t)4(hat)4( a m)-5(or)3(e ex)4(haus)1(t)4(i)5(ve t)4(r)3(eat)4(m)-5(ent)4( of)4( dat)4(e and t)4(i)5(m)-5(e m)-5(ay)1( be m)-5(ade i)5(n a r)3(evi)5(s)1(i)5(on t)4(o t)4(hi)5(s)1( )]TJ -0.034 Tw -5.405 -1.189 Td -[(I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d w)-2(hi)5(c)]TJ -0.007 Tc 0.035 Tw 12.356 0 Td -[(h )1(c)1(oul)5(d )1(f)4(ol)5(l)5(ow)-2( )1(t)4(he )1(del)5(i)5(ber)3(at)4(i)5(ons)1( )1(of)4( )1(t)4(he )1(O)-3(G)-3(C)-2( )1(T)-1(em)-5(por)3(al)5( )1(dom)-5(ai)5(n )1(w)-2(or)3(k)1(i)5(ng )1(gr)3(oup )1(and/)4(or)3( )1(an )1(updat)4(e )]TJ --0.003 Tw -12.356 -1.162 Td -[(of)4( )1(I)4(S)-2(O)-3( )1(19108:)4(2002)-1(.)]TJ -0 Tc 0 Tw 8.79 0 Td -( )Tj -ET -q -65.754 222.427 154.08 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 230.8271 Tm -[(<)-1(dat)4(et)4(i)5(m)-6(e>)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -ET -Q -q -219.834 222.427 28.56 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 230.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 222.427 318.96 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 230.8271 Tm -[(<)-1(G)-4(r)3(egor)3(i)5(an )1(cal)4(en)-1(dar)3( )1(dat)4(et)4(i)5(m)-6(e>)-1( )1(|)4( )1(<)-1(G)-4(r)3(egor)2(i)5(an or)3(di)5(nal)5( )1(dat)4(et)4(i)5(m)-6(e>)]TJ -0 Tc 0 Tw 28.113 0 Td -( )Tj -ET -Q -q -65.754 204.907 154.08 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 213.3071 Tm -[(<)-1(G)-4(r)3(egor)3(i)5(an )1(cal)4(en)-1(dar)3( )1(dat)4(et)4(i)5(m)-6(e>)]TJ -0 Tc 0 Tw 14.066 0 Td -( )Tj -ET -Q -q -219.834 204.907 28.56 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 213.3071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 204.907 318.96 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 213.3071 Tm -[(<)-1(G)-4(r)3(egor)3(i)5(an )1(cal)4(en)-1(dar)3( )1(dat)4(e>)-1( )1([)4( )1(<)-1(24 )1(hou)]TJ -16.693 0 Td -[(r)3( )1(cl)5(o)-1(ck>)-1( )1(])]TJ -0 Tc 0 Tw 4.094 0 Td -( )Tj -ET -Q -q -65.754 187.387 154.08 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 195.7871 Tm -[(<)-1(G)-4(r)3(egor)3(i)5(an )1(cal)4(en)-1(dar)3( )1(dat)4(e>)]TJ -0 Tc 0 Tw 12.145 0 Td -( )Tj -ET -Q -q -219.834 187.387 28.56 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 195.7871 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 187.387 318.96 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 195.7871 Tm -[(<)-1(year)3(>)-1( )1([)4( )1(<)-1(h)-1(yp)-1(hen>)-1( )1(<)-1(m)-6(ont)4(h>)-1( )1([)4( )1(<)-1(hy)-1(phe)-1(n>)-1( )1(<)-1(day>)-1( )1(])4( )1(])]TJ -0 Tc 0 Tw 22.431 0 Td -( )Tj -ET -Q -q -65.754 169.387 154.08 18 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 178.2671 Tm -[(<)-1(year)3(>)]TJ -0 Tc 0 Tw 3.164 0 Td -( )Tj -ET -Q -q -219.834 169.387 28.56 18 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 178.2671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 169.387 318.96 18 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 178.0271 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)-1( )1( )1( )1( )1( )1( )1( )1( )]TJ -ET -Q -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 364.2996 178.0271 Tm -(!! four digits)Tj -ET -q -248.394 169.387 318.96 18 re -W n -BT -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 439.8982 178.0271 Tm -( )Tj -ET -Q -q -65.754 141.547 154.08 27.84 re -W n -BT -/TT1 1 Tf --0.008 Tw 9.84 0 0 9.84 71.0342 160.2671 Tm -[(<)-1(m)-6(ont)4(h>)]TJ -0 Tc 0 Tw 4.012 0 Td -( )Tj -ET -Q -q -219.834 141.547 28.56 27.84 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 160.2671 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 141.547 318.96 27.84 re -W n -BT -/TT1 1 Tf --0.003 Tw 9.84 0 0 9.84 253.6744 160.2671 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)3(>)]TJ -0 Tc 0 Tw 8.7 0 Td -( )Tj -ET -Q -BT -/TT3 1 Tf -8.88 0 0 8.88 253.6744 150.4271 Tm -(!! two digits including leading zero if less than 10)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 534.4692 150.4271 Tm -( )Tj -ET -q -65.754 113.947 154.08 27.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 132.4271 Tm -[(<)-1(day>)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -ET -Q -q -219.834 113.947 28.56 27.6 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 132.4271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 113.947 318.96 27.6 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 132.4271 Tm -[(<)-1(unsi)5(gned i)5(n)-1(t)4(eger)]TJ -0.01 Tc -0.005 Tw 8.106 0 Td -[(>)1( )1( )1( )1( )]TJ -0 Tc 0 Tw 1.723 0 Td -( )Tj -ET -Q -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 253.6744 122.5871 Tm -(!! two digits including leading zero if less than 10)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 534.4692 122.5871 Tm -( )Tj -ET -q -65.754 96.427 154.08 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 104.8271 Tm -[(<)-1(G)-4(r)3(egor)3(i)5(an )1(or)3(di)5(n)-1(al)5( )1(dat)4(et)4(i)5(m)-6(e>)]TJ -0 Tc 0 Tw 13.218 0 Td -( )Tj -ET -Q -q -219.834 96.427 28.56 17.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 104.8271 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 96.427 318.96 17.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 104.8271 Tm -[(<)-1(G)-4(r)3(egor)3(i)5(an )1(or)3(di)5(n)-1(al)5( )1(dat)4(e>)-1( )1([)4( )1(<)-1(24 ho)-1(ur)3( )1(cl)5(ock>)-1( )1(])]TJ -0 Tc 0 Tw 19.94 0 Td -( )Tj -ET -Q -q -65.754 72.907 154.08 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 71.0342 87.3071 Tm -[(<)-1(G)-4(r)3(egor)3(i)5(an )1(or)3(di)5(n)-1(al)5( )1(dat)4(e>)]TJ -0 Tc 0 Tw 11.297 0 Td -( )Tj -ET -Q -q -219.834 72.907 28.56 23.52 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 225.3543 87.3071 Tm -[(:)1(:)1(=)]TJ -0 Tc 0 Tw 1.158 0 Td -( )Tj -ET -Q -q -248.394 72.907 318.96 23.52 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.003 Tw 9.84 0 0 9.84 253.6744 87.3071 Tm -[(<)-1(year)3(>)-1( )1([)4( )1(<)-1(h)-1(yp)-1(hen>)-1( )1(<)-1(or)3(di)5(nal)5( )1(day>)-1( )1(])]TJ -0 Tc 0 Tw 15.536 0 Td -( )Tj -ET -Q - endstream endobj 258 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 259 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 260 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 261 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 262 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 278 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -0.01 Tc -0.01 Tw 10.8 0 0 10.8 37.1944 27.0671 Tm -(10)Tj -0 Tc 0 Tw ( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 748.7471 Tm -[()]TJ -0 Tc 0 Tw 14.252 0 Td -( )Tj -0.004 Tc -0.004 Tw 2.667 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -q -210.234 708.427 317.52 49.68 re -W n -BT -/TT1 1 Tf -0.004 Tc 8.88 0 0 8.88 215.7542 749.7071 Tm -[(a)-3( )1(|)1( )1(b)-3( )1(|)1( )1(c)-2( )1(|)1( )1(d)-3( )1(|)1( )1(e)-3( )1(|)1( )1(f)1( )1(|)1( )1(g)-3( )1(|)1( )1(h)-3( )1(|)1( )1(i)2( )1(|)1( )1(j)2( )1(|)1( )1(k)-2( )1(|)1( )1(l)2( )1(|)1( )1(m)-8( )1(|)1( )]TJ -0 Tc 16.947 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.004 Tc 8.88 0 0 8.88 215.7542 739.3871 Tm -[(n)-3( )1(|)1( )1(o)-3( )1(|)1( )1(p)-3( )1(|)1( )1(q)-3( )1(|)1( )1(r )1(|)1( )1(s)-2( )1(|)1( )1(t)1( )1(|)]TJ -0 Tc 8.887 0 Td -( )Tj -0.004 Tc 0.282 0 Td -[(u)-3( )1(|)1( )1(v)-3( )1(|)1( )1(w)-5( )1(|)1( )1(x)1( )1(|)1( )1(y)-2( )1(|)1( )1(z)]TJ -/TT2 1 Tf -0 Tc 7.455 0 Td -( )Tj -ET -q -210.234 708.427 317.52 49.68 re -W n -BT -/TT2 1 Tf -0.008 Tc 0.827 Tw 8.88 0 0 8.88 215.7542 728.8271 Tm -(!! ISO/IEC 10646:2012 character identifiers U+0061 )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 215.7542 717.3071 Tm -(through U+007A)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 291.3528 717.3071 Tm -( )Tj -ET -q -31.674 667.867 150.24 40.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 699.0671 Tm -[()]TJ -0 Tc 0 Tw 3.042 0 Td -( )Tj -ET -Q -q -181.914 667.867 28.32 40.56 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 699.0671 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 667.867 317.52 40.56 re -W n -BT -/TT1 1 Tf -0.004 Tc 8.88 0 0 8.88 215.7542 699.0671 Tm -[(0)-3( )1(|)1( )1(1)-3( )1(|)1( )1(2)-3( )1(|)1( )1(3)-3( )1(|)1( )1(4)-3( )1(|)1( )1(5)-3( )1(|)1( )1(6)-3( )1(|)1( )1(7)-3( )1(|)1( )1(8)-3( )1(|)1( )1(9)]TJ -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 331.887 699.0671 Tm -( )Tj -ET -q -210.234 667.867 317.52 40.56 re -W n -BT -/TT2 1 Tf -0.008 Tc 0.827 Tw 8.88 0 0 8.88 215.7542 688.2671 Tm -(!! ISO/IEC 10646:2012 character identifiers U+0030 )Tj -ET -Q -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 215.7542 676.7471 Tm -(through U+0039)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 291.3528 676.7471 Tm -( )Tj -ET -q -31.674 645.067 150.24 22.8 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 658.5071 Tm -[()]TJ -0 Tc 0 Tw 3.888 0 Td -( )Tj -ET -Q -q -181.914 645.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 658.5071 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 645.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 8.88 0 0 8.88 215.7542 658.5071 Tm -(SP)Tj -/TT2 1 Tf -0 Tc 0 Tw ( )Tj -ET -Q -q -238.554 645.067 289.2 22.8 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 659.2271 Tm -(!! ISO/IEC 10646:2012 character id)Tj -(entifier U+0020)Tj -0 Tc ( )Tj -0 -1.27 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 635.7071 Tm -[()]TJ -0 Tc 0 Tw 7.044 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.875 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -0.005 Tc -0.001 Tw 2.034 0 Td -(" )Tj -/TT2 1 Tf -0 Tc 0 Tw 1.769 0 Td -( )Tj -ET -q -238.554 622.027 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 636.4271 Tm -(!! ISO/IEC 10646:2012 character identifier U+0022)Tj -0 Tc ( )Tj -0 -1.297 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -8.88 0 0 8.88 37.1944 612.6671 Tm -(<)Tj -0.007 Tc -0.003 Tw 0.592 0 Td -[(num)-5(ber)3( )1(s)1(i)5(gn)]TJ -0 Tc 0 Tw 5.577 0 Td -(>)Tj -0.592 0 Td -( )Tj -0.004 Tc -0.004 Tw 10.158 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -2.034 0 Td -(#)Tj -0.004 Tw 0.563 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -q -238.554 598.987 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 613.3871 Tm -(!! ISO/IEC 10646:)Tj -(2012 character identifier U+0023)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 601.8671 Tm -( )Tj -ET -q -31.674 575.947 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 589.6271 Tm -[()]TJ -0 Tc 0 Tw 4.564 0 Td -( )Tj -ET -Q -q -181.914 575.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 589.6271 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 575.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.012 Tc -0.008 Tw 8.88 0 0 8.88 215.7542 589.6271 Tm -(% )Tj -/TT2 1 Tf -0 Tc 0 Tw 2.592 0 Td -( )Tj -ET -Q -q -238.554 575.947 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 590.3471 Tm -(!! ISO/IEC 10646:2012 character identifier U+0025)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 578.8271 Tm -( )Tj -ET -q -31.674 552.907 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 566.5871 Tm -[()Tj -0.592 0 Td -( )Tj -ET -Q -q -181.914 552.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 566.5871 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 552.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 566.5871 Tm -(&)Tj -/TT2 1 Tf -0.676 0 Td -( )Tj -ET -Q -q -238.554 552.907 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 567.3071 Tm -(!! ISO/IEC 10646:2012 character identifier U+0026)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 555.7871 Tm -( )Tj -ET -q -31.674 529.867 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 543.5471 Tm -[()]TJ -0 Tc 0 Tw 3.72 0 Td -( )Tj -ET -Q -q -181.914 529.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 543.5471 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 529.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 8.88 0 0 8.88 215.7542 543.5471 Tm -(' )Tj -/TT2 1 Tf -0 Tc 0 Tw 0.475 0 Td -( )Tj -ET -Q -q -238.554 529.867 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 544.2671 Tm -(!! ISO/IEC 10646:2012 character identifier U+0027)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 532.7471 Tm -( )Tj -ET -q -31.674 507.067 150.24 22.8 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 520.5071 Tm -[()]TJ -0 Tc 0 Tw 5.409 0 Td -( )Tj -ET -Q -q -181.914 507.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 520.5071 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 507.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -0.005 Tc -0.005 Tw 8.88 0 0 8.88 215.7542 520.5071 Tm -[(\()1( )]TJ -/TT3 1 Tf -0 Tc 0.008 Tw 0.619 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 507.067 289.2 22.8 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 521.2271 Tm -(!! ISO/IEC 10646:2012 character identifier U+0028)Tj -0 Tc ( )Tj -0 -1.27 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 497.7071 Tm -[()]TJ -0 Tc 0 Tw 6.028 0 Td -( )Tj -0.004 Tc -0.004 Tw 10.891 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -2.034 0 Td -(\))Tj -ET -q -210.234 484.027 28.32 23.04 re -W n -BT -/TT3 1 Tf -0.008 Tw 8.88 0 0 8.88 218.751 497.7071 Tm -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 484.027 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 498.4271 Tm -(!! ISO/IEC 10646:2012 charac)Tj -(ter identifier U+0029)Tj -0 Tc ( )Tj -0 -1.297 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -0.007 Tc -0.007 Tw 8.88 0 0 8.88 37.1944 474.6671 Tm -[(<)-1(a)-1(st)3(e)-1(r)2(i)4(sk>)]TJ -0 Tc 0 Tw 4.675 0 Td -( )Tj -0.004 Tc -0.004 Tw 12.244 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -2.034 0 Td -(*)Tj -/TT2 1 Tf -0.394 0 Td -( )Tj -ET -q -238.554 460.987 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 475.3871 Tm -(!! ISO/IEC 10646:2012 character identifier U+002A)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 463.8671 Tm -( )Tj -ET -q -31.674 437.947 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 451.6271 Tm -[()]TJ -0 Tc 0 Tw 5.183 0 Td -( )Tj -ET -Q -q -181.914 437.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 451.6271 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 437.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 451.6271 Tm -(+)Tj -/TT3 1 Tf -0.008 Tw 0.592 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 437.947 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 452.3471 Tm -(!! ISO/IEC 10646:2012 character identifier U+002B)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 440.8271 Tm -( )Tj -ET -q -31.674 414.907 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 428.5871 Tm -[()]TJ -0 Tc 0 Tw ( )Tj -ET -Q -q -181.914 414.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 428.5871 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 414.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 428.5871 Tm -(,)Tj -/TT3 1 Tf -0.008 Tw 0.282 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 414.907 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 429.3071 Tm -(!! ISO/IEC 10646:2012 character identifier U+002C)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 417.7871 Tm -( )Tj -ET -q -31.674 391.867 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 405.5471 Tm -[()Tj -0.004 Tw 0.592 0 Td -( )Tj -( )Tj -0.004 Tc -0.004 Tw (::)Tj -0 Tc 0 Tw (-)Tj -0.004 Tw 2.873 0 Td -( )Tj -0.008 Tc -0.008 Tw [()]TJ -0 Tc 0 Tw 5.635 0 Td -( )Tj -ET -Q -q -181.914 391.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 405.5471 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 391.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 405.5471 Tm -(-)Tj -/TT3 1 Tf -0.008 Tw 0.337 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 391.867 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 406.2671 Tm -(!! ISO/IEC 10646:2012 character identifier U+002D)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 394.7471 Tm -( )Tj -ET -q -31.674 369.067 150.24 22.8 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 382.5071 Tm -[()]TJ -0 Tc 0 Tw 4 0 Td -( )Tj -ET -Q -q -181.914 369.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 382.5071 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 369.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 382.5071 Tm -(.)Tj -/TT3 1 Tf -0.008 Tw 0.282 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 369.067 289.2 22.8 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 383.2271 Tm -(!! ISO/IEC 10646:2012 character identifier U+002E)Tj -0 Tc ( )Tj -0 -1.27 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 359.7071 Tm -[()]TJ -0 Tc 0 Tw 4.338 0 Td -( )Tj -0.004 Tc -0.004 Tw 12.581 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -2.034 0 Td -(/)Tj -ET -q -210.234 346.027 28.32 23.04 re -W n -BT -/TT3 1 Tf -0.008 Tw 8.88 0 0 8.88 218.2561 359.7071 Tm -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 346.027 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 360.4271 Tm -(!! ISO/IEC 10646:2012 character identifier U+002F)Tj -0 Tc ( )Tj -0 -1.297 TD -( )Tj -ET -Q -q -31.674 322.987 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 337.6271 Tm -[( )]TJ -0 Tc 0 Tw 3.888 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 336.6671 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -2.034 0 Td -(:)Tj -ET -q -210.234 322.987 28.32 23.04 re -W n -BT -/TT3 1 Tf -0.008 Tw 8.88 0 0 8.88 218.2561 336.6671 Tm -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 322.987 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 337.3871 Tm -(!! ISO/IEC)Tj -0 Tc ( )Tj -0.008 Tc 6.689 0 Td -(10646:2012 character identifier U+003A)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 325.8671 Tm -( )Tj -ET -q -31.674 299.947 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 313.6271 Tm -[()]TJ -0 Tc 0 Tw 5.746 0 Td -( )Tj -ET -Q -q -181.914 299.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 313.6271 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 299.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 313.6271 Tm -(;)Tj -/TT3 1 Tf -0.008 Tw 0.282 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 299.947 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 314.3471 Tm -(!! ISO/IEC 10646:2012 character identifier U+003B)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 302.8271 Tm -( )Tj -ET -q -31.674 276.907 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 290.5871 Tm -[()]TJ -0 Tc 0 Tw 9.296 0 Td -( )Tj -ET -Q -q -181.914 276.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 290.5871 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 276.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 290.5871 Tm -(<)Tj -/TT3 1 Tf -0.008 Tw 0.592 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 276.907 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 291.3071 Tm -(!! ISO/IEC 10646:2012 character identifier U+003C)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 279.7871 Tm -( )Tj -ET -q -31.674 253.867 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 267.5471 Tm -[()]TJ -0 Tc 0 Tw 8.225 0 Td -( )Tj -ET -Q -q -181.914 253.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 267.5471 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 253.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 267.5471 Tm -(=)Tj -/TT3 1 Tf -0.008 Tw 0.592 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 253.867 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 268.2671 Tm -(!! ISO/IEC 10646:2012 char)Tj -(acter identifier U+003D)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 256.7471 Tm -( )Tj -ET -q -31.674 231.067 150.24 22.8 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 244.5071 Tm -[()]TJ -0 Tc 0 Tw 10.704 0 Td -( )Tj -ET -Q -q -181.914 231.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 244.5071 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 231.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 244.5071 Tm -(>)Tj -/TT3 1 Tf -0.008 Tw 0.592 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 231.067 289.2 22.8 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 245.2271 Tm -(!! ISO/IEC 10646:2012 character identifier U+003E)Tj -0 Tc ( )Tj -0 -1.27 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 221.7071 Tm -[()]TJ -0 Tc 0 Tw 7.549 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.369 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -2.034 0 Td -(?)Tj -ET -q -210.234 208.027 28.32 23.04 re -W n -BT -/TT3 1 Tf -0.008 Tw 8.88 0 0 8.88 220.7581 221.7071 Tm -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 208.027 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 222.4271 Tm -(!! ISO/IEC 10646:2012 character identifier U+003F)Tj -0 Tc ( )Tj -0 -1.297 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 198.6671 Tm -[()]TJ -0 Tc 0 Tw 6.141 0 Td -( )Tj -0.004 Tc -0.004 Tw 10.778 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -2.034 0 Td -([)Tj -ET -q -210.234 184.987 28.32 23.04 re -W n -BT -/TT3 1 Tf -0.008 Tw 8.88 0 0 8.88 218.2561 198.6671 Tm -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 184.987 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 199.3871 Tm -(!! ISO/IEC 10646:2012 character identi)Tj -(fier U+005B)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 187.8671 Tm -( )Tj -ET -q -31.674 161.947 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 175.6271 Tm -[()]TJ -0 Tc 0 Tw 7.999 0 Td -( )Tj -ET -Q -q -181.914 161.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 175.6271 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 161.947 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 175.6271 Tm -(\\)Tj -0.282 0 Td -( )Tj -/TT3 1 Tf -0.008 Tw 0.282 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 161.947 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 176.3471 Tm -(!! ISO/IEC 10646:2012 character identifier U+005C)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 164.8271 Tm -( )Tj -ET -q -31.674 138.907 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 152.5871 Tm -[()]TJ -0 Tc 0 Tw 6.76 0 Td -( )Tj -ET -Q -q -181.914 138.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 152.5871 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 138.907 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 152.5871 Tm -(])Tj -/TT3 1 Tf -0.008 Tw 0.282 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 138.907 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 153.3071 Tm -(!! ISO/IEC 10646:2012 character identifier U+005D)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 141.7871 Tm -( )Tj -ET -q -31.674 115.867 150.24 23.04 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 129.5471 Tm -[()]TJ -0 Tc 0 Tw 5.742 0 Td -( )Tj -ET -Q -q -181.914 115.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 129.5471 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 115.867 28.32 23.04 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 129.5471 Tm -(^)Tj -/TT3 1 Tf -0.008 Tw 0.475 0 Td -( )Tj -/TT1 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 115.867 289.2 23.04 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 130.2671 Tm -(!! ISO/IEC 10646:2012 character identifier U+005E)Tj -0 Tc ( )Tj -ET -Q -BT -/TT2 1 Tf -8.88 0 0 8.88 244.0743 118.7471 Tm -( )Tj -ET -q -31.674 93.067 150.24 22.8 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 8.88 0 0 8.88 37.1944 106.5071 Tm -()]TJ -0 Tc 0 Tw 3.407 0 Td -( )Tj -ET -Q -q -181.914 93.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 187.4344 106.5071 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -210.234 93.067 28.32 22.8 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 106.5071 Tm -(_)Tj -/TT3 1 Tf -0.008 Tw 0.563 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 93.067 289.2 22.8 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 107.2271 Tm -(!! ISO/IEC 10646:2012 character identifier U+005F)Tj -0 Tc ( )Tj -0 -1.27 TD -( )Tj -ET -Q -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 83.7071 Tm -[()]TJ -0 Tc 0 Tw 5.352 0 Td -( )Tj -0.004 Tc -0.004 Tw 11.567 0 Td -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -q -210.234 72.667 28.32 20.4 re -W n -BT -/TT1 1 Tf -8.88 0 0 8.88 215.7542 84.6671 Tm -({)Tj -/TT3 1 Tf -0.008 Tw 0.339 0 Td -( )Tj -/TT2 1 Tf -0 Tw ( )Tj -ET -Q -q -238.554 72.667 289.2 20.4 re -W n -BT -/TT2 1 Tf -0.008 Tc 8.88 0 0 8.88 244.0743 85.6271 Tm -(!! ISO/IEC 10646:2012 character identifier U+007B)Tj -0 Tc ( )Tj -0 -1.162 TD -( )Tj -ET -Q - endstream endobj 277 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 552.5583 27.0671 Tm -(9)Tj -0.566 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.009 Tc 0.156 Tw -49.553 74.463 Td -[(I)5(n )1(t)5(he )1(B)-1(N)-2(F )1(no)-1(t)5(at)5(i)6(on )1(s)1(pac)1(es)1( )1(ar)4(e )1(us)1(ed )1(t)5(o )1(s)1(epar)4(at)5(e )1(s)1(y)1(nt)5(ac)1(t)5(i)6(c)1( )1(el)6(em)-5(ent)5(s)1(.)5( )1(M)-4(ul)6(t)5(i)6(pl)6(e )1(s)1(pac)1(es)1( )1(and )1(l)6(i)6(ne )1(br)4(eak)1(s)1( )1(ar)4(e )]TJ -0.062 Tw 0 -1.171 TD -[(t)5(r)4(eat)5(ed )1(as)1( )1(a )1(s)1(i)6(ngl)5(e s)1(pac)1(e.)5( )1(Thes)1(e )1(s)1(pac)1(es)1( )1(do )1(not)5( )1(f)5(or)4(m)-5( )1(par)4(t)5( )1(of)5( )1(t)5(he )1(r)4(es)1(ul)6(t)5(i)6(ng )1(W)-6(K)-1(T )1(s)1(t)5(r)4(i)6(ng.)5( A)-1(l)]TJ -0.008 Tc 0.063 Tw 40.43 0 Td -[(l)4( o)-1(t)3(h)-1(e)-1(r)2( c)-1(h)-1(a)-1(r)2(a)-1(c)-1(t)3(e)-1(r)2(s i)4(n)-1( )]TJ -0.009 Tc 0.053 Tw -40.43 -1.171 Td -[(t)5(he )1(B)-1(N)-2(F )1(s)1(t)5(and )1(f)5(or)4( )1(t)5(hem)-5(s)1(el)6(ves)1(.)5( )1(The )1(or)4(der)4( )1(of)5( )1(s)1(y)1(nt)5(ac)1(t)5(i)6(c)1( )1(el)6(em)-5(ent)5(s)1( )1(i)6(n )1(t)5(he )1(B)-1(N)-2(F )1(i)6(s)1( )1(s)1(i)6(gni)6(f)5(i)6(c)1(ant)5(;)5( )1(i)6(t)5( )1(def)5(i)6(nes)1( )1(t)5(he )1(f)5(or)4(m)-5(at)5( )]TJ --0.005 Tw 0 -1.146 TD -[(of)5( t)5(he W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng.)]TJ -0 Tc 0 Tw 8.133 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 676.0271 Tm -(6)Tj -( )Tj --0.002 Tc 0.002 Tw 1.667 0 Td -[(WK)-2(T)]TJ -0 Tc 0 Tw 2.275 0 Td -( )Tj -(string form)Tj -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 648.1871 Tm -[(6)-4(.)1(1)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.084 0 Td -[(O)-4(v)-1(er)3(v)-1(i)5(ew)]TJ -0 Tc 0 Tw 4.53 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 624.6671 Tm -[(T)-1(he )]TJ -0.01 Tc -0.01 Tw 2.085 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.047 Tw 2.592 0 Td -[(s)1(t)5(r)4(i)6(ng i)6(s)1( a r)4(epr)4(es)1(ent)5(at)5(i)6(on of)5( t)5(he def)5(i)6(ni)6(t)5(i)6(on of)5( a C)-3(R)-3(S)-2( or)4( c)1(oor)4(di)6(nat)5(e ope)]TJ -[(r)4(at)5(i)6(on.)5( )1(A)-1( )1(s)1(t)5(r)4(i)6(ng )1(des)1(c)1(r)4(i)6(bes)1( )1(one )]TJ -0.064 Tw -4.676 -1.171 Td -[(C)-3(R)-3(S)-2( or)3( c)1(oor)3(di)5(nat)4(e oper)3(at)4(i)5(on obj)5(ec)1(t)4(.)4( E)-2(ac)1(h obj)5(ec)1(t)4( i)5(s)1( r)3(epr)3(es)1(ent)4(ed by)1( a t)4(ok)1(en c)1(om)-6(pr)3(i)5(s)1(ed of)4( a k)1(ey)1(w)-3(or)3(d f)4(ol)5(l)5(ow)-3(ed )]TJ -0.188 Tw 0 -1.171 TD -[(by)1( a s)1(et)5( of)5( at)5(t)5(r)4(i)5(but)5(es)1( of)5( t)5(he obj)5(ec)1(t)5(,)5( t)5(he s)1(et)5( enc)1(l)5(os)1(ed by)1( del)5(i)5(m)-6(i)5(t)5(er)4(s)1(.)5( S)-2(om)-6(e obj)5(ec)1(t)5(s)1( ar)4(e c)1(om)-6(pos)1(ed of)5( ot)5(her)4( )]TJ --0.005 Tw 0 -1.171 TD -[(obj)5(ec)1(t)5(s)1( s)1(o t)5(he)]TJ -0 Tc 0 Tw 6.27 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(r)4(es)1(ul)6(t)5( )1(m)-5(ay)1( )1(be )1(a )1(nes)1(t)5(ed )1(s)1(t)5(r)4(uc)1(t)5(ur)4(e.)5( )1(N)-2(es)1(t)5(i)6(ng )1(m)-5(ay)1( )1(c)1(ont)5(i)6(nue )1(t)5(o )1(any)1( )1(dept)5(h.)5( )]TJ -0 Tc 0 Tw 31.295 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 567.3071 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.871 0 Td -(KEYWORD1[attribute1,KEYWORD2[attribute2,attribute3]])Tj -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.009 Tc 0.166 Tw 9.84 0 0 9.84 71.0342 543.3071 Tm -[(K)-2(ey)1(w)-3(or)3(ds)1( ar)3(e c)1(as)1(e)]TJ -0 Tc 0 Tw 8.982 0 Td -(-)Tj -0.008 Tc 0.168 Tw 0.338 0 Td -[(i)4(n)-1(s)-1(e)-1(n)-1(s)-1(i)4(t)3(i)4(v)-2(e)-1(.)3( W)-8(h)-1(e)-1(r)2(e)-1( h)-1(u)-1(m)-7(a)-1(n)-1( r)2(e)-1(a)-1(d)-1(a)-1(b)-1(i)4(l)4(i)4(t)3(y)-1( o)-1(f)4( t)3(h)-1(e)-1( s)-1(t)3(r)2(i)4(n)-1(g)-1( i)4(s)-1( i)4(m)-7(p)-1(o)-1(r)2(t)3(a)-1(n)-1(t)3(,)3( a)-1(s)-1( i)4(n)-1( t)3(h)-1(i)4(s)-1( I)3(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( )]TJ -0.009 Tc -0.004 Tw -9.321 -1.146 Td -[(S)-2(t)4(andar)3(d,)4( k)1(ey)1(w)-3(or)]TJ --0.005 Tw 7.907 0 Td -[(ds)1( ar)4(e nor)4(m)-6(al)5(l)5(y)1( i)5(n upper)4( c)1(as)1(e.)5( )]TJ -0 Tc 0 Tw 13.895 0 Td -( )Tj -0.009 Tc 0.323 Tw -21.802 -2.39 Td -[(T)-1(he del)5(i)5(m)-6(i)5(t)4(er)3(s)1( ar)3(e nor)3(m)-6(al)5(l)5(y)1( <)-1(l)5(ef)4(t)4( br)3(ac)1(k)1(et)4(>)-1( and <)-1(r)3(i)5(ght)4( br)3(ac)1(k)1(et)4(>)-1(.)4( I)4(m)-6(pl)5(em)-6(ent)4(at)4(i)5(ons)1( ar)3(e f)4(r)3(ee t)4(o s)1(ubs)1(t)4(i)5(t)4(ut)4(e )]TJ --0.005 Tw 0 -1.171 TD -[(par)4(ent)5(hes)1(es)1( f)5(or)4( br)4(ac)1(k)1(et)5(s)1(.)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.028 Tw 0 -2.39 TD -[(A)-2(t)4(t)4(r)3(i)5(but)4(es)1( m)-6(ay)1( be f)4(r)3(om)-6( an enum)-6(er)3(at)4(i)5(on,)4( be num)-6(ber)3(s)1( or)3( be t)4(ex)4(t)4(.)4( T)-1(ex)4(t)4( i)5(s)1( enc)1(l)5(os)1(ed i)5(n doubl)5(e quot)4(es)]TJ -0.029 Tw 44.179 0 Td -[(.)5( )1(Tw)-2(o )1(f)5(or)4(m)-5(s)1( )]TJ -0.066 Tw -44.179 -1.171 Td -[(of)5( t)5(ex)4(t)5( ar)4(e def)5(i)5(ned,)5( one r)4(es)1(t)5(r)4(i)5(c)1(t)5(ed t)5(o t)5(he Lat)5(i)5(n1 c)1(har)4(ac)1(t)5(er)4( s)1(et)5( and t)5(he ot)5(her)4( per)4(m)-6(i)5(t)5(t)5(i)5(ng any)1( U)-3(ni)5(c)1(ode c)1(har)4(ac)1(t)5(er)4( )]TJ --0.005 Tw 0 -1.171 TD -[(s)1(et)5(.)5( A)-2(t)5(t)5(r)4(i)6(but)5(es)1( ar)4(e s)1(epar)4(at)5(ed by)1( a c)1(om)-5(m)-5(a.)]TJ -0 Tc 0 Tw 18.867 0 Td -( )Tj -0.011 Tc -0.011 Tw -18.867 -2.39 Td -(A )Tj -0.01 Tc -0.01 Tw 1.194 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.229 Tw 2.775 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(ont)5(ai)6(ns)1( no w)-3(hi)6(t)5(e s)1(pac)1(e out)5(s)1(i)6(de of)5( doubl)6(e quot)5(es)1(.)5( H)-3(ow)-3(ever)4( paddi)6(ng w)-3(i)6(t)5(h w)-3(hi)6(t)5(e s)]TJ -42.017 0 Td -[(pac)1(e t)5(o )]TJ -0.008 Tc 0.019 Tw -45.986 -1.171 Td -[(i)4(m)-7(p)-1(r)2(o)-1(v)-2(e)-1( h)-1(u)-1(m)-7(a)-1(n)-1( r)2(e)-1(a)-1(da)-1(b)-1(i)4(l)4(i)4(t)3(y)-1( i)4(s)-1( p)-1(e)-1(r)2(m)-7(i)4(t)3(t)3(e)-1(d)-1(;)3( t)3(h)-1(e)-1( e)-1(x)2(a)-1(m)-7(p)-1(l)4(e)-1(s)-1( o)-1(f)3( )]TJ -0.01 Tc -0.01 Tw 25.651 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.018 Tw 2.563 0 Td -[(t)5(hat)5( )1(ar)4(e )1(i)6(nc)1(l)6(ud)-1(ed )1(i)6(n )1(t)5(hi)6(s)1( )1(doc)1(um)-5(ent)5( )1(hav)-1(e )1(s)1(pac)1(es)1( )]TJ -0.005 Tw -28.214 -1.171 Td -[(and l)5(i)5(ne f)5(eeds)1( i)5(ns)1(er)4(t)5(ed t)5(o i)5(m)-6(pr)4(ove c)1(l)5(ar)4(i)5(t)5(y)1(.)5( A)-2(ny)1( paddi)5(ng i)5(s)1( s)1(t)5(r)4(i)5(pped out)5( or)4( i)5(gnor)4(ed by)1( par)4(s)1(er)4(s)1( )]TJ -0 Tc 0 Tw 41.328 0 Td -(\226)Tj -0.565 0 Td -( )Tj -0.009 Tc 0.006 Tw 0.292 0 Td -[(r)4(ef)5(er)4( )1(t)5(o )1(A)-1(nnex)4( )1(B)-1(.)]TJ -0 Tc 0 Tw 7.651 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 376.5071 Tm -[(6)-4(.)1(2)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.011 Tc -0.011 Tw 1.084 0 Td -[(E)-1(nc)1(odi)6(ng)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.004 Tc 0.182 Tw 9.84 0 0 9.84 71.0342 352.9871 Tm -[(A)-7(ll W)-12(K)-7(T)-6( s)-4(t)-1(r)-2(in)-5(g)-5(s)-4( a)-5(r)]TJ -0.009 Tc 0.177 Tw 8.676 0 Td -[(e r)4(eal)5(i)5(z)1(ed as)1( a s)1(equenc)1(e of)5( c)1(har)4(ac)1(t)5(er)4(s)1(,)5( or)4( a c)1(har)4(ac)1(t)5(er)4( s)1(t)5(r)4(i)5(ng.)5( I)5(t)5( i)5(s)1( not)5( t)5(he goal)5( of)5( t)5(hi)5(s)1( )]TJ -0.233 Tw -8.676 -1.171 Td -[(s)1(t)5(andar)4(d t)5(o s)1(pec)1(i)6(f)5(y)1( any)1( enc)1(odi)6(ng us)1(ed i)6(n a gi)6(ven i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(on.)5( T)-1(he onl)6(y)1( r)4(es)1(t)5(r)4(i)6(c)1(t)5(i)6(on i)6(s)1( t)5(hat)5( t)5(he s)1(am)-5(e )]TJ --0.005 Tw 0 -1.171 TD -[(enc)1(odi)5(ng s)1(hal)5(l)5( be us)1(ed t)5(hr)4(oughout)5( t)5(he ent)5(i)5(r)4(e W)-6(K)-2(T)-1( def)5(i)5(ni)5(t)5(i)5(on.)]TJ -0 Tc 0 Tw 27.227 0 Td -( )Tj -/TT0 1 Tf -0.012 Tc -0.012 Tw -27.227 -2.39 Td -(Re)Tj -0.01 Tc -0.01 Tw 1.299 0 Td -[(qui)5(r)4(e)1(m)-5(e)1(nt)4(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.477 0 Td -(:)Tj -0.282 0 Td -( )Tj -0.003 Tc -0.003 Tw -2.994 -2.39 Td -[(i)-1(\))]TJ -0 Tc 0 Tw 0.564 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.469 0 Td -[(A)-2( W)-7(K)-2(T)-1( s)1(t)4(r)3(i)5(ng s)1(hal)5(l)5( us)1(e one enc)1(odi)5(ng t)4(hr)3(oughout)4( t)4(he ent)4(i)5(r)3(e s)1(t)4(r)3(i)5(ng.)]TJ -0 Tc 0 Tw 29.372 0 Td -( )Tj -0.003 Tc -0.003 Tw -31.404 -2.39 Td -[(i)-1(i)-1(\))]TJ -0 Tc 0 Tw 0.79 0 Td -( )Tj -0.009 Tc 0.092 Tw 1.243 0 Td -[(T)-1(he c)1(har)3(ac)1(t)4(er)3(s)1( us)1(ed i)5(n a W)-6(K)-2(T)-1( s)1(t)4(r)3(i)5(ng s)1(hal)5(l)5( be w)-3(hol)5(l)5(y)1( c)1(ont)4(ai)5(ned w)-3(i)5(t)4(hi)5(n t)4(he dom)-6(ai)5(n of)4( a s)1(pec)1(i)5(f)4(i)5(c)1( )]TJ -0.257 Tw T* -[(c)1(har)4(ac)1(t)5(er)4( s)1(et)5(.)5( T)-1(hi)6(s)1( c)1(har)4(ac)1(t)5(er)4( s)1(et)5( s)1(hal)6(l)6( ex)4(i)6(s)1(t)5( as)1( a s)1(ubs)1(et)5( of)5( t)5(he r)4(eper)4(t)5(oi)6(r)4(e of)5( t)5(he U)]TJ --0.009 Tw 39.953 0 Td -[(ni)5(ver)4(s)1(al)5( )]TJ --0.004 Tw -39.953 -1.171 Td -[(C)-3(har)3(ac)1(t)4(er)3( S)-2(et)4( s)1(pec)1(i)5(f)4(i)5(ed by)1( I)4(S)-2(O)]TJ -0 Tc 0 Tw 13.951 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(10646:)5(2012.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 71.0342 208.9871 Tm -[(6)-4(.)1(3)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.01 Tc -0.004 Tw 1.084 0 Td -[(C)-3(h)-1(ar)3(act)4(er)3(s )1(u)-1(sed)-1( )1(i)5(n)-1( )]TJ -0.013 Tc -0.013 Tw 9.453 0 Td -[(W)-2(KT)]TJ -0 Tc 0 Tw 2.317 0 Td -( )Tj -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 182.3471 Tm -[(6)-5(.3)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.094 0 Td -[(B)-3(asi)4(c ch)-1(ar)2(act)3(er)2(s)]TJ -0 Tc 0 Tw 8.134 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw -11.488 -2.39 Td -[(T)-1(he bas)1(i)5(c)1( c)1(har)3(ac)1(t)4(er)3(s)1( i)5(n a C)-3(R)-3(S)-2( )]TJ -0.01 Tc -0.01 Tw 14.063 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.004 Tc -0.004 Tw 2.541 0 Td -[(s)-4(tr)]TJ -0.008 Tc -0.003 Tw 1.129 0 Td -[(i)4(n)-1(g)-1( a)-1(r)2(e)-1( t)3(a)-1(k)-1(en)-1( d)-1(i)4(r)2(e)-1(c)-1(t)3(l)4(y)-1( f)3(r)2(o)-1(m)-7( I)3(S)-3(O)]TJ -0 Tc 0 Tw 13.725 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.283 0 Td -(9075)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 2.598 0 Td -[(2:)5(2011,)5( 5.)5(1 and 5.)5(3.)5( )]TJ -0 Tc 0 Tw 9.323 0 Td -( )Tj -ET -q -65.754 94.747 150.24 49.68 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 135.0671 Tm -[()]TJ -0 Tc 0 Tw 14.422 0 Td -( )Tj -ET -Q -q -215.994 94.747 28.32 49.68 re -W n -BT -/TT1 1 Tf -0.004 Tc -0.004 Tw 8.88 0 0 8.88 221.2742 135.0671 Tm -(::=)Tj -0 Tc 0 Tw 1.155 0 Td -( )Tj -ET -Q -q -244.314 94.747 317.52 49.68 re -W n -BT -/TT1 1 Tf -0.003 Tc 0.001 Tw 8.88 0 0 8.88 249.5943 136.0271 Tm -[(A)-6( | B)-6( | C)-7( | D)-7( | E)-6( | F)-5( | G)-8( | H)-7( |)]TJ -0 Tc 0 Tw 11.965 0 Td -( )Tj -0.004 Tc 0.282 0 Td -[(I | J)-3( | K)-5( | L)-4( | M)-7( | )]TJ -0 Tc 7.007 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -0.004 Tc 8.88 0 0 8.88 249.5943 125.7071 Tm -[(N)-6( | O)-7( | P)-5( | Q)-7( | R)-6( | S)-5( | T)-4( | U)-6( | V)-5( | W)-9( | X)-4( | Y)-5( | Z)]TJ -/TT3 1 Tf -0 Tc 19.27 0 Td -( )Tj -ET -q -244.314 94.747 317.52 49.68 re -W n -BT -/TT3 1 Tf -0.008 Tc 0.827 Tw 8.88 0 0 8.88 249.5943 115.1471 Tm -(!! ISO/IEC 10646:2012 character identifiers U+0041 )Tj -ET -Q -BT -/TT3 1 Tf -0.008 Tc 8.88 0 0 8.88 249.5943 103.6271 Tm -(through U+005A)Tj -/TT1 1 Tf -0 Tc 9.84 0 0 9.84 325.1929 103.6271 Tm -( )Tj -ET - endstream endobj 276 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 37.1944 27.0671 Tm -(8)Tj -0.566 0 Td -( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.008 Tc 0.096 Tw 8.88 0 0 8.88 37.1944 749.7071 Tm -[(V)-1(er)4(t)4(i)5(c)1(al)5( dat)4(um)-4(s)1( i)5(nc)1(l)5(ude s)1(oundi)5(ng)]TJ -0 Tc 0 Tw 15.176 0 Td -( )Tj -0.008 Tc 0.097 Tw 0.382 0 Td -[(dat)4(um)-4(s)1( \()3(us)1(ed f)4(or)3( hydr)3(ogr)3(aphi)5(c)1( pur)3(pos)1(es)1(\))3(,)4( i)5(n w)-2(hi)5(c)1(h c)1(as)1(e t)4(he hei)5(ght)4(s)1( m)-4(ay be negat)4(i)5(ve )]TJ --0.004 Tw -15.559 -1.162 Td -[(hei)5(ght)4(s)1( or)3( dept)4(hs)1(.)]TJ -0 Tc 0 Tw 8.057 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 716.1071 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(49])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(40)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.008 Tc -0.003 Tw -2.825 -1.171 Td -[(w)-4(h)-2(i)3(t)2(e)-1( s)-1(p)-2(a)-1(c)-1(e)]TJ -0 Tc 0 Tw 5.76 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -5.76 -1.171 Td -[(c)1(ons)1(ec)1(ut)5(i)6(ve s)1(equenc)1(es)1( o)]TJ --0.004 Tw 11.411 0 Td -[(f)5( )1(one )1(or)4( )1(m)-5(or)4(e )1(c)1(har)4(ac)1(t)5(er)4(s)1( )1(t)5(hat)5( )1(have )1(no )1(gl)6(y)1(phs)]TJ -0 Tc 0 Tw 20.167 0 Td -( )Tj -0.011 Tc -0.006 Tw -31.578 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )1(I)7(S)1(O)-1(/)7(I)7(E)1(C )1(9)2(0)2(7)2(5)]TJ -0 Tc 0 Tw 11.465 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(2:)5(2011,)5( 3.)5(1.)5(6.)5(48])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 618.6671 Tm -[(4)-4(.)1(2)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.012 Tc -0.012 Tw 1.084 0 Td -[(A)-1(b)1(b)1(r)5(e)2(v)1(i)7(a)2(t)6(i)7(o)1(n)1(s)]TJ -0 Tc 0 Tw 6.792 0 Td -( )Tj -/TT1 1 Tf -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 595.1471 Tm -[(BN)-1(F)]TJ -0 Tc 0 Tw 2.033 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.292 0 Td -[(B)-3(a)-1(cku)-1(s)]TJ -0 Tc 0 Tw 3.332 0 Td -(-)Tj -0.009 Tc -0.004 Tw 0.338 0 Td -[(N)-3(aur)3( f)4(or)3(m)]TJ -0 Tc 0 Tw 4.518 0 Td -( )Tj -0.012 Tc -0.012 Tw -12.513 -2.39 Td -(CRS)Tj -0 Tc 0 Tw 2.145 0 Td -( )Tj -0.009 Tc -0.005 Tw 2.179 0 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -0 Tc 0 Tw 12.822 0 Td -( )Tj -0.012 Tc -0.012 Tw -17.146 -2.39 Td -(CS)Tj -0 Tc 0 Tw 1.412 0 Td -( )Tj -0.009 Tc -0.005 Tw 2.913 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.011 Tc -0.011 Tw -12.571 -2.39 Td -(EPSG)Tj -0 Tc 0 Tw 2.824 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.5 0 Td -[(E)-2(ur)3(opean P)-2(et)4(r)3(ol)5(eum)-6( S)-2(ur)3(vey)1( G)-4(r)3(oup geodet)4(i)5(c)1( par)3(a)]TJ -0.008 Tc -0.003 Tw 22.313 0 Td -[(m)-6(et)4(er)3( )1(dat)4(aset)4( )1(n)-1(ow)-3( )1(m)-6(ai)5(nt)4(ai)5(ned )1(at)]TJ -0 Tc 0 Tw 14.744 0 Td -( )Tj -0 0 1 scn -0.012 Tc -0.012 Tw -37.058 -1.171 Td -[(www.)7(e)3(p)3(s)4(g)]TJ -0 Tc 0 Tw 4.687 0 Td -(-)Tj -0.005 Tc -0.005 Tw 0.338 0 Td -[(re)-4(g)-4(i)2(s)-3(t)1(ry)-3(.)1(o)-4(rg)]TJ -0 0 0 scn -0 Tc 0 Tw 5.082 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(by)1( t)5(he I)5(nt)5(er)4(nat)5(i)5(onal)5( A)-2(s)1(s)1(oc)1(i)5(at)5(i)5(on of)5( O)-4(i)5(l)5( and G)-4(as)1( P)-2(r)4(oduc)1(er)4(s)]TJ -0 Tc 0 Tw 25.813 0 Td -( )Tj -ET -0 0 1 scn -79.674 511.387 99.36 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 489.5471 Tm -[(I)1(R)-6(M)]TJ -0 Tc 0 Tw 1.863 0 Td -( )Tj -0.008 Tc -0.003 Tw 2.461 0 Td -[(i)4(n)-1(t)3(e)-1(r)2(n)-1(a)-1(t)3(i)4(o)-1(n)-1(a)-1(l)4( r)2(e)-1(f)3(e)-1(r)2(e)-1(n)-1(c)-1(e)-1( m)-7(e)-1(r)2(i)4(d)-1(i)4(a)-1(n)]TJ -0 Tc 0 Tw 14.29 0 Td -( )Tj -0.013 Tc -0.013 Tw -18.614 -2.39 Td -(OGC)Tj -0 Tc 0 Tw 2.315 0 Td -( )Tj -0.008 Tc -0.003 Tw 2.009 0 Td -[(O)-5(p)-1(e)-1(n)-1( G)-5(e)-1(o)-1(sp)-1(at)3(i)4(a)-1(l)4( C)-4(o)-1(n)-1(so)-1(r)2(t)3(i)4(u)-1(m)-7(,)3( )]TJ -0 0 1 scn -0.009 Tc -0.009 Tw 13.669 0 Td -[(w)-3(w)-3(w)-3(.)4(opengeos)1(pat)4(i)]TJ -0.004 Tc -0.004 Tw 8.585 0 Td -[(a)-5(l.o)-5(r)-1(g)]TJ -0 0 0 scn -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.282 0 Td -( )Tj -ET -0 0 1 scn -214.314 464.347 109.44 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 37.1944 442.5071 Tm -[(U)-2(TC)]TJ -0 Tc 0 Tw 2.088 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.236 0 Td -[(C)-3(oor)3(di)5(nat)4(ed U)-3(ni)5(ver)3(s)1(al)5( T)-1(i)5(m)-6(e)]TJ -0 Tc 0 Tw 12.595 0 Td -( )Tj -0.01 Tc -0.01 Tw -16.919 -2.39 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.003 Tc -0.003 Tw 4.324 0 Td -[(W)-12(e)-6(ll)]TJ -0 Tc 0 Tw 1.976 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(k)1(now)-3(n t)5(ex)4(t)]TJ -0 Tc 0 Tw 4.855 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 380.3471 Tm -(5)Tj -( )Tj -1.667 0 Td -(Backus)Tj -(-)Tj -(Naur Form notation and syntax)Tj -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 356.5871 Tm -[(T)-1(he )]TJ -0.01 Tc -0.01 Tw 2.352 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.315 Tw 2.859 0 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(and )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(ons)1( )1(i)6(s)1( )1(def)5(i)6(ned )1(i)6(n )1(t)5(hi)6(s)1( )]TJ -0.207 Tw -5.211 -1.171 Td -[(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-2(t)5(an)-1(dar)4(d )1(us)1(i)6(ng )1(t)5(he )1(ex)4(t)5(ended )1(ver)4(s)1(i)5(on )1(of)5( )1(B)-1(ac)1(k)1(us)]TJ -0 Tc 0 Tw 28.646 0 Td -(-)Tj -0.009 Tc 0.207 Tw 0.338 0 Td -[(N)-3(aur)3( f)4(or)3(m)-6( \()3(B)-2(N)-3(F)-1(\))3( not)4(a)]TJ -[(t)5(i)6(on )1(t)5(hat)5( )1(i)6(s)1( )1(def)5(i)6(ned )1(i)6(n )]TJ -0.005 Tc -0.005 Tw -28.985 -1.171 Td -[(I)1(S)-5(O)-7(/)1(I)1(E)-5(C)]TJ -0 Tc 0 Tw 3.728 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(9075)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.571 Tw 2.598 0 Td -[(1:)5(2011,)5( 6.)5(2.)5( T)-1(he B)-2(N)-3(F)-1( pr)4(ovi)5(des)1( t)5(he m)-6(ec)1(hani)5(s)1(m)-6( f)5(or)4( gener)4(at)5(i)5(ng a W)-6(K)-2(T)-1( s)1(t)5(r)4(i)5(ng.)]TJ -0.122 0.286 0.49 scn -0 Tc 0 Tw 40.335 0 Td -( )Tj -0 0 0 scn -0.009 Tc -0.009 Tw 0.858 0 Td -[(T)-1(he )]TJ --47.802 -1.171 Td -[(pr)4(oduc)1(t)5(i)5(on )]TJ -0 Tc 0 Tw 5.027 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(r)4(ul)6(es)1( )1(i)6(n )1(I)5(S)-1(O)-3(/)5(I)5(E)-1(C)-2( )1(9075)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 10.166 0 Td -[(1:)5(2011,)5( 6.)5(2 appl)5(y)1(.)]TJ -0 Tc 0 Tw 8.079 0 Td -( )Tj -0.009 Tc -0.004 Tw -23.555 -2.39 Td -[(I)5(n )1(t)5(hi)6(s)1( )1(ex)4(t)5(ended ver)4(s)1(i)6(on )1(of)5( )1(B)-1(N)-2(F )1(t)5(he )1(c)1(har)4(ac)1(t)5(e)-1(r)4(s)1( )1(have )1(t)5(he )1(m)-5(eani)6(ng:)]TJ -0 Tc 0 Tw 29.542 0 Td -( )Tj -/C2_0 1 Tf --27.712 -2.463 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.011 Tc -0.007 Tw 1.219 0 Td -(A c)Tj -0.009 Tc -0.005 Tw 1.468 0 Td -[(har)4(ac)1(t)5(er)4( s)1(t)5(r)4(i)5(ng enc)1(l)5(os)1(ed i)5(n angl)5(e br)4(ac)1(k)1(et)5(s)1( ")3(< >")3( i)5(s)1( a s)1(y)1(nt)5(ac)1(t)5(i)5(c)1( el)5(em)-5(ent)5(.)5( )]TJ -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf --3.298 -1.976 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.005 Tw 1.219 0 Td -[(A)-2( ver)3(t)5(i)5(c)1(al)5( bar)3( ")3(|)5(")3( i)5(ndi)5(c)1(at)4(es)1( al)5(t)5(er)3(nat)5(i)5(ves)1(.)]TJ -0 Tc 0 Tw 17.254 0 Td -( )Tj -/C2_0 1 Tf --19.083 -1.976 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.005 Tw 1.219 0 Td -[(B)-2(r)3(ac)1(es)1( ")3({)3( })3(")3( gr)3(oup )-1(el)5(em)-5(ent)4(s)1(.)]TJ -0 Tc 0 Tw ( )Tj -/C2_0 1 Tf --1.829 -2 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.219 0 Td -[(S)-2(quar)3(e )1(br)3(ac)1(k)1(et)4(s)1( \223)3([)4( )1(])4(\224)3( denot)5(e opt)4(i)5(onal)5( el)5(em)-5(ent)4(s)1(.)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 281.0948 215.7071 Tm -( )Tj -0.008 Tc -0.008 Tw -23.474 -2.027 Td -[(N)-2(O)-3(TE)]TJ -0 Tc 0 Tw 2.815 0 Td -( )Tj -0.007 Tc 0.211 Tw 2.201 0 Td -[(T)-1(hi)4(s use of)3( squar)3(e br)3(acket)3(s w)-3(i)4(t)3(hi)4(n B)-2(N)-3(F)-1( not)3(at)3(i)4(on shoul)4(d no)]TJ -0.008 Tc 0.21 Tw 28.12 0 Td -[(t)4( be c)1(onf)4(us)1(ed w)-2(i)5(t)4(h t)4(he us)1(e of)4( s)1(quar)3(e )]TJ -0.007 Tc -0.003 Tw -33.137 -1.189 Td -[(br)3(ac)1(k)1(et)4(s)1( )1(as)1( del)5(i)5(m)-5(i)5(t)4(er)3(s)1( )1(i)5(n )1(W)-5(K)-2(T)-1( )1(s)1(t)4(r)3(i)5(ngs)1(.)]TJ -0 Tc 0 Tw 9.84 0 0 9.84 223.1839 187.1471 Tm -( )Tj -/C2_0 1 Tf --17.113 -2.439 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.005 Tw 1.204 0 Td -[(E)-2(l)5(l)5(i)5(ps)1(i)5(s)1( af)5(t)5(er)3( an )-1(el)5(em)-5(ent)4( \223)3(<)-1( )-1(>)]TJ -/C2_1 1 Tf -0 Tc 0 Tw 12.875 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 1.016 0 Td -[(\224)3( )1(al)5(l)5(ow)-3(s)1( t)4(he us)1(e of)5( m)-5(ul)5(t)4(i)5(pl)5(e i)5(ns)1(t)5(anc)1(es)1( )1(of)4( )1(t)5(hat)5( el)5(em)-5(ent)4(.)5( )]TJ -0 Tc 0 Tw 24.126 0 Td -( )Tj -/C2_0 1 Tf --39.831 -1.976 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.004 Tc 1.204 0 Td -[(E)-7(llip)-5(s)-4(is)-4( a)-5(fte)-5(r)-2( b)-5(r)-2(a)-5(c)-4(e)-5(s)-4( ")-2({)-2( })]TJ -/C2_1 1 Tf -0 Tc 10.41 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 1.016 0 Td -[(")3( )-1(appl)5(i)5(es)1( )-1(t)4(he )-1(m)-5(ul)5(t)4(i)5(pl)5(i)5(c)1(i)5(t)4(y t)4(o al)5(l)5( )-1(el)5(em)-5(ent)5(s)1( w)-3(i)5(t)4(hi)5(n t)5(he br)3(ac)1(es)1(.)4( )]TJ -0 Tc 0 Tw 25.843 0 Td -( )Tj -/C2_0 1 Tf --39.083 -1.976 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.011 Tc -0.011 Tw 1.204 0 Td -(El)Tj -0.009 Tc 0.002 Tw 0.904 0 Td -[(l)5(i)5(ps)1(i)5(s)1( af)4(t)4(er)3( s)1(quar)3(e br)3(ac)1(k)1(et)4(s)1( ")3([)4( ])]TJ -/C2_1 1 Tf -0 Tc 0 Tw 13.607 0 Td -<0001>Tj -/TT1 1 Tf -0.009 Tc 0.002 Tw 1.016 0 Td -[(")3( m)-5(eans)1( t)4(hat)4( t)4(he c)1(ont)4(ent)4( i)5(ns)1(i)5(de t)4(he s)1(quar)3(e br)3(ac)1(k)1(et)4(s)1( m)-5(ay oc)1(c)1(ur)3( z)1(er)3(o )]TJ --0.004 Tw -15.527 -1.171 Td -[(t)5(o )1(m)-5(any)1( )1(t)5(i)6(m)-5(es)1(.)]TJ -0 Tc 0 Tw 6.609 0 Td -( )Tj -/C2_0 1 Tf --8.383 -2 Td -<0000>Tj -/TT1 1 Tf -0.61 0 Td -( )Tj -0.009 Tc -0.005 Tw 1.219 0 Td -[(D)-3(oubl)5(e exc)1(l)5(am)-5(at)5(i)5(on )-1(m)-5(ar)3(k)1(s)1( ")3(!)5( )-1(!)4(")3( )-1(i)5(nt)4(r)3(oduc)1(e )-1(nor)3(m)-5(al)5( E)-2(ngl)5(i)5(s)1(h t)5(ext)5(.)4( T)-1(hi)5(s)1( )-1(i)5(s)1( us)1(ed w)-3(hen t)4(he )-1(def)4(i)5(ni)5(t)5(i)5(on of)5( a )]TJ -0 -1.146 TD -[(s)1(ynt)5(ac)1(t)5(i)5(c)1( el)5(em)-5(ent)5( i)5(s)1( s)1(uppl)5(em)-5(ent)5(ed by c)1(on)]TJ -18.813 0 Td -[(s)1(t)5(r)4(ai)5(nt)5(s)1( not)5( i)5(n t)5(he B)-2(N)-3(F)-1( def)5(i)5(ni)5(t)5(i)5(on but)5( gi)5(ven l)5(at)5(er)4( i)5(n t)5(he t)5(ext)5(.)]TJ -0 Tc 0 Tw 26.043 0 Td -( )Tj -ET - endstream endobj 275 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 552.5583 27.0671 Tm -(7)Tj -0.566 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -49.553 74.463 Td -[(4.)5(1.)5(32)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw -2.825 -1.171 Td -[(sem)-5(i)]TJ -0 Tc 0 Tw 2.316 0 Td -(-)Tj -0.009 Tc -0.004 Tw 0.338 0 Td -[(m)-5(aj)5(or)3( )1(axi)5(s)]TJ -0 Tc 0 Tw ( )Tj -/TT2 1 Tf --2.654 -1.171 Td -(a)Tj -/TT0 1 Tf -0.565 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.008 Tw -0.565 -1.146 Td -[(se)-1(m)-6(i)]TJ -0 Tc 0 Tw 2.146 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(di)5(am)-6(et)5(er)4( of)5( t)5(he l)5(onges)1(t)5( ax)4(i)5(s)1( of)5( an )]TJ -/TT2 1 Tf -0.004 Tc -0.004 Tw 15.249 0 Td -[(e)-5(llip)-5(s)-4(o)-5(id)]TJ -/TT1 1 Tf -0 Tc 0 Tw 3.671 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(12\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 691.8671 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(T)-1(hi)4(s equat)3(es t)3(o t)3(he sem)-5(i)]TJ -0 Tc 0 Tw 11.042 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(di)5(am)-5(et)4(er)3( of)4( t)4(he )1(el)5(l)5(i)5(ps)1(oi)5(d )1(m)-5(eas)1(ur)3(ed )1(i)5(n)-1( )1(i)5(t)4(s)]TJ -0 Tc 0 Tw 17.858 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(equat)4(or)3(i)5(al)5( )1(pl)5(ane.)]TJ -0 Tc 0 Tw 7.493 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 668.5871 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(40])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(33)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw -2.825 -1.171 Td -[(sem)-5(i)]TJ -0 Tc 0 Tw 2.316 0 Td -(-)Tj -0.005 Tc 0.338 0 Td -[(m)-9(i)1(n)-4(o)-4(r)-1( )1(a)-4(x)-4(i)1(s)]TJ -0 Tc 5.083 0 Td -( )Tj -/TT2 1 Tf --7.738 -1.171 Td -(b)Tj -/TT0 1 Tf -0.565 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.008 Tw -0.565 -1.171 Td -[(se)-1(m)-6(i)]TJ -0 Tc 0 Tw 2.146 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(di)5(am)-6(et)5(er)4( of)5( t)5(he s)1(hor)4(t)5(es)1(t)5( ax)4(i)5(s)1( of)5( an )]TJ -/TT2 1 Tf -0.004 Tc -0.004 Tw 15.588 0 Td -[(e)-5(llip)-5(s)-4(o)-5(id)]TJ -/TT1 1 Tf -0 Tc 0 Tw 3.671 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.283 0 Td -[(\()4(4.)5(1.)5(12\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 587.7071 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(T)-1(he shor)3(t)3(est)3( ax)4(i)4(s coi)4(nci)4(des w)-3(i)4(t)3(h t)3(he r)3(ot)3(at)3(i)4(on ax)4(i)4(s of)3( t)3(he el)4(l)4(i)4(psoi)4(d and t)3(her)3(ef)3(or)3(e cont)3(ai)4(ns bot)3(h pol)4(es.)]TJ -0 Tc 0 Tw 44.102 0 Td -( )Tj -9.84 0 0 9.84 71.0342 564.6671 Tm -([)Tj -0.012 Tc -0.012 Tw 0.282 0 Td -[(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 4.913 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(41])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(34)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw -2.825 -1.171 Td -[(sp)-1(at)4(i)5(o)]TJ -0 Tc 0 Tw 2.993 0 Td -(-)Tj -0.009 Tc -0.004 Tw 0.338 0 Td -[(p)-1(ar)3(am)-6(et)3(r)3(i)4(c co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e r)3(ef)3(er)3(en)-1(ce syst)3(em)]TJ -0 Tc 0 Tw 19.315 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.003 Tw -22.647 -1.171 Td -[(c)1(om)-5(pound c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 17.854 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.284 0 Td -[(\(4)-4(.)1(1)-4(.)1(4)-4(\) )]TJ -0.008 Tc -0.002 Tw 3.221 0 Td -[(i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( o)-1(n)-1(e)-1( c)-1(o)-1(n)-1(s)-1(t)3(i)4(t)3(u)-1(e)-1(n)-1(t)3( )]TJ -/TT2 1 Tf -0.009 Tc -0.003 Tw 11.133 0 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.824 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.284 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.003 Tc -0.003 Tw 3.221 0 Td -[(i)-1(s)-6( )]TJ -0.009 Tc -0.009 Tw -48.819 -1.171 Td -(a )Tj -/TT2 1 Tf --0.005 Tw 0.848 0 Td -[(par)4(am)-6(et)5(r)4(i)5(c)1( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 17.905 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.283 0 Td -[(\(4)-4(.)1(1)-4(.)1(2)]TJ -0 Tc 0 Tw 2.598 0 Td -(6)Tj -0.005 Tc -0.005 Tw 0.565 0 Td -(\) )Tj -0.009 Tc 0.621 0 Td -[(and one i)5(s)1( a s)]TJ -6.327 0 Td -[(pat)5(i)5(al)5( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -0 Tc 0 Tw 15.533 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 483.7871 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.08 0 Td -[(N)-2(or)3(m)-5(al)5(l)5(y)1( t)4(he s)1(pat)4(i)5(al)5( c)1(om)-5(ponent)4( i)5(s)1( \223)3(hor)3(i)5(z)1(ont)4(al)5(\224)3( and t)4(he par)3(am)-5(et)4(r)3(i)5(c)1( c)1(om)-5(ponent)4( i)5(s)1( \223)3(ver)3(t)4(i)5(c)1(al)5(\224)3(.)]TJ -0 Tc 0 Tw 40.051 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 460.5071 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 2.598 0 Td -[(2:)5(2009,)5( 4.)5(4])]TJ -0 Tc 0 Tw 5.368 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.76 -2.39 Td -[(4.)5(1.)5(35)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.825 -1.171 Td -[(sp)-1(h)-1(er)3(i)5(cal)5( co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e syst)4(em)]TJ -0 Tc 0 Tw 13.724 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -13.724 -1.171 Td -[(t)5(hr)4(ee)]TJ -0 Tc 0 Tw 2.316 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf -0.188 Tw 5.897 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.439 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.475 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.012 Tc -0.012 Tw 3.412 0 Td -(wi)Tj -0.009 Tc 0.188 Tw 0.959 0 Td -[(t)5(h )1(one )1(di)6(s)1(t)5(a)-1(nce )1(m)-5(eas)1(ur)4(ed )1(f)5(r)4(om)-5( )1(t)5(he or)4(i)6(gi)6(n )1(and )1(t)5(w)-2(o )1(angul)6(ar)4( )]TJ --0.005 Tw -21.837 -1.146 Td -[(c)1(oor)4(di)6(nat)5(es)1(,)5( c)1(om)-5(m)-5(onl)6(y)1( as)1(s)1(oc)1(i)6(at)5(ed w)-3(i)6(t)5(h a )]TJ -/TT2 1 Tf -18.809 0 Td -[(geodet)5(i)5(c)1( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 16.946 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(18\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 379.8671 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.008 Tc 0.233 Tw 2.08 0 Td -[(N)-2(ot)4( t)4(o be c)1(onf)4(us)1(ed w)-2(i)5(t)4(h an )]TJ -/TT2 1 Tf -0.007 Tc 0.234 Tw 13.701 0 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( )1(c)1(oor)3(di)5(nat)4(e )1(s)1(y)1(s)1(t)4(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 13.429 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.518 0 Td -[(\()3(4.)4(1.)4(13\))3( )]TJ -0.234 Tw 4.011 0 Td -[(bas)1(ed )1(on )1(an )]TJ -/TT2 1 Tf -0.002 Tc -0.002 Tw 6.57 0 Td -[(e)-5(llip)-5(s)-4(o)-5(id)]TJ -/TT1 1 Tf -0 Tc 0 Tw 3.661 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.518 0 Td -[(\()3(4.)4(1.)4(12\))]TJ -0 Tc 0 Tw 3.492 0 Td -( )Tj -0.008 Tc -0.004 Tw -54.91 -1.189 Td -[(\221)5(degener)3(at)4(ed\222)5( i)5(nt)4(o a s)1(pher)3(e.)]TJ -0 Tc 0 Tw 12.563 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 346.0271 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(44])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(36)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.01 Tw -2.825 -1.171 Td -[(s)1(phe)1(r)4(oi)6(d)]TJ -0 Tc 0 Tw 4.292 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -4.292 -1.171 Td -[(c)1(l)6(os)1(ed s)1(ur)4(f)5(ac)1(e t)5(hat)5( di)6(f)5(f)5(er)4(s)1( onl)6(y)1( s)1(l)6(i)6(ght)5(l)6(y)1( f)5(r)4(om)-5( t)5(hat)5( of)5( a s)1(pher)4(e)]TJ -0 Tc 0 Tw 26.773 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -26.773 -2.39 Td -[(4.)5(1.)5(37)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.825 -1.146 Td -[(v)-1(er)3(t)4(i)5(cal)5( co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e r)3(ef)4(er)3(en)-1(ce syst)4(em)]TJ -0 Tc 0 Tw 17.679 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -17.679 -1.171 Td -(one)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 2.033 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf --0.005 Tw 5.705 0 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.822 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 3.219 0 Td -[(bas)1(ed on a )]TJ -/TT2 1 Tf -0.008 Tc -0.008 Tw 5.311 0 Td -[(ve)-1(r)3(t)4(i)5(ca)-1(l)]TJ -0 Tc 0 Tw 3.218 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)]TJ -0.009 Tc -0.009 Tw 2.033 0 Td -(39)Tj -0 Tc 0 Tw (\))Tj -1.468 0 Td -( )Tj -0.011 Tc -0.011 Tw -39.483 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(47])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(38)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.825 -1.171 Td -[(v)-1(er)3(t)4(i)5(cal)5( co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e syst)4(em)]TJ -0 Tc 0 Tw 12.822 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -12.822 -1.171 Td -(one)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 2.033 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf --0.005 Tw 5.705 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc 3.219 0 Td -[(us)1(ed f)5(or)4( gr)4(avi)5(t)5(y)]TJ -0 Tc 0 Tw 6.948 0 Td -(-)Tj -0.009 Tc -0.004 Tw 0.338 0 Td -[(r)4(el)6(at)5(ed )1(hei)6(ght)5( )1(or)4( )1(dept)5(h )1(m)-5(eas)1(ur)4(em)-5(ent)5(s)]TJ -0 Tc 0 Tw 17.173 0 Td -( )Tj -0.011 Tc -0.011 Tw -43.947 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(48])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(39)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.825 -1.171 Td -[(v)-1(er)3(t)4(i)5(cal)5( d)-1(at)4(u)-1(m)]TJ -0 Tc 0 Tw 6.891 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw -6.891 -1.171 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(11\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(des)1(c)1(r)4(i)5(bi)5(ng )]TJ --0.004 Tw 4.913 0 Td -[(t)5(he )1(r)4(el)6(at)5(i)6(on )1(of)4( )1(gr)4(avi)6(t)5(y)]TJ -0 Tc 0 Tw 9.434 0 Td -(-)Tj -0.009 Tc -0.004 Tw 0.338 0 Td -[(r)4(el)6(at)5(ed )1(hei)6(ght)5(s)1( )1(or)4( )1(dept)5(hs)1( )1(t)5(o )1(t)5(he )1(E)-1(ar)4(t)5(h)]TJ -0 Tc 0 Tw 16.721 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 90.1871 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.008 Tc 0.133 Tw 2.08 0 Td -[(I)4(n m)-5(os)1(t)4( c)1(as)1(es)1(,)4( t)4(he ver)3(t)4(i)5(c)1(al)5( dat)4(um)-5( w)-2(i)5(l)5(l)5( be r)3(el)5(at)4(ed t)4(o m)-5(ean s)1(ea l)5(evel)5(.)4( )]TJ -/TT2 1 Tf -0.007 Tc 31.86 0 Td -[(E)-2(l)4(l)4(i)4(psoi)4(dal)4( hei)4(ght)3(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.248 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.418 0 Td -[(\()3(4.)4(1.)4(14\))3( )]TJ -3.911 0 Td -[(ar)3(e )]TJ -0.008 Tc 0.085 Tw -53.445 -1.162 Td -[(t)4(r)3(eat)4(ed as)1( r)3(el)5(at)4(ed t)4(o)]TJ -0 Tc 0 Tw 9.279 0 Td -( )Tj -0.008 Tc 0.085 Tw 0.37 0 Td -[(a t)4(hr)3(ee)]TJ -0 Tc 0 Tw 3.244 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -[(di)5(m)-4(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf -0.085 Tw 5.779 0 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 13.136 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.37 0 Td -[(\()1(4)]TJ -0.007 Tc -0.007 Tw 0.901 0 Td -[(.)3(1)-1(.)3(1)-1(3)-1(\))2( )]TJ -0.086 Tw 2.962 0 Td -[(r)3(ef)4(er)3(enced )1(t)4(o )1(a )]TJ -/TT2 1 Tf -0.008 Tc 0.085 Tw 7.365 0 Td -[(geodet)4(i)5(c)1( dat)4(um)]TJ -/TT1 1 Tf -0 Tc 0 Tw 7.02 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.37 0 Td -[(\()3(4.)4(1.)4(19\))]TJ -0.004 Tc -0.004 Tw 3.493 0 Td -(. )Tj -ET - endstream endobj 273 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 37.1944 27.0671 Tm -(6)Tj -0.566 0 Td -( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 0 74.463 TD -[(4.)5(1.)5(24)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.825 -1.171 Td -[(l)5(i)5(near)3( )1(coor)2(di)5(nat)4(e )1(syst)4(em)]TJ -0 Tc 0 Tw 11.973 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -11.973 -1.171 Td -(one)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 2.033 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf --0.005 Tw 5.705 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.008 Tc -0.003 Tw 3.219 0 Td -[(i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( a)-1( l)4(i)4(n)-1(e)-1(a)-1(r)2( f)3(e)-1(a)-1(t)3(u)-1(r)2(e)-1( f)3(o)-1(r)2(m)-7(s)-1( t)3(h)-1(e)-1( a)-1(x)2(i)4(s)]TJ -0 Tc 0 Tw 17.337 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 37.1944 703.3871 Tm -[(EX)1(AM)-2(PL)2(ES)]TJ -0 Tc 0 Tw 5.463 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.195 0 Td -[(D)-2(i)5(s)1(t)4(anc)1(es)1( al)5(ong a pi)5(pel)5(i)5(ne;)4( dept)4(hs)1( dow)-2(n a )]TJ -0.007 Tc -0.003 Tw 19.266 0 Td -[(devi)5(at)4(ed )1(oi)5(l)5( )1(w)-2(el)5(l)5( bor)3(e.)]TJ -0 Tc 0 Tw 9.746 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 680.1071 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(32])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(25)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw -2.825 -1.171 Td -[(m)-4(a)1(p)1( )1(p)1(r)4(o)1(j)6(e)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 7.284 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw -7.284 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e c)1(onv)1(er)4(s)1(i)6(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.941 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(4)-4(\) )]TJ -0.009 Tc -0.004 Tw 3.219 0 Td -[(f)5(r)4(om)-5( )1(an )]TJ -/TT2 1 Tf --0.009 Tw 3.729 0 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.461 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw 0.282 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)]TJ -0.009 Tc -0.009 Tw 2.033 0 Td -(13)Tj -0.005 Tc -0.005 Tw (\) )Tj -0.009 Tc -0.004 Tw 1.751 0 Td -[(t)5(o )1(a )1(pl)6(ane)]TJ -0 Tc 0 Tw 4.463 0 Td -( )Tj -0.011 Tc -0.011 Tw -38.692 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(33])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(26)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.825 -1.171 Td -[(p)-1(ar)3(am)-6(et)3(r)3(i)4(c co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e r)3(ef)3(er)3(en)-1(ce syst)3(em)]TJ -0 Tc 0 Tw 19.315 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw -19.315 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)]TJ -6.213 0 Td -[(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.609 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 3.219 0 Td -[(bas)1(ed on a )]TJ -/TT2 1 Tf --0.009 Tw 5.311 0 Td -[(par)4(am)-6(et)5(r)4(i)5(c)1( )]TJ -5.083 0 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(2)-4(8)]TJ -0 Tc 0 Tw 3.163 0 Td -(\))Tj -0.338 0 Td -( )Tj -0.011 Tc -0.011 Tw -33.327 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 2.598 0 Td -[(2:)5(2009,)5( 4.)5(2])]TJ -0 Tc 0 Tw 5.368 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.76 -2.366 Td -[(4.)5(1.)5(27)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.825 -1.171 Td -[(p)-1(ar)3(am)-6(et)3(r)3(i)4(c co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 14.458 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -14.458 -1.171 Td -(one)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 2.033 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf -0.009 Tw 5.719 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.26 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.296 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc 0.009 Tw 3.233 0 Td -[(w)-3(her)3(e t)4(he ax)4(i)5(s)1( uni)5(t)4(s)1( ar)3(e par)3(am)-6(et)4(er)3( val)5(ues)1( w)-3(hi)5(c)1(h ar)3(e not)4( i)5(nher)3(ent)4(l)5(y)1( )]TJ --0.009 Tw -19.541 -1.171 Td -[(s)1(pat)5(i)6(al)]TJ -0 Tc 0 Tw 2.937 0 Td -( )Tj -0.011 Tc -0.011 Tw -2.937 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 2.598 0 Td -[(2:)5(2009,)5( 4.)5(1])]TJ -0 Tc 0 Tw 5.368 0 Td -( )Tj -/C2_0 1 Tf -0.01 Tc -0.01 Tw -15.76 -2.415 Td -[<00060002>6<00030002>6<00040008>]TJ -0 Tc 0 Tw <0001>Tj -/TT0 1 Tf -0.009 Tc -0.004 Tw 0 -1.171 TD -[(p)-1(ar)3(am)-6(et)3(r)3(i)4(c d)-1(at)3(u)-1(m)]TJ -0 Tc 0 Tw 8.527 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw -8.527 -1.171 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(11\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(des)1(c)1(r)4(i)5(bi)5(ng t)5(he r)4(el)5(at)5(i)5(ons)1(hi)5(p of)5( a )]TJ -/TT2 1 Tf --0.009 Tw 14.065 0 Td -[(par)4(am)-6(et)5(r)4(i)5(c)1( )]TJ --0.005 Tw 5.083 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(2)-4(7)]TJ -3.163 0 Td -(\) )Tj -0.009 Tc -0.004 Tw 0.621 0 Td -[(t)5(o )1(an )1(obj)6(ec)1(t)]TJ -0 Tc 0 Tw 5.254 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 388.9871 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(T)-1(he obj)4(ect)3( i)4(s nor)3(m)-5(al)4(l)4(y t)3(he E)-2(ar)3(t)3(h.)]TJ -0 Tc 0 Tw 14.533 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 365.9471 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 2.598 0 Td -[(2:)5(2009,)5( 4.)5(3])]TJ -0 Tc 0 Tw 5.368 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.76 -2.39 Td -[(4.)5(1.)5(29)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.825 -1.171 Td -[(p)-1(o)-1(l)4(ar)3( co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 11.747 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw -11.747 -1.171 Td -[(t)1(w)-6(o)]TJ -0 Tc 0 Tw 1.581 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf -0.13 Tw 5.84 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.381 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.417 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.008 Tc 0.131 Tw 3.354 0 Td -[(i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( p)-1(o)-1(s)-1(i)4(t)3(i)4(o)-1(n)-1( i)4(s)-1( s)-1(p)-1(e)-1(c)-1(i)4(f)3(i)4(e)-1(d)-1( b)-1(y)-1( d)-1(i)4(s)-1(t)3(a)-1(n)-1(c)-1(e)-1( a)-1(n)-1(d)-1( d)-1(i)4(r)2(e)-1(c)-1(t)3(i)4(o)-1(n)-1( f)3(r)2(o)-1(m)-7( t)3(h)-1(e)-1( )]TJ -0.004 Tc -0.004 Tw -19.911 -1.171 Td -[(o)-5(r)-1(ig)-5(in)]TJ -0 Tc 0 Tw 2.485 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 285.0671 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(F)-1(or)3( t)3(he t)3(hr)3(ee)]TJ -0 Tc 0 Tw 5.802 0 Td -(-)Tj -0.007 Tc -0.003 Tw 0.337 0 Td -[(di)5(m)-5(ens)1(i)5(onal)5( c)1(as)1(e,)4( )1(s)1(ee )]TJ -/TT2 1 Tf -0.008 Tc -0.004 Tw 10.309 0 Td -[(s)1(pher)3(i)5(c)1(al)5( c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 12.843 0 Td -[(\()3(4.)4(1.)4(35\))3(.)]TJ -0 Tc 0 Tw 3.774 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 261.7871 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(37])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(30)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.005 Tc -2.825 -1.171 Td -[(p)-5(r)-1(im)-10(e)-4( m)-10(e)-4(r)-1(id)]TJ --0.005 Tw 5.817 0 Td -[(i)1(a)-4(n)]TJ -0 Tc 0 Tw 1.468 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -7.285 -1.171 Td -[(z)1(er)4(o m)-5(er)4(i)6(di)6(an)]TJ -0 Tc 0 Tw 6.156 0 Td -( )Tj -0.008 Tc -0.003 Tw -6.156 -1.146 Td -[(m)-6(er)3(i)5(di)5(an )1(f)4(r)3(om)-6( )1(w)-3(hi)4(ch )1(t)4(he )1(l)5(ongi)5(t)4(udes of)4( )1(ot)4(her)3( )1(m)-6(er)3(i)5(di)5(ans )1(ar)3(e )1(qua)-1(nt)4(i)5(f)4(i)5(ed)]TJ -0 Tc 0 Tw 30.559 0 Td -( )Tj -0.011 Tc -0.011 Tw -30.559 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(38])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(31)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.825 -1.171 Td -[(p)-1(r)3(o)-1(j)4(ect)3(ed)-1( co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e r)3(ef)3(er)3(en)-1(ce syst)3(em)]TJ -0 Tc 0 Tw 18.693 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc 0.166 Tw -18.693 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 13.164 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.453 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 0.166 Tw 3.39 0 Td -[(der)4(i)5(ved f)5(r)4(om)-6( a t)5(w)-3(o)]TJ -0 Tc 0 Tw 8.873 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf -0.166 Tw 5.876 0 Td -[(geodet)5(i)5(c)1( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(e)]TJ -0.008 Tc 0.167 Tw 12.147 0 Td -[(n)-1(ce)-1( syst)4(e)-1(m)]TJ -/TT1 1 Tf -0 Tc 0 Tw 5.311 0 Td -( )Tj -0.005 Tc -0.005 Tw -49.553 -1.171 Td -[(\(4)-4(.)1(1)-4(.)1(1)-4(8)-4(\) )]TJ -0.009 Tc 3.784 0 Td -[(by)1( appl)5(y)1(i)5(ng a )]TJ -/TT2 1 Tf -0.008 Tc -0.003 Tw 6.27 0 Td -[(m)-6(ap )1(pr)3(oj)5(ect)4(i)5(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.665 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(25\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.011 Tc -0.011 Tw -20.504 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(39])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -ET - endstream endobj 274 0 obj <> endobj 279 0 obj [281 0 R] endobj 280 0 obj <>stream -H塡戂j0 嗭簂/妔韬B牬鋌桋[ 媍"o?* 嫃_繎dy.5鋰U:c登i溄Bh7VhB嶁瓎 I鎧曧FQ ?I渹_`s襝媅!呓Fol涬罐偓g鐍p@ 伈=糈阜f@愌东4&,;螯U|-!嫓r3j8笷l彚H钄P夹)Z齇?搏碓w鉩uJ諗(.I扱:%eT波d螸y> endobj 282 0 obj <> endobj 283 0 obj <> endobj 284 0 obj <>stream -H夲` endstream endobj 285 0 obj <>stream -H墝WMl~护HJⅳ-孰:QUM蒖l薴TYbD.m姷貢輙)R %末脍原\柍Rh诼@)偞=*怌膧A袃喲C傃E悮}3护%Em弛潩鹘7o藜骏.溈  鶙/p渖缦絧!逑傎^|妁醴朓艆\狺锆\ P"巪'颉粁雎%>祥繚嚣~x殡Hw溚]:珧吣伡;0麚彏BI?w~铃w再 Pw -垔\瀧渭睶59楞g觉騗舠!悛 攈瘈鹸9q>侘黶鬫忒* 倔?朁闼齑鯍F#R吭 繀驻AI撀版鳦M瘥p罾o郬3.%Gp~垳yx&彭?9qg廸c=硟羾(褑;\侷笌{輩赤o盖[鹙v芾鲝駓[0鐟*0郙8[7蠼歧Je5屝E85啣^Zv]雎]3X=6D奁邠>92趠黢ゲ酠7鼨B醄蟷筇98暆9鶏藾馮21|l糌茸嚐=2t璃赭E=憂篛#O睚uwW竤Wǎ江Uiin -66:疓枲O -硃滦梄W耣A殼 -a辽崜 赥嵍扖f+抨 3琧(A漼#x訅\侕U>Vk|装 C覶&G餘# 飰)0e -qMu4)?迨覮g 斗J氭NF蘼篫遞妞d+W"蔂聋 B\l#唓a絈4D翙L陎膜v&匩⑸[粪祟舦饋^Xa=Z盀鴗民‵lb瓏p*屛镑RcC&@慒爦s%)8*墘試K2毿}m躙?K,緅釀&裲萯)W肿6桿g砦1債田AY<莁晹淼骎4X爡儁r(POD/f贋淘B>V戰p'爬僄"睉娌4蓛/,&扙撊玂+诤授瓠持(kB宝W[/N邛 -a7熊M\崗a4葜)顔属拋Z谼6 "8裾a梭KN铄知 - 描`|p韬瞏-q摋r鼧盬腝啄0_壘斾_堎鯗dC<8N<戫k5島E鵅壑箟Z飿寣'鲶歅趽`瘳xAVw岀挦 s|鏧I釉湼(驡VPbs嶠雸*诨萚镲颂zRr򬣢>膟fKa敱獛243韉A:XY錤銺詴Zo囌畚鼘憿)硕S敜l宋+梭(.凍9"Ⅻ%釜苍毶( qu勭^j&泌驪141T&3踹豱蚢鯿 饸硶O讯 v'暏x)c嘝%2&"艀2嬍U^53/魏温蘴搰骼iE%毱雐噛$仳瘁嬲坆-蝁痳B8g故-(-湙?9讽V贔乐硏臱 鎲=axT贊瑟囅⒇蔉XgT,>翈i+斳壊簞碑帢Di臯'√( 歙w棼铮小0i処8豔E{鱰茞YK$③枦i洀鍉 -艥蠁2 -陪⿴|k'黀7穔GR籍T蛻0Y3锿S1牻j 貕皉勮と兺垥-罷7缅=+蒣 毺ET7舚t\5l/cY3嬅%O@唒[Q-Y悯RLu+婏曟G偈痽*兞锹迂囝髅槰幻蜐\炆n6m&x盳g,*w桡Qu3yb;]ec?#2寳╰m棶臀黸}-k軘%9a崨@\2G9 菻蜿8啦鄗 鑭Y獦靈J:X\`委 -=\D僞`)銂f讯L頻劐$ f6&友$麄瑏.尦F:务1帍9笍銅:庨徟Ax┷膨l*<厃喝R甌皟奁潍1_ >豟耄&,濦广>螙9nOS镥榧5(抐酲∞諃)眴pQ5Ga,巈摍Q京比偪嘚衋骐qt瞩饙L粛_5DVm銔P *捀欓8D梭Yy嫚方悷興赧鸹Au{{挠牶Lp*ū﹣噙*繕7@厁鸐1^P+瞽癋川g+dス-x癄‐鬙\蛅f%珹n葱銰6k姢s豴滜崍蠿u1 -堧x譇銩駜6[A_6]齷课OLP7dL{;繬c lGl蹃8 -4辙$"*}=檐jp?z货^B/袅 嗈x~砸u5"r_瘐盒=鸝`llL駺y <x痿4txT>::蹸5藒:t淙{錚蜑P3D嚖V瓡?騋弋=j顺盎y-懯忣i#=!跲ハ眢>險舥沁劢劢鲱富姐钹X鄝#/ 鉍"* 俬麫 ~〧嚜鑨c&嵄姯橞g訬揾:-鞤I揨趆璖k碅{堀6揘u鼷竭緘竭畸灺煔L 少n嬊雜5膅萍頋戜蕒fFjl;哑;6鶋l`糀v镫0za澱+BE糆RC瀃0梧:&镟瓷Kp胘蓔騴CFN// z$ -乪8鱂懧剒#"lV灡 #陳诇y艟宼)赛鞦曍C 曝l餒4塧葚8Ml掴gk霽K詹g( OOK0*..ou9)>m鎟飓9cn1 0f7s捬d釿$凤怡$7藳&姧MV珵$++s硁= 0波["2k/銸曪2{0/>袮9淩v3L忍缮跻眕雜蟥飑I:丑(o 枤 寐逪}Y %╓ 殦硗mO-)/m2熧谢/师絫赓韼粦箱@a蚠秝胶锕朚m䱷6旍XP搀渌艊D%x絮鸲あ!f︰qNg悳戳X椢#;) Z瑜彤2c迣9趌 60X*珠Dl疜R慐`y52J蛀|(fe謳繲=⑴)3tz#憪儛 d&N+#硈1.唓乒苜^撋 玚轒9习&~否lc哑%哌S辷稄鏈塣^1颁錂e糒}▄Q4幆豙蓠VcR聏{#f^靘g鸰lmWT x fA膗"+奀飬:XN伌XE玪,k_祡`籪!JMkmG$柕rNz獣t*.贏騲 搻紮#彟訢0鱱^P^ 馁'很$鄔wY泹D.4b(萉岈\'芻瘼墮鴮砱$Fk氃曟d$緣+斒摄匤翝玳o>8〾O?;?!+做&&赖堁圦3JB瘒\藧[趓DR(蘘 幤6觙L#挋諕妊Z0东nQf3Uc櫫X赠>橇caFR2y;U雅4o甄o竞鯹键阡儗夿A傩錈搃獤;蜾撱wd9欟Cz~愚On 椎 3霴晓鵓Z贇檣雒S烘徇e嬃)紋r褖怶>劦:Y柮慐g$嚑p矣 -H獺捖B贒:d介>ut_dR:栀鑈0兛 |忴鲲H\?諩瓋J,凾J8篲9N鷜t沅E~歗A嵅宠(j犦RG梣9ウ^5噕"趨笧yPB%<粒 -責" tdH3燶林2j\夽!MC悥佫 栳鵨s薑 砰+棿7咋6/}*4暋龚暍B$㈤.担&P㏄ -/濂孝>=謤畢c弚闭0r鄻31劊寐BX樎B喊嗝B拾嗦BLX让B&}N8岑 峥#' |欚徇5狩_ 醎%岢凮>Ex7>陆剋轓竾6螺刜 紩耛7轉x酭鲁 -钵纼](P{)纘里*d邱瓈.@p -p爞閿轴6 堆6v毈;-颻仅y爼珋歔乂礃+Z黑:尪棋@ M@跛 助e=mQ栒 -彪霦"蹰gX禅蝍鲊5鏥澺rNvh\看迻7>\w睅v詉x_2e=璃=^抠w魻觧>郕8埮Y)Q蹮/貜U冎羗僼砐i+b&T蔅気嬆>.@o#n砺猞蛂q蠖8,l霊嬢k渃4f鮕F辦Tg #搉=F攆i唆糥;"淹笊8颃C颃?頔nD鶺轺┷鱭"騫螆x'c弍貀^玈sJ暁ajZ&W#Lz髷 -MCEt譇镟轉痲WxN呧脙焼晅窎钹C!~橕E 鉞'閥+幹樫(峇+h2兤^乧僌/`-鐀bR﨑克飶;1~7~尴?鞧<>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 254 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 255 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 256 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 257 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 290 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 552.5583 27.0671 Tm -(5)Tj -0.566 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 749.7071 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(E)-2(ngi)4(neer)3(i)4(ng dat)3(um)-5( ex)3(cl)4(udes bot)3(h )]TJ -/TT2 1 Tf --0.007 Tw 15.321 0 Td -[(geodet)4(i)5(c)]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 4.113 0 Td -(and )Tj -/TT2 1 Tf -0.008 Tc -0.004 Tw 1.972 0 Td -[(v)1(er)3(t)4(i)5(c)1(al)5( dat)4(um)-5(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.816 0 Td -( )Tj -0.004 Tc -0.004 Tw 0.282 0 Td -[(\(4)-3(.)1(1)-3(.)1(1)]TJ -0.007 Tc -0.003 Tw 2.592 0 Td -[(9,)4( )1(4.)4(1.)4(39\))]TJ -0 Tc 0 Tw 4.282 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.009 Tc -0.009 Tw -44.668 -2.514 Td -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.871 0 Td -[(A)-2( syst)3(em)-5( f)3(or)3( i)4(dent)3(i)4(f)3(yi)4(ng r)3(el)4(at)3(i)4(v)-1(e posi)4(t)3(i)4(ons w)-3(i)4(t)3(hi)4(n a f)3(ew)-3( ki)4(l)4(om)-5(et)3(r)3(es of)3( t)3(he r)3(ef)3(er)3(ence poi)4(nt)3(.)]TJ -0 Tc 0 Tw 38.925 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 704.1071 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(21])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(17)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.005 Tc -0.005 Tw -2.825 -1.171 Td -[(fl)1(a)-4(tte)-4(n)-4(i)1(n)-4(g)]TJ -0 Tc 0 Tw 4.573 0 Td -( )Tj -/TT2 1 Tf --4.573 -1.171 Td -(f)Tj -/TT0 1 Tf -0.282 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.07 Tw -0.282 -1.171 Td -[(r)4(at)5(i)6(o )1(of)5( )1(t)5(he )1(di)6(f)5(f)5(er)4(enc)1(e )1(bet)5(w)-2(een )1(t)5(he )1(s)1(em)-5(i)]TJ -0 Tc 0 Tw 18.239 0 Td -(-)Tj -0.008 Tc 0.071 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(\()]TJ -/TT2 1 Tf -0 Tc 0 Tw 3.237 0 Td -(a)Tj -/TT1 1 Tf -0.009 Tc 0.07 Tw 0.565 0 Td -[(\))4( )1(and )]TJ -/TT2 1 Tf -0.008 Tc -0.008 Tw 2.747 0 Td -[(se)-1(m)-6(i)]TJ -0 Tc 0 Tw 2.146 0 Td -(-)Tj -0.008 Tc 0.071 Tw 0.338 0 Td -[(m)-6(i)5(nor)3( )1(axi)5(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.705 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.357 0 Td -[(\(4)-4(.)1(1)-4(.)1(3)-4(3)-4(\) )]TJ -0 Tc 0 Tw 3.858 0 Td -(\()Tj -/TT2 1 Tf -0.338 0 Td -(b)Tj -/TT1 1 Tf -0.009 Tc 0.07 Tw 0.565 0 Td -[(\))4( )1(of)5( )1(an )]TJ -/TT2 1 Tf -0.004 Tc -0.004 Tw 3.386 0 Td -[(e)-5(ll)]TJ -0.003 Tc -0.003 Tw 1.016 0 Td -[(i)-1(p)-6(s)-6(o)-6(i)-1(d)]TJ -/TT1 1 Tf -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.357 0 Td -[(\()4(4.)5(1.)5(12\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.357 0 Td -[(t)1(o)-4( )]TJ -0.009 Tc -0.009 Tw -48.705 -1.171 Td -[(t)5(he )]TJ -/TT2 1 Tf -0.008 Tc -0.008 Tw 1.695 0 Td -[(se)-1(m)-6(i)]TJ -0 Tc 0 Tw 2.146 0 Td -(-)Tj -0.008 Tc -0.003 Tw 0.338 0 Td -[(m)-6(aj)5(or)3( )1(axi)5(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 4.631 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(32\))]TJ -0.005 Tc -0.005 Tw 3.502 0 Td -[(;)1( )]TJ -/TT2 1 Tf -0.565 0 Td -[(f)1( )]TJ -0 Tc 0 Tw 0.565 0 Td -(=)Tj -0.593 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(a)-4( )]TJ -0 Tc 0 Tw 1.186 0 Td -(\226)Tj -0.565 0 Td -( )Tj -0.004 Tc -0.004 Tw 0.282 0 Td -[(b)-5(\))-1(/a)]TJ -/TT1 1 Tf -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 611.2271 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(S)-2(om)-5(et)3(i)4(m)-5(es i)4(nv)-1(er)3(se f)3(l)4(at)3(t)3(eni)4(ng 1/)]TJ -/TT2 1 Tf -0.004 Tc -0.004 Tw 14.141 0 Td -(f )Tj -/TT3 1 Tf -0 Tc 0 Tw 0.563 0 Td -(=)Tj -/TT1 1 Tf -0.556 0 Td -( )Tj -/TT2 1 Tf -0.282 0 Td -(a)Tj -/TT1 1 Tf -0.004 Tc -0.004 Tw 0.563 0 Td -(/\()Tj -/TT2 1 Tf -0 Tc 0 Tw (a)Tj -/C2_0 1 Tf -8.88 0 2.22 8.88 304.5616 611.2271 Tm -<0000>Tj -/TT2 1 Tf -8.88 0 0 8.88 309.9615 611.2271 Tm -(b)Tj -/TT1 1 Tf -0.007 Tc -0.003 Tw 0.563 0 Td -[(\))3( )1(i)5(s)1( )1(gi)5(ven )1(i)5(ns)1(t)4(ead;)4( )1(1/)]TJ -/TT2 1 Tf -0 Tc 0 Tw (f)Tj -/TT1 1 Tf -9.296 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.282 0 Td -[(i)5(s)1( al)5(s)1(o k)1(now)-2(n as)1( r)3(ec)1(i)5(pr)3(oc)1(al)5( f)4(l)5(at)4(t)4(eni)5(ng.)]TJ -0 Tc 0 Tw 16.785 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 587.9471 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(22])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(18)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.825 -1.146 Td -[(g)-1(eo)-1(d)-1(et)3(i)4(c co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e r)3(ef)3(er)3(en)-1(ce syst)3(em)]TJ -0 Tc 0 Tw 18.298 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw -18.298 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.822 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 3.219 0 Td -[(bas)1(ed on a )]TJ -/TT2 1 Tf --0.009 Tw 5.311 0 Td -[(geodet)5(i)5(c)1( )]TJ -4.124 0 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(1)]TJ -0 Tc 0 Tw 2.598 0 Td -(9)Tj -0.565 0 Td -(\))Tj -0.338 0 Td -( )Tj -0.011 Tc -0.011 Tw -32.368 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(23])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(19)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw -2.825 -1.171 Td -[(ge)1(ode)1(t)4(i)5(c)1( da)1(t)4(um)]TJ -0 Tc 0 Tw 7.51 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw -7.51 -1.171 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 0.465 0 Td -[(\()4(4.)5(1.)5(11\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.009 Tc 0.178 Tw 0.465 0 Td -[(des)1(c)1(r)4(i)5(bi)5(ng t)5(he r)4(el)5(at)5(i)5(ons)1(hi)5(p of)5( a t)5(w)-3(o)]TJ -0 Tc 0 Tw 16.559 0 Td -(-)Tj -0.338 0 Td -( )Tj -0.009 Tc 0.178 Tw 0.465 0 Td -[(or)4( t)5(hr)4(ee)]TJ -0 Tc 0 Tw 3.685 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf -0.178 Tw 5.888 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.429 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.465 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc 0.179 Tw 3.402 0 Td -[(t)5(o )1(t)5(he )]TJ -0.005 Tc -0.005 Tw -46.828 -1.171 Td -[(E)-6(a)-4(r)-1(th)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.011 Tc -0.011 Tw -2.429 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(24])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(20)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw -2.825 -1.171 Td -[(ge)1(ode)1(t)4(i)5(c)1( l)5(a)1(t)4(i)5(t)4(ude)]TJ -0 Tc 0 Tw 8.075 0 Td -( )Tj -/TT1 1 Tf -0.004 Tc -8.075 -1.171 Td -[(e)-5(llip)-5(s)-4(o)-5(id)-5(a)-5(l la)-5(titu)-5(d)-5(e)]TJ -0 Tc 8.02 0 Td -( )Tj -/C2_0 1 Tf -9.84 0 2.46 9.84 71.0342 377.4671 Tm -<0000>Tj -/TT0 1 Tf -9.84 0 0 9.84 77.0342 377.4671 Tm -( )Tj -/TT1 1 Tf -0.009 Tc 0.018 Tw -0.61 -1.146 Td -[(angl)5(e f)5(r)4(om)-6( t)5(he equat)5(or)4(i)5(al)5( pl)5(ane t)5(o t)5(he per)4(pendi)5(c)1(u)]TJ -0.008 Tc 0.019 Tw 22.298 0 Td -[(l)4(a)-1(r)2( t)3(o)-1( t)3(h)-1(e)-1( )]TJ -/TT2 1 Tf -0.004 Tc -0.004 Tw 4.303 0 Td -[(e)-5(llip)-5(s)-4(o)-5(id)]TJ -/TT1 1 Tf -0 Tc 0 Tw 3.671 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.304 0 Td -[(\()4(4.)5(1.)5(12\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.009 Tc 0.018 Tw 0.304 0 Td -[(t)5(hr)4(ough )1(a )1(gi)5(ven )1(poi)6(nt)5(,)5( )1(nor)4(t)5(hw)-2(ar)4(ds)1( )]TJ --0.004 Tw -34.382 -1.171 Td -[(t)5(r)4(eat)5(ed )1(as)1( )1(posi)6(t)5(i)6(ve)]TJ -0 Tc 0 Tw 8.248 0 Td -( )Tj -0.011 Tc -0.011 Tw -8.248 -2.366 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(25])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(21)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw -2.825 -1.171 Td -[(ge)1(ode)1(t)4(i)5(c)1( l)5(ongi)5(t)4(ude)]TJ -0 Tc 0 Tw 9.034 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -9.034 -1.171 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( l)5(ongi)5(t)5(ude)]TJ -0 Tc 0 Tw 8.868 0 Td -( )Tj -/C2_0 1 Tf -9.84 0 2.46 9.84 71.0342 272.3471 Tm -<0000>Tj -/TT0 1 Tf -9.84 0 0 9.84 77.0342 272.3471 Tm -( )Tj -/TT1 1 Tf -0.009 Tc 0.176 Tw -0.61 -1.146 Td -[(angl)5(e f)5(r)4(om)-6( t)5(he )]TJ -/TT2 1 Tf -7.32 0 Td -[(pr)4(i)5(m)-6(e m)-6(er)4(i)5(di)5(an)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.901 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.463 0 Td -[(\(4)-4(.)1(1)-4(.)1(3)-4(0)-4(\) )]TJ -0.009 Tc 0.176 Tw 3.964 0 Td -[(pl)5(ane t)5(o t)5(he m)-6(er)4(i)5(di)5(an pl)5(ane of)5( a gi)5(ven poi)5(nt)5(,)5( eas)1(t)5(w)-3(a)]TJ -24.84 0 Td -[(r)4(d )1(t)5(r)4(eat)5(ed )1(as)1( )]TJ -0.004 Tc -0.004 Tw -43.488 -1.171 Td -[(p)-5(o)-5(s)-4(itiv)-5(e)]TJ -0 Tc 0 Tw 3.446 0 Td -( )Tj -0.011 Tc -0.011 Tw -3.446 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(26])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(22)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.825 -1.171 Td -[(i)5(m)-5(age )1(coor)3(di)5(nat)4(e )1(r)3(ef)4(er)3(ence )1(syst)4(em)]TJ -0 Tc 0 Tw ( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw 0 -1.171 TD -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.822 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\))]TJ -0 Tc 0 Tw 2.937 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(bas)1(ed on an )]TJ -/TT2 1 Tf -0.008 Tc -0.008 Tw 5.876 0 Td -[(i)4(m)-7(a)-1(g)-1(e)]TJ -/TT1 1 Tf -0 Tc 0 Tw 2.768 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)]TJ -0.009 Tc -0.009 Tw 2.033 0 Td -(23)Tj -0 Tc 0 Tw (\))Tj -1.468 0 Td -( )Tj -0.011 Tc -0.011 Tw -31.86 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(30])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/C2_1 1 Tf -0.01 Tc -0.01 Tw -15.421 -2.415 Td -[<00060002>6<00030002>6<00040005>]TJ -0 Tc 0 Tw <0001>Tj -/TT0 1 Tf -0.009 Tc -0.004 Tw 0 -1.146 TD -[(i)5(m)-5(age )1(dat)4(um)]TJ -0 Tc 0 Tw 6.268 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw -6.268 -1.171 Td -[(engi)5(neer)4(i)5(ng dat)5(um)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.417 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(1)-4(6)-4(\) )]TJ -0.009 Tc -0.004 Tw 3.784 0 Td -[(w)-3(hi)5(c)1(h def)4(i)5(nes)1( t)]TJ --0.005 Tw 6.721 0 Td -[(he r)4(el)5(at)5(i)5(ons)1(hi)5(p of)5( a )]TJ -/TT2 1 Tf -8.869 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc -0.004 Tw 3.219 0 Td -[(t)5(o )1(an )1(i)6(m)-5(age)]TJ -0 Tc 0 Tw 5.311 0 Td -( )Tj -0.011 Tc -0.011 Tw -45.134 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(31])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -ET - endstream endobj 291 0 obj <> endobj 292 0 obj <> endobj 294 0 obj <> endobj 295 0 obj <>stream -H墝V{pT}畿换y@6` 港K倫剣E  蓡Gx耤w 0 30TGj 啖u刑_c 虬0Rq櫱0i鑵(﹀[a澢DT%彑c%镉媻XBH疲靰v>倪懪'9灿-髲(E丘$庛su満=^!紞衊:@W71髮鵒坅亂╢x/厕+绣Kλ|尹>r8滜8途n扚),师蘣驷xE3苧6S褕梇頟脄1"K7{脦~袗像虰=~奙厥Y紑8偹4嗞鶩t外i焜煔t29藜>R徭h鏯)植弩v插嬱隣 TB"蜖g間2齕鋴O賋ι怉筃^惙jtZlW飕Yi畭蟺嶋櫵U+肔蘂Va 竹躱6嗧\矫 左$; _1\耬\%A*鐦L2攼&,z*贓oP+潬觮叜嬦b)b慼峛0D8).q斉'W骚錫yJ/?挓(P&)!e彬劜C1攺昸蕌%!u_t"6咸3K蘪s濁2赘/g搰淥%w5寘<9 +毟v9孛党Z&O)铒8婳8肯p穚泲c鍡An*\逹4瀉.鱥5f贔/p漑C濈,c溼l 膉盢l荒nq\磯s S诟檙棘恠<笯6蕽驐騑r徿+[e泑WJ盧┈T6(蹠=瀵蕐u╖ 鯓鷸z芍脰mn第m&亲^脅h1浃糐_KE63/R9Zp<u栣;幇}$92Ls箏雐!兔od庈/'釋簩猟%諣J賲魂;qT -5"[F秹パCf海垉<1O羶亰 缒H8鍔佲髟娧v)iL恄q楿4簜惣厉蠗|o鶛p壩郄qtQy剈灺h:K!5 倲#袖鑶柽鋘s/e @4=:V旘耐2'N郲鞀軻纠 )f馭#縮俱{o ?if惝杵鱏?G糲茖))Y羧妹啊C架徿Z烤}r瞉Y櫧{e<谐G3瓄吩斾$囕*R -|zyP3騻啋楶h褄←ACcVyWC 普串歗謀MoB盂㊣NOa佹5銉2]kス育宱-氀千膓%/Ntc马f 蜅YW詜F簣/X歧丹$楆サ蓞hINa417扌B紾S絵-巒曖宜|F朸f卄萛_ㄆ铟昬惠伮僇脄}湋WAi軑a+5靟7赽+l諾 -"[Z潹妲骤5※~C枏魘鯷f酤膳田I>糋欫ベ2馑\琘d$驅f鞗羁_甓鯜蟕[慬寯畴-\艎*嵔墠緼佶febe暼疺鱕溹虷仪閡%A顛+b`F擕ㄋ=n~桹嬏綦ncL曞<葘ψ布ZVWIaA3=Q貣頸Hj符戁NY嫬[X艑问>'滦G庾9"k-B$\膉|埈钊b#4q[|宿Ps澓烬jWN▋c藆迉匷s9k,繃茽A謭豄恭汨8齪a陵V1Vopj錍%6(洛w画on酡 ?Akㄎ> -飷鼆!倴ろ$c%i'4<莎强j2 G^/唾貭^C\洂WT隅5_$豎蹔橾▌绩S謥=K2[t`"[匹<旙;-聼j(裹撑嚭φ钹⿲sH+7溋 =愳v烣5*結G楩q~W氦 %荚堜拀狏辟O凵n#雎..鴛 Y1ソ葶l穈匦tw嗃Z婋%k塠∝誴肩I遺,蛃醚4嵬桎瞉}?MCQ喉^猕sV棩[,Paq"亴n汆钙莁4 YBH 1.ML|鰬繩嶞均@|稣'C=窋鄰濆|琏{簕蹪觨菛u拃麻e赣R颕p鷇镒]q鴖鉢_鸭k#傊紉 鳗妡(齪_:坵f &丈听i9肪\,萃煘e節眜廛錱3K+堢殂鶳`'6蕹q芷C.謭墷 5>皃陣蝎x彲嫹⒓8e荳曆駂鳉x 崑踓qx | 庂鳍积b%ZYr .婏壙|栾饂 &3褯D'}傝穳>Dt欒7堔K鼣>贛籬'ピC]敚堹M際戀R=><..{靋?過#XES^*屗TN庭;瞛雭1,檢\╟\觻5竚聊6偓X浦舟5 ,RKa鉭N2q'<n) 罹|J@伒qa淥魧Lほ@袮鵒Sе?!4夬06琻:cuB苳5W0vCg+めfr_┎騍2e稷駀mA06K醦]賥闞_4焕釲儇検iC懸醶糙F29)ル闡n$昫F欼k-斉@懑t业.?Kl1[k摫其,薠ck,cV哨3嫻V -u奟俦蓎;a珚翀 -鵀&靰; % 趬嬥LL&7 摵YпH缕h$xwt彅B颡鼜=g唲蘠9\I:6椀 a* endstream endobj 293 0 obj [296 0 R] endobj 296 0 obj <> endobj 297 0 obj <> endobj 298 0 obj <> endobj 299 0 obj <>stream -H塲0 endstream endobj 300 0 obj <>stream -H墝VytT}骶73Y`& ,罌> IX,bHb$,,38揑 `勅Rˇp╰XB+- 洢╁艈S汥,9厲c+ -R銹薘 -3#駨灳o逎o}啁藿M藷瓽"!W6i圿TeA懵1R5鴙.|b蛡咉Y'眱檜 鮼篠抰50#溷eP靡φqz/O-鵆L息V7棋y褨栔綀镃5.瘡藫鶖F⊿0愶Ly!~_婙蘫钁沛N6y-~钱09槍摳巚侸t歡刉珺>鬅莖袎廞:びZh嫦儇}浨1WN襞 覔啊b澢$T30?纑^珮 -XB\矍佧霧;䦂!崯8缛N吠撷 538亸誵阥羝2庎M鼭喴A*0彌癠F`姊栣寄z/B蘴婊蠕鑋87q妢"峟QP杒"1棛-V!9f帪a,g3 M8臍鏿 M罤姍 -;BC.7K馷l耉吴E炫Q\1訞g 袰4狄>>-#9良>掅鎕gc V冲 v插K祀 TD%4壀閥>媆瘛+{J>闂k錏y恰啩GvE螝曟j%q箵e滅 藽#V`烛鬾6嗧\冸倭>搂 梣煋 晄L! 姩&覮z -贓疭涤)篔7腍1J覧礨(E撠. *:%/幉Pz -l'寤=鶃eP)O+;Cy_巩躊"*T漚P鲄鱃*"s蚻橙5窔畃p6贴TrW僗罁尤F蝖'鰌憩杲6剂Sz掻6吴物#\膍茚釾!7逵4乤鱥%f贔/r漑8C'濈,#溼,笈J盫l荒nqBt妔 S诟Y!g斯r緇;錙銸筗渡N"擝Y甽P+麜J;薀曮阷礖 1阸鮳阤[/[唌き浦f򊼮>sD*轆+庛m"碘鶯*瞃^$窝z錙4;PLP穉句{-4囯窞衆黒f数r2N‵VRj擼抚緟扦PC2LwD 癕, 1}5tP鎵Y嘼(8'F+'(K鋱 %v- N蔕9嚀" /螓s佭璲q樋 楅紏:G朑YgJ鑐$GT燄S8HS暬徒&.釘餢Q7狱?+rG礅C啼疐0|娠*搪=褍擐䦷4枎S騢qQ徼侴嘑 64?/wH蝺兂檫rk粝蘃O霔诜絳ジ={$'%&86U憘愮亚5#踥(羸膲笍74f嶏甤h氈]硵5|C4讠I.霹y欸讓3搴諪s宱-讅歲-奜嶁Jv旇羷弁毀_C筬恄鉝6<䌷~^kRb橿V煒焽帜$F3R跗VJ-("R=叚晳畻{4杰 -翋Y濦漄Y艴攇篙军<兪倆}溼虓獱,昶皶雳m憰6k瓂潯-m.扎s撾艉薌J.-7R縮┻$?糤欦果2溟稨橙P9拓W褰_甓V煆熈"k?4瀅o*V詇霱l魕 谌.5++玐~鹾氢kF>No-鰏o褻笍ェ棡0?A篏 宛阯cL嗩 攇>P鯕W覬荡顠VWJ=漲$骨鼿},奅-韩瞕E鈮0礌茟xu惟繸  -_>b+;踩H(髧\卟7,棶卬'@况ywN 伪e筺翨9闅5构茞!謭厮抚cI攡8?oe񥖚颉択泸惠V7窌 95詅C榘\!鼥ん+I煓枻+I椆_鏘~嶗/爮崛铤9]}{{ - 犒?孽1yE峖Q5谦yB䎬m+ft騻.Y3z梱e唸c"CF<旙簲-聸l(YE嚭钹⿲rHo更c/秧?嵹屉朥麸k硏楩anw酣-间愪昹Q1cN(攛 *o磡>漤川td灙%mjPJ憺`W倓4GNA寇i臩门覾穵Ш屡S.额幂)顢,^ -頸搀^⿰恍斘h_D3季鄎g馦GGt:0駦"財縗0虷 onI諽6ku$EJxi7匝邕枫)gx环誣h鶄 肞守5譽鹧 f/釋=:B3顚6皵 i 枭怯.欙嬨 -惬飧嶑{Kz战6褫3vJc< 酭6磄虄荡磜G覘1$)骛留j皡磪(¬陌 c/{ 昁Q鞜意鄈9#~暰8翘焯o俟捷綑- 赯w艿咈&獔|T礱橝暩%狣筯 -堏瑘jb:耑聩}5垟蠄4俓葅仠 dn艞&氾A輏&F蛀Oo(稴e&5}zmT99府 -({3骞啻郙aC吭哩猞躸鲄24塨1聃#僒黢讖嬔辢$篑}姲蟿{L#骂6O&籌0壱 铀t鯭J{h圝穴􅾹X鉮OTOd(h%愐- a*壔 縭翏瑨娠j朞:E>℡T<娥ri锨╘駋\籷菼m剄g鱉极m[黿YN+>丘b睈U6e蹨撶"硟S筚3D+礯$k繐U佞W E敺%醗仐仐^9吝Y -?H<峃缕-鉖疌柅氞*焦"'欞裘n:+牀j黀璭巩f摓Q?l╕誷鍔W譳佴9u)k稱;轝銖p瘇唊1禳;r "gDl渿 堌坹=D汰朙l*E-~瓉nI齷b┆!蹖厽6=$o菑B铮~慽D誶I0@闫愗0]唫 邵覥#歼吢=▕3怠鼸O亹淸7iw帴漟D蒱鰓\ endstream endobj 289 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 37.1944 27.0671 Tm -(4)Tj -0.566 0 Td -( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 749.7071 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc 0.161 Tw 2.08 0 Td -[(A)-2( coor)3(di)4(nat)3(e t)3(r)3(ansf)3(or)3(m)-5(at)3(i)4(on uses par)3(am)-5(et)3(er)3(s w)-3(hi)4(ch ar)3(e der)3(i)4(v)-1(ed em)-5(pi)4(r)3(i)4(cal)4(l)4(y by a set)3( of)3( poi)4(nt)3(s w)-3(i)4(t)3(h )]TJ -0.008 Tc -0.008 Tw -9.009 -1.162 Td -[(k)1(now)-2(n )]TJ --0.004 Tw 3.211 0 Td -[(c)1(oor)3(di)5(nat)4(es)1( i)5(n bot)4(h c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5(s)1(.)]TJ -0 Tc 0 Tw 22.42 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 716.1071 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(11])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(10)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.825 -1.171 Td -[(cyl)5(i)5(n)-1(d)-1(r)3(i)5(cal)5( co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e syst)4(em)]TJ -0 Tc 0 Tw 14.289 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -14.289 -1.171 Td -[(t)5(hr)4(ee)]TJ -0 Tc 0 Tw 2.316 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf --0.005 Tw 5.705 0 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc -0.004 Tw 3.219 0 Td -[(w)-3(i)5(t)4(h t)4(w)-3(o di)5(s)1(t)4(anc)1(e and one angul)5(ar)3( c)1(oor)3(di)5(nat)4(es)]TJ -0 Tc 0 Tw 20.9 0 Td -( )Tj -0.011 Tc -0.011 Tw -41.008 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(13])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(11)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.01 Tw -2.825 -1.171 Td -[(da)1(t)4(um)]TJ -0 Tc 0 Tw 3.049 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -3.049 -1.171 Td -[(par)4(a)]TJ -0.008 Tc 0.211 Tw [(m)-6(e)-1(t)4(er)3( )1(or)3( )1(set)4( )1(of)4( )1(par)3(am)-6(et)4(er)3(s )1(t)4(ha)-1(t)4( )1(def)4(i)5(ne )1(t)4(he )1(posi)5(t)4(i)5(on )1(of)4( )1(t)4(h)-1(e )1(or)3(i)5(gi)5(n,)4( )1(t)4(he )1(scal)5(e,)4( )1(and )1(t)4(he or)3(i)5(ent)4(at)4(i)5(on )1(of)4( )1(a )]TJ -/TT2 1 Tf -0.009 Tc -0.005 Tw 0 -1.171 TD -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\))]TJ -0 Tc 0 Tw 2.937 0 Td -( )Tj -0.011 Tc -0.011 Tw -11.466 -2.366 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(14])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(12)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.004 Tc -0.004 Tw -2.825 -1.171 Td -[(e)-5(llip)-6(s)-5(o)-6(id)]TJ -0 Tc 0 Tw 4.123 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -4.123 -1.171 Td -[(s)1(ur)4(f)5(ac)1(e f)5(or)4(m)-5(ed by)1( t)5(he r)4(ot)5(at)5(i)6(on of)5( an el)6(l)6(i)6(ps)1(e about)5( a m)-5(ai)6(n ax)4(i)6(s)]TJ -0 Tc 0 Tw 27.45 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 495.3071 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.008 Tc 0.041 Tw 2.08 0 Td -[(I)4(n t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d,)4( el)5(l)5(i)5(ps)1(oi)5(ds)1( ar)3(e al)5(w)-2(ay)1(s)1( obl)5(at)4(e,)4( m)-5(eani)5(ng t)4(hat)4( t)4(he ax)4(i)5(s)1( of)4( r)3(ot)4(at)4(i)5(on i)5(s)1( al)5(w)-2(ay)1(s)1( )]TJ --0.004 Tw -9.009 -1.189 Td -[(t)4(he m)-5(i)5(nor)3( ax)4(i)5(s)1(.)4( )]TJ -0 Tc 0 Tw 6.869 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 461.4671 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(17])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(13)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.825 -1.146 Td -[(el)5(l)5(i)5(p)-1(so)-1(i)5(d)-1(al)5( co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e syst)4(em)]TJ -0 Tc 0 Tw 14.232 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -14.232 -1.171 Td -[(geodet)5(i)5(c)1( c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -0 Tc 0 Tw 12.371 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc 0.257 Tw -12.371 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.509 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.544 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.008 Tc 0.259 Tw 3.481 0 Td -[(i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( p)-1(o)]TJ -0.009 Tc 0.257 Tw 5.607 0 Td -[(s)1(i)6(t)5(i)6(on i)6(s)1( s)1(pec)1(i)6(f)5(i)6(ed by)1( )]TJ -/TT2 1 Tf -10.367 0 Td -[(geodet)5(i)5(c)1( l)5(at)5(i)5(t)5(ude)]TJ -0 Tc 0 Tw 7.662 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 0.544 0 Td -[(\()4(4.)5(1.)5(20\))]TJ -0 Tc 0 Tw 3.502 0 Td -(,)Tj -0.282 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc 0.257 Tw 0.544 0 Td -[(geodet)5(i)5(c)1( l)5(ongi)5(t)5(ude)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.51 0 Td -( )Tj -0.005 Tc -0.005 Tw -49.553 -1.171 Td -[(\(4)-4(.)1(1)-4(.)1(2)-4(1)-4(\) )]TJ -0.009 Tc 3.784 0 Td -[(and \()4(i)5(n t)5(he t)5(hr)4(ee)]TJ -0 Tc 0 Tw 7.4 0 Td -(-)Tj -0.009 Tc -0.005 Tw 0.338 0 Td -[(di)5(m)-6(ens)1(i)5(onal)5( c)1(as)1(e\))4( )]TJ -/TT2 1 Tf -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( hei)5(ght)]TJ -/TT1 1 Tf -0 Tc 0 Tw 15.984 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(14\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.011 Tc -0.011 Tw -31.292 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(18])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(14)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.004 Tc -2.825 -1.171 Td -[(e)-5(llip)-6(s)-5(o)-6(id)-6(a)-5(l h)-6(e)-5(ig)-6(h)-6(t)]TJ -0 Tc 8.302 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -8.302 -1.171 Td -[(geodet)5(i)5(c)1( hei)5(ght)]TJ -0 Tc 0 Tw 6.892 0 Td -( )Tj -/TT2 1 Tf --6.892 -1.171 Td -(h)Tj -/TT0 1 Tf -0.565 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.003 Tw -0.565 -1.171 Td -[(di)5(s)1(t)5(anc)1(e of)5( a poi)5(nt)5( f)5(r)4(om)-6( t)5(he )]TJ -/TT2 1 Tf -0.004 Tc -0.004 Tw 12.586 0 Td -[(e)-5(llip)-5(s)-4(o)-5(id)]TJ -/TT1 1 Tf -0 Tc 0 Tw 3.671 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.29 0 Td -[(\(4)-4(.)1(1)-4(.)1(1)-4(2)-4(\) )]TJ -0.008 Tc 0.004 Tw 3.792 0 Td -[(m)-6(easur)3(ed )1(al)5(ong)-1( )1(t)4(he )1(per)3(pendi)5(cul)5(ar)3( )1(f)4(r)3(om)-6( )1(t)4(he )1(e)-1(l)5(l)5(i)5(psoi)5(d )1(t)4(o )1(t)4(hi)5(s )1(poi)5(nt)4(,)4( )]TJ -0.009 Tc -0.005 Tw -20.338 -1.171 Td -[(pos)1(i)5(t)5(i)5(ve i)5(f)5( upw)-3(ar)4(ds)1( or)4( out)5(s)1(i)5(de of)5( t)5(he el)5(l)5(i)5(ps)1(oi)5(d)]TJ -0 Tc 0 Tw 19.882 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 37.1944 264.6671 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(O)-3(nl)5(y)1( )1(us)1(ed )1(as)1( )1(par)3(t)4( )1(of)4( )1(a )1(t)4(hr)3(ee)]TJ -0 Tc 0 Tw 12.507 0 Td -(-)Tj -0.007 Tc -0.007 Tw 0.337 0 Td -[(di)5(m)-5(ens)1(i)5(onal)5( )]TJ -/TT2 1 Tf -5.69 0 Td -[(el)5(l)5(i)5(ps)1(oi)5(dal)5( )]TJ -0.008 Tc -0.004 Tw 4.731 0 Td -[(c)1(oor)3(di)5(nat)4(e s)1(y)1(s)1(t)4(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.225 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.282 0 Td -[(\()3(4.)4(1.)]TJ -2.028 0 Td -(13)Tj -0.005 Tc -0.005 Tw [(\))1( )]TJ -0.007 Tc -0.003 Tw 1.746 0 Td -[(and )1(never)3( )1(on )1(i)5(t)3(s)1( )1(o)-1(w)-2(n.)]TJ -0 Tc 0 Tw 9.634 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 241.6271 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(19])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -15.421 -2.39 Td -[(4.)5(1.)5(15)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.825 -1.171 Td -[(en)-1(g)-1(i)5(n)-1(eer)3(i)5(n)-1(g)-1( co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e r)3(ef)4(er)3(en)-1(ce syst)4(em)]TJ -0 Tc 0 Tw 19.879 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw -19.879 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.822 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 3.219 0 Td -[(bas)1(ed on an )]TJ -/TT2 1 Tf -5.876 0 Td -[(engi)5(neer)4(i)5(ng dat)5(um)]TJ -0 Tc 0 Tw 8.417 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(1)]TJ -0 Tc 0 Tw 2.598 0 Td -(6)Tj -0.565 0 Td -(\))Tj -0.338 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 37.1944 172.2671 Tm -[(EX)1(AM)-2(PL)2(ES)]TJ -0 Tc 0 Tw 5.463 0 Td -( )Tj -0.007 Tc 0.21 Tw 2.195 0 Td -[(Loc)1(al)5( )1(engi)5(ne)-1(er)3(i)5(ng )1(and )1(ar)3(c)1(hi)5(t)4(ec)1(t)4(ur)3(al)5( )1(gr)3(i)5(ds)1(;)4( )1(c)1(oor)3(di)5(nat)4(e )1(r)3(ef)4(er)3(enc)1(e )1(s)1(y)1(s)1(t)4(em)-5( )1(l)5(oc)1(al)5( )1(t)4(o )1(a )1(s)1(hi)5(p )1(or)3( )1(an )1(or)3(bi)5(t)4(i)5(ng )]TJ -0.008 Tc -0.008 Tw -7.658 -1.189 Td -[(s)1(pac)]TJ -0.004 Tc -0.004 Tw 2.141 0 Td -[(e)-3(c)-2(ra)-3(f)1(t)1(.)1( )]TJ -0 Tc 0 Tw 3.098 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 37.1944 138.6671 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(20])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/C2_0 1 Tf -0.01 Tc -0.01 Tw -15.421 -2.415 Td -[<00060002>6<00030002>6<00030007>]TJ -0 Tc 0 Tw <0001>Tj -/TT0 1 Tf -0.01 Tc -0.006 Tw 0 -1.171 TD -[(e)1(ngi)6(ne)1(e)1(r)4(i)6(ng da)1(t)5(um)]TJ -0 Tc 0 Tw 9.091 0 Td -( )Tj -/TT1 1 Tf -0.008 Tc -0.003 Tw -9.091 -1.171 Td -[(l)4(o)-1(c)-1(a)-1(l)4( d)-1(a)-1(t)3(u)-1(m)]TJ -0 Tc 0 Tw 5.197 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.009 Tw -5.197 -1.171 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(4.)5(1.)5(11\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(des)1(c)1(r)4(i)5(bi)5(ng t)5(he r)4(el)5(at)5(i)5(ons)1(hi)5(p of)5( )]TJ -/TT2 1 Tf -13.217 0 Td -[(a c)1(oor)4(di)5(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.094 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc -0.004 Tw 3.219 0 Td -[(t)5(o )1(a )1(l)6(oc)1(al)6( )1(r)4(ef)4(er)4(enc)1(e)]TJ -0 Tc 0 Tw 8.642 0 Td -( )Tj -ET - endstream endobj 288 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 552.5583 27.0671 Tm -(3)Tj -0.566 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf --49.553 74.463 Td -(4)Tj -0.005 Tc -0.005 Tw 0.565 0 Td -[(.)1(1)-4(.)1(3)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.004 Tw -2.26 -1.171 Td -[(C)-3(ar)2(t)3(esi)4(an)-1( co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 13.893 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw -13.893 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.248 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.284 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc -0.003 Tw 3.22 0 Td -[(w)-3(hi)5(c)1(h gi)5(ves)1( t)4(he pos)1(i)5(t)4(i)5(on of)4( poi)5(nt)4(s)1( r)3(el)5(at)4(i)5(ve t)4(o n m)-6(ut)4(ual)5(l)5(y)1( per)3(pendi)5(c)1(ul)5(ar)3( ax)4(es)1( t)4(hat)4( eac)1(h )]TJ --0.009 Tw -11.752 -1.146 Td -(has)Tj -0 Tc 0 Tw 1.638 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(z)1(er)4(o c)1(ur)4(vat)5(ur)4(e)]TJ -0 Tc 0 Tw 6.496 0 Td -( )Tj -8.88 0 0 8.88 71.0342 691.8671 Tm -(N)Tj -0.007 Tc -0.003 Tw 0.732 0 Td -[(ot)4(e )1(1 )1(t)4(o )1(ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.198 0 Td -( )Tj -/TT2 1 Tf -2.08 0 Td -(n)Tj -/TT1 1 Tf -0.564 0 Td -( )Tj -0.003 Tc -0.003 Tw 0.282 0 Td -[(is)-4( )]TJ -0.007 Tc 1.013 0 Td -[(2 )1(or)3( )1(3 )1(f)4(or)3( )1(t)4(he )1(pur)3(pos)1(es)1( )1(of)4( )1(t)4(hi)5(s)1( )1(I)4(nt)4(er)3(nat)4(i)5(onal)5( )1(S)-2(t)4(a)-1(ndar)3(d.)]TJ -0 Tc 0 Tw 23.718 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 668.5871 Tm -[(4)-5(.1)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw -2.26 -1.171 Td -[(c)1(om)-4(poun)]TJ -0.009 Tc -0.004 Tw [(d)-1( co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e r)3(ef)3(er)3(en)-1(ce syst)3(em)]TJ -0 Tc 0 Tw 19.313 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw -19.313 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 12.822 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 3.219 0 Td -[(us)1(i)5(ng at)5( l)5(eas)1(t)5( t)5(w)-3(o i)5(ndependent)5( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(s)]TJ -0 Tc 0 Tw 27.34 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 622.7471 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.008 Tc 0.124 Tw 2.08 0 Td -[(C)-2(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5(s)1( ar)3(e i)5(ndependent)4( of)4( eac)1(h ot)4(her)3( i)5(f)4( c)1(oor)3(di)5(nat)4(e val)5(ues)1( i)5(n one c)1(annot)4( be )]TJ --0.004 Tw -9.009 -1.189 Td -[(c)1(onver)3(t)4(ed or)3( t)4(r)3(a)]TJ -0.007 Tc -0.003 Tw 7.098 0 Td -[(ns)1(f)4(or)3(m)-5(ed )1(i)5(nt)4(o )1(c)1(oor)3(di)5(nat)4(e )1(val)5(ues)1( )1(i)5(n )1(t)4(he )1(ot)3(her)3(.)4( )]TJ -0 Tc 0 Tw 20.282 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 589.1471 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(3])]TJ -0 Tc 0 Tw 7.063 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -14.856 -2.39 Td -[(4)-5(.1)-5(.5)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.006 Tw -2.26 -1.171 Td -[(c)1(oor)4(di)6(na)1(t)5(e)1( c)1(onve)1(r)4(s)1(i)6(on)]TJ -0 Tc 0 Tw 10.9 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc 0.011 Tw -10.9 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.28 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.298 0 Td -[(\(4)-4(.)1(1)-4(.)1(6)-4(\) )]TJ -0.008 Tc 0.013 Tw 3.235 0 Td -[(i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( b)-1(o)-1(t)3(h)-1( )]TJ -/TT2 1 Tf -0.009 Tc 0.011 Tw 6.261 0 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-5(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 13.362 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.298 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 0.012 Tw 3.235 0 Td -[(ar)4(e bas)1(ed on t)5(he s)1(am)-6(e )]TJ -/TT2 1 Tf --0.009 Tw 10.757 0 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -49.553 -1.171 Td -[(\()4(4.)5(1.)5(11\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.009 Tc -0.009 Tw 8.88 0 0 8.88 71.0342 508.2671 Tm -[(EX)1(AM)-2(PL)2(E)]TJ -0 Tc 0 Tw 4.787 0 Td -( )Tj -0.008 Tc 0.044 Tw 2.871 0 Td -[(C)-2(onver)3(s)1(i)5(on f)4(r)3(om)-5( an el)5(l)5(i)5(ps)1(o)]TJ -0.043 Tw 12.141 0 Td -[(i)5(dal)5( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-4( bas)1(ed on t)4(he W)-5(G)-3(S)]TJ -0 Tc 0 Tw 23.823 0 Td -( )Tj -0.007 Tc 0.045 Tw 0.282 0 Td -[(84 )1(dat)4(um)-5( )1(t)4(o )1(a)-1( )1(C)-2(ar)3(t)4(es)1(i)5(an )]TJ -0.008 Tc 0.001 Tw -43.903 -1.189 Td -[(c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e s)1(y)1(s)1(t)4(em)-5( al)5(s)1(o bas)1(ed on t)4(he W)-5(G)-3(S)]TJ -0 Tc 0 Tw 23.806 0 Td -( )Tj -0.007 Tc 0.002 Tw 0.282 0 Td -[(84 )1(dat)4(um)-5(,)4( )1(o)-1(r)3( )1(c)1(hange )1(of)4( )1(uni)5(t)4(s)1( )1(s)1(uc)1(h )1(as)1( )1(f)4(r)3(om)-5( )1(r)3(adi)5(ans)1( )1(t)4(o )1(degr)3(ees)1( )1(or)3( )1(f)4(eet)4( )]TJ -0.008 Tc -0.004 Tw -24.088 -1.162 Td -[(t)4(o m)-5(et)4(r)3(es)1(.)]TJ -0 Tc 0 Tw 4.507 0 Td -( )Tj --4.507 -2.541 Td -(N)Tj -0.007 Tc -0.003 Tw 0.732 0 Td -[(ot)4(e )1(1 )1(t)4(o )1(ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.198 0 Td -( )Tj -0.007 Tc 0.296 Tw 2.08 0 Td -[(A)-2( coor)3(di)4(nat)3(e conv)-1(er)3(si)4(on uses par)3(am)-5(e)]TJ -0.008 Tc 0.295 Tw 18.211 0 Td -[(t)4(er)3(s)1( w)-2(hi)5(c)1(h have s)1(pec)1(i)5(f)4(i)5(ed val)5(ues)1( t)4(hat)4( ar)3(e not)4( det)4(er)3(m)-5(i)5(ned )]TJ -0.007 Tc -0.007 Tw -27.22 -1.189 Td -[(em)-5(pi)5(r)3(i)5(c)1(a)-1(l)5(l)5(y)1(.)]TJ -0 Tc 0 Tw 5.068 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 430.9871 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(6])]TJ -0 Tc 0 Tw 7.063 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -14.856 -2.39 Td -[(4)-5(.1)-5(.6)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.006 Tw -2.26 -1.171 Td -[(c)1(oor)4(di)6(na)1(t)5(e)1( ope)1(r)4(a)1(t)5(i)6(on)]TJ -0 Tc 0 Tw 10.107 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.085 Tw -10.107 -1.146 Td -[(c)1(hange of)5( c)1(oor)4(di)6(nat)5(es)1(,)5( bas)1(ed on a one)]TJ -0 Tc 0 Tw 18.108 0 Td -(-)Tj -0.005 Tc -0.005 Tw 0.338 0 Td -[(t)1(o)]TJ -0 Tc 0 Tw 0.848 0 Td -(-)Tj -0.009 Tc 0.085 Tw 0.338 0 Td -[(one r)4(el)5(at)5(i)5(ons)1(hi)5(p,)5( f)5(r)4(om)-6( one )]TJ -/TT2 1 Tf -12.391 0 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 13.001 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.372 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -3.309 0 Td -[(t)1(o)-4( )]TJ -0.009 Tc -0.009 Tw -48.705 -1.171 Td -[(anot)5(her)]TJ -0 Tc 0 Tw 3.446 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 350.3471 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)]TJ -0.007 Tc -0.007 Tw 6.141 0 Td -(y:)Tj -0 Tc 0 Tw 0.789 0 Td -( )Tj -0.007 Tc -0.003 Tw 2.08 0 Td -[(S)-2(uper)3(t)3(ype of)3( )]TJ -/TT2 1 Tf -0.008 Tc -0.004 Tw 6.028 0 Td -[(c)1(oor)3(di)5(nat)4(e t)4(r)3(ans)1(f)4(or)3(m)-5(at)4(i)5(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 11.492 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.282 0 Td -[(\()3(4.)4(1.)4(9\))3( )]TJ -3.211 0 Td -(and )Tj -/TT2 1 Tf -0.008 Tc -0.004 Tw 1.972 0 Td -[(c)1(oor)3(di)5(nat)4(e c)1(onv)1(er)3(s)1(i)5(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.914 0 Td -( )Tj -0.007 Tc -0.007 Tw 0.282 0 Td -[(\()3(4.)4(1.)4(5\))]TJ -0 Tc 0 Tw 2.929 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 327.0671 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(7])]TJ -0 Tc 0 Tw 7.063 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -14.856 -2.39 Td -[(4)-5(.1)-5(.7)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.26 -1.171 Td -[(co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e r)3(ef)4(er)3(en)-1(ce syst)4(em)]TJ -0 Tc 0 Tw 13.837 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw -13.837 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.247 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.282 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.009 Tc -0.004 Tw 3.219 0 Td -[(t)5(hat)5( )1(i)6(s)1( )1(r)4(el)6(at)5(ed )1(t)5(o )1(an )1(obj)6(ec)1(t)5( )1(by)1( )1(a )]TJ -/TT2 1 Tf --0.009 Tw 14.122 0 Td -[(dat)5(um)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 0.283 0 Td -[(\()4(4.)5(1.)5(11\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.008 Tc -0.004 Tw 8.88 0 0 8.88 71.0342 257.7071 Tm -[(N)-2(ot)4(e 1 t)4(o ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.929 0 Td -( )Tj -0.004 Tc -0.004 Tw 2.08 0 Td -[(F)-4(o)-3(r )]TJ -/TT2 1 Tf -0.007 Tc -0.007 Tw 1.802 0 Td -[(geodet)4(i)5(c)]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.007 Tc -0.007 Tw 4.113 0 Td -(an)Tj -(d )Tj -/TT2 1 Tf -0.008 Tc -0.004 Tw 1.972 0 Td -[(v)1(er)3(t)4(i)5(c)1(al)5( dat)4(um)-5(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 6.816 0 Td -( )Tj -0.007 Tc -0.003 Tw 0.282 0 Td -[(\()3(4.)4(1.)4(19,)4( )1(4.)4(1.)4(39\))]TJ -0.008 Tc -0.004 Tw 6.874 0 Td -[(,)4( t)4(he obj)5(ec)1(t)4( w)-2(i)5(l)5(l)5( be t)4(he E)-1(ar)3(t)4(h.)]TJ -0 Tc 0 Tw 12.731 0 Td -( )Tj -0.011 Tc -0.011 Tw 9.84 0 0 9.84 71.0342 234.6671 Tm -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(8])]TJ -0 Tc 0 Tw 7.063 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -14.856 -2.39 Td -[(4)-5(.1)-5(.8)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.26 -1.171 Td -[(co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e syst)4(em)]TJ -0 Tc 0 Tw 8.979 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw -8.979 -1.171 Td -[(s)1(et)5( of)5( m)-5(at)5(hem)-5(at)5(i)6(c)1(al)6( r)4(ul)6(es)1( f)5(or)4( s)1(pec)1(i)6(f)5(y)1(i)6(ng how)-3( c)1(oor)4(di)6(nat)5(es)1( ar)4(e t)5(o be as)1(s)1(i)6(gned t)5(o poi)6(nt)5(s)]TJ -0 Tc 0 Tw 38.015 0 Td -( )Tj -0.011 Tc -0.011 Tw -38.015 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(10])]TJ -0 Tc 0 Tw 7.628 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -15.421 -2.39 Td -[(4)-5(.1)-5(.9)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.006 Tw -2.26 -1.171 Td -[(c)1(oor)4(di)6(na)1(t)5(e)1( t)5(r)]TJ -0.009 Tc -0.009 Tw 6.211 0 Td -[(an)-1(sf)4(o)-1(r)3(m)-5(at)4(i)5(o)-1(n)]TJ -0 Tc 0 Tw 6.437 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc 0.178 Tw -12.648 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e oper)4(at)5(i)6(on)]TJ -/TT1 1 Tf -0 Tc 0 Tw 9.447 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.465 0 Td -[(\(4)-4(.)1(1)-4(.)1(6)-4(\) )]TJ -0.008 Tc 0.18 Tw 3.402 0 Td -[(i)4(n)-1( w)-4(h)-1(i)4(c)-1(h)-1( t)3(h)-1(e)-1( t)3(w)-4(o)-1( )]TJ -/TT2 1 Tf -0.009 Tc 0.178 Tw [(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-5(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 21.938 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.465 0 Td -[(\(4)-4(.)1(1)-4(.)1(7)-4(\) )]TJ -0.009 Tc 0.178 Tw 3.402 0 Td -[(ar)4(e bas)1(ed on di)5(f)5(f)5(er)4(ent)5( )]TJ -/TT2 1 Tf --0.009 Tw -39.119 -1.171 Td -[(dat)5(um)]TJ -0.008 Tc -0.008 Tw 2.825 0 Td -(s )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 0.791 0 Td -[(\()4(4.)5(1.)5(11\))]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -ET - endstream endobj 287 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 37.1944 27.0671 Tm -(2)Tj -0.566 0 Td -( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -0 74.463 TD -( )Tj -0.009 Tc -0.009 Tw 2.033 -2.39 Td -(2\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.129 0 Td -[(A)-3(n)-1(y )]TJ -0.01 Tc -0.01 Tw 2.58 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.003 Tc 0.547 Tw 3.087 0 Td -[(s)-5(t)-1(r)-2(in)-6(g)-6( c)-5(la)]TJ -0.008 Tc 0.543 Tw 4.612 0 Td -[(i)4(m)-7(i)4(n)-1(g)-1( c)-1(o)-1(n)-1(f)3(o)-1(r)2(m)-7(a)-1(n)-1(c)-1(e)-1( o)-1(f)3( c)-1(o)-1(o)-1(r)2(d)-1(i)4(n)-1(a)-1(t)3(e)-1( o)-1(p)-1(e)-1(r)2(a)-1(t)3(i)4(o)-1(n)-1( d)-1(e)-1(f)3(i)4(n)-1(i)4(t)3(i)4(o)-1(n)-1( s)-1(h)-1(a)-1(l)4(l)4( s)-1(a)-1(t)3(i)4(s)-1(f)4(y)-1( )1(t)3(h)-1(e)-1( )]TJ -0.009 Tc -0.004 Tw -10.278 -1.171 Td -[(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(gi)6(ven )1(i)6(n )1(A)-1(.)5(10.)]TJ -0 Tc 0 Tw 12.372 0 Td -( )Tj -0.009 Tc -0.009 Tw -14.404 -2.366 Td -(3\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.129 0 Td -[(A)-3(n)-1(y )]TJ -0.01 Tc -0.01 Tw 2.087 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.049 Tw 2.594 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(l)6(ai)6(m)-5(i)6(ng c)1(onf)5(or)4(m)-5(anc)1(e of)5( c)1(oor)4(di)6(nat)5(e t)5(r)4(ans)1(f)5(or)4(m)-5(at)5(i)6(on bound t)5(o a c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e )]TJ --0.005 Tw -4.681 -1.171 Td -[(s)1(y)1(s)1(t)5(em)-5( def)5(i)6(ni)6(t)5(i)6(on s)1(hal)6(l)6( s)1(at)5(i)6(s)1(f)5(y)1( t)5(he r)4(equi)6(r)4(em)-5(ent)5(s)1( gi)6(ven i)6(n A)-2(.)]TJ --0.009 Tw 26.04 0 Td -(11.)Tj -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc 0.028 Tw -31.517 -2.39 Td -[(C)-3(onf)4(or)3(m)-6(anc)1(e i)5(s)1( appl)5(i)5(c)1(abl)5(e t)4(o t)4(he )]TJ -0.01 Tc -0.01 Tw 15.241 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.027 Tw 2.572 0 Td -[(s)1(t)5(r)4(i)6(ng.)5( R)-3(ec)1(om)-5(m)-5(ended pr)4(ac)1(t)5(i)6(c)1(es)1( f)5(or)4( i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( w)-3(r)4(i)6(t)5(i)6(ng or)4( r)4(eadi)6(ng )]TJ --0.005 Tw -17.813 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-5( )]TJ -0.01 Tc -0.01 Tw 13.104 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 2.541 0 Td -[(s)1(t)5(r)4(i)6(ngs)1( ar)4(e gi)6(ven i)6(n A)-2(nnex)4( B)-2(.)]TJ -0 Tc 0 Tw 12.932 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 605.4671 Tm -(3)Tj -( )Tj -1.667 0 Td -[(Normativ)-1(e references)]TJ -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 581.4671 Tm -[(T)-1(he f)4(ol)5(l)5(ow)-3(i)5(ng doc)1(um)-6(ent)4(s)1(,)4( i)5(n w)-3(hol)5(e or)3( i)5(n par)3(t)4(,)4( ar)3(e nor)3(m)-6(at)4(i)5(vel)5(y)1( r)]TJ --0.005 Tw 27.959 0 Td -[(ef)5(er)4(enc)1(ed i)5(n t)5(hi)5(s)1( doc)1(um)-6(ent)5( and ar)4(e )]TJ -0.008 Tc -0.003 Tw -27.959 -1.171 Td -[(i)4(n)-1(d)-1(i)4(s)-1(p)-1(e)-1(n)-1(s)-1(a)-1(b)-1(l)4(e)-1( f)3(o)-1(r)2( i)4(t)3(s)-1( a)-1(p)-1(p)-1(l)4(i)4(c)-1(a)-1(t)3(i)4(o)-1(n)-1(.)3( F)-2(o)-1(r)2( d)-1(a)-1(t)3(e)-1(d)-1( r)2(e)-1(f)3(e)-1(r)2(e)-1(n)-1(c)-1(e)-1(s)-1(,)3( o)-1(n)-1(l)4(y)-1( t)3(h)-1(e)-1( e)-1(d)-1(i)4(t)3(i)4(o)-1(n)-1( c)-1(i)4(t)3(e)-1(d)-1( a)-1(p)-1(p)-1(l)4(i)4(e)-1(s)-1(.)3( F)-2(o)-1(r)2( u)-1(n)-1(d)-1(a)-1(t)3(e)-1(d)-1( r)3(e)-1(f)3(e)-1(r)2(en)-1(c)-1(e)-1(s)-1(,)3( )]TJ -0.009 Tc -0.004 Tw 0 -1.146 TD -[(t)5(he )1(l)6(at)5(es)1(t)5( )1(edi)6(t)5(i)6(on )1(of)5( )1(t)5(he )1(r)4(ef)5(er)4(enc)1(ed )1(doc)1(um)-5(ent)5( )1(\()4(i)6(nc)1(l)6(udi)6(ng )1(any)1( )1(am)-5(endm)-5(e)-1(nt)5(s)1(\))4( )1(appl)6(i)6(es)1(.)]TJ -0 Tc 0 Tw 36.944 0 Td -( )Tj -0.009 Tc -0.004 Tw -36.944 -2.39 Td -[(I)5(S)-1(O)-3( )1(8601:)5(2004,)5( )]TJ -/TT2 1 Tf -7.401 0 Td -[(D)-3(at)4(a e)]TJ -0.008 Tc -0.008 Tw [(l)4(e)-1(m)-7(e)-1(n)]TJ -0.009 Tc -0.004 Tw 5.762 0 Td -[(t)5(s)1( )1(and )1(i)6(nt)5(er)4(change )1(f)5(or)4(m)-5(at)5(s)]TJ -0 Tc 0 Tw 12.032 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.283 0 Td -[(I)5(nf)5(or)4(m)-5(at)5(i)6(on )1(i)6(nt)5(er)4(c)1(hange)]TJ -0 Tc 0 Tw 10.676 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(R)-3(epr)3(es)1(ent)4(at)4(i)5(on of)4( )]TJ --0.005 Tw -39.034 -1.171 Td -[(dat)5(es)1( and t)5(i)5(m)-6(es)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 0 -2.39 TD -[(I)1(S)-5(O)-7(/)1(I)1(E)-5(C)]TJ -0 Tc 0 Tw 3.728 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(9075)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 2.598 0 Td -[(1:)5(2011)]TJ -0 Tc 0 Tw 3.108 0 Td -(,)Tj -0.282 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw 0.282 0 Td -[(I)5(nf)5(or)4(m)-5(at)5(i)6(on )1(t)5(ec)1(hnol)6(ogy)]TJ -0 Tc 0 Tw 10.281 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(D)-3(at)4(abas)1(e l)5(anguages)]TJ -0 Tc 0 Tw 9.321 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.011 Tc -0.011 Tw 0.282 0 Td -[(SQ)-2(L)]TJ -0 Tc 0 Tw 2.033 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(P)-2(ar)3(t)4( 1:)4( F)-1(r)3(am)-6(ew)-5(or)3(k)1( )]TJ -0.005 Tc -0.005 Tw -36.66 -1.171 Td -[(\(S)-5(Q)-7(L)-4(/)1(F)-4(ra)-4(m)-9(e)-4(w)-8(o)-4(rk)-3(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw T* -[(I)1(S)-5(O)-7(/)1(I)1(E)-5(C)]TJ -0 Tc 0 Tw 3.728 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(9075)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 2.598 0 Td -[(2:)5(2011)]TJ -0 Tc 0 Tw 3.108 0 Td -(,)Tj -0.282 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw 0.282 0 Td -[(I)5(nf)5(or)4(m)-5(at)5(i)6(on )1(t)5(ec)1(hnol)6(ogy)]TJ -0 Tc 0 Tw 10.281 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(D)-3(at)4(abas)1(e l)5(anguages)]TJ -0 Tc 0 Tw 9.321 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.011 Tc -0.011 Tw 0.282 0 Td -[(SQ)-2(L)]TJ -0 Tc 0 Tw 2.033 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(P)-2(ar)3(t)4( 2:)4( F)-1(oundat)4(i)5(on )]TJ --0.009 Tw -36.66 -1.171 Td -[(\()4(S)-1(Q)-3(L/)5(Foundat)5(i)6(on\))]TJ -0 Tc 0 Tw 8.077 0 Td -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw -8.077 -2.39 Td -[(I)1(S)-5(O)-7(/)1(I)1(E)-5(C)]TJ -0 Tc 0 Tw 3.728 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(10646:)5(2012)]TJ -0 Tc 0 Tw 5.368 0 Td -(,)Tj -0.282 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw 0.282 0 Td -[(I)5(nf)5(or)4(m)-5(at)5(i)6(on )1(t)5(ec)1(hnol)6(ogy)]TJ -0 Tc 0 Tw 10.281 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(U)-3(ni)5(v)1(er)3(s)1(al)5( C)-3(oded C)-3(har)3(ac)1(t)4(er)3( S)-2(et)4( \()3(U)-3(C)-3(S)-2(\))]TJ -/TT1 1 Tf -0 Tc 0 Tw 17.167 0 Td -( )Tj -0.005 Tc -0.005 Tw -38.972 -2.39 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(19111:)5(2007,)5( )]TJ -/TT2 1 Tf -0.008 Tc -0.003 Tw 5.933 0 Td -[(G)-5(e)-1(o)-1(g)-1(r)2(a)-1(p)-1(h)-1(i)4(c i)4(n)-1(f)3(o)-1(r)2(m)-7(a)-1(t)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 10.563 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(S)-2(pat)4(i)5(al)5( r)3(ef)4(er)3(enc)1(i)5(ng by)1( c)1(oor)3(di)5(nat)4(es)]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw -20.11 -2.39 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(19111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 3.164 0 Td -[(2:)5(2009,)5( )]TJ -/TT2 1 Tf -0.008 Tc 0.236 Tw 3.911 0 Td -[(G)-5(e)-1(o)-1(g)-1(r)2(a)-1(p)-1(h)-1(i)4(c i)4(n)-1(f)3(o)-1(r)2(m)-6(a)-1(t)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 10.801 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.521 0 Td -[(S)-2(pa)]TJ -0.235 Tw [(t)5(i)6(al)6( )1(r)4(ef)5(er)4(enc)1(i)6(ng )1(by)1( )1(c)1(oor)4(di)6(nat)5(es)]TJ -0 Tc 0 Tw 16.08 0 Td -( )Tj -/C2_0 1 Tf -0.282 0 Td -<0002>Tj -/TT2 1 Tf -1.016 0 Td -( )Tj -0.009 Tc 0.235 Tw 0.521 0 Td -[(P)-2(ar)3(t)4( 2:)4( E)-2(x)1(t)4(ens)1(i)5(on f)4(or)3( )]TJ --0.005 Tw -39.63 -1.171 Td -[(par)4(am)-6(et)5(r)4(i)5(c)1( v)1(al)5(ues)]TJ -/TT1 1 Tf -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -12 0 0 12 37.1944 332.8271 Tm -(4)Tj -( )Tj -1.667 0 Td -[(Definitions and abbrev)-1(iations)]TJ -( )Tj -0.006 Tc -0.006 Tw 10.8 0 0 10.8 37.1944 305.2271 Tm -[(4)-4(.)1(1)]TJ -0 Tc 0 Tw 1.416 0 Td -( )Tj -0.006 Tc -0.006 Tw 1.084 0 Td -[(D)-7(e)-4(fi)1(n)-5(i)1(ti)1(o)-5(n)-5(s)]TJ -0 Tc 0 Tw 5.263 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 281.4671 Tm -[(F)-1(or)3( t)4(he pur)3(pos)1(es)1( of)4( t)]TJ --0.005 Tw 9.377 0 Td -[(hi)5(s)1( doc)1(um)-6(ent)5(,)5( t)5(he f)5(ol)5(l)5(ow)-3(i)5(ng t)5(er)4(m)-6(s)1( and def)5(i)5(ni)5(t)5(i)5(ons)1( appl)5(y)1(.)]TJ -0 Tc 0 Tw ( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -9.377 -2.39 Td -[(4)-5(.1)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.005 Tw -2.26 -1.146 Td -[(af)4(f)4(i)5(n)-1(e co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e syst)4(em)]TJ -0 Tc 0 Tw 11.972 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc 0.479 Tw -11.972 -1.171 Td -[(c)1(oor)4(di)6(nat)5(e s)1(y)1(s)1(t)5(em)]TJ -/TT1 1 Tf -0 Tc 0 Tw 8.731 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.766 0 Td -[(\(4)-4(.)1(1)-4(.)1(8)-4(\) )]TJ -0.008 Tc 0.481 Tw 3.703 0 Td -[(i)4(n)-1( E)-3(u)-1(c)-1(l)4(i)4(d)-1(e)-1(a)-1(n)-1( s)-1(p)-1(a)-1(c)-1(e)-1( w)-4(i)4(t)3(h)-1( s)-1(t)3(r)2(a)-1(i)4(g)-1(h)-1(t)3( a)-1(x)2(e)-1(s)-1( )1(t)3(h)-1(a)-1(t)3( a)-1(r)2(e)-1( n)-1(o)-1(t)3( n)-1(e)-1(c)-1(e)-1(s)-1(s)-1(a)-1(r)2(i)4(l)4(y)-1( m)-7(u)-1(t)3(u)-1(a)-1(l)4(l)4(y)-1( )]TJ -0.009 Tc -0.009 Tw -13.2 -1.171 Td -[(per)4(pendi)5(c)1(ul)5(ar)4( )]TJ -0 Tc 0 Tw 6.439 0 Td -( )Tj -0.011 Tc -0.011 Tw -6.439 -2.39 Td -[([)7(S)1(O)-1(URCE)1(:)7( )]TJ -0.005 Tc -0.005 Tw 5.195 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.005 Tw 0.565 0 Td -[(9111:)5(2007,)5( 4.)5(1])]TJ -0 Tc 0 Tw 7.063 0 Td -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw -14.856 -2.39 Td -[(4)-5(.1)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw -2.26 -1.171 Td -[(b)-1(ear)3(i)4(n)-1(g)]TJ -0 Tc 0 Tw 3.671 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw -3.671 -1.171 Td -[(hor)4(i)5(z)1(ont)5(al)5( )]TJ --0.005 Tw 4.688 0 Td -[(angl)5(e at)5( a poi)5(nt)5( r)4(el)5(at)5(i)5(ve t)5(o a s)1(pec)1(i)5(f)5(i)5(ed di)5(r)4(ec)1(t)5(i)5(on)]TJ -0 Tc 0 Tw 20.901 0 Td -( )Tj -8.88 0 0 8.88 37.1944 130.7471 Tm -(N)Tj -0.007 Tc -0.003 Tw 0.732 0 Td -[(ot)4(e )1(1 )1(t)4(o )1(ent)4(r)3(y)1(:)]TJ -0 Tc 0 Tw 6.198 0 Td -( )Tj -0.007 Tc 0.019 Tw 2.08 0 Td -[(T)-1(he di)4(r)3(ect)3(i)4(on i)4(s usual)4(l)4(y speci)4(f)3(i)4(ed t)3(o be nor)3(t)3(h.)3( I)3(n som)-5(e com)-5(m)-5(uni)4(t)3(i)4(es t)3(he t)3(er)3(m)-5( bear)3(i)4(ng r)3(ef)3(er)3(s speci)4(f)3(i)4(cal)4(l)4(y )]TJ -0.008 Tc 0.252 Tw -9.009 -1.189 Td -[(t)4(o gr)3(i)5(d nor)3(t)4(h and di)5(r)3(ec)1(t)4(i)5(ons)1( r)3(el)5(at)4(i)5(ve t)4(o t)4(r)3(ue nor)3(t)4(h ar)3(e t)4(hen t)4(er)3(m)-5(ed \221)5(az)1(i)5(m)-5(ut)4(h\222)5(;)4( i)5(n o)]TJ -38.79 0 Td -[(t)4(her)3( c)1(om)-5(m)-5(uni)5(t)4(i)5(es)1( a bear)3(i)5(ng r)3(ef)4(er)3(s)1( )]TJ -0.124 Tw -38.79 -1.162 Td -[(s)1(pec)1(i)5(f)4(i)5(c)1(al)5(l)5(y)1( t)4(o t)4(r)3(ue nor)3(t)4(h.)4( I)4(n t)4(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-1(t)4(andar)3(d bear)3(i)5(ng i)5(s)1( us)1(ed f)4(or)3( any)1( s)1(pec)1(i)5(f)4(i)5(ed r)3(ef)4(er)3(enc)1(e di)5(r)3(ec)1(t)4(i)5(on.)4( The angl)5(e )]TJ -0.007 Tc -0.003 Tw 0 -1.189 TD -[(m)-5(ay)1( )1(be )1(r)3(ec)1(k)1(oned )1(pos)1(i)4(t)4(i)4(ve )1(c)1(l)4(oc)1(k)1(w)-2(i)4(s)1(e )1(or)3( )1(pos)1(i)4(t)4(i)4(ve )1(c)1(ount)4(er)]TJ -0 Tc 0 Tw 24.673 0 Td -(-)Tj -0.008 Tc -0.004 Tw 0.337 0 Td -[(c)1(l)5(oc)1(k)1(w)-2(i)5(s)1(e dependi)5(ng upon t)4(he appl)5(i)5(c)1(at)4(i)5(on.)]TJ -0 Tc 0 Tw 18.985 0 Td -( )Tj -ET - endstream endobj 286 0 obj <>stream -q -71.034 780.427 269.52 23.52 re -W n -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.013 Tc -0.013 Tw 10.8 0 0 10.8 71.0342 788.8271 Tm -[(I)8(NT)2(E)1(RNAL)2(T)2(I)8(O)]TJ -ET -Q -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -10.8 0 0 10.8 144.9751 788.8271 Tm -(N)Tj -0.013 Tc -0.013 Tw 0.735 0 Td -(AL)Tj -0 Tc 0 Tw 1.358 0 Td -( )Tj -0.013 Tc -0.013 Tw 0.283 0 Td -[(S)1(T)2(ANDARD)]TJ -0 Tc 0 Tw 5.714 0 Td -( )Tj -0.01 Tc -0.005 Tw 21.401 0 Td -[(I)5(S)-2(O)-4( 19162)]TJ -ET -q -340.554 780.427 218.16 23.52 re -W n -BT -/TT0 1 Tf --0.01 Tw 10.8 0 0 10.8 516.0649 788.8271 Tm -[(:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 3.962 0 Td -( )Tj -ET -Q -71.034 806.107 269.28 -2.16 re -f -340.314 806.107 2.16 -2.16 re -f -342.474 806.107 216.24 -2.16 re -f -70.314 780.427 270 -2.16 re -f -339.594 780.427 2.16 -2.16 re -f -341.754 780.427 216.96 -2.16 re -f -BT -/TT0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 71.0342 769.3871 Tm -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 71.0342 27.0671 Tm -(\251)Tj -0.744 0 Td -( )Tj -0.003 Tc -0.003 Tw 0.281 0 Td -[(IS)-4(O)]TJ -0 Tc 0 Tw 1.74 0 Td -( )Tj -0.006 Tc -0.006 Tw 0.281 0 Td -(2014)Tj -0 Tc 0 Tw ( )Tj -2.527 0 Td -(\226)Tj -0.562 0 Td -( )Tj -0.006 Tc -0.003 Tw 0.281 0 Td -[(A)-1(l)4(l)4( r)2(i)4(ght)3(s)1( r)2(es)1(er)2(ved)]TJ -/TT0 1 Tf -0 Tc 0 Tw 8.084 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT0 1 Tf -10.8 0 0 10.8 552.5583 27.0671 Tm -(1)Tj -0.566 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -0 0 1 scn -/TT0 1 Tf -0.006 Tc -0.003 Tw 15.84 0 0 15.84 71.0342 696.1871 Tm -[(G)-2(eogr)2(aphi)3(c i)3(nf)3(or)2(m)-3(at)3(i)3(on)]TJ -0 Tc 0 Tw 11.449 0 Td -( )Tj -0.281 0 Td -(\227)Tj -1.01 0 Td -( )Tj -0.005 Tc -0.002 Tw 0.281 0 Td -[(W)-2(el)3(l)3( )1(kn)-1(o)-1(w)-1(n)-1( )1(t)2(ext)2( )1(r)2(ep)-1(r)2(esen)-1(t)2(at)2(i)3(o)-1(n)-1( )1(o)-1(f)2( )]TJ -0.006 Tc -0.003 Tw -13.021 -1.121 Td -[(co)-1(o)-1(r)2(d)-1(i)3(n)-1(at)2(e r)2(ef)2(er)2(en)-1(ce syst)2(em)-3(s)]TJ -0 Tc 0 Tw 14.315 0 Td -( )Tj -0 0 0 scn -12 0 0 12 71.0342 612.9071 Tm -(1)Tj -( )Tj -1.667 0 Td -(Scope)Tj -( )Tj -/TT1 1 Tf -0.009 Tc 0.11 Tw 9.84 0 0 9.84 71.0342 589.1471 Tm -[(T)-1(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-2(t)4(andar)3(d def)4(i)5(nes)1( t)4(he s)1(t)4(r)3(uc)1(t)4(ur)3(e and c)1(ont)4(ent)4( of)4( a t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng i)5(m)-6(pl)5(em)-6(ent)4(at)4(i)5(on of)4( t)4(he abs)1(t)4(r)3(ac)1(t)4( )]TJ -0.008 Tc 0.234 Tw 0 -1.171 TD -[(m)-6(odel)5( )1(f)4(o)]TJ -0.009 Tc 4.136 0 Td -[(r)4( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(des)1(c)1(r)4(i)6(bed )1(i)6(n )]TJ -0.005 Tc -0.005 Tw 21.419 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.283 0 Td -(1)Tj -0.009 Tc 0.233 Tw 0.565 0 Td -[(9111:)5(2007 and )]TJ -0.005 Tc -0.005 Tw [(I)1(S)-5(O)]TJ -0 Tc 0 Tw 9.288 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.233 Tw 2.598 0 Td -[(2:)5(2009.)5( T)-1(he s)1(t)5(r)4(i)5(ng )]TJ -0.323 Tw -40.887 -1.171 Td -[(def)5(i)5(nes)1( f)5(r)4(equent)5(l)5(y)1( needed t)5(y)1(pes)1( of)5( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(s)1( and c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(ons)1( i)5(n a s)1(el)5(f)]TJ -0 Tc 0 Tw 49.214 0 Td -(-)Tj -0.009 Tc 0.226 Tw -49.214 -1.171 Td -[(c)1(ont)5(ai)6(ned f)5(or)4(m)-5( t)5(hat)5( i)6(s)1( eas)1(i)6(l)6(y)1( r)4(eadabl)6(e by)1( m)-5(ac)1(hi)6(nes)1( and by)1( hum)-5(ans)]TJ -32.354 0 Td -[(.)5( )1(The )1(es)1(s)1(enc)1(e )1(i)6(s)1( )1(i)5(t)5(s)1( )1(s)1(i)6(m)-5(pl)6(i)6(c)1(i)6(t)5(y)1(;)5( )1(as)1( )1(a )]TJ -0.077 Tw -32.354 -1.171 Td -[(c)1(ons)1(equenc)1(e t)5(her)4(e ar)4(e s)1(om)-5(e c)1(ons)1(t)5(r)4(ai)6(nt)5(s)1( upon t)5(he m)-5(or)4(e open c)1(ont)5(ent)5( al)6(l)6(ow)-3(ed i)6(n )]TJ -0.005 Tc -0.005 Tw 37.414 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc 0.077 Tw 0.565 0 Td -[(9111:)5(2007.)5( T)-1(o r)4(et)5(ai)5(n )]TJ -0.003 Tc 0.021 Tw -40.012 -1.171 Td -[(s)-5(im)-11(p)-6(lic)-5(it)-1(y)-5( in)-6( t)-1(h)-6(e)-6( w)-9(e)-6(ll)]TJ -0 Tc 0 Tw 8.98 0 Td -(-)Tj -0.009 Tc 0.015 Tw 0.338 0 Td -[(k)1(now)-3(n t)5(ex)4(t)5( )]TJ -0.005 Tc -0.005 Tw 5.175 0 Td -[(\(W)-10(K)-5(T)-4(\) )]TJ -0.009 Tc 0.015 Tw 3.237 0 Td -[(des)1(c)1(r)4(i)5(pt)5(i)5(on of)5( c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(s)1( and c)1(oor)4(di)5(nat)5(e oper)4(at)5(i)5(ons)1(,)5( )]TJ --0.009 Tw -17.73 -1.171 Td -[(t)5(he )]TJ -0.011 Tw 1.71 0 Td -[(s)1(c)1(ope of)5( t)5(hi)6(s)1( I)5(nt)5(er)4(nat)5(i)6(onal)6( S)-2(t)5(andar)4(d ex)4(c)1(l)6(udes)1( par)4(am)-5(et)5(er)4( gr)4(oupi)6(ng and pas)1(s)]TJ -0 Tc 0 Tw 33.972 0 Td -(-)Tj -0.009 Tc 0.012 Tw 0.338 0 Td -[(t)5(hr)4(ough )1(c)1(oor)4(di)5(nat)5(e )1(oper)4(at)5(i)6(ons)1(.)5( )]TJ -0.162 Tw -36.021 -1.171 Td -[(T)-1(he t)4(ex)4(t)4( s)1(t)4(r)3(i)5(ng pr)3(ovi)5(des)1( a m)-6(eans)1( f)4(or)3( hum)-6(ans)1( and m)-6(ac)1(hi)5(nes)1( t)4(o c)1(or)3(r)3(ec)1(t)4(l)5(y)1( and unam)-6(bi)5(guous)1(l)5(y)1( i)5(nt)4(er)3(pr)3(et)4( and )]TJ -0.146 Tw T* -[(ut)5(i)5(l)5(i)5(s)1(e a c)1(oor)4(di)5(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6( def)5(i)5(ni)5(t)5(i)5(on )]TJ -22.085 0 Td -[(w)-3(i)5(t)4(h l)5(ook)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.146 Tw 4.442 0 Td -[(ups)1( or)4( c)1(r)4(os)1(s)1( r)4(ef)5(er)4(enc)1(es)1( onl)5(y)1( t)5(o def)5(i)5(ne c)1(oor)4(di)5(nat)5(e )]TJ --0.001 Tw -26.527 -1.171 Td -[(oper)4(at)5(i)5(on m)-6(at)5(hem)-6(at)5(i)5(c)1(s)1(.)5( B)-2(ec)1(aus)1(e i)5(t)5( om)-6(i)5(t)5(s)1( m)-6(et)5(adat)5(a about)5( t)5(he s)1(our)4(c)1(e of)5( t)5(he dat)5(a and m)-6(ay)1( om)-6(i)5(t)5( m)-6(et)5(adat)5(a about)5( )]TJ -0.097 Tw 0 -1.171 TD -[(t)5(he )1(appl)6(i)6(c)1(abi)6(l)6(i)6(t)5(y)1( )1(o)-1(f)5( )1(t)5(he )1(i)6(nf)5(or)4(m)-5(at)5(i)6(on,)5( )1(t)5(he )]TJ -0.01 Tc -0.01 Tw 17.945 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.096 Tw 2.641 0 Td -[(s)1(t)5(r)4(i)6(ng i)6(s)1( not)5( s)1(ui)6(t)5(abl)6(e f)5(or)4( t)5(he s)1(t)5(or)4(age of)5( de)]TJ -0.097 Tw 19.163 0 Td -[(f)5(i)6(ni)6(t)5(i)6(ons)1( )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )]TJ --0.004 Tw -39.749 -1.146 Td -[(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(or)4( )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(ons)1(.)]TJ -0 Tc 0 Tw 19.826 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 71.0342 424.0271 Tm -(2)Tj -( )Tj -1.667 0 Td -(Conformance requirements)Tj -( )Tj -/TT1 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 400.0271 Tm -[(T)-1(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-2(t)4(andar)3(d def)4(i)5(nes)1( el)5(even c)1(l)5(as)1(s)1(es)1( of)4( c)1(onf)4(or)3(m)-6(anc)1(e)]TJ -0 Tc 0 Tw 29.995 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(\()4(s)1(ee )1(A)-1(nnex)4( )1(A)-1(\))4( )1(i)6(n )1(t)5(hr)4(ee )1(gr)4(oups)]TJ -0 Tc 0 Tw 13.496 0 Td -(:)Tj -0.282 0 Td -( )Tj -0.009 Tc -0.009 Tw -42.024 -2.39 Td -(1\))Tj -0 Tc 0 Tw 0.903 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.129 0 Td -[(A)-3(n)-1(y )]TJ -0.01 Tc -0.01 Tw 2.238 0 Td -[(W)-5(KT)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.199 Tw 2.745 0 Td -[(s)1(t)5(r)4(i)6(ng c)1(l)6(ai)6(m)-5(i)6(ng c)1(onf)5(or)4(m)-5(anc)1(e of)5( c)1(oor)4(di)6(nat)5(e r)4(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)]TJ -0 Tc 0 Tw 28.111 0 Td -( )Tj -0.004 Tc 0.205 Tw 0.487 0 Td -[(d)-5(e)-5(fin)-5(itio)-5(n)-5( s)-4(h)-5(a)-5(ll s)-4(a)-5(tis)-4(fy)-4( th)-5(e)-5( )]TJ -0.009 Tc -0.004 Tw -33.579 -1.171 Td -[(r)4(equi)6(r)4(em)-5(ent)5(s)1( )1(i)6(n )]TJ -0 Tc 0 Tw 7.286 0 Td -(A)Tj -0.009 Tc -0.009 Tw 0.678 0 Td -[(nnex)4( )]TJ -0.008 Tc -0.003 Tw 2.483 0 Td -[(A)-3( a)-1(s )]TJ -0.009 Tc -0.005 Tw [(s)1(how)-3(n i)6(n )]TJ -0 Tc 0 Tw 6.609 0 Td -(T)Tj -0.009 Tc -0.005 Tw 0.621 0 Td -[(abl)5(e 1.)]TJ -0 Tc 0 Tw 3.051 0 Td -( )Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw -17.353 -3 Td -[(Ta)1(bl)5(e)]TJ -0 Tc 0 Tw 2.654 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.565 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(C)-3(o)-1(n)-1(f)3(o)-1(r)2(m)-6(an)-1(ce r)2(eq)-1(u)-1(i)4(r)2(em)-6(en)-1(t)3(s f)3(o)-1(r)2( co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e r)2(ef)3(er)2(en)-1(ce syst)3(em)-6(s)]TJ -0 Tc 0 Tw 29.592 0 Td -( )Tj -0.009 Tc -0.004 Tw -28.949 -3.122 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e r)2(ef)3(er)2(en)-1(ce syst)3(em)-6( )]TJ -0.005 Tc -0.005 Tw 5.958 -1.171 Td -[(ty)-4(p)-4(e)]TJ -0 Tc 0 Tw 2.089 0 Td -( )Tj -0.01 Tc -0.01 Tw 9.373 1.756 Td -[(C)-2(onf)4(or)3(m)-5(a)]TJ -0.009 Tc -0.009 Tw 4.799 0 Td -[(n)-1(ce )]TJ --4.743 -1.171 Td -[(r)3(eq)-1(u)-1(i)5(r)3(em)-5(en)-1(t)4(s )]TJ -0.01 Tc -0.005 Tw 1.298 -1.171 Td -[(gi)5(ve)1(n i)5(n)]TJ -0 Tc 0 Tw 3.841 0 Td -( )Tj -ET -183.834 327.067 1.44 -1.44 re -f -183.834 327.067 1.44 -1.44 re -f -185.274 327.067 168.96 -1.44 re -f -354.234 327.067 1.44 -1.44 re -f -355.674 327.067 97.44 -1.44 re -f -453.114 327.067 1.44 -1.44 re -f -453.114 327.067 1.44 -1.44 re -f -183.834 325.627 1.44 -46.56 re -f -354.235 279.068 0.48 46.56 re -f -453.114 325.627 1.44 -46.56 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 265.6271 Tm -[(geodet)5(i)5(c)]TJ -0 Tc 0 Tw 3.841 0 Td -( )Tj -0.005 Tc -0.005 Tw 17.183 0 Td -[(A)-6(.1)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 279.067 1.44 -1.44 re -f -185.274 279.067 168.96 -1.44 re -f -354.234 279.067 1.44 -1.44 re -f -355.674 279.067 97.44 -1.44 re -f -453.114 279.067 1.44 -1.44 re -f -183.834 277.627 1.44 -17.52 re -f -354.235 260.107 0.48 17.52 re -f -453.114 277.627 1.44 -17.52 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 247.6271 Tm -[(pr)4(oj)5(ec)1(t)5(ed)]TJ -0 Tc 0 Tw 4.18 0 Td -( )Tj -0.005 Tc -0.005 Tw 16.845 0 Td -[(A)-6(.2)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 259.628 1.44 0.48 re -f -185.274 259.628 168.961 0.48 re -f -354.235 259.628 0.48 0.48 re -f -354.714 259.628 98.4 0.48 re -f -453.114 259.628 1.44 0.48 re -f -183.834 259.627 1.44 -17.52 re -f -354.235 242.107 0.48 17.52 re -f -453.114 259.627 1.44 -17.52 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 229.6271 Tm -[(ver)4(t)5(i)6(c)1(al)]TJ -0 Tc 0 Tw 3.219 0 Td -( )Tj -0.005 Tc -0.005 Tw 17.805 0 Td -[(A)-6(.3)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 241.628 1.44 0.48 re -f -185.274 241.628 168.961 0.48 re -f -354.235 241.628 0.48 0.48 re -f -354.714 241.628 98.4 0.48 re -f -453.114 241.628 1.44 0.48 re -f -183.834 241.627 1.44 -17.52 re -f -354.235 224.107 0.48 17.52 re -f -453.114 241.627 1.44 -17.52 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 211.6271 Tm -[(engi)5(neer)4(i)5(ng)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 21.024 0 Td -[(A)-6(.4)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 223.628 1.44 0.48 re -f -185.274 223.628 168.961 0.48 re -f -354.235 223.628 0.48 0.48 re -f -354.714 223.628 98.4 0.48 re -f -453.114 223.628 1.44 0.48 re -f -183.834 223.627 1.44 -17.52 re -f -354.235 206.107 0.48 17.52 re -f -453.114 223.627 1.44 -17.52 re -f -BT -/TT1 1 Tf -0.008 Tc -0.008 Tw 9.84 0 0 9.84 189.8343 193.6271 Tm -[(i)4(m)-7(a)-1(g)-1(e)]TJ -0 Tc 0 Tw 2.768 0 Td -( )Tj -0.005 Tc -0.005 Tw 18.256 0 Td -[(A)-6(.5)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 205.628 1.44 0.48 re -f -185.274 205.628 168.961 0.48 re -f -354.235 205.628 0.48 0.48 re -f -354.714 205.628 98.4 0.48 re -f -453.114 205.628 1.44 0.48 re -f -183.834 205.627 1.44 -17.52 re -f -354.235 188.107 0.48 17.52 re -f -453.114 205.627 1.44 -17.52 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 175.6271 Tm -[(par)4(am)-6(et)5(r)4(i)5(c)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 21.024 0 Td -[(A)-6(.6)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 187.628 1.44 0.48 re -f -185.274 187.628 168.961 0.48 re -f -354.235 187.628 0.48 0.48 re -f -354.714 187.628 98.4 0.48 re -f -453.114 187.628 1.44 0.48 re -f -183.834 187.627 1.44 -17.52 re -f -354.235 170.107 0.48 17.52 re -f -453.114 187.627 1.44 -17.52 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 157.6271 Tm -[(t)5(em)-5(por)4(al)]TJ -0 Tc 0 Tw 3.954 0 Td -( )Tj -0.005 Tc -0.005 Tw 17.07 0 Td -[(A)-6(.7)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 169.628 1.44 0.48 re -f -185.274 169.628 168.961 0.48 re -f -354.235 169.628 0.48 0.48 re -f -354.714 169.628 98.4 0.48 re -f -453.114 169.628 1.44 0.48 re -f -183.834 169.627 1.44 -17.52 re -f -354.235 152.107 0.48 17.52 re -f -453.114 169.627 1.44 -17.52 re -f -BT -/TT1 1 Tf -0.009 Tc -0.005 Tw 9.84 0 0 9.84 189.8343 139.3871 Tm -[(der)4(i)5(ved geodet)5(i)5(c)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 0 -1.146 TD -[(der)4(i)5(ved ver)4(t)5(i)5(c)1(al)]TJ -0 Tc 0 Tw 6.835 0 Td -( )Tj -0.009 Tc -0.005 Tw -6.835 -1.171 Td -[(der)4(i)5(ved engi)5(neer)4(i)5(ng)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 0 -1.171 TD -[(der)4(i)5(ved par)4(am)-6(et)5(r)4(i)5(c)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 0 -1.171 TD -[(der)4(i)5(ved t)5(em)-6(por)4(al)]TJ -0 Tc 0 Tw 7.57 0 Td -( )Tj -0.005 Tc -0.005 Tw 13.455 2.341 Td -[(A)-6(.8)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 151.628 1.44 0.48 re -f -185.274 151.628 168.961 0.48 re -f -354.235 151.628 0.48 0.48 re -f -354.714 151.628 98.4 0.48 re -f -453.114 151.628 1.44 0.48 re -f -183.834 151.627 1.44 -63.36 re -f -354.235 88.268 0.48 63.36 re -f -453.114 151.627 1.44 -63.36 re -f -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 189.8343 75.7871 Tm -[(c)1(om)-5(pound)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 21.024 -0.024 Td -[(A)-6(.9)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -ET -183.834 87.787 1.44 0.481 re -f -185.274 87.787 168.961 0.481 re -f -354.235 87.787 0.48 0.481 re -f -354.714 87.787 98.4 0.481 re -f -453.114 87.787 1.44 0.481 re -f -183.834 87.787 1.44 -17.76 re -f -183.834 70.027 1.44 -1.44 re -f -183.834 70.027 1.44 -1.44 re -f -185.274 70.027 168.96 -1.44 re -f -354.235 70.027 0.48 17.76 re -f -354.234 70.027 1.44 -1.44 re -f -355.674 70.027 97.44 -1.44 re -f -453.114 87.787 1.44 -17.76 re -f -453.114 70.027 1.44 -1.44 re -f -453.114 70.027 1.44 -1.44 re -f - endstream endobj 248 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 249 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 250 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 251 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 252 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 306 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 27.0671 Tm -(x)Tj -0.505 0 Td -( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.002 Tc -0.002 Tw 13.92 0 0 13.92 37.1944 697.8671 Tm -[(In)-2(tr)-1(o)-2(d)-2(u)-2(c)-2(tio)-2(n)]TJ -0 Tc 0 Tw 5.866 0 Td -( )Tj -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 670.0271 Tm -[(W)-12(e)-6(ll)]TJ -0 Tc 0 Tw 1.976 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(k)1(now)-3(n )]TJ -0.035 Tw 3.259 0 Td -[(T)-1(ex)4(t)4( \()3(W)-6(K)-2(T)-1(\))3( of)4(f)4(er)3(s)1( a c)1(om)-6(pac)1(t)4( m)-6(ac)1(hi)5(ne)]TJ -0 Tc 0 Tw 17.307 0 Td -(-)Tj -0.338 0 Td -( )Tj -0.009 Tc 0.035 Tw 0.322 0 Td -[(and hum)-6(an)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.036 Tw 5.463 0 Td -[(r)4(eadabl)6(e )1(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(geom)-5(et)5(r)4(i)6(c)1( )1(obj)6(ec)1(t)5(s)1(.)5( )]TJ -0.088 Tw -29.004 -1.171 Td -[(W)-6(K)-1(T)-1( )1(m)-5(ay)1( )1(al)6(s)1(o )1(be )1(us)1(ed )1(f)5(or)4( )1(s)1(uc)1(c)1(i)6(nc)1(t)5(l)6(y)1( )1(des)1(c)1(r)4(i)6(bi)6(ng )1(t)5(he )1(c)1(r)4(i)6(t)5(i)6(c)1(al)6( )1(el)6(em)-5(ent)5(s)1( )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5( )1(\()4(C)-2(R)-2(S)-1(\))4( )]TJ -0.004 Tc 0 Tw 0 -1.171 TD -[(d)-5(e)-5(fin)-5(itio)-5(n)-5(s)-4(. )]TJ -0 Tc 5.423 0 Td -( )Tj -0.008 Tc 0.154 Tw -5.423 -2.39 Td -[(W)-7(K)-2(T)-2( )1(w)-3(a)-1(s )1(d)-1(e)-1(scr)]TJ -7.428 0 Td -[(i)4(b)-1(e)-1(d)-1( i)4(n)-1( t)3(h)-1(e)-1( O)-5(p)-1(e)-1(n G)-5(e)-1(o)-1(s)-1(p)-1(a)-1(t)3(i)4(a)-1(l)4( C)-4(o)-1(n)-1(s)-1(o)-1(r)2(t)3(i)4(u)-1(m)-7( i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)5(o)-1(n)-1( s)-1(p)-1(e)-1(c)-1(i)4(f)3(i)4(c)-1(a)-1(t)3(i)4(o)-1(n)-1(s)-1( 9)-1(9)]TJ -0 Tc 0 Tw 34.298 0 Td -(-)Tj -0.009 Tc 0.152 Tw 0.338 0 Td -[(036 t)5(hr)4(ough 06)]TJ -0 Tc 0 Tw 7.15 0 Td -(-)Tj -0.009 Tc 0.039 Tw -49.214 -1.171 Td -[(103r)4(4 and I)5(nt)5(er)4(nat)5(i)5(onal)5( S)-2(t)5(andar)4(d )]TJ -0.005 Tc -0.005 Tw 15.313 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.039 Tw 2.598 0 Td -[(1:)5(2004,)5( \223)4(G)-4(eogr)4(aphi)5(c)1( i)5(nf)5(or)4(m)-6(at)5(i)5(on )]TJ -0 Tc 0 Tw 14.986 0 Td -(\226)Tj -0.565 0 Td -( )Tj -0.009 Tc 0.039 Tw 0.326 0 Td -[(S)-2(i)5(m)-6(pl)5(e f)4(eat)4(ur)3(e ac)1(c)1(es)1(s)1( )]TJ -0 Tc 0 Tw 10.41 0 Td -(\226)Tj -0.565 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.326 0 Td -[(P)-6(a)-4(r)-1(t )]TJ -0.009 Tc 0.326 Tw -47.689 -1.146 Td -[(1:)5( C)-3(om)-6(m)-6(on ar)4(c)1(hi)5(t)5(ec)1(t)5(ur)4(e\224)4(.)5( T)-1(he W)-6(K)-2(T)-1( r)4(epr)4(es)1(ent)5(at)5(i)5(on of)5( c)1(oor)4(di)5(nat)5(e r)]TJ -32.238 0 Td -[(ef)5(er)4(enc)1(e s)1(y)1(s)1(t)5(em)-6(s)1( w)-3(as)1( s)1(ubs)1(equent)5(l)5(y)1( )]TJ -0.183 Tw -32.238 -1.171 Td -[(ex)4(t)5(ended i)5(n O)-4(pen G)-4(eos)1(pat)5(i)5(al)5( C)-3(ons)1(or)4(t)5(i)5(um)-6( i)5(m)-6(pl)5(em)-6(ent)5(at)5(i)5(on s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on 01)]TJ -0 Tc 0 Tw 34.413 0 Td -(-)Tj -0.009 Tc 0.183 Tw 0.338 0 Td -[(009 ")3(C)-3(oor)4(di)5(nat)5(e T)-1(r)4(ans)1(f)5(or)4(m)-6(at)5(i)5(on )]TJ -0.521 Tw -34.752 -1.171 Td -[(S)-2(er)3(vi)5(c)1(es)1(")3( and t)4(hi)5(s)1( ex)4(t)4(ens)1(i)5(on w)-3(as)1( l)5(at)4(er)3( adopt)4(ed i)5(n t)4(he O)-4(pen G)-4(eos)1(pat)4(i)5(al)5( C)-3(ons)1(or)3(t)4(i)5(um)-6( G)-4(eoA)-2(P)-2(I)4( 3.)4(0 )]TJ -0.008 Tc 0.303 Tw 0 -1.171 TD -[(i)4(m)-7(p)-1(l)4(e)-1(m)-7(e)-1(n)-1(t)3(a)-1(t)3(i)4(o)-1(n)-1( s)-1(t)3(a)-1(n)-1(d)-1(a)-1(r)2(d)-1( 0)-1(9)]TJ -0 Tc 0 Tw 13.153 0 Td -(-)Tj -0.338 0 Td -(0)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -[(83r)4(3)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.009 Tw 2.622 0 Td -(and )Tj -0.302 Tw 2.283 0 Td -[(G)-3(eoP)-1(ac)1(k)1(age )1(1.)5(0 )1(i)6(m)-5(pl)5(em)-5(ent)5(at)5(i)6(on )1(s)1(t)5(andar)4(d )1(12)]TJ -0 Tc 0 Tw 21.62 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(128r)4(10)]TJ -0.302 Tw [(.)5( )1(The )1(W)-6(K)-1(T )]TJ -0.12 Tw -40.92 -1.171 Td -[(r)4(epr)4(es)1(ent)5(at)5(i)6(on )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )1(r)4(ef)5(er)4(enc)1(e )1(s)1(y)1(s)1(t)5(em)-5(s)1( )1(as)1( )1(def)5(i)6(ned )1(i)6(n )]TJ -0.005 Tc -0.005 Tw 28.554 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9125)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.119 Tw 2.598 0 Td -[(1:)5(2004 and O)-4(G)-4(C)-3( s)1(pec)1(i)5(f)5(i)5(c)1(at)5(i)5(on 01)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.253 Tw -33.751 -1.171 Td -[(009 i)5(s)1( i)5(nc)1(ons)1(i)5(s)1(t)5(ent)5( w)-3(i)5(t)5(h t)5(he t)5(er)4(m)-6(i)5(nol)5(ogy)1( and t)5(ec)1(hni)5(c)1(al)5( pr)4(ovi)5(s)1(i)5(ons)1( of)5( )]TJ -0.005 Tc -0.005 Tw 32.794 0 Td -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.283 0 Td -(1)Tj -0.009 Tc 0.253 Tw 0.565 0 Td -[(9111:)5(2007 an)]TJ -6.473 0 Td -[(d O)-4(G)-4(C)-3( A)-2(bs)1(t)5(r)4(ac)1(t)5( )]TJ --0.004 Tw -41.865 -1.171 Td -[(S)-2(pec)1(i)5(f)4(i)5(c)1(at)4(i)5(on t)4(opi)5(c)1( 2 \()3(08)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 11.127 0 Td -[(015r)4(2\))4(,)5( \223)4(G)-4(eogr)4(aphi)5(c)1( i)5(nf)5(or)4(m)-6(at)5(i)5(on )]TJ -0 Tc 0 Tw 14.685 0 Td -(\226)Tj -0.565 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.283 0 Td -[(S)-2(pat)4(i)5(al)5( r)3(ef)4(er)3(enc)1(i)5(ng by)1( c)1(oor)3(di)5(nat)4(es)1(\224)3(.)4( )]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc 0.256 Tw -26.66 -2.39 Td -[(T)-1(hi)5(s)1( I)4(nt)4(er)3(nat)4(i)5(onal)5( S)-2(t)4(andar)3(d pr)3(ovi)5(des)1( an updat)4(ed ver)3(s)1(i)5(on of)4( W)-6(K)-2(T)-1( r)3(epr)3(es)1(ent)4(at)4(i)5(on of)4( c)1(oor)3(di)5(nat)4(e r)3(ef)4(er)3(enc)1(e )]TJ -0.009 Tw 0 -1.171 TD -[(s)1(y)1(s)1(t)5(em)-5(s)1( t)5(hat)5( f)5(ol)6(l)6(ow)-3(s)1( t)5(he pr)4(ovi)6(s)1(i)6(ons)1( of)5( )]TJ -0.005 Tc -0.005 Tw 17.138 0 Td -[(I)1(S)]TJ -0 Tc 0 Tw 0.96 0 Td -(O)Tj -0.791 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc 0.009 Tw 0.565 0 Td -[(9111:)5(2007 and )]TJ -0.005 Tc -0.005 Tw [(I)1(S)-5(O)]TJ -0 Tc 0 Tw 8.84 0 Td -( )Tj -0.282 0 Td -(1)Tj -0.009 Tc -0.009 Tw 0.565 0 Td -(9111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.009 Tw 2.598 0 Td -[(2:)5(2009.)5( I)5(t)5( ex)4(t)5(ends)1( ear)4(l)5(i)5(er)4( W)-6(K)-2(T)-1( t)5(o al)5(l)5(ow)-3( )]TJ -0.09 Tw -32.023 -1.171 Td -[(f)5(or)4( )1(t)5(he )1(des)1(c)1(r)4(i)6(pt)5(i)6(on )1(of)5( )1(c)1(oor)4(di)6(nat)5(e )1(oper)4(at)5(i)6(ons)1(.)5( )1(Thi)5(s)1( )1(I)5(nt)5(er)4(nat)5(i)6(onal)6( )1(S)-1(t)5(andar)4(d )1(def)5(i)6(nes)1( )1(t)5(he )1(s)1(t)5(r)4(uc)1(t)5(ur)4(e )1(and )1(c)1(ont)5(ent)5( )1(of)5( )]TJ -0.004 Tc -0.004 Tw T* -[(w)-8(e)-5(ll)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc -0.005 Tw 2.088 0 Td -[(k)1(now)-3(n t)5(ex)4(t)5( s)1(t)5(r)4(i)6(ngs)1(.)5( I)5(t)5( does)1( not)5( pr)4(es)1(c)1(r)4(i)6(be how)-3( i)6(m)-5(pl)6(em)-5(ent)5(at)5(i)6(ons)1( s)1(houl)6(d r)4(ead)]TJ -0 Tc 0 Tw 33.323 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.282 0 Td -[(or)4( w)-3(r)4(i)5(t)5(e t)5(hes)1(e s)1(t)5(r)4(i)5(ngs)1(.)]TJ -0 Tc 0 Tw 9.657 0 Td -( )Tj --45.351 -2.39 Td -( )Tj -ET - endstream endobj 305 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 551.4844 27.0671 Tm -[(i)-1(x)]TJ -0 Tc 0 Tw 0.731 0 Td -( )Tj -/TT0 1 Tf --24.776 -1.146 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 13.92 0 0 13.92 71.0342 697.8671 Tm -[(F)1(o)1(r)2(e)1(w)1(o)1(r)2(d)]TJ -0 Tc 0 Tw 4.581 0 Td -( )Tj -/TT2 1 Tf -0.009 Tc -0.005 Tw 10.8 0 0 10.8 71.0342 669.0671 Tm -[(A)-4(t)4(t)4(e)1(nt)4(i)4(on i)4(s)2( dr)3(a)1(w)-4(n t)4(o t)4(he)1( pos)2(s)2(i)4(bi)4(l)4(i)4(t)4(y)-1( t)4(ha)1(t)4( s)2(om)-5(e)1( of)3( t)4(he)1( e)1(l)4(e)1(m)-5(e)1(nt)4(s)2( of)3( t)4(hi)4(s)2( doc)1(um)-5(e)1(nt)4( m)-5(a)1(y)-1( b)]TJ -0.008 Tc -0.004 Tw 35.168 0 Td -[(e t)3(h)-1(e s)1(u)-1(b)-1(j)3(ect)3( o)-1(f)2( p)-1(at)3(en)-1(t)3( )]TJ -0.005 Tc -0.005 Tw -35.168 -1.178 Td -[(r)-1(ig)-4(h)-4(ts)-2(.)1( )]TJ -0.009 Tc 2.829 0 Td -[(T)-2(he)1( O)-4(G)-4(C)-3( s)2(ha)1(l)4(l)4( not)4( be)]TJ -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 9.194 0 Td -[(he)1(l)4(d r)3(e)1(s)2(pons)2(i)4(bl)4(e)1( f)3(or)3( i)4(de)1(nt)4(i)4(f)3(y)-1(i)4(ng)]TJ -0 Tc 0 Tw 12.816 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.255 0 Td -[(a)1(ny)-1( or)3( a)1(l)4(l)4( s)2(uc)1(h pa)1(t)4(e)1(nt)4( r)3(i)4(ght)4(s)2(.)5( )]TJ -11.797 0 Td -[(R)-3(e)1(c)1(i)4(pi)4(e)1(nt)4(s)2( of)3( t)4(hi)4(s)2( )]TJ --36.891 -1.156 Td -[(doc)1(um)-5(e)1(nt)4( a)1(r)3(e)1( r)3(e)1(que)1(s)2(t)4(e)1(d t)4(o s)2(ubm)-5(i)4(t)4(,)5( w)-4(i)4(t)4(h t)4(he)1(i)4(r)3( c)1(om)-5(m)-5(e)1(nt)4(s)2(,)5( not)4(i)]TJ -0.008 Tc -0.004 Tw 24.725 0 Td -[(f)2(i)3(cat)3(i)3(o)-1(n)-1( o)-1(f)2( an)-1(y)-2( r)2(el)3(ev)-1(an)-1(t)3( p)-1(at)3(en)-1(t)3( )]TJ -0.005 Tc -0.001 Tw 12.475 0 Td -[(c)-3(la)-3(im)-9(s)-2( o)-4(r)-1( o)-4(th)-4(e)-3(r)-1( )]TJ -0.009 Tc -0.005 Tw -37.2 -1.178 Td -[(i)4(nt)4(e)1(l)4(l)4(e)1(c)1(t)4(ua)1(l)4( pr)3(ope)1(r)3(t)4(y)-1( r)3(i)4(ght)4(s)2( of)3( w)-4(hi)4(c)1(h t)4(he)1(y)-1( m)-5(a)1(y)-1( be)1( a)1(w)-4(a)1(r)3(e)]TJ -0 Tc 0 Tw 22.575 0 Td -( )Tj -0.005 Tc -0.001 Tw 0.255 0 Td -[(th)-4(a)-3(t m)-9(ig)-4(h)]TJ -0.009 Tc -0.005 Tw 3.876 0 Td -[(t)4( be)1( i)4(nf)3(r)3(i)4(nge)1(d by)-1( a)1(ny)-1( )]TJ -0.005 Tc -0.001 Tw 8.743 0 Td -[(im)-9(p)-4(le)-3(m)-9(e)-3(n)-4(ta)-3(tio)-4(n)-4( o)-4(f)-1( th)-4(e)-3( )]TJ -0.009 Tc -0.005 Tw -35.449 -1.178 Td -[(s)2(t)4(a)1(nda)1(r)3(d s)2(e)1(t)4( f)3(or)3(t)4(h i)4(n t)4(hi)4(s)2( doc)1(um)-5(e)1(nt)4(,)5( a)1(nd t)4(o pr)3(ovi)4(de)1( s)2(uppor)3(t)4(i)4(ng doc)1(um)-5(e)1(nt)4(a)1(t)4(i)4(on.)]TJ -0 Tc 0 Tw 31.685 0 Td -( )Tj -0.009 Tc -0.005 Tw -31.685 -1.156 Td -[(T)-2(hi)4(s)2( s)2(t)4(a)1(nda)1(r)3(d )]TJ -0.007 Tc -0.007 Tw [(w)-6(a)-1(s )]TJ -0.005 Tc -0.005 Tw 7.609 0 Td -[(jo)-4(in)-4(tly)]TJ -0 Tc 0 Tw 2.661 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.255 0 Td -[(de)1(ve)1(l)4(ope)1(d )]TJ -4.441 0 Td -(by)Tj -0 Tc 0 Tw 1.02 0 Td -( )Tj -0.005 Tc -0.001 Tw 0.255 0 Td -[(th)-4(e)-3( O)]TJ -0.009 Tc -0.005 Tw 2.235 0 Td -[(pe)1(n G)-4(e)1(os)2(pa)1(t)4(i)4(a)1(l)4( C)-3(ons)2(or)3(t)4(i)4(um)-5( )]TJ -11.401 0 Td -[(\()3(O)-4(G)-4(C)-3(\))3( a)1(nd I)3(S)-1(O)-4( T)-2(C)-3( 211:)4( )]TJ --0.009 Tw 10.326 0 Td -[(G)-4(e)1(ogr)3(a)1(phi)4(c)1( )]TJ -0.005 Tc -0.001 Tw -40.201 -1.178 Td -[(in)-4(f)-1(o)-4(r)-1(m)-9(a)-3(tio)-4(n)-4( / )]TJ -0.009 Tc -0.005 Tw 5.602 0 Td -[(G)-4(e)1(om)-5(a)1(t)4(i)4(c)1(s)2(.)5( I)3(S)-1(O)-4( 19)]TJ --0.009 Tw 7.779 0 Td -(162)Tj -0 Tc 0 Tw ( )Tj -0.009 Tc -0.005 Tw 1.782 0 Td -[(i)4(s)2( t)4(he)1( I)3(S)-1(O)-4( doc)1(um)-5(e)1(nt)4( de)1(s)2(i)4(gna)1(t)4(i)4(on.)]TJ -0 Tc 0 Tw 13.551 0 Td -( )Tj --28.715 -1.178 Td -( )Tj -0.009 Tc 0.232 Tw 0 -2.267 TD -[(I)3(S)-1(O)-4( \()3(t)4(he)1( I)3(nt)4(e)1(r)3(na)1(t)4(i)4(ona)1(l)4( O)-4(r)3(ga)1(ni)4(z)1(a)1(t)4(i)4(on f)3(or)3( S)-1(t)4(a)1(nda)1(r)3(di)4(z)1(a)1(t)4(i)4(on\))3( i)4(s)2( a)1( w)-4(or)3(l)4(dw)-4(i)4(de)1( f)3(e)1(de)1(r)3(a)1(t)4(i)4(on of)3( na)1(t)4(i)4(ona)1(l)4( s)2(t)4(a)1(nda)1(r)3(ds)2( )]TJ -0.07 Tw 0 -1.178 TD -[(bodi)4(e)1(s)2( \()3(I)3(S)-1(O)-4( m)-5(e)1(m)-5(be)1(r)3( bodi)4(e)1(s)2(\))3(.)5( T)-2(he)1( w)-4(or)3(k of)3( pr)3(e)1(pa)1(r)3(i)4(ng I)3(nt)4(e)1(r)3(na)1(t)4(i)4(ona)1(l)4( S)-1(t)4(a)1(nda)1(r)3(ds)2( i)4(s)2( nor)3(m)-5(a)1(l)4(l)4(y)-1( c)1(a)1(r)3(r)3(i)4(e)1(d out)4( t)4(hr)3(ough )]TJ -0.005 Tc 0.139 Tw 0 -1.156 TD -[(I)-1(S)-5(O)-8( te)-3(c)]TJ -0.009 Tc 0.135 Tw 3.223 0 Td -[(hni)4(c)1(a)1(l)4( c)1(om)-5(m)-5(i)4(t)4(t)4(e)1(e)1(s)2(.)5( E)-2(a)1(c)1(h m)-5(e)1(m)-5(be)1(r)3( body)-1( i)4(nt)4(e)1(r)3(e)1(s)2(t)4(e)1(d i)4(n a)1( s)2(ubj)4(e)1(c)1(t)4( f)3(or)3( w)-4(hi)4(c)1(h a)1( t)4(e)1(c)1(hni)4(c)1(a)1(l)4( c)1(om)-5(m)-5(i)4(t)4(t)4(e)1(e)1( ha)1(s)2( )]TJ -0.054 Tw -3.223 -1.178 Td -[(be)1(e)1(n e)1(s)2(t)4(a)1(bl)4(i)4(s)2(he)1(d ha)1(s)2( t)4(he)1( r)3(i)4(ght)4( t)4(o be)1( r)3(e)1(pr)3(e)1(s)2(e)1(nt)4(e)1(d on t)4(ha)1(t)4( c)1(om)-5(m)-5(i)4(t)4(t)4(e)1(e)1(.)5( I)3(nt)4(e)1(r)3(na)1(t)4(i)4(ona)1(l)4( or)3(ga)1(ni)4(z)1(a)1(t)4(i)4(ons)2(,)5( gove)1(r)3(nm)-5(e)1(nt)4(a)1(l)4( )]TJ -0.174 Tw 0 -1.178 TD -[(a)1(nd non)]TJ -0 Tc 0 Tw (-)Tj -0.009 Tc 0.174 Tw 3.771 0 Td -[(gove)1(r)3(nm)-5(e)1(nt)4(a)1(l)4(,)5( i)4(n l)4(i)4(a)1(i)4(s)2(on w)-4(i)4(t)4(h I)3(S)-1(O)-4(,)5( a)1(l)4(s)2(o t)4(a)]TJ -18.045 0 Td -[(ke)1( pa)1(r)3(t)4( i)4(n t)4(he)1( w)-4(or)3(k.)5( I)3(S)-1(O)-4( c)1(ol)4(l)4(a)1(bor)3(a)1(t)4(e)1(s)2( c)1(l)4(os)2(e)1(l)4(y)-1( w)-4(i)4(t)4(h t)4(he)1( )]TJ -0.005 Tc -0.001 Tw -21.816 -1.156 Td -[(I)-1(n)-4(te)-3(r)-1(n)-4(a)-3(tio)-4(n)-4(a)-3(l E)-6(le)-3(c)-3(tr)-1(o)-4(te)-3(c)-3(h)-4(n)-4(ic)-3(a)-3(l C)-7(o)-4(m)-9(m)-9(is)-2(s)-2(io)-4(n)-4( \()-1(I)-1(E)-6(C)-7(\))-1( o)-4(n)-4( a)-3(ll m)-9(a)-3(tte)-3(r)-1(s)-2( o)-4(f)-1( e)-3(le)-3(c)-3(tr)-1(o)-4(te)-3(c)-3(h)-4(n)-4(ic)-3(a)-3(l s)-2(ta)-3(n)-4(d)-4(a)-3(r)-1(d)-4(iz)-3(a)-3(tio)-4(n)-4(.)]TJ -0 Tc 0 Tw 40.393 0 Td -( )Tj -0.009 Tc -0.005 Tw -40.393 -2.289 Td -[(I)3(nt)4(e)1(r)3(na)1(t)4(i)4(ona)1(l)4( S)-1(t)4(a)1(nda)1(r)3(ds)2( a)1(r)3(e)1( dr)3(a)1(f)3(t)4(e)1(d i)4(n a)1(c)1(c)1(or)3(da)1(nc)1(e)1( w)-4(i)4(t)4(h t)4(he)1( r)3(ul)4(e)1(s)2( gi)4(ve)1(n i)4(n )]TJ -0.005 Tc -0.001 Tw 29.614 0 Td -[(th)-4(e)-3( I)-1(S)-5(O)-8(/I)-1(E)-6(C)]TJ -0 Tc 0 Tw 5.064 0 Td -( )Tj -0.009 Tc -0.005 Tw 0.255 0 Td -[(D)-4(i)4(r)3(e)1(c)1(t)4(i)4(ve)1(s)2(,)5( P)-1(a)1(r)]TJ -0 Tc 0 Tw 6.053 0 Td -(t)Tj -0.283 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.255 0 Td -(2.)Tj -0 Tc 0 Tw 0.764 0 Td -( )Tj -ET - endstream endobj 304 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 37.1944 27.0671 Tm -[(v)-6(iii)]TJ -0 Tc 0 Tw 1.186 0 Td -( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 0 74.463 TD -[(C)-7(.3)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.23 0 Td -[(E)-6(llip)-5(s)-4(o)-5(id)]TJ -0 Tc 0 Tw 4.236 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.012 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.237 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(69)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 748.9871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 737.4671 Tm -[(C)-7(.3)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.005 Tc 1.23 0 Td -[(P)-6(r)-1(im)-10(e)-4( m)-10(e)-4(r)-1(id)-5(ia)-4(n)]TJ -0 Tc 7.342 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.012 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(69)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 737.4671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 725.9471 Tm -[(C)-7(.3)-4(.3)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.006 Tc -0.006 Tw 1.23 0 Td -[(D)-6(a)-3(tu)-4(m)]TJ -0 Tc 0 Tw 3.162 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.238 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(69)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 725.9471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 714.6671 Tm -[(C)-7(.3)-4(.4)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.23 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 7.226 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.128 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(70)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 714.6671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 703.1471 Tm -[(C)-7(.3)-4(.5)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 9.148 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.184 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.192 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(71)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 703.1471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 691.6271 Tm -[(C)-7(.4)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.077 0 Td -[(B)-3(ackw)-3(ar)2(d)-1( co)-1(m)-6(p)-1(at)3(i)4(b)-1(i)4(l)4(i)4(t)3(y o)]TJ -12.254 0 Td -[(f)4( )1(coor)3(di)5(nat)4(e )1(r)3(ef)4(er)3(ence )1(syst)4(em)-5(s)]TJ -0 Tc 0 Tw 15.023 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.135 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.192 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(72)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 691.6271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 680.1071 Tm -[(C)-7(.4)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.008 Tc -0.003 Tw 1.23 0 Td -[(G)-5(e)-1(o)-2(d)-2(e)-1(t)2(i)3(c)-1( C)-4(R)-4(S)]TJ -0 Tc 0 Tw 6.776 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.013 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(72)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 680.1071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 668.5871 Tm -[(C)-7(.4)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(P)-2(r)3(o)-1(j)4(ect)3(ed)-1( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 7.059 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.013 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.412 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(73)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 668.5871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 657.0671 Tm -[(C)-7(.4)-4(.3)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(V)-2(er)3(t)3(i)4(cal)4( C)-3(R)-3(S)-2( an)-1(d)-1( en)-1(g)-1(i)4(n)-1(eer)3(i)4(n)-1(g)-1( \()3(l)4(o)-1(cal)4(\))3( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 19.934 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.133 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.497 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(73)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 657.0671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 645.5471 Tm -[(C)-7(.4)-4(.4)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -1.23 0 Td -(C)Tj -0.01 Tc -0.005 Tw 0.734 0 Td -[(om)-5(pound C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 7.186 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(74)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 645.5471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 634.0271 Tm -[(C)-7(.4)-4(.5)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.006 Tc -0.001 Tw 1.23 0 Td -[(F)-4(i)1(tte)-3(d)-4( C)-6(S)]TJ -0 Tc 0 Tw 4.46 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.069 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(74)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 634.0271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 622.5071 Tm -[(C)-7(.5)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(B)-2(a)1(c)1(k)1(w)-2(a)1(r)3(d c)1(om)-5(pa)1(t)4(i)5(bi)5(l)5(i)5(t)4(y)1( of)4( c)1(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(ons)]TJ -0 Tc 0 Tw 23.547 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.193 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(74)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 622.5071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 610.9871 Tm -[(C)-7(.6)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(M)-2(a)2(p)1(p)1(i)6(n)1(g)1( )1(o)1(f)5( )1(t)5(o)1(k)2(e)2(n)1(s)2( )1(a)2(n)1(d)1( )1(k)2(e)2(y)1(w)-1(o)1(r)4(d)1(s)2( )1(f)5(r)4(o)1(m)-4( )1(p)1(r)4(e)2(v)1(i)6(o)1(u)1(s)2( v)1(e)2(r)4(s)2(i)6(o)1(n)1(s)2( )1(o)1(f)5( )1(C)-1(R)-1(S )1(W)-4(K)-1(T)1( )1(t)5(o)1( )1(t)5(h)1(i)6(s)2( )]TJ -0 -1.171 TD -[(I)6(n)1(t)5(e)1(r)4(n)1(a)1(t)5(i)6(o)1(n)1(a)1(l)6( )1(S)-1(t)5(an)1(da)1(r)4(d)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 11.027 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.497 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(75)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 599.4671 Tm -<0001>Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 37.1944 581.9471 Tm -[(A)-2(nne)1(x)]TJ -0 Tc 0 Tw ( )Tj -3.388 0 Td -(D)Tj -/TT1 1 Tf -0.734 0 Td -( )Tj -0.005 Tc 0.282 0 Td -[(\(i)2(n)-4(f)1(o)-4(rm)-9(a)-4(t)1(i)2(v)-4(e)-4(\) )1( )]TJ -/TT0 1 Tf -6.213 0 Td -[(T)-5(r)-1(ia)-4(x)-4(ia)-4(l e)-4(llip)-5(s)-4(o)-5(id)]TJ -0 Tc 7.964 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.059 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(79)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 581.9471 Tm -<0001>Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 37.1944 564.6671 Tm -[(A)-2(nne)1(x)]TJ -0 Tc 0 Tw ( )Tj -3.388 0 Td -(E)Tj -/TT1 1 Tf -0.678 0 Td -( )Tj -0.005 Tc 0.282 0 Td -[(\(i)2(n)-4(f)1(o)-4(rm)-9(a)-4(t)1(i)2(v)-4(e)-4(\) )1( )]TJ -/TT0 1 Tf -0.01 Tc -0.005 Tw 6.213 0 Td -[(I)6(d)1(e)1(n)1(t)5(i)6(f)5(i)6(e)1(r)4(s)1( )1(f)5(o)1(r)3( )1(c)1(o)1(o)1(r)4(d)1(i)6(n)1(a)1(t)5(e)1( )1(o)1(p)1(e)1(r)4(a)1(t)5(i)6(o)1(n)1( )1(m)-4(e)1(t)5(h)1(o)1(d)1(s)1( )1(an)1(d )1(p)1(a)1(r)4(a)1(m)-4(e)1(t)5(e)1(r)4(s)]TJ -0 Tc 0 Tw 29.251 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.015 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(80)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 564.6671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 553.1471 Tm -[(E)-6(.1)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -0.006 Tc -0.006 Tw 2.133 0 Td -[(I)2(n)-3(t)1(ro)]TJ -0.01 Tc -0.01 Tw 2.258 0 Td -[(duc)1(t)4(i)5(on)]TJ -0 Tc 0 Tw 3.67 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.014 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(80)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 553.1471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 541.6271 Tm -[(E)-6(.2)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.133 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)1( )1(m)-5(e)2(t)5(h)1(o)1(ds)]TJ -0 Tc 0 Tw 11.744 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.131 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(81)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 541.6271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 530.1071 Tm -[(E)-6(.3)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -0.008 Tc -0.003 Tw 2.133 0 Td -[(M)-4(ap)-1( )1(p)-1(r)2(o)-1(j)4(ect)3(i)4(o)-1(n)-1( )1(p)-1(ar)2(am)-7(et)3(er)2(s)]TJ -0 Tc 0 Tw 12.987 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.017 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(81)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 530.1071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 518.5871 Tm -[(E)-6(.4)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.133 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)4(or)3(m)-5(a)1(t)4(i)5(on m)-5(e)1(t)4(hods)]TJ -0 Tc 0 Tw 17.334 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.191 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -0 Tc 0 Tw 9.04 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(83)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 518.5871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 507.0671 Tm -[(E)-6(.5)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.133 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)]TJ -0.006 Tc -0.001 Tw 8.469 0 Td -[(o)-4(rm)-9(a)-3(ti)1(o)-4(n)-4( p)-4(a)-3(ra)-3(m)-9(e)-3(te)-3(rs)]TJ -0 Tc 0 Tw 10.108 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.077 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.91 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(83)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 507.0671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 37.1944 495.5471 Tm -[(E)-6(.6)]TJ -0 Tc 0 Tw 1.525 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.133 0 Td -[(R)-2(e)1(vi)5(s)1(i)5(on H)-2(i)5(s)1(t)4(or)3(y)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 8.202 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -0 Tc 0 Tw 9.04 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(85)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 495.5471 Tm -<0001>Tj -/TT1 1 Tf -9.84 0 0 9.84 37.1944 484.0271 Tm -( )Tj -ET - endstream endobj 302 0 obj <> endobj 307 0 obj [309 0 R] endobj 308 0 obj <>stream -H塡惲j0 嗭~ -跜睋[!JK!嚟e辣曉胸Fqy*^鑐Y裏-yn.峸 錆俰1A锛%溌L∶羪Q擿滻[梍3($庙2%QU 縳8%Z`w病媒7睭胞9穥愴G 5X靬褔師zD;4栫.-f逰D(s_鼩1菱礎襼@Q)+G-雄髰陑笮斦9/J昞N*摏f萘_叿A3狈|弆j点<綩Cχ/a蟩 endstream endobj 309 0 obj <> endobj 310 0 obj <> endobj 311 0 obj <> endobj 312 0 obj <>stream -H:` endstream endobj 313 0 obj <>stream -H壃Wkp>猾%薍砌葕婽S[8偶qmEc菂鳨f8deYF礃< % -& 磇 i赑H鷢>忆 -B恑$M郁氁蝑2鞮潤磽?ざz钶晲=蜡铙|遹躶瞎{e镘+N 滗顫2浅止兠泧 h} 燿捂瓄{秓(;I8R莱崠0=进X9b鴓l}(檧g!亩∧劝?y[b(鮮J汙屻 e蜜S{ 脃歆C裱_(俢p^咓Ⅳ]x卫O伮k餥x䦶窃^擩r7rSg鹞Z藠樸坒[錄L螕鹥麽择済*k+'鱱媁扆0櫥!63淸伟8嗱,铖扆栽骃gg誀za#袅燗?i貍曺"l!仄6詍歧 *塚L緄 憬v.貚0;L膖_鈞炝s雎>2靽囃戊G>嶨>_廖|酭0醟饀熠咷飯-H:仯冂o7o+泦皿[餸\徝 x災u湝羱圀邇Sp 訚@4棙%x.纒<既k櫮勺e愖pkgx(c{ -:sgs油檸 H懬n硯舔 ZQ>(熄腸8C9#澿罂W錘l'*GL毶轓~緩_3鴇UeP6び\.鍻l熸鴩#1鲡,楎o9凃Y ~?儫鉤鮨慭,镧約2p蚊 厣"d9'莪&屆%%異W􆾞檊^F頤搣僺~~厴Y鐼 頟績呙鄰餶DW-D锢U3+窺煋饚(儃p_緞u> 沗Sx砝儧枸孬*z夯:;頪款箜鞫诞m壡{峦M焝\硓帐藯/照 蓚华+紴Yn棾腶穀-(@]湸h2 j$!咺塂〇6T指<2寲3,脝e竊)x銯h 丈q"臃cD -綕 -是bD曢椬q淅嵗颎9^潕蒚袖8m贊帚Z 鉫\(墻湣:8](篜5d8#4 \k猥3"8躭X*鈮谘┠c>縚Dy,j婻;%oa99SwY?汋@縑[:@} -瑜Kq]^Z簣蔫T銛S磶拟礀`蚌滓玒 6爴nパ莝鞷鲰cC旵恍 蔗醦g&,铑U岂\鵳弐N抹Q3 Qa螉宔$2,R拂崌F怪 帗Y8缛s$尝羪驕垳培聹c6:%祈6.蚌霿雍Σ 晉 T M@E覕D[)u扵労H勸蛯o6x沩0*嬅$]#窸醾R'KQb!錶.祝鯩▇\j}x*搐鱺k郶碵薾 榈t4檂y咘mI梞> 毚孭bF@蠲#:%7谸?妧帾T璭*[T緶=Z蒵ld斋z9Y驴M渷1*淋燵1BL5奷/盘UIM苆[ 賺K葚K>僆釚h 眙橨`訏.窊,苺x1俚榼捴]U嶄93 pluaF立RXT当\肨欓k,Lg喝,,i蓭j%p7黓葠晊g#\f7 治f^妘=佘Y沧_t勱鹮` |愀癆誫tcmㄎ1搖sZ頪;鮮 oF蕅+禖簥_I`嘦置茥-tA.\▽!+B?YB4<"/螜覮..摷mY!鬊除(B箐瞪+鯎&蔠誒粇砗纾+轚 rw ^織e⑤^a# 嬎>\扌挨I\4H攭淸簗E撛癲(U錂&慳A胡過榫I泋4哌`?gV呟f鏥棁烆崄婆箪捿&Y鰵韀 㳠魑歐頿斚滅礝緂-获ok'Q酥O條k鷼JO:⑴f宋詆著垲5踓q亡x鰎oiM琽騊錦cnekr姗q^朼Qfo燞 0: 褛呡-倽(⒇*豜浑铌谳輞祛铑铑纶g腹i?z蝧蝭f唻竒K'夫.餮餙楎秙'<鋿腱 脈罘滗筺/R纥飮搵;濃箐颖铯2>拸]e姀Q衕k直j橖8v由,Lqlず嫺W 擼邂&滰#o;I縥;K縜坵M醮猓#DE剠勄$&&%蕡6"Fa!F#孹y7 F技cK攏烖?鞔泂-N縨p骃5E哠哘哛哖SQRP鶶鶴鶵鶳zSzQzRzP篠篞篟篜:S:Q))( 旜攛J;J[JJ%CiMiEiIiAiNiFiJiB墻44QR") ()攝敽:斱擹敋旉攋敧*斒攑J%擱慠丷濺嶳朢哛歊奟扲俁淩孯擱凴楻圧怰挓拸B蒏蒀蒑蒃蒊葾蒒蒄蒍葿蒐1)翑 J %拤釵瘢dR%%=臞瘛xS('艃釴q¥8R襌襊\('姠~Q~R~P維綫)_)_()()()(o)o()(/)/()(O)O()()()(w)w()(7)7()(W)W()()()(g)g()(')'()(G)G()()()({){()(;);()([)[()()()毑幉柌啿毑姴挷偛湶尣敳劜槻埐惒2𾲮𦊞𲞦𙶖𸨪𠀚𬔢𓬒𻭬𣅜汄ee$錹蔩?)#(P~0(咆{c廱霶=姳G1(咆{c廱霶=姳G1(旸a?婛G1(劈髲b?婛G1(劈髲b?婛G1(劈髲b?婛G1(劈髲b霶=姳G1(糯v訋b赒L;奿G1悫瘐懺瑑+槖檜癩0 :笇`V儊A:豐0@蠾U粞A醾轅/'鰖`HB硾 -t漲t詠U=从仌m眏盄 h茨X5M&@4hD 丠Pu:@mPS殏j@UPKPET聛0霼陆P"頤錺,P譑扏 8奲J0P -p/?y蹳.屛 淅天@6 +Fg2銥 A@ d覚 -?潻 #鄫啊HX辩xiXO靬顎鲆瓳Z!H} \g4澃R 鴻rD; H妻W焷O繥碜P餉鸈 -辌x 剂辦琟/貃V鱻焕燧n\萓梪破侹:c#罞氱乻繷 帨N8庒萉殗丆繟'鱝炱.`';砝6`+'7c l謐邐瓆 k5纉`X,拙蝼Z-脭ダ- 纜`0槂a1e0{3槔4`*.L羓20 槇 2嚱崩`40 -'Gb7'0鳦踓縦{7`付 唈{擿埗c5X跭q}铛鷌{A_\z=@w孨迈n@Wmt涟8 H:躪你櫟悯禓湆b5 -h犀9 /)F7E嶑t醽0! 4阫[ B廝O?辵祄笭幎云慫@Mm揬爅`U▎fUm$ám#暤m \蹎聇侸@(P铀wU玶谮DP(-嵰@)m&(┉褌谮TP{艀②歄P' k襐秋fA#B0,/胷箑淍mu|棽03+ff涟虡b粮@&繽鴌煐倢讧暲6 鄡7XO滛繧w4輤t+'余 毼#魲w辯6鎤駉R蒖_Ez煡>I}旡 R飀锃H綎z%鮎/宿3Y?晍"鮔陸W践蝎靳@昃=┗一#-uK軎琽疜]摵*u乓鸭l)l^^$,9腕R缒蟌B3RДN绳I闈皌2弸?*~囊8庄$[D[b怍鮲梩鞠*式蘩嶥mb 朮Z 炳羼賅V刖!Ι隁6慚UmV膠湿甗Z[祩珸,2%*k嫫块銯薺siU挹P$漉唊檍Cao讎旸+o|3 匶"]k蛖萹1.u!F宛>鋚嗳m鶟:璣_5X峟JD吮 K嫳翨,@鎐纹Y構9槏F4`130覲嘮L誀UdL侭1e(E 奞 `<芶,评徰匓 >溽L渷佊qL 签哠p2N翽溻D 羆 ' 莄 ?嶤?媍 " 檖2悗4膏Do鬊Oぢ)HF貞劊憟P輴愡蒷仸 {_鄔鼏_ ~鼊鯿厩w哙k|/>莋熰c|炫國颿廾粁o-級7:^毛x韝/酔紑珩炁3xO酙<伹vc#xa'<鹮钆v軆6膒7盥澑n莔踦 垛f軇q多z\噆q UW鄏\咾q .艵`36q>蚊关s-Z}~硱!B䥇 /鋉瓤!B䥇 /鋉瓤! tB tB tB tB tB tB tB tB/鋉染恾!鸅鰠 /d_染慅幂肎:8翯z]砜 $ endstream endobj 303 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.003 Tc -0.003 Tw 9.84 0 0 9.84 549.2247 27.0671 Tm -[(v)-6(ii)]TJ -0 Tc 0 Tw 0.96 0 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw -49.553 74.463 Td -[(17.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on c)1(om)-5(pone)1(nt)4(s)]TJ -0 Tc 0 Tw 16.6 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.028 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)]TJ -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(51)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 748.9871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 737.4671 Tm -[(17.)5(2.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.833 0 Td -[(S)-2(o)-1(u)-1(r)3(ce an)-1(d)-1( t)3(ar)3(g)-1(et)3( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 11.068 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.193 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.215 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(51)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 737.4671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 725.9471 Tm -[(17.)5(2.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)]TJ -0.005 Tc 0 Tw [(r)-1(a)-4(ti)1(o)-5(n)-5( )1(n)-5(a)-4(m)-9(e)-4( )1(a)-4(n)-5(d)-5( )1(i)1(d)-5(e)-4(n)-5(ti)1(fi)1(e)-4(r)]TJ -0 Tc 19.876 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.142 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.497 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(51)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 725.9471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 714.6671 Tm -[(17.)5(2.)5(3)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on m)-5(e)1(t)4(hod)]TJ -0 Tc 0 Tw 14.228 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.14 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.107 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(52)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 714.6671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 703.1471 Tm -[(17.)5(2.)5(4)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)]TJ -0 Tc 0 Tw 15.472 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.026 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(52)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 703.1471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 691.6271 Tm -[(17.)5(2.)5(5)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)3( f)4(i)5(l)5(e)]TJ -0 Tc 0 Tw 17.223 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.253 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -0 Tc 0 Tw 9.04 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(53)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 691.6271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 680.1071 Tm -[(17.)5(2.)5(6)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(I)6(n)1(t)5(e)1(r)4(p)1(o)1(l)6(a)1(t)5(i)6(o)1(n)1( )1(C)-1(R)-1(S)]TJ -0 Tc 0 Tw 8.582 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.136 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.757 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(53)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 680.1071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 668.5871 Tm -[(17.)5(2.)5(7)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.833 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e o)-1(p)-1(er)2(at)3(i)4(o)-1(n)-1( accu)-1(r)2(acy)]TJ -0 Tc 0 Tw 14.965 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.251 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(53)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 668.5871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 657.0671 Tm -[(17.)5(2.)5(8)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(O)-3(t)4(he)1(r)3( c)1(oor)3(di)6(na)1(t)4(e)2( ope)1(r)3(a)1(t)4(i)5(on a)1(t)4(t)4(r)3(i)5(but)4(e)1(s)]TJ -0 Tc 0 Tw 18.013 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.028 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(53)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 657.0671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 645.5471 Tm -[(17.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(E)-2(xam)-6(p)-1(l)4(es o)-1(f)3( W)-5(K)-3(T)-1( d)-1(escr)3(i)4(b)-1(i)4(n)-1(g)]TJ -0 Tc 0 Tw 14.003 0 Td -( )Tj -0.01 Tc -0.006 Tw 0.282 0 Td -[(a)1( c)1(oor)4(di)6(na)1(t)5(e)1( ope)1(r)4(a)1(t)5(i)6(on)]TJ -0 Tc 0 Tw 10.955 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.145 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(54)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 645.5471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 628.0271 Tm -(18)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(CRS)1( )1(a)2(n)1(d)1( )1(c)2(o)1(o)1(r)5(d)1(i)7(n)1(a)2(t)6(e)2( )1(o)1(p)1(e)2(r)5(a)2(t)6(i)7(o)1(n)1( )1(c)2(o)1(u)1(p)1(l)7(e)2(t)6(s)]TJ -0 Tc 0 Tw 30.263 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.207 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(55)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 628.0271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 616.5071 Tm -[(18.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(B)-2(ound C)-2(R)-2(S)]TJ -0 Tc 0 Tw 5.645 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.248 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(55)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 616.5071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 604.9871 Tm -[(18.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(B)-2(ound C)-2(R)-2(S)-1( c)1(om)-5(pone)1(nt)4(s)]TJ -0 Tc 0 Tw 11.969 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.139 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(56)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 604.9871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 593.4671 Tm -[(18.)5(2.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(A)-2(br)3(i)5(dge)1(d c)1(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)4(or)3(m)-5(a)1(t)4(i)5(on)]TJ -0 Tc 0 Tw 17.391 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.085 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -0 Tc 0 Tw 9.04 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(56)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 593.4671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 581.9471 Tm -[(18.)5(2.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on m)-5(e)1(t)4(hod i)5(n a)1(br)3(i)5(dge)1(d c)1(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)4(or)3(m)-5(a)1(t)4(i)5(ons)]TJ -0 Tc 0 Tw 33.484 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.094 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(56)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 581.9471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 570.6671 Tm -[(18.)5(2.)5(3)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(A)-2(br)3(i)5(dge)1(d c)1(oor)3(di)5(na)1(t)4(e)1( t)4(r)3(a)1(ns)1(f)4(or)3(m)-5(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)]TJ -0 Tc 0 Tw 22.587 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.256 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(57)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 570.6671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 559.1471 Tm -[(18.)5(2.)5(4)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on pa)1(r)3(a)1(m)-5(e)1(t)4(e)1(r)3( f)4(i)5(l)5(e)]TJ -0 Tc 0 Tw 17.223 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.253 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -0 Tc 0 Tw 9.04 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(57)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 559.1471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 71.0342 547.6271 Tm -[(18.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(E)-1(x)1(a)1(m)-5(pl)5(e)1(s)1( of)4( W)-4(K)-2(T de)1(s)1(c)1(r)4(i)5(bi)5(ng a)1( B)-2(ound C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 20.866 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(58)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 547.6271 Tm -<0001>Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 71.0342 530.1071 Tm -[(A)-2(nne)1(x)]TJ -0 Tc 0 Tw ( )Tj -3.388 0 Td -(A)Tj -/TT1 1 Tf -0.734 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(\()4(nor)4(m)-5(at)5(i)6(ve\))]TJ -/TT0 1 Tf -0 Tc 0.005 Tw 5.14 0 Td -[( )1( )]TJ -0.009 Tc -0.004 Tw 0.565 0 Td -[(A)-3(b)-1(st)3(r)2(act)3( t)3(est)3( su)-1(i)4(t)3(e)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 9.047 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(59)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 530.1071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 518.5871 Tm -[(A)-7(.1)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.01 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)]TJ --0.006 Tw 5.985 0 Td -[(e)1( of)5( a)1( W)-3(K)-2(T s)1(t)5(r)4(i)6(ng de)1(s)1(c)1(r)4(i)6(bi)6(ng a)1( ge)1(ode)1(t)5(i)6(c)1( C)-2(R)-2(S)]TJ -0 Tc 0 Tw 21.513 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.148 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.91 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(59)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 518.5871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 507.0671 Tm -[(A)-7(.2)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1( pr)3(oj)5(e)1(c)1(t)4(e)1(d C)-2(R)-2(S)]TJ -0 Tc 0 Tw 27.892 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.036 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.627 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(59)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 507.0671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 495.5471 Tm -[(A)-7(.3)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1( ve)1(r)3(t)4(i)5(c)1(a)1(l)5( C)-2(R)-2(S)]TJ -0 Tc 0 Tw 26.878 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.202 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(60)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 495.5471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 484.0271 Tm -[(A)-7(.4)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1(n e)1(ngi)5(ne)1(e)1(r)3(i)5(ng C)-2(R)-2(S)]TJ -0 Tc 0 Tw 29.699 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.206 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(60)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 484.0271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 472.5071 Tm -[(A)-7(.5)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1(n i)5(m)-5(a)1(ge)1( C)-2(R)-2(S)]TJ -0 Tc 0 Tw 26.876 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.204 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(61)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 472.5071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 460.9871 Tm -[(A)-7(.6)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.077 0 Td -[(C)-3(o)-1(n)-1(f)3(o)-1(r)2(m)-6(an)-1(ce o)-1(f)3( a W)-5(K)-3(T)-1( st)3(r)2(i)4(n)-1(g)-1( d)-1(escr)2(i)4(b)-1(i)4(n)-1(g)-1( a p)-1(ar)2(am)-6(et)3(r)2(i)4(c C)-3(R)-3(S)]TJ -0 Tc 0 Tw 28.514 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.261 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.78 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(61)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 460.9871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 449.4671 Tm -[(A)-7(.7)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1( t)4(e)1(m)-5(por)3(a)1(l)5( C)-2(R)-2(S)]TJ -0 Tc 0 Tw 27.61 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.036 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.91 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(62)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 449.4671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 437.9471 Tm -[(A)-7(.8)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1( de)1(r)3(i)5(ve)1(d C)-2(R)-2(S)]TJ -0 Tc 0 Tw 26.934 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.146 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(62)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 437.9471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 426.6671 Tm -[(A)-7(.9)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1( c)1(om)-5(po)]TJ -24.222 0 Td -[(und C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 4.554 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.78 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(63)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 426.6671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 415.1471 Tm -[(A)-7(.1)-4(0)]TJ -0 Tc 0 Tw 2.146 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.512 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1( c)1(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(on)]TJ -0 Tc 0 Tw 30.998 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.037 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(63)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 415.1471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 403.6271 Tm -[(A)-7(.1)-4(1)]TJ -0 Tc 0 Tw 2.146 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.512 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( of)4( a)1( W)-4(K)-2(T s)1(t)4(r)3(i)5(ng de)1(s)1(c)1(r)3(i)5(bi)5(ng a)1( B)-2(ound C)-2(R)-2(S)]TJ -0 Tc 0 Tw 26.536 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.262 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.757 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(64)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 403.6271 Tm -<0001>Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 71.0342 386.1071 Tm -[(A)-2(nne)1(x)]TJ -0 Tc 0 Tw ( )Tj -3.388 0 Td -(B)Tj -/TT1 1 Tf -0.734 0 Td -( )Tj -0.005 Tc 0.282 0 Td -[(\(i)2(n)-4(f)1(o)-4(rm)-9(a)-4(t)1(i)2(v)-4(e)-4(\) )1( )]TJ -/TT0 1 Tf -0.009 Tc -0.009 Tw 6.213 0 Td -[(R)-3(ec)]TJ --0.004 Tw [(o)-1(m)-6(m)-6(en)-1(d)-1(ed)-1( p)-1(r)3(act)3(i)4(ce f)3(o)-1(r)3( i)4(m)-6(p)-1(l)4(em)-6(en)-1(t)3(at)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 20.894 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.075 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.627 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 386.1071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 374.5871 Tm -[(B)-7(.1)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.01 Tw 2.077 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.248 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 374.5871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 363.0671 Tm -[(B)-7(.2)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.009 Tw 2.077 0 Td -[(K)-3(eyw)-3(o)-1(r)2(d)-1(s)]TJ -0 Tc 0 Tw 4.856 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.19 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.39 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 363.0671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 351.5471 Tm -[(B)-7(.2)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(K)-3(eyw)-3(o)-1(r)2(d)-1( case sen)-1(si)4(t)3(i)4(v)-1(i)4(t)3(y)]TJ -0 Tc 0 Tw 12.087 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.021 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 351.5471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 340.0271 Tm -[(B)-7(.2)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(A)-3(l)4(t)3(er)2(n)-1(at)3(i)4(v)-1(e keyw)-3(o)-1(r)2(d)-1(s)]TJ -0 Tc 0 Tw 10.222 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.191 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.062 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 340.0271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 328.5071 Tm -[(B)-7(.2)-4(.3)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.23 0 Td -[(H)-2(a)1(ndl)5(i)5(ng of)4( unr)3(e)1(c)1(ogni)5(s)1(e)1(d k)1(e)1(y)1(w)-2(or)3(ds)]TJ -0 Tc 0 Tw 17.505 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.254 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.757 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 328.5071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 316.9871 Tm -[(B)-7(.3)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.009 Tw 2.077 0 Td -[(C)-3(h)-1(ar)2(act)3(er)2(s)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 5.328 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.107 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 316.9871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 305.4671 Tm -[(B)-7(.3)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.23 0 Td -[(H)-2(a)1(ndl)5(i)5(ng of)4( unr)3(e)1(c)1(ogni)5(s)1(e)1(d c)1(ha)1(r)3(a)1(c)1(t)4(e)1(r)3(s)]TJ -0 Tc 0 Tw 17.958 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.083 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 305.4671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 293.9471 Tm -[(B)-7(.3)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -ET -BT -/TT0 1 Tf -0.01 Tc -0.005 Tw 9.84 0 0 9.84 107.0342 293.9471 Tm -[(S)-1(t)4(r)4(i)5(ng l)5(e)1(ngt)4(h)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 6.458 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(65)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 293.9471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 282.6671 Tm -[(B)-7(.4)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.077 0 Td -[(W)-4(h)-1(i)5(t)4(e )1(sp)-1(ace)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.248 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(66)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 282.6671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 271.1471 Tm -[(B)-7(.4)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(I)5(nser)3(t)4(i)5(on )1(of)4( )1(w)-2(hi)5(t)4(e )1(space)]TJ -0 Tc 0 Tw 11.576 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.25 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(66)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 271.1471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 259.6271 Tm -[(B)-7(.4)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.23 0 Td -[(P)-1(a)1(r)4(s)1(i)5(ng of)4( w)-2(hi)5(t)4(e)1( s)1(pa)1(c)1(e)1( out)4(s)1(i)5(de)1( of)4( quot)4(e)1(d t)4(e)1(x)1(t)]TJ -0 Tc 0 Tw 21.909 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.087 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(66)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 259.6271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 248.1071 Tm -[(B)-7(.4)-4(.3)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(P)-2(ar)3(si)4(n)-1(g)-1( o)-1(f)3( w)-3(h)-1(i)4(t)3(e sp)-1(ace w)-3(i)]TJ -0.01 Tc -0.005 Tw 12.366 0 Td -[(t)5(h)1(i)6(n)1( )1(q)1(u)1(o)1(t)5(e)1(d)1( )1(t)5(e)1(x)1(t)]TJ -0 Tc 0 Tw 7.622 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.03 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.497 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(66)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 248.1071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 236.5871 Tm -[(B)-7(.5)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.005 Tc -0.005 Tw 2.077 0 Td -[(I)1(d)-4(e)-4(n)-4(ti)1(fi)1(e)-4(r)-1(s)]TJ -0 Tc 0 Tw 4.857 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.189 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.39 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(66)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 236.5871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 225.0671 Tm -[(B)-7(.5)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(U)-3(se o)-1(f)3( i)4(d)-1(en)-1(t)3(i)4(f)3(i)4(er)]TJ -0 Tc 0 Tw 7.68 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.191 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(66)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 225.0671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 213.5471 Tm -[(B)-7(.5)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.23 0 Td -[(U)-2(s)1(i)5(ng na)1(m)-5(e)1(s)1( t)4(o i)5(nt)4(e)1(r)3(pr)3(e)1(t)4( i)5(de)1(nt)4(i)5(t)4(y)]TJ -0 Tc 0 Tw 15.867 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.196 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.412 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(66)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 213.5471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 202.0271 Tm -[(B)-7(.6)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.01 Tw 2.077 0 Td -[(N)-2(um)-5(be)1(r)3(s)]TJ -0 Tc 0 Tw 4.404 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.076 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(67)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 202.0271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 190.5071 Tm -[(B)-7(.6)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.23 0 Td -[(P)-2(r)3(eci)4(si)4(o)-1(n)]TJ -0 Tc 0 Tw 4.575 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.188 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(67)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 190.5071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 178.9871 Tm -[(B)-7(.6)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.23 0 Td -[(D)-3(ef)3(i)4(n)-1(i)4(n)-1(g)-1( p)-1(ar)2(am)-6(et)3(er)2(s f)3(o)-1(r)2( a sp)-1(h)-1(er)2(e)]TJ -0 Tc 0 Tw 15.925 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.138 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.412 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(67)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 178.9871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 167.4671 Tm -[(B)-7(.6)-4(.3)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.005 Tc 1.23 0 Td -[(I)1(m)-9(p)-4(l)1(i)1(e)-4(d)-4( )1(u)-5(n)-4(i)1(ts)]TJ -0 Tc 6.268 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.19 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(67)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 167.4671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 155.9471 Tm -[(B)-7(.7)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.077 0 Td -[(A)-2(t)4(t)4(r)3(i)5(but)4(e)1( or)3(de)1(r)]TJ -0 Tc 0 Tw 7.114 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.192 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(67)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 155.9471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 144.6671 Tm -[(B)-7(.8)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.009 Tw 2.077 0 Td -[(V)-2(er)3(si)4(o)-1(n)]TJ -0 Tc 0 Tw 3.728 0 Td -( )Tj -0.012 Tc -0.007 Tw 0.282 0 Td -[(o)2(f)6( CRS)1( W)-1(KT)]TJ -0 Tc 0 Tw 5.982 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.139 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.345 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(67)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 144.6671 Tm -<0001>Tj -/TT0 1 Tf -0.01 Tc -0.01 Tw 9.84 0 0 9.84 71.0342 127.1471 Tm -[(A)-2(nne)1(x)]TJ -0 Tc 0 Tw ( )Tj -3.388 0 Td -(C)Tj -/TT1 1 Tf -0.734 0 Td -( )Tj -0.005 Tc 0.282 0 Td -[(\(i)2(n)-4(f)1(o)-4(rm)-9(a)-4(t)1(i)2(v)-4(e)-4(\) )1( )]TJ -/TT0 1 Tf -0.01 Tc -0.005 Tw 6.213 0 Td -[(M)-2(a)2(p)1(p)1(i)6(n)1(g)1( )1(o)1(f)5( )1(c)2(o)1(n)1(c)2(e)2(p)1(t)5(s)2( )1(f)5(r)4(o)1(m)-5( )1(p)1(r)4(e)2(v)1(i)6(o)1(u)1(s)2( )1(v)1(e)2(r)4(s)2(i)6(o)1(n)1(s)1( )1(o)1(f)5( C)-1(R)-1(S )1(W)-3(K)-1(T)]TJ -0 Tc 0 Tw 27.949 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.082 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(68)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 127.1471 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 115.6271 Tm -[(C)-7(.1)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.012 Tc -0.012 Tw 2.077 0 Td -(BNF)Tj -0 Tc 0 Tw 2.088 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.132 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.215 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(68)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 115.6271 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 104.1071 Tm -[(C)-7(.2)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.077 0 Td -[(B)-3(ackw)-3(ar)2(d)-1( co)-1(m)-6(p)-1(at)3(i)4(b)-1(i)4(l)4(i)4(t)3(y o)-1(f)3( C)-3(R)-3(S)-2( co)-1(m)-6(m)-6(o)-1(n)-1( at)3(t)3(r)2(i)4(b)-1(u)-1(t)3(es)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 24.538 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(68)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 104.1071 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 92.5871 Tm -[(C)-7(.2)-4(.1)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.23 0 Td -[(N)-3(am)-6(e)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 2.786 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(68)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 92.5871 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 81.0671 Tm -[(C)-7(.2)-4(.2)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.006 Tc -0.001 Tw 1.23 0 Td -[(I)2(D)-5( )1(\()1(A)-5(u)-3(t)1(h)-3(o)-3(ri)2(t)1(y)-3(\))]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 6.741 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(68)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 81.0671 Tm -<0001>Tj -/TT0 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 71.0342 69.5471 Tm -[(C)-7(.3)]TJ -0 Tc 0 Tw 1.581 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.077 0 Td -[(B)-3(ackw)-3(ar)2(d)-1( co)-1(m)-6(p)-1(at)3(i)4(b)-1(i)4(l)4(i)4(t)3(y o)-1(f)3( co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e r)2(ef)3(er)2(en)-1(ce syst)3(em)-6( co)-1(m)-6(p)-1(o)-1(n)-1(en)-1(t)3(s)]TJ -0 Tc 0 Tw 33.036 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.26 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(69)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 69.5471 Tm -<0001>Tj -ET - endstream endobj 301 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 37.1944 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -37.194 24.907 243.6 37.92 re -W n -BT -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 27.0671 Tm -(vi)Tj -0 Tc 0 Tw 0.735 0 Td -( )Tj -ET -Q -q -280.794 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -7.92 0 0 7.92 524.5942 27.0671 Tm -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 37.1944 16.2671 Tm -( )Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 0 74.463 TD -[(9)-5(.2)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(B)-3(ase C)-3(R)-3(S)]TJ -0 Tc 0 Tw 4.857 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.238 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.39 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(32)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 748.9871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 737.4671 Tm -[(9)-5(.2)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.398 0 Td -[(G)-5(e)-1(n)-2(e)-1(r)1(a)-1(l)]TJ -0 Tc 0 Tw 3.784 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.18 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(32)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 737.4671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 725.9471 Tm -[(9)-5(.2)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc 1.398 0 Td -[(E)-6(llip)-5(s)-4(o)-5(id)-5(a)-4(l C)-7(S)-6( u)-5(n)-5(it)]TJ -0 Tc 8.922 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.127 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(33)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 725.9471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 714.6671 Tm -[(9)-5(.3)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.246 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 7.226 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.128 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(33)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 714.6671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 703.1471 Tm -[(9)-5(.3)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.398 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.014 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(33)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 703.1471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 691.6271 Tm -[(9)-5(.3)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.398 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)1( )1(n)1(a)2(m)-5(e)2( )1(a)2(n)1(d)1( )1(i)6(d)1(e)2(n)1(t)5(i)6(f)5(i)6(e)2(r)]TJ -0 Tc 0 Tw 16.827 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.133 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(34)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 691.6271 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 680.1071 Tm -[(9)-5(.3)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.398 0 Td -[(M)-2(a)2(p)1( )1(p)1(r)4(o)1(j)6(e)2(c)2(t)5(i)6(o)1(n)1( )1(m)-5(e)2(t)5(h)1(o)1(d)]TJ -0 Tc 0 Tw 11.179 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.131 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.215 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(34)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 680.1071 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 668.5871 Tm -[(9)-5(.3)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.008 Tc -0.003 Tw 1.398 0 Td -[(M)-4(ap)-1( )1(p)-1(r)2(o)-1(j)4(ect)3(i)4(o)-1(n)-1( )1(p)-1(ar)2(am)-7(et)3(er)]TJ -0 Tc 0 Tw 12.422 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.017 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(35)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 668.5871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 657.0671 Tm -[(9)-5(.4)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( p)-1(r)2(o)-1(j)4(ec)]TJ -0.01 Tc -0.005 Tw 14.682 0 Td -[(t)5(e)1(d)1( )1(C)-1(R)-1(Ss)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 4.537 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.345 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(35)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 657.0671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 645.5471 Tm -[(9)-5(.5)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(E)-2(xam)-6(p)-1(l)4(es o)-1(f)3( W)-5(K)-3(T)-1( d)-1(escr)3(i)4(b)-1(i)4(n)-1(g)-1( a p)-1(r)3(o)-1(j)4(ect)3(ed)-1( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 22.134 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.193 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.237 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(35)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 645.5471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 628.0271 Tm -(10)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(v)1(e)2(r)5(t)6(i)7(c)2(a)2(l)7( )1(CRS)1(s)]TJ -0 Tc 0 Tw 17.73 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.077 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.757 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(36)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 628.0271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 616.5071 Tm -[(10.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.681 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.009 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(36)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 616.5071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 604.9871 Tm -[(10.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(V)-2(er)3(t)3(i)4(cal)4( d)]TJ -0.005 Tc -0.005 Tw 4.575 0 Td -[(a)-4(tu)-5(m)]TJ -0 Tc 0 Tw 2.428 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.069 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.412 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(37)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 604.9871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 593.4671 Tm -[(10.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(V)-2(er)3(t)3(i)4(cal)4( co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 12.933 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.071 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(37)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 593.4671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 581.9471 Tm -[(10.)5(4)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(E)-2(xam)-6(p)-1(l)4(e o)-1(f)3( W)-5(K)-3(T)-1( d)-1(escr)3(i)4(b)-1(i)4(n)-1(g)-1( a v)-1(er)3(t)3(i)4(cal)4( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 20.555 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.077 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.932 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(37)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 581.9471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 564.6671 Tm -(11)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(e)2(n)1(g)1(i)7(n)1(e)2(e)2(r)5(i)7(n)1(g)1( )1(CRS)1(s)]TJ -0 Tc 0 Tw 19.93 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.137 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.497 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(37)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 564.6671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 553.1471 Tm -[(11.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.681 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.009 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(37)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 553.1471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 541.6271 Tm -[(11.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(E)-1(ngi)5(ne)1(e)1(r)4(i)5(ng da)1(t)4(um)]TJ -0 Tc 0 Tw 9.204 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.128 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.192 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(38)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 541.6271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 530.1071 Tm -[(11.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( en)-1(g)-1(i)4(n)-1(eer)2(i)4(n)-1(g)-1( C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 20.386 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.246 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.932 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(38)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 530.1071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 518.5871 Tm -[(11.)5(4)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(E)-1(x)1(a)1(m)-5(pl)5(e)1(s)1( of)4( W)-4(K)-2(T de)1(s)1(c)1(r)4(i)5(bi)5(ng a)1(n e)1(ngi)5(ne)1(e)1(r)4(i)5(ng C)-2(R)-2(S)]TJ -0 Tc 0 Tw 23.941 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.081 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(38)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 518.5871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 501.0671 Tm -(12)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(i)7(m)-3(a)2(g)1(e)2( )1(CRS)1(s)]TJ -0 Tc 0 Tw 17.107 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.135 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -0 Tc 0 Tw 9.04 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(39)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 501.0671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 489.5471 Tm -[(12.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.681 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.009 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(39)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 489.5471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 478.0271 Tm -[(12.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(I)5(m)-5(age )1(dat)4(um)]TJ -0 Tc 0 Tw 6.268 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.239 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(39)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 478.0271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 466.5071 Tm -[(12.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( i)4(m)-6(ag)-1(e C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 17.562 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.245 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.757 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(40)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 466.5071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 448.9871 Tm -(13)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)]TJ -0.009 Tc -0.005 Tw 2.99 0 Td -[(ep)-1(r)3(esen)-1(t)4(at)4(i)5(o)-1(n)-1( o)-1(f)4( p)-1(ar)3(am)-5(et)4(r)3(i)5(c C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 16.377 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.136 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.062 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(40)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 448.9871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 437.4671 Tm -[(13.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.681 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.009 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(40)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 437.4671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 425.9471 Tm -[(13.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(P)-2(ar)3(am)-6(et)3(r)3(i)4(c d)-1(at)3(u)-1(m)]TJ -0 Tc 0 Tw 8.584 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.183 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.757 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(40)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 425.9471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 414.6671 Tm -[(13.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(P)-2(ar)3(am)-6(et)3(r)3(i)4(c co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 14.515 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.185 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(40)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 414.6671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 403.1471 Tm -[(13.)5(4)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(E)-2(xam)-6(p)-1(l)4(e o)-1(f)3( W)-5(K)-3(T)-1( d)]TJ --0.005 Tw 8.919 0 Td -[(escr)3(i)5(b)-1(i)5(n)-1(g)-1( a p)-1(ar)3(am)-5(et)4(r)3(i)5(c C)-3(R)-3(S)]TJ -0 Tc 0 Tw 13.272 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.136 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.237 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(41)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 403.1471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 385.6271 Tm -(14)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(t)6(e)2(m)-3(p)1(o)1(r)5(a)2(l)7( )1(CRS)1(s)]TJ -0 Tc 0 Tw 18.462 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.193 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.91 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(41)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 385.6271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 374.1071 Tm -[(14.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.681 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.009 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(41)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 374.1071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 362.5871 Tm -[(14.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(Te)1(m)-5(por)4(a)1(l)5( da)1(t)4(um)]TJ -0 Tc 0 Tw 7.905 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.014 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(41)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 362.5871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 351.0671 Tm -[(14.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(Te)1(m)-5(por)4(a)1(l)5( c)1(oor)4(di)5(na)1(t)4(e)]TJ -0 Tc 0 Tw 10.052 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -[(syst)4(em)]TJ -0 Tc 0 Tw 3.502 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.016 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(41)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 351.0671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 339.5471 Tm -[(14.)5(4)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(E)-2(xam)-6(p)-1(l)4(e o)-1(f)3( W)-5(K)-3(T)-1( d)-1(escr)3(i)4(b)-1(i)4(n)-1(g)-1( a t)3(em)-6(p)-1(o)-1(r)3(al)4( C)-3(R)-3(S)]TJ -0 Tc 0 Tw 21.287 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.193 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(41)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 339.5471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 322.0271 Tm -(15)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(d)1(e)2(r)5(i)7(v)1(e)2(d)1( )1(CRS)1(s)]TJ -0 Tc 0 Tw 17.786 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.021 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.757 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(42)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 322.0271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 310.5071 Tm -[(15.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.681 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.009 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -ET -BT -/TT0 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 512.4954 310.5071 Tm -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(42)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 310.5071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 298.9871 Tm -[(15.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.012 Tc -0.007 Tw 1.681 0 Td -[(De)3(r)5(i)7(v)2(e)3(d)2( CRS)1( c)]TJ -0.01 Tc -0.01 Tw 7.004 0 Td -[(onve)1(r)4(s)1(i)5(on)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 4.871 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(42)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 298.9871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 287.4671 Tm -[(15.)5(2.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.01 Tw 0.833 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.014 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.12 0 Td -(4)Tj -0.565 0 Td -(2)Tj -/C2_0 1 Tf -10.8 0 0 10.8 524.7945 287.4671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 275.9471 Tm -[(15.)5(2.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(D)-2(e)1(r)3(i)5(ve)1(d C)-2(R)-2(S)-1( c)1(onve)1(r)3(s)1(i)5(on m)-5(e)1(t)4(hod)]TJ -0 Tc 0 Tw 15.814 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.016 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(43)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 275.9471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 264.6671 Tm -[(15.)5(2.)5(3)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.833 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( co)-1(n)-1(v)-1(er)2(si)4(o)-1(n)-1( p)-1(ar)2(am)-6(et)3(er)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 17.242 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -0 Tc 0 Tw 9.04 0 Td -(.)Tj -0.282 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(43)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 264.6671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 253.1471 Tm -[(15.)5(2.)5(4)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.833 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)]TJ -5.479 0 Td -[(S)-2( co)-1(n)-1(v)-1(er)3(si)4(o)-1(n)-1( p)-1(ar)3(am)-6(et)3(er)3( f)3(i)4(l)4(e)]TJ -0 Tc 0 Tw 13.33 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.129 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.627 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(44)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 253.1471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 241.6271 Tm -[(15.)5(2.)5(5)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.833 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( co)-1(n)-1(v)-1(er)2(si)4(o)-1(n)-1( exam)-6(p)-1(l)4(e)]TJ -0 Tc 0 Tw 16.211 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.184 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.13 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(44)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 241.6271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 230.1071 Tm -[(15.)5(3)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(D)-2(e)1(r)3(i)5(ve)1(d C)-2(R)-2(S)-1( of)4( t)4(y)1(pe)1( ge)1(ode)1(t)4(i)5(c)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 14.417 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.107 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(44)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 230.1071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 218.5871 Tm -[(15.)5(3.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.833 0 Td -[(R)-3(ep)-1(r)2(esen)-1(t)3(at)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 7.397 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.24 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)]TJ -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(44)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 218.5871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 207.0671 Tm -(15)Tj -0.005 Tc -0.005 Tw [(.)1(3)-4(.)1(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(E)-1(x)1(a)1(m)-5(pl)5(e)1( of)4( W)-4(K)-2(T de)1(s)1(c)1(r)4(i)5(bi)5(ng a)1( de)1(r)4(i)5(ve)1(d ge)1(ode)1(t)4(i)5(c)1( C)-2(R)-2(S)]TJ -0 Tc 0 Tw 25.072 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.08 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.412 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(45)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 207.0671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 195.5471 Tm -[(15.)5(4)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( o)-1(f)3( t)3(yp)-1(e v)-1(er)2(t)3(i)4(cal)]TJ -0 Tc 0 Tw 13.612 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.24 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(45)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 195.5471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 184.0271 Tm -[(15.)5(5)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(D)-2(e)1(r)3(i)5(ve)1(d C)-2(R)-2(S)-1( of)4( t)4(y)1(pe)1( e)1(ngi)5(ne)1(e)1(r)3(i)5(ng)]TJ -0 Tc 0 Tw 15.813 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.017 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(46)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 184.0271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 172.5071 Tm -[(15.)5(5.)5(1)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.833 0 Td -[(R)-3(ep)-1(r)2(esen)-1(t)3(at)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 7.397 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.24 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)]TJ -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(46)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 172.5071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 160.9871 Tm -[(15.)5(5.)5(2)]TJ -0 Tc 0 Tw 2.825 0 Td -( )Tj -0.01 Tc -0.005 Tw 0.833 0 Td -[(E)-1(x)1(a)1(m)-5(pl)5(e)1(s)1( of)4( W)-4(K)-2(T de)1(s)1(c)1(r)4(i)5(bi)5(ng a)1( de)1(r)4(i)5(ve)1(d e)1(ngi)5(ne)1(e)1(r)4(i)5(ng C)-2(R)-2(S)]TJ -0 Tc 0 Tw 27.219 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.193 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.192 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(47)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 160.9871 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 149.4671 Tm -[(15.)5(6)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( o)-1(f)3( t)3(yp)-1(e p)-1(ar)2(am)-6(et)3(r)2(i)4(c)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 15.265 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(48)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 149.4671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 137.9471 Tm -[(15.)5(7)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.681 0 Td -[(D)-3(er)2(i)4(v)-1(ed)-1( C)-3(R)-3(S)-2( o)-1(f)3( t)3(yp)-1(e t)3(em)-6(p)-1(o)-1(r)2(al)]TJ -0 Tc 0 Tw 14.344 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.073 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.107 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(48)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 137.9471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 120.6671 Tm -(16)Tj -0 Tc 0 Tw ( )Tj -3.659 0 Td -(W)Tj -0.009 Tc -0.004 Tw 0.957 0 Td -[(K)-3(T)-1( r)2(ep)-1(r)2(esen)-1(t)3(at)3(i)4(o)-1(n)-1( o)-1(f)3( co)-1(m)-6(p)-1(o)-1(u)-1(n)-1(d)-1( co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e r)2(ef)3(er)2(en)-1(ce syst)3(em)-6(s)]TJ -0 Tc 0 Tw 30.099 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.029 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(49)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 120.6671 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 109.1471 Tm -[(16.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.008 Tc -0.008 Tw 1.681 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.009 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(49)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 109.1471 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 97.6271 Tm -[(16.)5(2)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(E)-1(x)1(a)1(m)-5(pl)5(e)1(s)1( of)4( W)-4(K)-2(T de)1(s)1(c)1(r)4(i)5(bi)5(ng a)1( c)1(om)-5(pound C)-2(R)-2(S)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 22.892 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(50)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 97.6271 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 80.1071 Tm -(17)Tj -0 Tc 0 Tw ( )Tj -0.011 Tc -0.006 Tw 3.659 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(c)2(o)1(o)1(r)5(d)1(i)7(n)1(a)2(t)6(e)2( )1(o)]TJ -0.01 Tc -0.01 Tw 17.276 0 Td -[(pe)1(r)4(a)1(t)4(i)5(ons)]TJ -0 Tc 0 Tw 4.574 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.195 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(51)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 80.1071 Tm -<0001>Tj -/TT0 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 37.1944 68.5871 Tm -[(17.)5(1)]TJ -0 Tc 0 Tw 1.978 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.681 0 Td -[(C)-2(oor)3(di)5(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)5(ons)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 11.027 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.497 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.12 0 Td -(51)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 524.7945 68.5871 Tm -<0001>Tj -ET - endstream endobj 243 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 244 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 245 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 246 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 247 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text]>>/Type/Page>> endobj 318 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.01 Tc -0.005 Tw 10.8 0 0 10.8 463.2547 797.2271 Tm -[(I)5(S)-2(O)-4( 19162:)4(2015\()4(E)-2(\))]TJ -0 Tc 0 Tw 8.831 0 Td -( )Tj -ET -q -71.034 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.005 Tw 7.92 0 0 7.92 71.0342 27.0671 Tm -[(OGC)1( 1)2(2)]TJ -0 Tc 0 Tw 3.705 0 Td -(-)Tj -0.006 Tc -0.006 Tw 0.336 0 Td -[(063r)2(5)]TJ -/TT0 1 Tf -0 Tc 0 Tw 2.583 0 Td -( )Tj -ET -Q -q -314.874 24.907 243.84 37.92 re -W n -BT -/TT1 1 Tf -9.84 0 0 9.84 553.6646 27.0671 Tm -(v)Tj -0.509 0 Td -( )Tj -/TT0 1 Tf --24.776 -1.146 Td -( )Tj -/TT1 1 Tf -24.776 -1.122 Td -( )Tj -ET -Q -BT -/TT1 1 Tf -9.84 0 0 9.84 558.6343 16.2671 Tm -( )Tj -/TT0 1 Tf -13.92 0 0 13.92 71.0342 697.8671 Tm -(C)Tj -0.726 0 Td -(o)Tj -0.002 Tc -0.002 Tw 0.615 0 Td -[(n)-1(t)1(e)-1(n)-1(t)1(s)]TJ -0 Tc 0 Tw 3.017 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 535.2849 697.8671 Tm -[(P)-2(age)]TJ -/TT0 1 Tf -0 Tc 0 Tw 13.92 0 0 13.92 558.6343 697.8671 Tm -( )Tj -9.84 0 0 9.84 71.0342 664.0271 Tm -(1)Tj -0.565 0 Td -( )Tj -0.01 Tc -0.01 Tw 3.094 0 Td -[(S)-1(c)1(ope)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 3.068 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.932 0 Td -( )Tj -0.169 0 Td -(1)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 664.0271 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 646.5071 Tm -(2)Tj -0.565 0 Td -( )Tj -0.01 Tc -0.005 Tw 3.094 0 Td -[(C)-2(onf)4(or)3(m)-5(a)1(nc)1(e)1( r)3(e)1(qui)5(r)3(e)1(m)-5(e)1(nt)4(s)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 13.521 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.169 0 Td -(1)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 646.5071 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 628.9871 Tm -(3)Tj -0.565 0 Td -( )Tj -0.009 Tc -0.004 Tw 3.094 0 Td -[(N)-3(o)-1(r)2(m)-6(at)3(i)4(v)-1(e r)2(ef)3(er)2(en)-1(ces)]TJ -0 Tc 0 Tw 10.393 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.02 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.627 0 Td -( )Tj -0.169 0 Td -(2)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 628.9871 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 611.4671 Tm -(4)Tj -0.565 0 Td -( )Tj -0.01 Tc -0.005 Tw 3.094 0 Td -[(D)-2(e)1(f)4(i)5(ni)5(t)4(i)5(ons)1( a)1(nd a)1(bbr)3(e)1(vi)5(a)1(t)4(i)5(ons)]TJ -0 Tc 0 Tw 14.231 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.137 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.169 0 Td -(2)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 611.4671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 599.9471 Tm -[(4)-5(.1)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.005 Tc -0.005 Tw 2.246 0 Td -[(D)-7(e)-4(f)-1(in)-5(it)-1(io)-5(n)-5(s)]TJ -0 Tc 0 Tw 5.251 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.077 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.169 0 Td -(2)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 599.9471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 588.6671 Tm -[(4)-5(.2)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.01 Tc -0.01 Tw 2.246 0 Td -[(A)-2(bbr)3(e)1(vi)5(a)1(t)4(i)5(ons)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 7.023 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.977 0 Td -( )Tj -0.169 0 Td -(8)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 588.6671 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 571.1471 Tm -(5)Tj -0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 3.094 0 Td -[(B)-3(acku)-1(s)]TJ -0 Tc 0 Tw 3.615 0 Td -(-)Tj -0.01 Tc -0.005 Tw 0.338 0 Td -[(N)-2(a)1(ur)3( For)3(m)-5( not)4(a)1(t)4(i)5(on a)1(nd s)1(y)1(nt)4(a)1(x)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 15.217 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.91 0 Td -( )Tj -0.169 0 Td -(8)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 571.1471 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 553.6271 Tm -(6)Tj -0.565 0 Td -( )Tj -0.011 Tc -0.006 Tw 3.094 0 Td -[(W)-2(KT)1( )1(s)2(t)6(r)5(i)7(n)1(g)1( )1(f)6(o)1(r)5(m)]TJ -0 Tc 0 Tw 7.958 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.195 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)]TJ -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.169 0 Td -(9)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 553.6271 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 542.1071 Tm -[(6)-5(.1)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.246 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.243 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.237 0 Td -( )Tj -0.169 0 Td -(9)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 542.1071 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 530.5871 Tm -[(6)-5(.2)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.01 Tc -0.01 Tw 2.246 0 Td -[(E)-1(nc)1(odi)5(ng)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 4.763 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.237 0 Td -( )Tj -0.169 0 Td -(9)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 530.5871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 519.0671 Tm -[(6)-5(.3)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(C)-3(h)-1(ar)2(act)3(er)2(s u)-1(sed)-1( i)4(n)-1( W)-5(K)-3(T)]TJ -0 Tc 0 Tw 11.744 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.082 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 6.215 0 Td -( )Tj -0.169 0 Td -(9)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 519.0671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 507.5471 Tm -[(6)-5(.3)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(B)-3(asi)4(c ch)-1(ar)2(act)3(er)2(s)]TJ -0 Tc 0 Tw 8.134 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.019 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)]TJ -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.169 0 Td -(9)Tj -/C2_0 1 Tf -10.8 0 0 10.8 558.6343 507.5471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 496.0271 Tm -[(6)-5(.3)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.398 0 Td -[(N)-2(um)-5(be)1(r)3(s)]TJ -0 Tc 0 Tw 4.404 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.076 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(11)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 496.0271 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 484.5071 Tm -[(6)-5(.3)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(D)-3(at)3(e an)-1(d)-1( t)3(i)4(m)-6(e)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 6.741 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(11)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 484.5071 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 472.9871 Tm -[(6)-5(.3)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(C)-3(R)-3(S)-2( W)-5(K)-3(T)-1( ch)-1(ar)2(act)3(er)2(s)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 10.413 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.062 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(12)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 472.9871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 461.4671 Tm -[(6)-5(.3)-5(.5)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.005 Tw 1.398 0 Td -[(D)-2(oubl)5(e)1( quot)4(e)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 6.741 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(13)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 461.4671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 449.9471 Tm -[(6)-5(.4)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.005 Tc -0.005 Tw 2.246 0 Td -[(D)-7(e)-4(lim)-10(it)-1(e)-4(r)]TJ -0 Tc 0 Tw 4.348 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.132 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(13)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 449.9471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 438.6671 Tm -[(6)-5(.5)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(C)-3(ase sen)-1(si)4(t)3(i)4(v)-1(i)4(t)3(y)]TJ -0 Tc 0 Tw 7.683 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.188 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(13)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 438.6671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 427.1471 Tm -[(6)-5(.6)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(R)-3(eser)2(v)-1(ed)-1( keyw)-3(o)-1(r)2(d)-1(s)]TJ -0 Tc 0 Tw 9.545 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.02 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.91 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(13)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 427.1471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 415.6271 Tm -[(6)-5(.7)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(B)-3(ackw)-3(ar)2(d)-1( co)-1(m)-6(p)-1(at)3(i)4(b)-1(i)4(l)4(i)4(t)3(y)]TJ -0 Tc 0 Tw 11.35 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.193 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.932 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(15)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 415.6271 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 398.1071 Tm -(7)Tj -0.565 0 Td -( )Tj -0.011 Tc -0.006 Tw 3.094 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(c)2(o)1(m)-3(m)-3(o)1(n)1( )1(a)2(t)6(t)6(r)5(i)7(b)1(u)1(t)6(e)2(s)]TJ -0 Tc 0 Tw 20.325 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.258 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.932 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(15)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 398.1071 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 386.5871 Tm -[(7)-5(.1)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.01 Tc -0.01 Tw 2.246 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.248 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(15)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 386.5871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 375.0671 Tm -[(7)-5(.2)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.009 Tw 2.246 0 Td -[(N)-3(am)-6(e)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 2.786 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.65 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(15)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 375.0671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 363.5471 Tm -[(7)-5(.3)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(S)-2(co)-1(p)-1(e,)4( ext)3(en)-1(t)3(,)4( i)4(d)-1(en)-1(t)3(i)4(f)3(i)4(er)3( an)-1(d)-1( r)3(em)-6(ar)3(k)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 17.476 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -0 Tc 0 Tw 9.04 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(15)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 363.5471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 352.0271 Tm -[(7)-5(.3)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.398 0 Td -[(I)6(n)1(t)5(r)4(o)1(d)1(u)1(c)1(t)5(i)6(o)1(n)]TJ -0 Tc 0 Tw 5.928 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.248 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(15)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 352.0271 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 340.5071 Tm -[(7)-5(.3)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.01 Tc -0.01 Tw 1.398 0 Td -[(S)-1(c)1(ope)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 3.068 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(16)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 340.5071 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 328.9871 Tm -[(7)-5(.3)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.398 0 Td -[(E)-2(xt)3(en)-1(t)]TJ -0 Tc 0 Tw 3.106 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.245 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(16)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 328.9871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 317.4671 Tm -[(7)-5(.3)-5(.4)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.398 0 Td -[(I)1(d)-4(e)-4(n)-4(ti)1(fi)1(e)-4(r)]TJ -0 Tc 0 Tw 4.291 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.189 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(18)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 317.4671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 305.9471 Tm -[(7)-5(.3)-5(.5)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.398 0 Td -[(R)-3(em)-6(ar)2(k)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 3.916 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(19)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 305.9471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 294.6671 Tm -[(7)-5(.4)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.01 Tc -0.005 Tw 2.246 0 Td -[(U)-2(ni)5(t)4( a)1(nd uni)5(t)4( c)1(onve)1(r)3(s)1(i)5(on f)4(a)1(c)1(t)4(or)]TJ -0 Tc 0 Tw 15.021 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.195 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(20)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 294.6671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 283.1471 Tm -[(7)-5(.5)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)]TJ -0 Tc 0 Tw 9.148 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.135 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.192 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(21)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 283.1471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 271.6271 Tm -[(7)-5(.5)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.009 Tw 1.398 0 Td -[(S)-2(yn)-1(t)3(ax)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 3.351 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(21)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 271.6271 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 260.1071 Tm -[(7)-5(.5)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6( t)3(yp)-1(e an)-1(d)-1( d)-1(i)4(m)-6(en)-1(si)4(o)-1(n)]TJ -0 Tc 0 Tw 18.974 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.197 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.345 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(22)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 260.1071 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 248.5871 Tm -[(7)-5(.5)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(A)-3(xi)4(s n)-1(am)-6(e an)-1(d)-1( ab)-1(b)-1(r)2(ev)-1(i)4(at)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 13.499 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.022 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(23)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 248.5871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 237.0671 Tm -[(7)-5(.5)-5(.4)]TJ -ET -BT -/TT0 1 Tf -0 Tc 0 Tw 9.84 0 0 9.84 93.2732 237.0671 Tm -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(A)-3(xi)4(s d)-1(i)4(r)2(ect)3(i)4(o)-1(n)]TJ -0 Tc 0 Tw 6.72 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.02 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 1.695 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(24)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 237.0671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 225.5471 Tm -[(7)-5(.5)-5(.5)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(A)-3(xi)4(s o)-1(r)2(d)-1(er)]TJ -0 Tc 0 Tw 5.026 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.019 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.39 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(25)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 225.5471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 214.0271 Tm -[(7)-5(.5)-5(.6)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(A)-3(xi)4(s u)-1(n)-1(i)4(t)3( an)-1(d)-1( co)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6( u)-1(n)-1(i)4(t)]TJ -0 Tc 0 Tw 17.788 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.253 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 8.475 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(25)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 214.0271 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 202.5071 Tm -[(7)-5(.5)-5(.7)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.009 Tc -0.004 Tw 1.398 0 Td -[(E)-2(xam)-6(p)-1(l)4(es o)-1(f)3( W)-5(K)-3(T)-1( d)-1(escr)3(i)4(b)-1(i)4(n)-1(g)-1( co)-1(o)-1(r)3(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.005 Tw 23.973 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 2.542 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(26)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 202.5071 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 184.9871 Tm -(8)Tj -0.565 0 Td -( )Tj -0.009 Tc -0.004 Tw 3.094 0 Td -[(W)-4(K)-2(T)-1( )1(r)3(ep)-1(r)3(esen)-1(t)4(at)4(i)5(o)-1(n)-1( )1(o)-1(f)4( )1(g)-1(eo)-1(d)-1(et)4(i)5(c )1(co)-1(o)-1(r)3(d)-1(i)5(n)-1(at)4(e )1(r)3(ef)4(er)3(en)-1(ce )1(syst)4(em)-5(s)]TJ -0 Tc 0 Tw 30.041 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.147 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.367 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(28)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 184.9871 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 173.4671 Tm -[(8)-5(.1)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.246 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.243 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(28)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 173.4671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 161.9471 Tm -[(8)-5(.2)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.008 Tc -0.003 Tw 2.246 0 Td -[(G)-5(e)-1(o)-2(d)-2(e)-1(t)2(i)3(c)-1( d)-2(a)-1(t)2(u)-2(m)]TJ -0 Tc 0 Tw 7.68 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.191 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)]TJ -0 Tc 0 Tw 0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(28)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 161.9471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 150.6671 Tm -[(8)-5(.2)-5(.1)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.398 0 Td -[(E)-6(llip)-5(s)-4(o)-5(id)]TJ -0 Tc 0 Tw 4.236 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.245 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.955 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(28)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 150.6671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 139.1471 Tm -[(8)-5(.2)-5(.2)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.005 Tc 1.398 0 Td -[(P)-6(r)-1(im)-10(e)-4( m)-10(e)-4(r)-1(id)-5(ia)-4(n)]TJ -0 Tc 7.342 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.246 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)1(.)1(.)]TJ -9.04 0 Td -[(.)1(.)1(.)]TJ -0 Tc 0 Tw 0.847 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(29)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 139.1471 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 127.6271 Tm -[(8)-5(.2)-5(.3)]TJ -0 Tc 0 Tw 2.26 0 Td -( )Tj -0.006 Tc -0.006 Tw 1.398 0 Td -[(D)-6(a)-3(tu)-4(m)]TJ -0 Tc 0 Tw 3.162 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.189 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 5.085 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(30)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 127.6271 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 116.1071 Tm -[(8)-5(.3)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(C)-3(o)-1(o)-1(r)2(d)-1(i)4(n)-1(at)3(e syst)3(em)-6(s f)3(o)-1(r)2( g)-1(eo)-1(d)-1(et)3(i)4(c C)-3(R)-3(S)-2(s)]TJ -0 Tc 0 Tw 18.804 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.084 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.627 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(31)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 116.1071 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 104.5871 Tm -[(8)-5(.4)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.009 Tc -0.004 Tw 2.246 0 Td -[(E)-2(xam)-6(p)-1(l)4(es o)-1(f)3( W)-5(K)-3(T)-1( d)-1(escr)3(i)4(b)-1(i)4(n)-1(g)-1( a g)-1(eo)-1(d)-1(et)3(i)4(c C)-3(R)-3(S)]TJ -0 Tc 0 Tw 21.739 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.256 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(31)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 104.5871 Tm -<0001>Tj -/TT0 1 Tf -9.84 0 0 9.84 71.0342 87.0671 Tm -(9)Tj -0.565 0 Td -( )Tj -0.011 Tc -0.006 Tw 3.094 0 Td -[(W)-2(KT)1( )1(r)5(e)2(p)1(r)5(e)2(s)2(e)2(n)1(t)6(a)2(t)6(i)7(o)1(n)1( )1(o)1(f)6( )1(p)1(r)5(o)1(j)7(e)2(c)2(t)6(e)2(d)1( )1(CRS)1(s)]TJ -0 Tc 0 Tw 18.744 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.144 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 7.627 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(32)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 87.0671 Tm -<0001>Tj -/TT0 1 Tf -0.004 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 75.5471 Tm -[(9)-5(.1)]TJ -0 Tc 0 Tw 1.413 0 Td -( )Tj -0.008 Tc -0.008 Tw 2.246 0 Td -[(O)-5(v)-2(e)-1(r)1(v)-2(i)3(e)-1(w)]TJ -0 Tc 0 Tw 4.52 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.243 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(..)]TJ -9.04 0 Td -[(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)1(.)]TJ -0 Tc 0 Tw 3.672 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.169 0 Td -(32)Tj -/C2_0 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 558.6343 75.5471 Tm -<0001>Tj -ET - endstream endobj 317 0 obj <>stream -BT -/CS0 cs 0 0 1 scn -/GS0 gs -/TT0 1 Tf -12 0 0 12 458.0996 797.9471 Tm -(ISO)Tj -( )Tj -(TC)Tj -( )Tj -(211)Tj -( )Tj -25.92 0 0 25.92 524.7945 797.9471 Tm -( )Tj -/TT1 1 Tf -0.009 Tc -0.009 Tw 9.84 0 0 9.84 441.4178 775.1471 Tm -[(D)-3(at)4(e:)]TJ -0 Tc 0 Tw 2.429 0 Td -( )Tj -0.282 0 Td -( )Tj -0.282 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(2015)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 2.598 0 Td -(03)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc -0.009 Tw 1.468 0 Td -(13 )Tj -0 Tc 0 Tw 1.413 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 420.7444 750.6671 Tm -(ISO 19162)Tj -(:2015\(E\))Tj -( )Tj -/TT1 1 Tf -0.005 Tc -0.005 Tw 9.84 0 0 9.84 424.2076 716.8271 Tm -[(I)1(S)-5(O)]TJ -0 Tc 0 Tw 1.751 0 Td -( )Tj -0.01 Tc -0.01 Tw 0.282 0 Td -(TC)Tj -0 Tc 0 Tw 1.355 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.282 0 Td -(211)Tj -0.005 Tc -0.005 Tw [(/)1(S)-5(C)]TJ -0 Tc 0 Tw 3.389 0 Td -( )Tj -0.005 Tc -0.005 Tw 0.283 0 Td -[(/)1(W)-10(G)]TJ -0 Tc 0 Tw 2.032 0 Td -( )Tj -0.282 0 Td -(9)Tj -0.565 0 Td -( )Tj -0.009 Tc -0.009 Tw -7.455 -2.293 Td -[(S)-2(ec)1(r)3(et)4(ar)3(i)5(at)4(:)]TJ -0 Tc 0 Tw 5.196 0 Td -( )Tj -0.282 0 Td -( )Tj -0.282 0 Td -( )Tj -0.011 Tc -0.011 Tw 0.282 0 Td -(SN)Tj -0 Tc 0 Tw 12 0 0 12 524.7945 694.2671 Tm -( )Tj -/TT0 1 Tf -0.002 Tc 13.92 0 0 13.92 37.1944 578.8271 Tm -[(G)-2(e)-1(o)-1(g)-1(ra)-1(p)-1(h)-1(i)1(c)-1( )1(i)1(n)-1(f)1(o)-1(rm)-3(a)-1(t)1(i)1(o)-1(n)]TJ -0 Tc ( )Tj -11.68 0 Td -(\227)Tj -1.006 0 Td -( )Tj -0.004 Tc -0.002 Tw 0.28 0 Td -[(W)1(e)1(l)3(l)3( )1(k)1(n)1(o)1(w)1(n)1( )1(t)3(e)1(x)1(t)3( )1(r)2(e)1(p)1(r)2(e)1(s)1(e)1(n)1(t)3(a)1(t)3(i)3(o)1(n)1( )1(o)1(f)3( )1(c)1(o)1(o)1(r)2(d)1(i)3(n)1(a)1(t)3(e)1( )]TJ -0.003 Tc -12.965 -1.155 Td -[(r)1(ef)1(er)1(ence syst)1(em)-2(s)]TJ -0 Tc 0 Tw 12 0 0 12 160.1407 562.7471 Tm -( )Tj -/TT2 1 Tf -0.009 Tc -0.004 Tw 9.84 0 0 9.84 37.1944 539.7071 Tm -[(I)5(nf)5(or)4(m)-5(at)5(i)6(on )1(g\351ogr)4(aphi)6(que)]TJ -0 Tc 0 Tw 11.581 0 Td -( )Tj -0.282 0 Td -(\227)Tj -1.016 0 Td -( )Tj -0.009 Tc -0.004 Tw 0.282 0 Td -[(R)-3(epr)3(\351s)1(ent)4(at)4(i)5(on t)4(e)]TJ --0.005 Tw 8.021 0 Td -[(x)1(t)5(uel)6(l)6(e bi)6(en l)6(i)6(s)1(i)6(bl)6(e de s)1(y)1(s)1(t)5(\350m)-5(es)1( de r)4(\351f)5(\351r)4(enc)1(e par)4( c)1(oor)4(donn\351es)]TJ -0 Tc 0 Tw 27.847 0 Td -( )Tj -ET - endstream endobj 316 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -0.013 Tc -0.008 Tw 9.84 0 0 9.84 71.0342 41.2271 Tm -[(OGC)1( 1)4(2)]TJ -0 Tc 0 Tw 3.728 0 Td -(-)Tj -0.009 Tc -0.009 Tw 0.338 0 Td -[(063r)4(5 )]TJ -0 Tc 0 Tw 2.881 0 Td -( )Tj -/TT1 1 Tf -7.92 0 0 7.92 71.0342 801.5471 Tm -( )Tj -1 0 0 scn -/TT0 1 Tf -9.84 0 0 9.84 71.0342 790.7471 Tm -( )Tj -0 0 0 scn -/TT2 1 Tf -0.002 Tc -0.002 Tw 13.92 0 0 13.92 63.6446 716.5871 Tm -[(i)1(.)]TJ -/TT3 1 Tf -0 Tc 0 Tw 0.531 0 Td -( )Tj -/TT2 1 Tf -0.002 Tc -0.002 Tw 1.437 0 Td -[(A)-2(b)-1(stra)-1(ct)]TJ -0 Tc 0 Tw 3.743 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc 0.233 Tw 10.8 0 0 10.8 71.0342 687.5471 Tm -[(T)-2(hi)4(s)2( S)-1(t)4(a)1(nda)1(r)3(d pr)3(ovi)4(de)1(s)2( a)1(n upda)1(t)4(e)1(d ve)1(r)3(s)2(i)4(on of)3( W)-7(K)-4(T)-2( r)3(e)1(pr)3(e)1(s)2(e)1(nt)4(a)1(t)4(i)4(on of)3( c)1(oor)3(di)4(na)1(t)4(e)1( r)3(e)]TJ -0.008 Tc 0.234 Tw 36.413 0 Td -[(f)2(er)2(en)-1(ce s)1(y)-2(s)1(t)3(em)-6(s)1( t)3(h)-1(at)3( )]TJ -0.009 Tc 0.026 Tw -36.413 -1.156 Td -[(f)3(ol)4(l)4(ow)-4(s)2( t)4(he)1( pr)3(ovi)4(s)2(i)4(ons)2( of)3( I)3(S)-1(O)]TJ -0 Tc 0 Tw 12.173 0 Td -( )Tj -0.009 Tc 0.026 Tw 0.255 0 Td -[(19111:)4(2007 a)1(nd I)3(S)-1(O)]TJ -0 Tc 0 Tw 8.548 0 Td -( )Tj -0.009 Tc -0.009 Tw 0.255 0 Td -(19111)Tj -0 Tc 0 Tw (-)Tj -0.009 Tc 0.026 Tw 2.885 0 Td -[(2:)4(2009.)5( I)3(t)4( e)1(xt)4(e)1(nds)2( )]TJ -0.005 Tc -0.005 Tw 7.672 0 Td -[(th)-4(e)-3( )]TJ -0.03 Tw 1.529 0 Td -[(e)-3(a)-3(r)-1(lie)-3(r)-1( W)-11(K)-8(T)-6( to)-4( a)-3(llo)-4(w)-8( f)-1(o)-4(r)-1( th)-4(e)-3( )]TJ -0.009 Tc 0.139 Tw -33.317 -1.178 Td -[(de)1(s)2(c)1(r)3(i)4(pt)4(i)4(on of)3( c)1(oor)3(di)4(na)1(t)4(e)1( ope)1(r)3(a)1(t)4(i)4(ons)2(.)5( T)-2(hi)4(s)2( I)3(nt)4(e)1(r)3(na)1(t)4(i)4(ona)1(l)4( S)-1(t)4(a)1(nda)1(r)3(d de)1(f)3(i)4(ne)1(s)2( t)4(he)1( s)2(t)4(r)3(uc)1(t)4(ur)3(e)1( a)1(nd c)1(ont)4(e)1(nt)4( of)3( w)-4(e)1(l)4(l)]TJ -0 Tc 0 Tw 44.809 0 Td -(-)Tj -0.009 Tc -0.005 Tw -44.809 -1.178 Td -[(know)-4(n t)4(e)1(xt)4( s)2(t)4(r)3(i)4(ngs)2(.)5( )]TJ -[(I)3(t)4( doe)1(s)2( not)4( pr)3(e)1(s)2(c)1(r)3(i)4(be)1( how)-4( i)4(m)-5(pl)4(e)1(m)-5(e)1(nt)4(a)1(t)4(i)4(ons)2( s)2(houl)4(d r)3(e)1(a)1(d or)3( w)-4(r)3(i)4(t)4(e)1( t)4(he)1(s)2(e)1( s)2(t)4(r)3(i)4(ngs)2(.)]TJ -0 Tc 0 Tw 39.378 0 Td -( )Tj -0.009 Tc 0.246 Tw -39.378 -2.267 Td -[(T)-2(he)1( j)4(oi)4(nt)4(l)4(y)-1( de)1(ve)1(l)4(ope)1(d )]TJ -0.006 Tc -0.006 Tw 9.947 0 Td -[(d)-3(ra)-2(ft)1( )]TJ -0.009 Tc 0.246 Tw 2.428 0 Td -[(ha)1(s)2( a)1(l)4(s)2(o be)1(e)1(n)]TJ -0 Tc 0 Tw 5.932 0 Td -( )Tj -0.009 Tc 0.246 Tw 0.505 0 Td -[(s)2(ubm)-5(i)4(t)4(t)4(e)1(d by)-1( I)3(S)-1(O)-4( T)-2(C)-3(211 f)3(or)3( publ)4(i)4(c)1(a)1(t)4(i)4(on a)1(s)2( a)1(n I)3(nt)4(e)1(r)3(na)1(t)4(i)4(ona)1(l)4( )]TJ -0.056 Tw -18.813 -1.178 Td -[(S)-1(t)4(a)1(nda)1(r)3(d doc)1(um)-5(e)1(nt)4(.)5( T)-2(he)1( ve)1(r)3(s)2(i)4(on i)4(nc)1(or)3(por)3(a)1(t)4(e)1(s)2( c)1(om)-5(m)-5(e)1(nt)4(s)2( m)-5(a)1(de)1( dur)3(i)4(ng )]TJ -29.085 0 Td -[(bot)4(h t)4(he)1( O)-4(G)-4(C)]TJ -0 Tc 0 Tw 5.836 0 Td -( )Tj -0.009 Tc 0.056 Tw 0.315 0 Td -[(P)-1(ubl)4(i)4(c)1( C)-3(om)-5(m)-5(e)1(nt)4( P)-1(e)1(r)3(i)4(od )]TJ -0.008 Tc -0.004 Tw -35.237 -1.178 Td -[(as)1( w)-5(el)3(l)3( as)1( )]TJ -0.009 Tc -0.005 Tw 4.214 0 Td -[(t)4(he)1( I)3(S)-1(O)-4( ba)1(l)4(l)4(ot)4( f)3(or)3( D)-4(I)3(S)-1( \()3(I)3(S)-1(O)-4( T)-2(C)-3(211 doc)1(um)-5(e)1(nt)4( N)-4(3750\))3(.)5( )]TJ -0 Tc 0 Tw 22.518 0 Td -( )Tj -/TT2 1 Tf -0.002 Tc -0.002 Tw 13.92 0 0 13.92 59.7549 524.5871 Tm -[(i)1(i)1(.)]TJ -/TT3 1 Tf -0 Tc 0 Tw 0.81 0 Td -( )Tj -/TT2 1 Tf -0.003 Tc -0.003 Tw 1.437 0 Td -[(K)-1(e)1(yw)-2(or)1(ds)]TJ -0 Tc 0 Tw 4.358 0 Td -( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 10.8 0 0 10.8 71.0342 495.5471 Tm -[(ogc)1(doc)1(,)5( oc)1(g doc)1(um)-5(e)1(nt)4(s)2(,)5( i)4(s)2(o,)5( 19162,)5( c)1(r)3(s)2(,)5( w)-4(kt)]TJ -0 Tc 0 Tw 18.076 0 Td -( )Tj -/TT2 1 Tf -0.002 Tc -0.002 Tw 13.92 0 0 13.92 55.8653 420.1871 Tm -[(i)1(i)1(i)1(.)]TJ -/TT3 1 Tf -0 Tc 0 Tw 1.09 0 Td -( )Tj -/TT2 1 Tf -0.003 Tc -0.002 Tw 1.437 0 Td -[(Subm)-2(i)2(t)1(t)1(i)2(ng or)1(gani)2(z)1(at)1(i)2(ons)]TJ -0 Tc 0 Tw 10.869 0 Td -( )Tj -/TT1 1 Tf -0.186 Tw 12 0 0 12 71.0342 390.4271 Tm -(The following organizations submitted this Implementation Specification \ to the Open Geospati)Tj -0 Tw 39.911 0 Td -(a)Tj -(l )Tj --39.911 -1.16 Td -(Consortium as a Request f)Tj -(or Comment \(RFC\): )Tj -( )Tj -0 -2.14 TD -(a\))Tj -/TT0 1 Tf -( )Tj -/TT1 1 Tf -1.5 0 Td -(International Associat)Tj -(ion)Tj -( )Tj -(of )Tj -(O)Tj -(il and Gas Producers \()Tj -(I)Tj -(OGP\))Tj -( )Tj -/TT2 1 Tf -0.002 Tc -0.002 Tw 13.92 0 0 13.92 56.6446 275.2271 Tm -[(i)1(v)-1(.)]TJ -/TT3 1 Tf -0 Tc 0 Tw 1.034 0 Td -( )Tj -/TT2 1 Tf -0.003 Tc -0.002 Tw 1.437 0 Td -[(Subm)-2(i)2(s)1(s)1(i)2(on c)1(ont)1(ac)1(t)1( poi)2(nt)1(s)]TJ -0 Tc 0 Tw 11.178 0 Td -( )Tj -/TT1 1 Tf -12 0 0 12 71.0342 245.4671 Tm -(All questions regarding this submission should be directed to the editor\ or the submitters:)Tj -( )Tj -/TT2 1 Tf -14.65 -2.32 Td -(CONTACT)Tj -( )Tj -6.65 0 Td -(COMPANY)Tj -5.221 0 Td -( )Tj -ET -233.514 230.107 0.481 0.48 re -f -233.514 230.107 0.481 0.48 re -f -233.995 230.107 85.919 0.48 re -f -319.914 230.107 0.481 0.48 re -f -320.395 230.107 75.36 0.48 re -f -395.754 230.107 0.48 0.48 re -f -395.754 230.107 0.48 0.48 re -f -233.514 212.107 0.481 18 re -f -319.914 212.107 0.481 18 re -f -395.754 212.107 0.48 18 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 239.0342 200.5871 Tm -[(R)-3(oge)1(r)2( L)-2(ot)4(t)]TJ -0 Tc 0 Tw 4.431 0 Td -( )Tj -4.349 0 Td -(I)Tj -0.012 Tc -0.012 Tw 0.338 0 Td -(OGP)Tj -0 Tc 0 Tw 2.033 0 Td -( )Tj -ET -233.514 211.627 0.481 0.481 re -f -233.995 211.627 85.919 0.481 re -f -319.914 211.627 0.481 0.481 re -f -320.395 211.627 75.36 0.481 re -f -395.754 211.627 0.48 0.481 re -f -233.514 195.307 0.481 16.32 re -f -233.514 194.827 0.481 0.48 re -f -233.514 194.827 0.481 0.48 re -f -233.995 194.827 85.919 0.48 re -f -319.914 195.307 0.481 16.32 re -f -319.914 194.827 0.481 0.48 re -f -320.395 194.827 75.36 0.48 re -f -395.754 195.307 0.48 16.32 re -f -395.754 194.827 0.48 0.48 re -f -395.754 194.827 0.48 0.48 re -f -BT -/TT2 1 Tf -0.003 Tc -0.003 Tw 13.92 0 0 13.92 60.5342 134.1071 Tm -(v.)Tj -/TT3 1 Tf -0 Tc 0 Tw 0.754 0 Td -( )Tj -/TT2 1 Tf -0.003 Tc -0.002 Tw 1.437 0 Td -[(C)-1(hange)1(s)1( t)1(o t)1(he)1( O)-1(G)-1(C)]TJ -0 Tc 0 Tw 8.88 0 0 8.88 215.0928 140.5871 Tm -(\256)Tj -13.92 0 0 13.92 221.8165 134.1071 Tm -( )Tj -0.002 Tc -0.001 Tw 0.251 0 Td -[(A)-2(b)-1(stra)-1(ct S)-1(p)-1(eci)1(fi)1(ca)-1(ti)1(o)-1(n)]TJ -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.009 Tc -0.005 Tw 10.8 0 0 10.8 129.7725 105.3071 Tm -[(T)-2(he)1( O)-4(G)-4(C)]TJ -0 Tc 0 Tw 6.96 0 0 6.96 172.8479 110.3471 Tm -(\256)Tj -10.8 0 0 10.8 178.1678 105.3071 Tm -( )Tj -0.009 Tc -0.005 Tw 0.255 0 Td -[(A)-4(bs)2(t)4(r)3(a)1(c)1(t)4( S)-1(pe)1(c)1(i)4(f)3(i)4(c)1(a)1(t)4(i)4(on doe)1(s)2( not)4( r)3(e)1(qui)4(r)3(e)1( c)1(ha)1(nge)1(s)2( t)4(o a)1(c)1(c)1(om)-5(m)-5(oda)1(t)4(e)1( t)4(hi)4(s)2( O)-4(G)-4(C)]TJ -0 Tc 0 Tw 6.96 0 0 6.96 510.5474 110.3471 Tm -(\256)Tj -10.8 0 0 10.8 515.8672 105.3071 Tm -( )Tj -0.009 Tc -0.009 Tw 0.255 0 Td -[(s)2(t)4(a)1(nda)1(r)3(d.)]TJ -0 Tc 0 Tw 3.705 0 Td -( )Tj -ET - endstream endobj 315 0 obj <>stream -BT -/CS0 cs 1 0 0 scn -/GS0 gs -/TT0 1 Tf -9.84 0 0 9.84 37.1944 799.8671 Tm -( )Tj -49.553 -1.171 Td -( )Tj -0 0 0 scn -/TT1 1 Tf -0.004 Tc -0.002 Tw 7.92 0 0 7.92 37.1944 767.4671 Tm -[(L)-2(i)1(cen)-1(se A)-4(g)-1(r)1(eem)-4(en)-1(t)]TJ -0 Tc 0 Tw 12 0 0 12 99.6084 767.4671 Tm -( )Tj -0.004 Tc -0.001 Tw 7.92 0 0 7.92 37.1944 746.3471 Tm -[(P)-2(erm)-4(i)1(ssi)1(o)-1(n)-1( i)1(s h)-1(ereb)-1(y)-1( g)-1(ran)-1(t)1(ed)-1( b)-1(y)-1( t)1(h)-1(e O)-4(p)-1(en)-1( G)-4(eo)-1(sp)-1(at)1(i)1(al)1( C)-3(o)-1(n)-1(so)-1(rt)1(i)1(u)-1(m)-4(,)1( \("L)-2(i)1(cen)-1(so)-1(r"\),)1( free o)-1(f ch)-1(arg)-1(e an)-1(d)-1( su)-1(b)-1(j)1(ect)1( t)1(o)-1( t)1(h)-1(e t)1(erm)-4(s set)1( fo)-1(r)]TJ -0.006 Tc -0.003 Tw 50.784 0 Td -[(t)3(h be)1(l)3(ow)-2(,)3( t)3(o a)1(ny pe)1(r)2(s)1(on )]TJ -0.005 Tc -50.784 -1.152 Td -[(obt)3(a)1(i)3(ni)3(ng a)1( c)1(opy of)1( t)3(hi)3(s)1( )]TJ -9.791 0 Td -[(I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( Pr)2(ope)1(r)2(t)3(y a)1(nd a)1(ny a)1(s)1(s)1(oc)1(i)3(a)1(t)3(e)1(d doc)1(um)-2(e)1(nt)3(a)1(t)3(i)3(on,)3( t)3(o de)1(a)1(l)3( i)3(n t)3(he)1( I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( Pr)2(ope)1(r)2(t)3(y w)-2(i)3(t)3(hout)3( r)2(e)1(s)1(t)3(r)2(i)3(c)1(t)3(i)3(on \()2(e)1(xc)1(e)1(pt)3( a)1(s)1( s)]TJ -0.003 Tc 49.283 0 Td -[(e)-1(t)1( )]TJ -0 Tw -59.074 -1.152 Td -[(f)-1(o)-2(rth)-2( b)-2(e)-1(lo)-2(w)-5(\), in)-2(c)-1(lu)-2(d)-2(in)-2(g)-2( w)-5(ith)-2(o)-2(u)-2(t lim)-5(ita)-1(tio)-2(n)-2( th)-2(e)-1( rig)-2(h)-2(ts)-1( to)-2( im)-5(p)-2(le)-1(m)-5(e)-1(n)-2(t, u)-2(s)-1(e)-1(, c)-1(o)-2(p)-2(y)-2(, m)-5(o)-2(d)-2(if)-1(y)-2(, m)-5(e)-1(rg)-2(e)-1(, p)-2(u)-2(b)-2(lis)-1(h)-2(, d)-2(is)-1(trib)-2(u)-2(te)-1(, a)-1(n)-2(d)-2(/o)-2(r s)-1(u)-2(b)]TJ --0.003 Tw 49.826 0 Td -(lic)Tj -0.004 Tc -0.002 Tw 1.01 0 Td -[(en)-1(se co)-1(p)-1(i)2(es o)-1(f t)2(h)-1(e )]TJ -0.005 Tc -0.003 Tw -50.836 -1.182 Td -[(I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( Pr)2(ope)1(r)2(t)3(y,)3( a)1(nd t)3(o pe)1(r)2(m)-2(i)3(t)3( pe)1(r)2(s)1(ons)1( t)3(o w)-2(hom)-2( t)3(he)1( I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( Pr)2(ope)1(r)2(t)3(y i)3(s)1( f)1(ur)2(ni)3(s)1(he)1(d t)3(o do s)1(o,)3( pr)2(ovi)3(de)1(d t)3(ha)1(t)3( a)1(l)3(l)3( c)1(opyr)]TJ -0.006 Tc 49.456 0 Td -[(i)3(ght)3( not)3(i)3(c)1(e)1(s)1( on t)3(he)1( )]TJ -0.005 Tc -0.002 Tw -49.456 -1.152 Td -[(i)2(n)-1(t)2(el)2(l)2(ect)2(ual)2( p)-1(r)1(o)-1(p)-1(er)1(t)2(y)-1( ar)1(e r)2(et)2(ai)2(ned)-1( i)2(nt)2(act)2( a)1(n)-1(d t)2(h)-1(at)2( each per)1(so)-1(n)-1( t)2(o w)-3(h)-1(o)-1(m)-3( t)2(h)-1(e I)1(n)-1(t)2(el)2(l)2(e)1(ct)2(ual)2( P)-1(r)1(op)]TJ -0.004 Tc 36.434 0 Td -[(er)1(t)2(y)-1( i)2(s fu)-1(r)1(n)-1(i)2(sh)-1(ed)-1( ag)-1(r)1(ees t)2(o)-1( t)2(h)-1(e t)2(er)1(m)-3(s o)-1(f t)2(h)-1(i)2(s A)-3(g)-1(r)1(eem)-3(en)-1(t)2(.)]TJ -0 Tc 0 Tw ( )Tj -0.005 Tc -0.003 Tw -36.434 -2.667 Td -[(I)2(f)1( you m)-2(odi)3(f)1(y t)3(he)1( I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( Pr)2(ope)1(r)2(t)3(y,)3( a)1(l)3(l)3( c)1(opi)3(e)1(s)1( of)1( t)3(he)1( m)-2(odi)3(f)1(i)3(e)1(d I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( Pr)2(ope)1(r)2(t)3(y m)-2(us)1(t)3( i)3(nc)1(l)3(ude)1(,)3( i)3(n a)1(ddi)3(t)3(i)3(on t)3(o t)3(he)1( a)1(b)]TJ -49.007 0 Td -[(ove)1( c)1(opyr)2(i)3(ght)3( not)3(i)3(c)1(e)1(,)3( a)1( not)3(i)3(c)1(e)1( )]TJ --0.002 Tw -49.007 -1.182 Td -[(t)2(h)-1(at)2( t)2(h)-1(e )1(I)1(n)-1(t)2(el)2(l)2(ect)2(u)-1(al)2( P)-1(r)1(o)-1(pe)1(r)1(t)2(y)-1( i)2(ncl)2(ud)-1(es m)-3(od)]TJ -0.006 Tc -0.003 Tw 17.195 0 Td -[(i)3(f)2(i)3(c)1(a)1(t)3(i)3(ons)1( t)3(ha)1(t)3( ha)1(ve)1( no)1(t)3( be)1(e)1(n)1( a)1(p)1(pr)2(o)1(ve)1(d or)2( a)1(d)1(opt)3(e)1(d by)1( LI)2(C)-1(EN)-2(SO)-2(R)-1(.)]TJ -0 Tc 0 Tw 26.649 0 Td -( )Tj -0.008 Tc -0.006 Tw -43.844 -2.667 Td -[(T)2(HI)5(S)2( L)2(I)5(C)1(E)2(NS)2(E)2( I)5(S)2( A C)1(OP)2(YR)1(I)5(GHT)2( L)2(I)5(C)1(E)2(NS)2(E)2( ONL)2(Y,)6( AND DOE)2(S)2( NOT)2( C)1(ONVE)2(Y ANY R)1(I)5(GHT)2(S)2( UNDE)2(R)1( ANY P)2(AT)2(E)2(NT)2(S)2( T)2(HAT)2( M)-1(AY B)1(E)2( I)5(N )]TJ --0.005 Tw 0 -1.152 TD -[(F)2(OR)1(C)1(E)2( ANYW)-2(HE)2(R)1(E)2( I)4(N T)2(HE)2( W)-2(OR)1(L)2(D.)]TJ -0 Tc 0 Tw 17.03 0 Td -( )Tj -0.006 Tc -0.004 Tw -17.03 -2.697 Td -[(TH)-2(E I)3(N)-2(TELLEC)-1(TU)-2(A)-2(L PR)-1(O)-2(PER)-1(TY)-2( I)3(S PR)-1(O)-2(V)-2(I)3(D)-2(ED)-2( ")2(A)-2(S I)3(S")2(,)4( W)-3(I)3(TH)-2(O)-2(U)-2(T W)-3(A)-2(R)]TJ -0.008 Tc -0.005 Tw 33.005 0 Td -[(R)1(ANT)2(Y OF)2( ANY KI)4(ND,)5( E)2(XP)2(R)1(E)2(S)2(S)2( OR)1( I)4(M)-1(P)2(L)2(I)4(E)2(D,)5( I)4(NC)1(L)2(UDI)4(NG )]TJ -0.006 Tc -0.003 Tw -33.005 -1.152 Td -[(B)-1(U)-2(T N)-2(O)-2(T LI)2(M)-3(I)2(TED)-2( TO)-2( TH)-2(E W)-4(A)-2(R)-1(R)-1(A)-2(N)-2(TI)2(ES O)-2(F M)-3(ER)-1(C)-1(H)-2(A)-2(N)-2(TA)-2(B)-1(I)2(LI)2(TY)-2(,)3( FI)2(TN)-2(ESS FO)-2(R)-1( A)-2( PA)-2(R)-1(TI)2(C)-1(U)-2(LA)-2(R)-1( PU)-2(R)-1(PO)-2(SE,)3( A)-2(N)-2(D)-2( )]TJ -0.007 Tc -0.004 Tw 0 -1.152 TD -[(NONI)4(NF)2(R)1(I)4(NGE)2(M)-2(E)2(NT)2( )1(OF)2( )1(T)2(HI)4(R)1(D )1(P)2(AR)1(T)2(Y )1(R)1(I)4(GHT)2(S)2(.)5( )1(T)2(HE)2( )1(C)1(OP)2(YR)1(I)4(GHT)2( )1(HOL)2(DE)2(R)1( )1(OR)1( )1(HOL)2(DE)2(R)1(S)2( )1(I)4(NC)1(L)2(UDE)2(D )1(I)4(N )1(T)2(HI)4(S)2( )1(NOT)2(I)4(C)1(E)2( )1(DO )1(NOT)2( )]TJ --0.005 Tw 0 -1.182 TD -[(W)-2(AR)1(R)1(ANT)1( T)1(HAT)1( )]TJ -0.006 Tc -0.004 Tw [(TH)-2(E FU)-2(N)-2(C)-1(TI)3(O)-2(N)-2(S C)-1(O)-2(N)-2(TA)-2(I)3(N)-2(ED)-2( I)3(N)-2( TH)-2(E I)3(N)-2(TELLEC)-1(TU)-2(A)-2(L PR)-1(O)-2(PER)-1(TY)-2( W)-3(I)3(LL M)-3(EET Y)-2(O)-2(U)-2(R)-1( R)-1(EQ)-2(U)-2(I)3(R)-1(EM)-3(EN)-2(TS O)-2(R)-1( TH)-2(A)-2(T )]TJ -0 -1.152 TD -[(TH)-2(E O)-2(PER)-1(A)-2(TI)3(O)-2(N)-2( O)-2(F TH)-2(E I)3(N)-2(TELLEC)-1(TU)-2(A)-2(L PR)-1(O)-2(PER)-1(TY)-2( W)-3(I)3(LL B)-1(E U)-2(N)-2(I)3(N)-2(TER)-1(R)-1(U)-2(PTED)-2( O)-2(R)-1( ER)-1(R)-1(O)-2(R)-1( FR)-1(EE.)4( A)-2(N)-2(Y)-2( U)-2(SE O)-2(F TH)-2(E )]TJ -0.007 Tc -0.005 Tw 0 -1.152 TD -[(I)4(NT)1(E)1(L)1(L)1(E)1(C)1(T)1(UAL)1( P)2(R)1(OP)2(E)1(R)1(T)1(Y S)2(HAL)1(L)1( B)1(E)1( M)-2(ADE)1( E)1(NT)1(I)4(R)1(E)1(L)1(Y AT)1( T)1(HE)1( US)2(E)1(R)1(\222)4(S)2( OW)-2(N R)1(I)4(S)2(K.)5( I)4(N )]TJ --0.004 Tw 40.99 0 Td -[(NO )1(E)2(VE)2(NT)2( )1(S)2(HAL)2(L)2( )1(T)2(HE)2( )1(C)1(OP)2(YR)1(I)4(GHT)2( )]TJ --40.99 -1.182 Td -[(HOL)2(DE)2(R)1( )1(OR)1( )1(ANY )1(C)1(ONT)2(R)1(I)4(B)1(UT)2(OR)1( )1(OF)2( )1(I)4(NT)2(E)2(L)2(L)2(E)2(C)1(T)2(UAL)2( )1(P)2(R)1(OP)2(E)2(R)1(T)2(Y )1(R)1(I)4(GHT)2(S)2( )1(T)2(O )1(T)2(HE)2( )1(I)4(N)-1(T)2(E)2(L)2(L)2(E)2(C)1(T)2(UAL)2( )1(P)2(R)1(OP)2(E)2(RT)2(Y )1(B)1(E)2( )1(L)2(I)4(AB)1(L)2(E)2( )1(F)2(OR)1( )1(ANY )]TJ -0.008 Tc -0.005 Tw T* -[(C)1(L)2(AI)4(M)-1(,)5( OR)1( ANY DI)4(R)1(E)2(C)1(T)2(,)5( S)2(P)2(E)2(C)1(I)4(AL)2(,)5( I)4(NDI)4(R)1(E)2(C)1(T)2( OR)1( C)1(ONS)2(E)2(QUE)2(NT)2(I)4(AL)2( DAM)-1(AGE)2(S)2(,)5( OR)1( ANY DAM)-1(AGE)2(S)2( W)-2(HAT)2(S)2(OE)2(VE)2(R)1( R)1(E)2(S)2(UL)2(T)2(I)4(NG )]TJ -0 -1.152 TD -[(F)2(R)1(OM)-1( ANY AL)2(L)2(E)2(GE)2(D I)4(NF)]TJ -12.093 0 Td -[(R)1(I)4(NGE)2(M)-1(E)2(NT)2( OR)1( ANY L)2(OS)2(S)2( OF)2( US)2(E)2(,)5( DAT)2(A OR)1( P)2(R)1(OF)2(I)4(T)2(S)2(,)5( W)-2(HE)2(T)2(HE)2(R)1( I)4(N AN AC)1(T)2(I)4(ON OF)2( C)1(ONT)2(R)1(AC)1(T)2(,)5( )]TJ -0.007 Tc -0.004 Tw -12.093 -1.182 Td -[(NE)2(GL)2(I)4(GE)2(NCE)2( )1(OR)1( )1(UNDE)2(R)1( )1(ANY )1(OT)2(HE)2(R)1( )1(L)2(E)2(GAL)2( )1(T)2(HE)2(OR)1(Y,)5( )1(AR)1(I)4(S)1(I)4(NG )1(OUT)2( )1(OF)2( )1(OR)1( )1(I)4(N )1(C)1(ONNE)2(C)1(T)2(I)4(ON )1(W)-2(I)4(T)2(H )1(T)2(H)-1(E)2( )1(I)4(M)-2(P)2(L)2(E)2(M)-2(E)2(NT)2(AT)2(I)4(ON,)5( )1(US)2(E)2(,)5( )]TJ -0.006 Tc -0.003 Tw T* -[(C)-1(O)-2(M)-3(M)-3(ER)-1(C)-1(I)2(A)-2(LI)2(ZA)-2(TI)2(O)-2(N)-2( O)-2(R)-1( PER)-1(FO)-2(R)-1(M)-3(A)-2(N)-2(C)-1(E O)-2(F TH)-2(I)2(S I)2(N)-2(TELLEC)-1(TU)-2(A)-2(L PR)-1(O)-2(PER)-1(TY)-2(.)]TJ -0 Tc 0 Tw 37.795 0 Td -( )Tj -0.003 Tc -0.003 Tw -37.795 -2.667 Td -[(T)-3(h)-2(is)-1( )]TJ -0.005 Tc -0.002 Tw 2.048 0 Td -[(l)2(i)2(cen)-1(se i)3(s )1(ef)1(f)1(ect)2(i)2(v)-1(e u)-1(n)-1(t)2(i)2(l)2( t)2(er)2(m)-3(i)2(n)-1(at)2(ed)-1(.)2( Y)-3(ou)-1( m)-3(ay)-1( )1(t)2(e)1(r)1(m)-3(i)2(nat)2(e i)2(t)2( at)2( an)1(y)-1( )1(t)2(i)2(m)-3(e b)-1(y)-1( d)-1(est)2(r)1(oy)-1(i)2(n)-1(g)1( t)2(h)-1(e I)1(nt)2(el)2(l)2(ect)2(ual)2( P)-1(r)1(ope)1(r)1(t)2(y t)2(oget)2(her)1( w)-3(i)2(t)2(h)]TJ -0 Tc 0 Tw 49.453 0 Td -( )Tj -0.004 Tc -0.002 Tw 0.253 0 Td -[(al)2(l)2( co)-1(p)-1(i)2(es i)2(n)-1( an)-1(y)-1( fo)-1(r)1(m)-3(.)2( )]TJ -0.003 Tc -0.001 Tw -51.753 -1.182 Td -[(T)-3(h)-2(e)-1( lic)-1(e)-1(n)-2(s)-1(e)-1( w)-5(ill a)-1(ls)-1(o)-2( te)-1(rm)-5(in)-2(a)-1(te)-1( if)-1( y)-2(o)-2(u)-2( f)-1(a)-1(il to)-2( c)-1(o)-2(m)-5(p)-2(ly)-2( w)-5(ith)-2( a)-1(n)-2(y)-2( te)-1(rm)-5( o)-2(r c)-1(o)-2(n)-2(d)-2(itio)-2(n)-2( o)-2(f)-1( th)-2(is)-1( A)-5(g)-2(re)-1(e)-1(m)-5(e)-1(n)-2(t.)1( E)-3(x)-2(c)-1(e)-1(p)-2(t)]TJ -0 Tc 0 Tw 42.835 0 Td -( )Tj -0.005 Tc -0.003 Tw 0.253 0 Td -[(a)1(s)1( pr)2(ovi)3(de)1(d i)3(n t)3(he)1( f)1(ol)3(l)3(ow)-2(i)3(ng s)1(e)1(nt)3(e)1(nc)1(e)1(,)3( no )]TJ --43.088 -1.152 Td -[(s)1(uc)1(h t)3(e)1(r)2(m)-3(i)3(na)1(t)3(i)3(on of)1( t)3(hi)3(s)1( l)3(i)3(c)1(e)1(ns)1(e)1( s)1(ha)1(l)3(l)3( r)2(e)1(qui)3(r)2(e)1( t)3(he)1( t)3(e)1(r)2(m)-3(i)3(na)1(t)3(i)3(on of)1( a)1(ny t)3(hi)3(r)2(d pa)1(r)2(t)3(y e)1(nd)]TJ -0 Tc 0 Tw 33.297 0 Td -(-)Tj -0.004 Tc -0.002 Tw 0.336 0 Td -[(u)-1(ser)1( su)-1(b)-1(l)2(i)2(cen)-1(se t)2(o)-1( t)2(h)-1(e I)1(n)-1(t)2(el)2(l)2(ect)2(u)-1(al)2( P)-2(r)1(o)-1(p)-1(er)1(t)2(y)-1( w)-3(h)-1(i)2(ch)-1( i)2(s i)2(n)-1( fo)-1(r)1(ce as o)-1(f t)2(h)-1(e )]TJ -0.005 Tc -0.003 Tw -33.633 -1.152 Td -[(da)1(t)3(e)1( of)1( not)3(i)3(c)1(e)1( of)1( s)1(uc)1(h t)3(e)1(r)2(m)-3(i)3(na)1(t)3(i)3(on.)3( I)2(n a)1(ddi)3(t)3(i)3(on,)3( s)1(houl)]TJ -21.208 0 Td -[(d t)3(he)1( I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( P)-1(r)2(ope)1(r)2(t)3(y,)3( or)2( t)3(he)1( ope)1(r)2(a)1(t)3(i)3(on of)1( t)3(he)1( I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( P)-1(r)2(ope)1(r)2(t)3(y,)3( i)3(nf)1(r)2(i)3(nge)1(,)3( or)2( i)3(n )]TJ --21.208 -1.182 Td -[(L)-1(I)2(C)-2(E)-1(N)-3(S)-1(O)-3(R)-2(\222)2(s)1( s)1(ol)2(e)1( opi)2(ni)2(on be)1( l)2(i)2(ke)1(l)2(y t)2(o i)2(nf)1(r)2(i)2(nge)1(,)3( a)1(ny pa)1(t)2(e)1(nt)2(,)3( c)1(opyr)2(i)2(ght)2(,)3( t)2(r)2(a)1(de)1(m)-3(a)1(r)2(k or)2( ot)2(he)1(r)2( r)2(i)2(ght)2( of)1( a)1( t)2(hi)2(r)2(d pa)1(r)2(t)2(y,)3( you a)1(gr)2(e)1(e)1( t)2(h)]TJ -0.003 Tc -0.001 Tw 50.157 0 Td -[(a)-1(t)1( L)-3(IC)-3(E)-3(N)-4(S)-3(O)-4(R)-3(,)1( i)1(n)-2( i)1(t)1(s)-1( s)-1(o)-2(l)1(e)-1( )]TJ -0.002 Tc 0 Tw -50.157 -1.152 Td -[(d)-3(is)-2(c)-2(r)-1(e)-2(tio)-3(n)-3(, m)-6(a)]TJ -0.005 Tc -0.003 Tw 5.722 0 Td -[(y t)3(e)1(r)2(m)-3(i)3(na)1(t)3(e)1( t)3(hi)3(s)1( l)3(i)3(c)1(e)1(ns)1(e)1( w)-2(i)3(t)3(hout)3( a)1(ny c)1(om)-3(pe)1(ns)1(a)1(t)3(i)3(on or)2( l)3(i)3(a)1(bi)3(l)3(i)3(t)3(y t)3(o you,)3( your)2( l)3(i)3(c)1(e)1(ns)1(e)1(e)1(s)1( or)2( a)1(ny ot)3(he)1(r)2( pa)1(r)2(t)3(y.)3( Y)-2(ou a)1(gr)2(e)1(e)1( upon t)3(e)1(r)2(m)]TJ -0.006 Tc 50.324 0 Td -[(i)3(na)1(t)3(i)3(on of)2( )]TJ -0.005 Tc -56.046 -1.152 Td -[(a)1(ny ki)3(nd t)3(o de)1(s)1(t)3(r)2(oy or)2( c)1(a)1(us)1(e)1( t)3(o be)1( de)1(s)1(t)3(r)2(oye)1(d t)3(he)1( I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( P)-1(r)2(ope)1(r)2(t)3(y t)3(oge)1(t)3(he)1(r)2( w)-2(i)3(t)3(h a)1(l)3(l)3( c)1(opi)3(e)1(s)1( i)3(n a)1(ny f)1(or)2(m)-2(,)3( w)-2(he)1(t)3(he)1(r)2( he)1(l)]TJ -47.713 0 Td -[(d by you or)2( by a)1(ny t)3(hi)3(r)2(d pa)1(r)2(t)3(y.)]TJ -0 Tc 0 Tw 12.344 0 Td -( )Tj -0.005 Tc -0.003 Tw -60.057 -2.97 Td -[(E)-1(xc)1(e)1(pt)2( a)1(s)1( c)1(ont)2(a)1(i)2(ne)1(d i)2(n t)2(hi)2(s)1( not)2(i)2(c)1(e)1(,)3( t)2(he)1( na)1(m)-3(e)1( of)1( L)-1(I)2(C)-2(E)-1(N)-3(S)-1(O)-3(R)-2( or)2( of)1( a)1(ny ot)2(he)1(r)2( hol)2(de)1(r)2( of)1( a)1( c)1(opyr)2(i)2(ght)2( i)2(n a)1(l)2(l)2( or)2( pa)1(r)2(t)2( of)1( t)2(he)1( I)2(nt)2(e)1(l)2(l)2(e)1(c)]TJ -0.006 Tc 50.071 0 Td -[(t)3(ua)1(l)3( Pr)2(ope)1(r)2(t)3(y s)1(ha)1(l)3(l)3( no)1(t)3( be)1( )]TJ -0.005 Tc -50.071 -1.455 Td -[(us)1(e)1(d i)3(n a)1(dve)1(r)2(t)3(i)3(s)1(i)3(ng or)2( ot)3(he)1(r)2(w)-2(i)3(s)1(e)1( t)3(o pr)2(om)-3(ot)3(e)1( t)3(he)1( s)1(a)1(l)3(e)1(,)3( us)1(e)1( or)2( ot)3(he)1(r)2( de)1(a)1(l)3(i)]TJ -28.359 0 Td -[(ngs)1( i)3(n t)3(hi)3(s)1( I)2(nt)3(e)1(l)3(l)3(e)1(c)1(t)3(ua)1(l)3( P)-1(r)2(ope)1(r)2(t)3(y w)-2(i)3(t)3(hout)3( pr)2(i)3(or)2( w)-2(r)2(i)3(t)3(t)3(e)1(n a)1(ut)3(hor)2(i)3(z)1(a)1(t)3(i)3(on of)1( )]TJ --28.359 -1.455 Td -[(L)-1(I)2(C)-2(E)-1(N)-3(S)-1(O)-3(R)-2( or)2( s)1(uc)1(h c)1(opyr)2(i)2(ght)2( hol)2(de)1(r)2(.)3( L)-1(I)2(C)-2(E)-1(N)-3(S)-1(O)-3(R)-2( i)2(s)1( a)1(nd s)1(ha)1(l)2(l)2( a)1(t)2( a)1(l)2(l)2( t)2(i)2(m)-3(e)1(s)1( be)1( t)2(he)1( s)1(ol)2(e)1( e)1(nt)2(i)2(t)2(y t)2(ha)1(t)2( m)-3(a)1(y a)1(ut)2(hor)2(i)2(z)1(e)1( you or)2( a)1(ny t)2(hi)2(r)2(d )]TJ -51.898 0 Td -[(pa)1(r)2(t)3(y t)3(o us)1(e)1( )]TJ -0.004 Tc -0.002 Tw -51.898 -1.424 Td -[(cer)1(t)2(i)2(fi)2(cat)2(i)2(o)-1(n)-1( m)-3(ar)1(k)-1(s,)2( t)2(r)1(ad)-1(em)-3(ar)1(k)-1(s o)-1(r)1( o)-1(t)2(h)-1(er)1( sp)-1(ec)]TJ -0.005 Tc 18.062 0 Td -[(i)2(al)2( d)-1(esi)2(g)-1(n)-1(at)2(i)2(on)-1(s t)2(o)-1( i)2(n)-1(di)2(cat)2(e co)-1(m)-3(p)-1(l)2(i)3(an)-1(ce w)-3(i)2(t)2(h)-1( an)-1(y L)-1(I)2(C)-2(EN)-3(S)-1(O)-3(R)-2( st)2(an)-1(dar)1(d)-1(s o)-1(r)1( sp)-1(e)1(ci)2(f)1(i)2(cat)2(i)2(o)-1(ns.)2( T)-1(hi)2(s A)-3(g)-1(r)1(e)1(em)-3(ent)2( )]TJ --18.062 -1.455 Td -[(i)2(s g)-1(o)-1(v)-1(er)1(n)-1(ed)-1( )1(b)-1(y)-1( t)2(h)-1(e l)2(aw)-3(s o)-1(f)1( t)2(h)-1(e )1(C)-2(om)-3(m)-3(o)-1(n)-1(w)-3(eal)2(t)2(h)-1( o)-1(f)1( M)-5(assach)-1(uset)2(t)2(s.)2( T)-1(he app)-1(l)2(i)2(cat)2(i)2(o)1(n t)2(o t)2(h)-1(i)2(s A)-3(gr)1(eem)-3(en)-1(t)2( of)1( )1(t)2(h)-1(e U)-3(n)-1(i)2(t)2(ed N)-3(at)2(i)2(o)-1(ns C)-2(onv)-1(en)1(t)]TJ -0.006 Tc -0.003 Tw 52.965 0 Td -[(i)3(on on C)-1(ont)3(r)3(a)1(c)1(t)3(s)1( f)2(or)2( )]TJ -0.003 Tc 0 Tw -52.965 -1.455 Td -[(th)-3(e)-2( I)-1(n)-2(te)]TJ -0.005 Tc -0.003 Tw [(r)2(na)1(t)3(i)3(ona)1(l)3( Sa)1(l)3(e)1( of)1( G)-2(oods)1( i)3(s)1( he)1(r)2(e)1(by e)1(xpr)2(e)1(s)1(s)1(l)3(y e)1(xc)1(l)3(ude)1(d.)3( I)2(n t)3(he)1( e)1(ve)1(nt)3( a)1(ny pr)2(ovi)3(s)1(i)3(on of)1( t)3(hi)3(s)1( A)-2(gr)2(e)1(e)1(m)-2(e)1(nt)3( s)1(ha)1(l)3(l)3( be)1( de)1(e)1(m)-2(e)1(d une)1(nf)1(or)2(c)1(e)1(a)]TJ -54.614 0 Td -[(bl)3(e)1(,)3( voi)3(d or)2( )]TJ --0.002 Tw -54.614 -1.455 Td -[(i)2(n)-1(v)-1(al)2(i)2(d)-1(,)2( )1(su)-1(ch p)-1(r)1(o)-1(v)-1(i)2(si)2(o)-1(n)-1( sh)-1(al)2(l)2( b)-1(e )1(m)-3(o)-1(di)2(f)1(i)2(ed)-1( so as t)2(o m)-3(a)1(ke i)2(t)2( val)2(i)2(d)-1( an)-1(d enf)2(or)1(ceabl)2(e,)2( an)-1(d as so m)-3(odi)2(f)1(i)3(ed)-1( t)2(he ent)2(i)2(r)1(e A)-3(gr)1(e)1(em)]TJ -0.004 Tc 47.632 0 Td -[(en)-1(t)2( sh)-1(al)2(l)2( r)1(em)-3(ai)2(n)-1( i)2(n)-1( fu)-1(l)2(l)2( fo)-1(r)1(ce an)-1(d)-1( )]TJ --47.632 -1.455 Td -[(effect)2(.)2( N)-3(o)-1( d)-1(eci)2(si)2(o)-1(n)-1(,)2( act)2(i)2(o)-1(n)-1( o)-1(r)1( i)2(n)-1(act)2(i)2(o)-1(n)-1( b)-1(y)-1( L)-2(I)1(C)-2(E)-2(N)-3(S)-2(O)-3(R)-2( sh)-1(al)2(l)2( b)-1(e co)-1(n)-1(st)2(r)1(u)-1(ed)-1( t)2(o)-1( b)-1(e a w)-3(ai)2(v)-1(er)1( o)-1(f an)-1(y)-1( r)1(i)2(g)-1(h)-1(t)2(s o)-1(r)1( r)1(em)-3(ed)-1(i)2(es av)-1(ai)2(l)2(ab)-1(l)2(e t)2(o)-1( )]TJ -0.003 Tc -0.003 Tw 50.716 0 Td -(it.)Tj -0 Tc 0 Tw ( )Tj -ET - endstream endobj 314 0 obj <>stream -BT -/CS0 cs 0 0 0 scn -/GS0 gs -/TT0 1 Tf -18 0 0 18 333.6185 792.1871 Tm -(Open Geospatial Consortium)Tj -9.84 0 0 9.84 558.6343 792.1871 Tm -( )Tj -0.059 0.059 0.059 scn -/TT1 1 Tf -0.008 Tc -0.004 Tw -12.08 -2.439 Td -[(P)-1(ubl)4(i)4(c)1(a)1(t)4(i)4(on D)-4(a)1(t)4(e)1(:)4( 2015)]TJ -0 Tc 0 Tw 9.371 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -(05)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(01)Tj -0 Tc 0 Tw ( )Tj -0.008 Tc -0.004 Tw -10.273 -2.39 Td -[(A)-4(ppr)2(ova)1(l)4( D)-4(a)1(t)4(e)1(:)]TJ -0 Tc 0 Tw 6.293 0 Td -( )Tj -0.008 Tc -0.008 Tw 0.254 0 Td -(2014)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 2.371 0 Td -(08)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(13)Tj -/TT0 1 Tf -0 Tc 0 Tw ( )Tj -/TT1 1 Tf -0.008 Tc -0.004 Tw -11.178 -2.39 Td -[(S)-1(ubm)-4(i)4(s)2(s)2(i)4(on D)-4(a)1(t)4(e)1(:)4( 2013)]TJ -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 9.824 0 Td -(07)Tj -0 Tc 0 Tw (-)Tj -0.008 Tc -0.008 Tw 1.355 0 Td -(26)Tj -0 0 1 scn -0 Tc 0 Tw ( )Tj -0 0 0 scn -0.004 Tc -34.288 -2.39 Td -[(E)-6(x)-4(te)-3(r)-2(n)-4(a)-3(l id)-4(e)-3(n)-4(tif)-2(i)-1(e)-3(r)-2( o)-4(f)-2( th)-4(is)-3( O)-8(G)-8(C)]TJ -0 Tc 6.48 0 0 6.48 335.6685 702.1871 Tm -(\256)Tj -9.84 0 0 9.84 340.607 697.6271 Tm -( )Tj -0.008 Tc -0.008 Tw 0.254 0 Td -[(doc)1(um)]TJ -0.004 Tc 0 Tw 2.766 0 Td -[(e)-3(n)-4(t: h)-4(ttp)-4(://w)-8(w)-8(w)-8(.o)-4(p)-4(e)-3(n)-4(g)-4(is)-2(.n)-4(e)-3(t/d)-4(o)-4(c)]TJ -0 Tc 13.068 0 Td -(/)Tj -0.005 Tc -0.005 Tw 0.282 0 Td -(IS)Tj -0 Tc 0 Tw 0.904 0 Td -(/)Tj -0.008 Tc -0.008 Tw 0.282 0 Td -[(w)-4(kt)]TJ -0 Tc 0 Tw 1.524 0 Td -(-)Tj -0.004 Tc -0.004 Tw 0.338 0 Td -[(c)-3(r)-1(s)-2(/1)-4(.0)]TJ -0 Tc 0 Tw 2.738 0 Td -( )Tj -0.012 Tc -0.008 Tw -41.288 -2.366 Td -[(UR)1(L)2( f)6(o)4(r)6( t)8(h)4(i)8(s)5( OGC)]TJ -0 Tc 0 Tw 6.48 0 0 6.48 227.0894 678.9071 Tm -(\256)Tj -9.84 0 0 9.84 232.0279 674.3471 Tm -( )Tj -0.008 Tc -0.008 Tw 0.254 0 Td -[(doc)1(um)-4(e)1(nt)]TJ -0 Tc 0 Tw 4.007 0 Td -( )Tj -0.008 Tc -0.008 Tw 0.254 0 Td -[(\()3(nor)3(m)-4(a)1(t)4(i)4(ve)1(\))]TJ -0 Tc 0 Tw 4.797 0 Td -(:)Tj -0.282 0 Td -( )Tj -0 0 1 scn -0.004 Tc -0.004 Tw 0.254 0 Td -[(h)-4(ttp)-4(://d)-4(o)-4(c)-3(s)-2(.o)-4(p)-4(e)-3(n)-4(g)-4(e)-3(o)-4(s)-2(p)-4(a)-3(tia)-3(l.o)-4(r)-1(g)-4(/is)-2(/1)-4(2)]TJ -0 Tc 0 Tw 14.508 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -[(063r)3(5/)4(12)]TJ -0 Tc 0 Tw 3.67 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -[(063r)3(5.)4(ht)4(m)-4(l)]TJ -0 0 0 scn -0 Tc 0 Tw 4.488 0 Td -( )Tj -ET -0 0 1 scn -329.035 672.667 229.68 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.005 Tc -0.001 Tw 9.84 0 0 9.84 237.3245 637.8671 Tm -[(In)-3(t)1(e)-2(rn)-3(a)-2(l)1( r)]TJ --0.005 Tw 3.752 0 Td -[(e)-2(fe)-2(re)]TJ -0.008 Tc -0.004 Tw 2.03 0 Td -[(nc)1(e)1( num)-5(be)1(r)3( of)3( t)4(hi)4(s)2( O)-4(G)-4(C)]TJ -0 Tc 0 Tw 6.48 0 0 6.48 392.5464 642.4271 Tm -(\256)Tj -9.84 0 0 9.84 397.4864 637.8671 Tm -( )Tj -0.008 Tc -0.004 Tw 0.254 0 Td -[(pr)3(oj)4(e)1(c)1(t)4( doc)1(um)-5(e)1(nt)4(:)]TJ -0 Tc 0 Tw 7.367 0 Td -( )Tj -0.254 0 Td -( )Tj -0.254 0 Td -( )Tj -/TT0 1 Tf -12 0 0 12 479.9749 637.8671 Tm -( )Tj -(OGC 12)Tj -(-)Tj -(063r5)Tj -( )Tj -/TT1 1 Tf -0.007 Tc -0.007 Tw 9.84 0 0 9.84 509.1951 603.7871 Tm -[(V)-5(er)1(si)2(o)-1(n)-1(:)]TJ -0 Tc 0 Tw 3.5 0 Td -( )Tj -0.004 Tc -0.004 Tw 0.254 0 Td -[(1)-4(.0)]TJ -0 Tc 0 Tw 1.27 0 Td -( )Tj -0.005 Tc -0.001 Tw -17.378 -3.39 Td -[(C)-6(a)-2(te)-2(g)-3(o)-3(r)-1(y)-4(: O)-7(G)-7(C)]TJ -0 Tc 0 Tw 6.48 0 0 6.48 450.6917 574.9871 Tm -(\256)Tj -0.762 0 Td -( )Tj -0.008 Tc -0.004 Tw 9.84 0 0 9.84 457.2566 570.4271 Tm -[(I)3(m)-4(pl)4(e)1(m)-4(e)1(nt)4(a)1(t)4(i)4(on S)]TJ -0.005 Tc -0.005 Tw [(t)1(a)]TJ -0.008 Tc -0.008 Tw 7.989 0 Td -[(nda)1(r)3(d)]TJ -0 Tc 0 Tw 2.314 0 Td -( )Tj -0.005 Tc -0.005 Tw -8.017 -2.293 Td -[(E)-5(d)-3(ito)-3(r)-1(:)]TJ -0 Tc 0 Tw 2.823 0 Td -( )Tj -0.254 0 Td -( )Tj -0.254 0 Td -( )Tj -0.008 Tc -0.004 Tw 0.254 0 Td -[(R)-3(oge)1(r)2( L)-2(ot)3(t)]TJ -0 Tc 0 Tw 12 0 0 12 558.6343 547.8671 Tm -( )Tj -/TT0 1 Tf -0.005 Tc -0.002 Tw 15.84 0 0 15.84 103.5083 430.7471 Tm -[(G)-3(eograp)-1(h)-1(i)2(c i)2(n)-1(f)2(orm)-3(at)2(i)2(on)]TJ -0 Tc 0 Tw ( )Tj -10.718 0 Td -(\227)Tj -1.01 0 Td -( )Tj -0.005 Tc -0.003 Tw 0.253 0 Td -[(W)-5(e)1(l)2(l)2( k)-1(now)-2(n t)2(e)1(xt)2( r)1(e)1(pr)1(e)1(s)1(e)1(nt)2(at)2(i)2(on of)2( )]TJ --0.002 Tw -4.866 -1.167 Td -[(c)1(oor)1(di)3(nat)2(e)1( )1(r)1(e)1(f)2(e)1(r)1(e)1(nc)1(e)1( )1(s)2(y)2(s)2(t)2(e)1(m)-3(s)]TJ -/TT1 1 Tf -0 Tc 0 Tw 10.8 0 0 10.8 413.4563 412.2671 Tm -( )Tj -12 0 0 12 197.9373 350.8271 Tm -[(Copy)-1(right \251 2015 Open Geospatial Consortium.)]TJ -( )Tj --5.716 -1.16 Td -(To obtain additional rights of use, visit )Tj -(http://www.opengeospatial.org/legal/)Tj -(.)Tj -0 0 1 scn -/TT0 1 Tf -9.84 0 0 9.84 500.3282 336.9071 Tm -( )Tj -ET -0 0 0 scn -318.714 334.987 178.56 0.24 re -f -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 289.1471 Tm -[(T)-2(hi)3(s)2( doc)1(um)-5(e)1(nt)3( i)3(s)2( a)1( j)3(oi)3(nt)3( I)2(S)-1(O)-4( a)1(nd O)-4(G)-4(C)-3( M)-7(e)1(m)-5(be)1(r)2( a)1(ppr)2(ove)1(d i)3(nt)3(e)1(r)2(na)1(t)3(i)3(ona)1(l)3( s)2(t)3(a)1(nda)1(r)2(d.)4( T)-2(hi)3(s)2( doc)1(um)-5(e)1(nt)3( i)3(s)2( a)1(va)1(i)3(l)3(a)1(bl)3(e)1( on a)1( r)2(oy)-1(a)1(l)3(t)3(y)-1( )]TJ -0 -1.171 TD -[(f)3(r)3(e)1(e)1(,)4( non)]TJ -0 Tc 0 Tw 3.612 0 Td -(-)Tj -0.004 Tc 0.338 0 Td -[(d)-4(is)-2(c)-3(r)-1(im)-9(in)-4(a)-3(to)-4(r)-1(y)-5( b)-4(a)-3(s)-2(is)-2(. )]TJ -0.008 Tc -0.004 Tw 8.723 0 Td -[(T)-2(hi)3(s)2( ve)1(r)2(s)2(i)3(on i)3(s)2( i)3(nf)2(or)2(m)-5(a)1(t)3(i)3(ve)1(.)4( T)-2(he)1( nor)2(m)-5(a)1(t)3(i)3(ve)1( ve)1(r)2(s)2(i)3(on i)3(s)2( publ)3(i)3(s)2(he)1(d a)]TJ -0.005 Tc 0 Tw 26.787 0 Td -[(t)1(:)1( )1( )]TJ -0 0 1 scn -0.004 Tc -0.004 Tw -39.461 -1.171 Td -[(h)-4(ttp)-4(://d)-4(o)-4(c)-3(s)-2(.o)-4(p)-4(e)-3(n)-4(g)-4(e)-3(o)-4(s)-2(p)-4(a)-3(tia)-3(l.o)-4(r)-1(g)-4(/is)-2(/1)-4(2)]TJ -0 Tc 0 Tw 14.51 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -[(063r)3(5/)4(12)]TJ -0 Tc 0 Tw 3.67 0 Td -(-)Tj -0.008 Tc -0.008 Tw 0.338 0 Td -[(063r)3(5.)4(ht)4(m)-5(l)]TJ -0 0 0 scn -0 Tc 0.004 Tw 4.489 0 Td -( )Tj -0.005 Tc -0.001 Tw [(R)-6(e)-2(c)-2(ip)-3(ie)-2(n)-3(ts)-1( o)-3(f)-1( th)-3(is)-1( d)-3(o)-3(c)-2(u)-3(m)-8(e)-2(n)-3(t a)-2(r)-1(e)-2( in)-3(v)-3(ite)-2(d)-3( to)-3( s)-1(u)-3(b)-3(m)-8(it,)1( w)-7(ith)-3( th)-3(e)-2(ir)-1( )]TJ -ET -0 0 1 scn -71.034 264.427 229.68 0.24 re -f -BT -0 0 0 scn -/TT1 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 71.0342 254.5871 Tm -[(c)1(om)-4(m)-4(e)1(nt)4(s)2(,)4( not)4(i)4(f)3(i)4(c)1(a)1(t)4(i)4(on of)3( a)1(ny)-1( r)3(e)1(l)4(e)1(va)1(nt)4( pa)1(t)4(e)1(nt)4( r)3(i)4(ght)4(s)2( of)3( w)]TJ -23.117 0 Td -[(hi)4(c)1(h t)4(he)1(y)-1( a)1(r)3(e)1( a)1(w)-4(a)1(r)3(e)1( a)1(nd t)4(o pr)3(ovi)4(de)1( s)2(uppor)3(t)4(i)4(ng doc)1(um)-5(e)1(nt)4(a)1(t)4(i)4(on.)]TJ -1 0 0 scn -0 Tc 0 Tw 25.205 0 Td -( )Tj -ET -q -41.514 69.787 501.84 34.56 re -W n -BT -0 0 0 scn -/TT1 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 48.7144 95.2271 Tm -[(D)-4(oc)1(um)-5(e)1(nt)3( t)3(y)-1(pe)1(:)]TJ -0 Tc 0 Tw ( )Tj -6.775 0 Td -( )Tj -0.254 0 Td -( )Tj -0.254 0 Td -( )Tj -0.012 Tc -0.012 Tw 2.778 0 Td -(OGC)Tj -0 Tc 0 Tw 6.48 0 0 6.48 168.8243 99.7871 Tm -(\256)Tj -9.84 0 0 9.84 173.7642 95.2271 Tm -( )Tj -0.004 Tc 0.254 0 Td -[(P)-5(u)-4(b)-4(lic)-3(ly)-5( A)-8(v)-4(a)-3(ila)-3(b)-4(le)-3( S)-5(ta)-3(n)-4(d)-4(a)-3(r)-1(d)]TJ -0 Tc 11.461 0 Td -( )Tj -ET -Q -BT -0 0 0 scn -/TT1 1 Tf -0.007 Tc -0.003 Tw 9.84 0 0 9.84 48.7144 83.7071 Tm -[(D)-5(o)-1(cu)-1(m)-6(en)-1(t)2( st)2(ag)-1(e:)]TJ -0 Tc 0 Tw 6.859 0 Td -( )Tj -0.254 0 Td -( )Tj -0.254 0 Td -( )Tj -0.254 0 Td -( )Tj -0.008 Tc -0.004 Tw 2.44 0 Td -[(A)-4(ppr)2(ove)1(d f)2(or)2( P)-1(u)]TJ -0.007 Tc -0.003 Tw 6.83 0 Td -[(b)-1(l)3(i)3(c R)-4(el)3(eas)1(e)]TJ -0 Tc 0 Tw 4.939 0 Td -( )Tj -ET -q -41.514 69.787 501.84 34.56 re -W n -BT -/TT1 1 Tf -0.008 Tc -0.004 Tw 9.84 0 0 9.84 48.7144 72.1871 Tm -[(D)-4(oc)1(um)-5(e)1(nt)3( l)3(a)1(ngua)1(ge)1(:)]TJ -0 Tc 0 Tw 8.439 0 Td -( )Tj -0.254 0 Td -( )Tj -0.005 Tc -0.005 Tw 1.368 0 Td -[(E)-5(n)-3(g)-3(lis)-1(h)]TJ -0 0 1 scn -0 Tc 0 Tw 3.106 0 Td -( )Tj -ET -Q - endstream endobj 319 0 obj <> endobj xref 0 320 0000000000 65535 f -0000000016 00000 n -0000000076 00000 n -0000003677 00000 n -0000000000 00000 f -0000003741 00000 n -0000003833 00000 n -0000003927 00000 n -0001287056 00000 n -0001287154 00000 n -0001287252 00000 n -0001287351 00000 n -0001287450 00000 n -0000943092 00000 n -0000943191 00000 n -0000943290 00000 n -0000943389 00000 n -0000943488 00000 n -0000004049 00000 n -0000004143 00000 n -0000004237 00000 n -0000004331 00000 n -0000004425 00000 n -0000004519 00000 n -0000004613 00000 n -0000004707 00000 n -0000004801 00000 n -0000871892 00000 n -0000872173 00000 n -0000872430 00000 n -0000872710 00000 n -0000873002 00000 n -0000815436 00000 n -0000815704 00000 n -0000815972 00000 n -0000816240 00000 n -0000816496 00000 n -0000750447 00000 n -0000750716 00000 n -0000750985 00000 n -0000751265 00000 n -0000751545 00000 n -0000701199 00000 n -0000701456 00000 n -0000701725 00000 n -0000702005 00000 n -0000702249 00000 n -0000649674 00000 n -0000649918 00000 n -0000650162 00000 n -0000650406 00000 n -0000650650 00000 n -0000580609 00000 n -0000580866 00000 n -0000581123 00000 n -0000581378 00000 n -0000581633 00000 n -0000466959 00000 n -0000467239 00000 n -0000467519 00000 n -0000467811 00000 n -0000468091 00000 n -0000242633 00000 n -0000242887 00000 n -0000243141 00000 n -0000243395 00000 n -0000243707 00000 n -0000004902 00000 n -0000005156 00000 n -0000005410 00000 n -0000005664 00000 n -0000005918 00000 n -0000006183 00000 n -0000221949 00000 n -0000083510 00000 n -0000083397 00000 n -0000010241 00000 n -0000010768 00000 n -0000011513 00000 n -0000197439 00000 n -0000179342 00000 n -0000165497 00000 n -0000086193 00000 n -0000102676 00000 n -0000103230 00000 n -0000006437 00000 n -0000062610 00000 n -0000032523 00000 n -0000012280 00000 n -0000012533 00000 n -0000032773 00000 n -0000062863 00000 n -0000083545 00000 n -0000141155 00000 n -0000103825 00000 n -0000104097 00000 n -0000141431 00000 n -0000443858 00000 n -0000418052 00000 n -0000392892 00000 n -0000257154 00000 n -0000356757 00000 n -0000357866 00000 n -0000357998 00000 n -0000267543 00000 n -0000243951 00000 n -0000356794 00000 n -0000386333 00000 n -0000386360 00000 n -0000358724 00000 n -0000358991 00000 n -0000386678 00000 n -0000386847 00000 n -0000386917 00000 n -0000387183 00000 n -0000387263 00000 n -0000566364 00000 n -0000504738 00000 n -0000520998 00000 n -0000551961 00000 n -0000509559 00000 n -0000490231 00000 n -0000468335 00000 n -0000504877 00000 n -0000504904 00000 n -0000505209 00000 n -0000505367 00000 n -0000505437 00000 n -0000505707 00000 n -0000505787 00000 n -0000521497 00000 n -0000521770 00000 n -0000640233 00000 n -0000636598 00000 n -0000626131 00000 n -0000611878 00000 n -0000596720 00000 n -0000581913 00000 n -0000636713 00000 n -0000636740 00000 n -0000636902 00000 n -0000636972 00000 n -0000637238 00000 n -0000637318 00000 n -0000691166 00000 n -0000679654 00000 n -0000667439 00000 n -0000659660 00000 n -0000650907 00000 n -0000738165 00000 n -0000730029 00000 n -0000722747 00000 n -0000712969 00000 n -0000702493 00000 n -0000801932 00000 n -0000786258 00000 n -0000771670 00000 n -0000763415 00000 n -0000751825 00000 n -0000857825 00000 n -0000849258 00000 n -0000835803 00000 n -0000823612 00000 n -0000816752 00000 n -0000929693 00000 n -0000914600 00000 n -0000898915 00000 n -0000885716 00000 n -0000873270 00000 n -0001203276 00000 n -0001203569 00000 n -0001203838 00000 n -0001204095 00000 n -0001204365 00000 n -0001134639 00000 n -0001134932 00000 n -0001135202 00000 n -0001135460 00000 n -0001135718 00000 n -0001070839 00000 n -0001071096 00000 n -0001071353 00000 n -0001071623 00000 n -0001071905 00000 n -0001001903 00000 n -0001002186 00000 n -0001002455 00000 n -0001002725 00000 n -0001002993 00000 n -0000943587 00000 n -0000943844 00000 n -0000944126 00000 n -0000944408 00000 n -0000944690 00000 n -0000991792 00000 n -0000980570 00000 n -0000969114 00000 n -0000956919 00000 n -0000944960 00000 n -0001053940 00000 n -0001063366 00000 n -0001063500 00000 n -0001042184 00000 n -0001026470 00000 n -0001014366 00000 n -0001003261 00000 n -0001067285 00000 n -0001067312 00000 n -0001063634 00000 n -0001063661 00000 n -0001063997 00000 n -0001064150 00000 n -0001064220 00000 n -0001064479 00000 n -0001064560 00000 n -0001067679 00000 n -0001067832 00000 n -0001067902 00000 n -0001068162 00000 n -0001068243 00000 n -0001121941 00000 n -0001112885 00000 n -0001099842 00000 n -0001086070 00000 n -0001072187 00000 n -0001189151 00000 n -0001178679 00000 n -0001163751 00000 n -0001149677 00000 n -0001135963 00000 n -0001273720 00000 n -0001259651 00000 n -0001245184 00000 n -0001220320 00000 n -0001232008 00000 n -0001204647 00000 n -0001232147 00000 n -0001232174 00000 n -0001232578 00000 n -0001232748 00000 n -0001232818 00000 n -0001233099 00000 n -0001233183 00000 n -0001664304 00000 n -0001664548 00000 n -0001664792 00000 n -0001665058 00000 n -0001665313 00000 n -0001522615 00000 n -0001522872 00000 n -0001523129 00000 n -0001523386 00000 n -0001523641 00000 n -0001455485 00000 n -0001455730 00000 n -0001455999 00000 n -0001456255 00000 n -0001456524 00000 n -0001383979 00000 n -0001384248 00000 n -0001384504 00000 n -0001384775 00000 n -0001385044 00000 n -0001287549 00000 n -0001287818 00000 n -0001288100 00000 n -0001288393 00000 n -0001288638 00000 n -0001366758 00000 n -0001349763 00000 n -0001335718 00000 n -0001305704 00000 n -0001288883 00000 n -0001438777 00000 n -0001449400 00000 n -0001426186 00000 n -0001415720 00000 n -0001404453 00000 n -0001385313 00000 n -0001449537 00000 n -0001449564 00000 n -0001449906 00000 n -0001450083 00000 n -0001450153 00000 n -0001450425 00000 n -0001450506 00000 n -0001509257 00000 n -0001497634 00000 n -0001486333 00000 n -0001475581 00000 n -0001456818 00000 n -0001468590 00000 n -0001468705 00000 n -0001472065 00000 n -0001468864 00000 n -0001469116 00000 n -0001472092 00000 n -0001472254 00000 n -0001472324 00000 n -0001472590 00000 n -0001472670 00000 n -0001614454 00000 n -0001557450 00000 n -0001564367 00000 n -0001537624 00000 n -0001530921 00000 n -0001523885 00000 n -0001557582 00000 n -0001557609 00000 n -0001557913 00000 n -0001558074 00000 n -0001558144 00000 n -0001558408 00000 n -0001558488 00000 n -0001733936 00000 n -0001719080 00000 n -0001712136 00000 n -0001709934 00000 n -0001665570 00000 n -0001741720 00000 n -trailer <]>> startxref 1741901 %%EOF \ No newline at end of file diff --git a/LAMPMainWidget/egmain.cpp b/LAMPMainWidget/egmain.cpp deleted file mode 100644 index ee544bb..0000000 --- a/LAMPMainWidget/egmain.cpp +++ /dev/null @@ -1,21 +0,0 @@ -锘#include -#include -#include - -#include -#include -#pragma execution_character_set("utf-8") - -using namespace LAMPMainWidget; - -int -main(int argc, char **argv) { - qRegisterMetaType("TileInfo"); - qRegisterMetaType>("QVector"); - QApplication app{argc, argv}; - - MainWindow window{}; - window.show(); - - return QApplication::exec(); -} diff --git a/LAMPMainWidget/include/gui/mainwindow.h b/LAMPMainWidget/include/gui/mainwindow.h deleted file mode 100644 index 1ccda4d..0000000 --- a/LAMPMainWidget/include/gui/mainwindow.h +++ /dev/null @@ -1,95 +0,0 @@ -锘#pragma once - -#include "ui_mainwindow.h" -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -namespace Ui { -class MainWindow; -} - -namespace LAMPMainWidget { - -class MainWindow : public QMainWindow { - Q_OBJECT - - friend class TaskWindow; - friend class DownloadTask; - - public slots: - void changeTaskTable(int row, int col, QString text); - - public: - explicit MainWindow(QWidget *parent = nullptr); - ~MainWindow() override; - - protected: - void setupWindow(); - void setupActions(); - void setupStatusBar(); - void setupLayers(); - void setupTaskWindow(); - void initMaps(); - - protected: - /// 鍚勫澶勭悊鍑芥暟 - void panHandle(bool checked); - void zoomInHandle(bool checked); - void zoomOutHandle(bool checked); - void drawlineHandle(bool checked); - void tutorialHanle(bool checked); - void srcHandle(bool checked); - void sponsorHandle(bool checked); - void refreshHandle(bool checked); - void selectHandle(bool checked); - void zoomChangedHandle(int zoom); - void clickedHandle(PointXY pos); - void centerChangedHandle(PointXY pos); - void leftTopClickedHandle(); - void rightBottomClickedHandle(); - void createDownloadTask(); - void layerChanged(QListWidgetItem *current, QListWidgetItem *previous); - - - - private: - QWidget *spacerWiget(int width) const; - - protected: - static QString tutorialUrl(); - static QString srcUrl(); - -private slots: - void on_drawArea_triggered(); - - void on_addPlaneaction_triggered(); - -private: - Ui::MainWindow *mUi; - MapCanvas *mMapConvas; - QLineEdit *mScaleText; - QLabel *mScaleLabel; - QLineEdit *mCenterText; - QLabel *mCenterLabel; - QLineEdit *mZoomText; - QLabel *mZoomLabel; - QActionGroup *mMapActionGroup; - bool mSetLeftTop; - QVector mLayerList; - PointXY mLeftTop; - PointXY mRightBottom; - - private: - static QHash mMaps; -}; - -} diff --git a/LAMPMainWidget/resources/res.qrc b/LAMPMainWidget/resources/res.qrc deleted file mode 100644 index b65814f..0000000 --- a/LAMPMainWidget/resources/res.qrc +++ /dev/null @@ -1,14 +0,0 @@ - - - theme/mActionPan.svg - theme/mActionRefresh.svg - theme/mActionZoomIn.svg - theme/mActionZoomOut.svg - theme/mActionSelect.svg - theme/mActionDownload.svg - - - plane-red.png - plane-black.png - - diff --git a/LAMPMainWidget/ui_mainwindow.h b/LAMPMainWidget/ui_mainwindow.h deleted file mode 100644 index b844a3f..0000000 --- a/LAMPMainWidget/ui_mainwindow.h +++ /dev/null @@ -1,379 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'mainwindow.ui' -** -** Created by: Qt User Interface Compiler version 5.15.13 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_MAINWINDOW_H -#define UI_MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_MainWindow -{ -public: - QAction *tutorialAction; - QAction *srcAction; - QAction *sponsorAction; - QAction *panAction; - QAction *zoomInAction; - QAction *zoomOutAction; - QAction *refreshAction; - QAction *downloadAction; - QAction *selectAction; - QAction *drawlineAction; - QAction *drawArea; - QAction *addPlaneaction; - QWidget *centralwidget; - QWidget *gridLayoutWidget; - QGridLayout *mainLayout; - QTabWidget *tabWidget; - QWidget *mapTab; - QWidget *gridLayoutWidget_2; - QGridLayout *mapCanvasLayout; - QWidget *gridLayoutWidget_3; - QGridLayout *infoLayout; - QGroupBox *layersListGbx; - QGroupBox *layersGbx; - QWidget *gridLayoutWidget_4; - QGridLayout *layersLayout; - QListWidget *layerList; - QGroupBox *downloadGbx; - QLineEdit *leftTopText; - QPushButton *leftTopBtn; - QLineEdit *rightBottomText; - QPushButton *rightBottomBtn; - QWidget *taskTab; - QWidget *gridLayoutWidget_5; - QGridLayout *taskLayout; - QTableWidget *taskTable; - QMenuBar *menubar; - QMenu *projectMenu; - QMenu *editMenu; - QMenu *viewMenu; - QMenu *layersMenu; - QMenu *optionsMenu; - QMenu *toolsMenu; - QMenu *helpMenu; - QStatusBar *statusbar; - QToolBar *toolBar; - - void setupUi(QMainWindow *MainWindow) - { - if (MainWindow->objectName().isEmpty()) - MainWindow->setObjectName(QString::fromUtf8("MainWindow")); - MainWindow->setEnabled(true); - MainWindow->resize(1450, 1000); - QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); - sizePolicy.setHorizontalStretch(0); - sizePolicy.setVerticalStretch(0); - sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth()); - MainWindow->setSizePolicy(sizePolicy); - tutorialAction = new QAction(MainWindow); - tutorialAction->setObjectName(QString::fromUtf8("tutorialAction")); - srcAction = new QAction(MainWindow); - srcAction->setObjectName(QString::fromUtf8("srcAction")); - sponsorAction = new QAction(MainWindow); - sponsorAction->setObjectName(QString::fromUtf8("sponsorAction")); - panAction = new QAction(MainWindow); - panAction->setObjectName(QString::fromUtf8("panAction")); - panAction->setCheckable(true); - QIcon icon; - QString iconThemeName = QString::fromUtf8("default"); - if (QIcon::hasThemeIcon(iconThemeName)) { - icon = QIcon::fromTheme(iconThemeName); - } else { - icon.addFile(QString::fromUtf8(":/themes/mActionPan"), QSize(), QIcon::Normal, QIcon::Off); - } - panAction->setIcon(icon); - zoomInAction = new QAction(MainWindow); - zoomInAction->setObjectName(QString::fromUtf8("zoomInAction")); - zoomInAction->setCheckable(true); - QIcon icon1; - iconThemeName = QString::fromUtf8("default"); - if (QIcon::hasThemeIcon(iconThemeName)) { - icon1 = QIcon::fromTheme(iconThemeName); - } else { - icon1.addFile(QString::fromUtf8(":/themes/mActionZoomIn"), QSize(), QIcon::Normal, QIcon::Off); - } - zoomInAction->setIcon(icon1); - zoomOutAction = new QAction(MainWindow); - zoomOutAction->setObjectName(QString::fromUtf8("zoomOutAction")); - zoomOutAction->setCheckable(true); - QIcon icon2; - iconThemeName = QString::fromUtf8("default"); - if (QIcon::hasThemeIcon(iconThemeName)) { - icon2 = QIcon::fromTheme(iconThemeName); - } else { - icon2.addFile(QString::fromUtf8(":/themes/mActionZoomOut"), QSize(), QIcon::Normal, QIcon::Off); - } - zoomOutAction->setIcon(icon2); - refreshAction = new QAction(MainWindow); - refreshAction->setObjectName(QString::fromUtf8("refreshAction")); - QIcon icon3; - iconThemeName = QString::fromUtf8("default"); - if (QIcon::hasThemeIcon(iconThemeName)) { - icon3 = QIcon::fromTheme(iconThemeName); - } else { - icon3.addFile(QString::fromUtf8(":/themes/mActionRefresh"), QSize(), QIcon::Normal, QIcon::Off); - } - refreshAction->setIcon(icon3); - downloadAction = new QAction(MainWindow); - downloadAction->setObjectName(QString::fromUtf8("downloadAction")); - QIcon icon4; - iconThemeName = QString::fromUtf8("default"); - if (QIcon::hasThemeIcon(iconThemeName)) { - icon4 = QIcon::fromTheme(iconThemeName); - } else { - icon4.addFile(QString::fromUtf8(":/themes/mActionDownload"), QSize(), QIcon::Normal, QIcon::Off); - } - downloadAction->setIcon(icon4); - selectAction = new QAction(MainWindow); - selectAction->setObjectName(QString::fromUtf8("selectAction")); - selectAction->setCheckable(true); - QIcon icon5; - iconThemeName = QString::fromUtf8("default"); - if (QIcon::hasThemeIcon(iconThemeName)) { - icon5 = QIcon::fromTheme(iconThemeName); - } else { - icon5.addFile(QString::fromUtf8(":/themes/mActionSelect"), QSize(), QIcon::Normal, QIcon::Off); - } - selectAction->setIcon(icon5); - drawlineAction = new QAction(MainWindow); - drawlineAction->setObjectName(QString::fromUtf8("drawlineAction")); - drawlineAction->setCheckable(true); - drawlineAction->setChecked(true); - drawArea = new QAction(MainWindow); - drawArea->setObjectName(QString::fromUtf8("drawArea")); - drawArea->setCheckable(true); - addPlaneaction = new QAction(MainWindow); - addPlaneaction->setObjectName(QString::fromUtf8("addPlaneaction")); - addPlaneaction->setCheckable(true); - QIcon icon6; - icon6.addFile(QString::fromUtf8(":/plane-red.png"), QSize(), QIcon::Normal, QIcon::Off); - addPlaneaction->setIcon(icon6); - centralwidget = new QWidget(MainWindow); - centralwidget->setObjectName(QString::fromUtf8("centralwidget")); - gridLayoutWidget = new QWidget(centralwidget); - gridLayoutWidget->setObjectName(QString::fromUtf8("gridLayoutWidget")); - gridLayoutWidget->setGeometry(QRect(0, 0, 1441, 911)); - mainLayout = new QGridLayout(gridLayoutWidget); - mainLayout->setObjectName(QString::fromUtf8("mainLayout")); - mainLayout->setContentsMargins(0, 0, 0, 0); - tabWidget = new QTabWidget(gridLayoutWidget); - tabWidget->setObjectName(QString::fromUtf8("tabWidget")); - mapTab = new QWidget(); - mapTab->setObjectName(QString::fromUtf8("mapTab")); - gridLayoutWidget_2 = new QWidget(mapTab); - gridLayoutWidget_2->setObjectName(QString::fromUtf8("gridLayoutWidget_2")); - gridLayoutWidget_2->setGeometry(QRect(0, 0, 1241, 881)); - mapCanvasLayout = new QGridLayout(gridLayoutWidget_2); - mapCanvasLayout->setObjectName(QString::fromUtf8("mapCanvasLayout")); - mapCanvasLayout->setContentsMargins(0, 0, 0, 0); - gridLayoutWidget_3 = new QWidget(mapTab); - gridLayoutWidget_3->setObjectName(QString::fromUtf8("gridLayoutWidget_3")); - gridLayoutWidget_3->setGeometry(QRect(1250, -1, 191, 881)); - infoLayout = new QGridLayout(gridLayoutWidget_3); - infoLayout->setObjectName(QString::fromUtf8("infoLayout")); - infoLayout->setContentsMargins(0, 0, 0, 0); - layersListGbx = new QGroupBox(gridLayoutWidget_3); - layersListGbx->setObjectName(QString::fromUtf8("layersListGbx")); - layersGbx = new QGroupBox(layersListGbx); - layersGbx->setObjectName(QString::fromUtf8("layersGbx")); - layersGbx->setGeometry(QRect(10, 10, 171, 611)); - gridLayoutWidget_4 = new QWidget(layersGbx); - gridLayoutWidget_4->setObjectName(QString::fromUtf8("gridLayoutWidget_4")); - gridLayoutWidget_4->setGeometry(QRect(9, 30, 151, 571)); - layersLayout = new QGridLayout(gridLayoutWidget_4); - layersLayout->setObjectName(QString::fromUtf8("layersLayout")); - layersLayout->setContentsMargins(0, 0, 0, 0); - layerList = new QListWidget(gridLayoutWidget_4); - layerList->setObjectName(QString::fromUtf8("layerList")); - - layersLayout->addWidget(layerList, 0, 0, 1, 1); - - downloadGbx = new QGroupBox(layersListGbx); - downloadGbx->setObjectName(QString::fromUtf8("downloadGbx")); - downloadGbx->setGeometry(QRect(10, 650, 171, 221)); - leftTopText = new QLineEdit(downloadGbx); - leftTopText->setObjectName(QString::fromUtf8("leftTopText")); - leftTopText->setGeometry(QRect(10, 40, 151, 31)); - leftTopText->setReadOnly(true); - leftTopBtn = new QPushButton(downloadGbx); - leftTopBtn->setObjectName(QString::fromUtf8("leftTopBtn")); - leftTopBtn->setGeometry(QRect(10, 80, 151, 25)); - rightBottomText = new QLineEdit(downloadGbx); - rightBottomText->setObjectName(QString::fromUtf8("rightBottomText")); - rightBottomText->setGeometry(QRect(12, 140, 151, 31)); - rightBottomText->setReadOnly(true); - rightBottomBtn = new QPushButton(downloadGbx); - rightBottomBtn->setObjectName(QString::fromUtf8("rightBottomBtn")); - rightBottomBtn->setGeometry(QRect(10, 180, 151, 25)); - - infoLayout->addWidget(layersListGbx, 0, 1, 1, 1); - - tabWidget->addTab(mapTab, QString()); - taskTab = new QWidget(); - taskTab->setObjectName(QString::fromUtf8("taskTab")); - gridLayoutWidget_5 = new QWidget(taskTab); - gridLayoutWidget_5->setObjectName(QString::fromUtf8("gridLayoutWidget_5")); - gridLayoutWidget_5->setGeometry(QRect(0, 0, 1431, 871)); - taskLayout = new QGridLayout(gridLayoutWidget_5); - taskLayout->setObjectName(QString::fromUtf8("taskLayout")); - taskLayout->setContentsMargins(0, 0, 0, 0); - taskTable = new QTableWidget(gridLayoutWidget_5); - taskTable->setObjectName(QString::fromUtf8("taskTable")); - - taskLayout->addWidget(taskTable, 0, 0, 1, 1); - - tabWidget->addTab(taskTab, QString()); - - mainLayout->addWidget(tabWidget, 0, 0, 1, 1); - - MainWindow->setCentralWidget(centralwidget); - menubar = new QMenuBar(MainWindow); - menubar->setObjectName(QString::fromUtf8("menubar")); - menubar->setGeometry(QRect(0, 0, 1450, 23)); - projectMenu = new QMenu(menubar); - projectMenu->setObjectName(QString::fromUtf8("projectMenu")); - editMenu = new QMenu(menubar); - editMenu->setObjectName(QString::fromUtf8("editMenu")); - viewMenu = new QMenu(menubar); - viewMenu->setObjectName(QString::fromUtf8("viewMenu")); - layersMenu = new QMenu(menubar); - layersMenu->setObjectName(QString::fromUtf8("layersMenu")); - optionsMenu = new QMenu(menubar); - optionsMenu->setObjectName(QString::fromUtf8("optionsMenu")); - toolsMenu = new QMenu(menubar); - toolsMenu->setObjectName(QString::fromUtf8("toolsMenu")); - helpMenu = new QMenu(menubar); - helpMenu->setObjectName(QString::fromUtf8("helpMenu")); - MainWindow->setMenuBar(menubar); - statusbar = new QStatusBar(MainWindow); - statusbar->setObjectName(QString::fromUtf8("statusbar")); - MainWindow->setStatusBar(statusbar); - toolBar = new QToolBar(MainWindow); - toolBar->setObjectName(QString::fromUtf8("toolBar")); - MainWindow->addToolBar(Qt::TopToolBarArea, toolBar); - - menubar->addAction(projectMenu->menuAction()); - menubar->addAction(editMenu->menuAction()); - menubar->addAction(viewMenu->menuAction()); - menubar->addAction(layersMenu->menuAction()); - menubar->addAction(optionsMenu->menuAction()); - menubar->addAction(toolsMenu->menuAction()); - menubar->addAction(helpMenu->menuAction()); - helpMenu->addAction(tutorialAction); - helpMenu->addAction(srcAction); - helpMenu->addSeparator(); - toolBar->addAction(selectAction); - toolBar->addAction(panAction); - toolBar->addAction(zoomInAction); - toolBar->addAction(zoomOutAction); - toolBar->addAction(refreshAction); - toolBar->addAction(drawArea); - toolBar->addAction(drawlineAction); - toolBar->addSeparator(); - toolBar->addAction(addPlaneaction); - toolBar->addAction(downloadAction); - toolBar->addSeparator(); - - retranslateUi(MainWindow); - - tabWidget->setCurrentIndex(0); - - - QMetaObject::connectSlotsByName(MainWindow); - } // setupUi - - void retranslateUi(QMainWindow *MainWindow) - { - MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "\345\234\260\345\233\276\344\270\213\350\275\275\345\231\250", nullptr)); - tutorialAction->setText(QCoreApplication::translate("MainWindow", "\344\275\277\347\224\250\346\225\231\347\250\213", nullptr)); - srcAction->setText(QCoreApplication::translate("MainWindow", "\346\272\220\347\240\201", nullptr)); -#if QT_CONFIG(tooltip) - srcAction->setToolTip(QCoreApplication::translate("MainWindow", "\346\272\220\347\240\201", nullptr)); -#endif // QT_CONFIG(tooltip) - sponsorAction->setText(QCoreApplication::translate("MainWindow", "\346\215\220\350\265\240", nullptr)); - panAction->setText(QCoreApplication::translate("MainWindow", "\346\213\226\345\212\250", nullptr)); -#if QT_CONFIG(tooltip) - panAction->setToolTip(QCoreApplication::translate("MainWindow", "\346\213\226\345\212\250\345\233\276\345\261\202\357\274\214\346\237\245\347\234\213\344\270\215\345\220\214\345\234\260\346\226\271", nullptr)); -#endif // QT_CONFIG(tooltip) - zoomInAction->setText(QCoreApplication::translate("MainWindow", "\346\224\276\345\244\247", nullptr)); -#if QT_CONFIG(tooltip) - zoomInAction->setToolTip(QCoreApplication::translate("MainWindow", "\345\242\236\345\244\247zoom\345\200\274", nullptr)); -#endif // QT_CONFIG(tooltip) - zoomOutAction->setText(QCoreApplication::translate("MainWindow", "\347\274\251\345\260\217", nullptr)); -#if QT_CONFIG(tooltip) - zoomOutAction->setToolTip(QCoreApplication::translate("MainWindow", "\345\207\217\345\260\217zoom\345\200\274", nullptr)); -#endif // QT_CONFIG(tooltip) - refreshAction->setText(QCoreApplication::translate("MainWindow", "\345\210\267\346\226\260\345\234\260\345\233\276", nullptr)); -#if QT_CONFIG(tooltip) - refreshAction->setToolTip(QCoreApplication::translate("MainWindow", "\345\210\267\346\226\260\345\234\260\345\233\276\346\230\276\347\244\272\345\206\205\345\256\271", nullptr)); -#endif // QT_CONFIG(tooltip) - downloadAction->setText(QCoreApplication::translate("MainWindow", "\344\270\213\350\275\275", nullptr)); -#if QT_CONFIG(tooltip) - downloadAction->setToolTip(QCoreApplication::translate("MainWindow", "\345\210\233\345\273\272\344\270\213\350\275\275\344\273\273\345\212\241", nullptr)); -#endif // QT_CONFIG(tooltip) - selectAction->setText(QCoreApplication::translate("MainWindow", "\351\200\211\346\213\251", nullptr)); -#if QT_CONFIG(tooltip) - selectAction->setToolTip(QCoreApplication::translate("MainWindow", "\351\200\211\346\213\251\345\234\260\345\233\276\344\270\255\347\202\271", nullptr)); -#endif // QT_CONFIG(tooltip) - drawlineAction->setText(QCoreApplication::translate("MainWindow", "\350\210\252\347\272\277", nullptr)); -#if QT_CONFIG(tooltip) - drawlineAction->setToolTip(QCoreApplication::translate("MainWindow", "\347\273\230\345\210\266\350\210\252\347\272\277", nullptr)); -#endif // QT_CONFIG(tooltip) - drawArea->setText(QCoreApplication::translate("MainWindow", "\345\214\272\345\237\237", nullptr)); - addPlaneaction->setText(QCoreApplication::translate("MainWindow", "\351\243\236\346\234\272", nullptr)); - layersListGbx->setTitle(QString()); - layersGbx->setTitle(QCoreApplication::translate("MainWindow", "\345\233\276\345\261\202\345\210\227\350\241\250", nullptr)); - downloadGbx->setTitle(QCoreApplication::translate("MainWindow", "\344\270\213\350\275\275\345\214\272\345\237\237", nullptr)); -#if QT_CONFIG(tooltip) - leftTopBtn->setToolTip(QCoreApplication::translate("MainWindow", "\347\202\271\345\207\273\345\274\200\345\247\213\351\200\211\346\213\251\345\267\246\344\270\212\350\247\222\347\202\271", nullptr)); -#endif // QT_CONFIG(tooltip) - leftTopBtn->setText(QCoreApplication::translate("MainWindow", "\351\200\211\346\213\251\345\267\246\344\270\212\350\247\222", nullptr)); -#if QT_CONFIG(tooltip) - rightBottomBtn->setToolTip(QCoreApplication::translate("MainWindow", "\347\202\271\345\207\273\345\274\200\345\247\213\351\200\211\346\213\251\345\217\263\344\270\213\350\247\222\347\202\271", nullptr)); -#endif // QT_CONFIG(tooltip) - rightBottomBtn->setText(QCoreApplication::translate("MainWindow", "\351\200\211\346\213\251\345\217\263\344\270\213\350\247\222", nullptr)); - tabWidget->setTabText(tabWidget->indexOf(mapTab), QCoreApplication::translate("MainWindow", "\345\234\260\345\233\276", nullptr)); - tabWidget->setTabText(tabWidget->indexOf(taskTab), QCoreApplication::translate("MainWindow", "\344\273\273\345\212\241", nullptr)); - projectMenu->setTitle(QCoreApplication::translate("MainWindow", "\351\241\271\347\233\256", nullptr)); - editMenu->setTitle(QCoreApplication::translate("MainWindow", "\347\274\226\350\276\221", nullptr)); - viewMenu->setTitle(QCoreApplication::translate("MainWindow", "\350\247\206\345\233\276", nullptr)); - layersMenu->setTitle(QCoreApplication::translate("MainWindow", "\345\233\276\345\261\202", nullptr)); - optionsMenu->setTitle(QCoreApplication::translate("MainWindow", "\350\256\276\347\275\256", nullptr)); - toolsMenu->setTitle(QCoreApplication::translate("MainWindow", "\345\267\245\345\205\267", nullptr)); - helpMenu->setTitle(QCoreApplication::translate("MainWindow", "\345\270\256\345\212\251", nullptr)); - toolBar->setWindowTitle(QCoreApplication::translate("MainWindow", "toolBar", nullptr)); - } // retranslateUi - -}; - -namespace Ui { - class MainWindow: public Ui_MainWindow {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_MAINWINDOW_H diff --git a/LAMPMainWidget/ui_sponsorwindow.h b/LAMPMainWidget/ui_sponsorwindow.h deleted file mode 100644 index 09a1b75..0000000 --- a/LAMPMainWidget/ui_sponsorwindow.h +++ /dev/null @@ -1,85 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'sponsorwindow.ui' -** -** Created by: Qt User Interface Compiler version 5.15.13 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_SPONSORWINDOW_H -#define UI_SPONSORWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_SponsorWindow -{ -public: - QLabel *payLbl; - QWidget *horizontalLayoutWidget; - QHBoxLayout *horizontalLayout; - QPushButton *wxPayBtn; - QSpacerItem *horizontalSpacer; - QPushButton *aliPayBtn; - - void setupUi(QDialog *SponsorWindow) - { - if (SponsorWindow->objectName().isEmpty()) - SponsorWindow->setObjectName(QString::fromUtf8("SponsorWindow")); - SponsorWindow->setWindowModality(Qt::NonModal); - SponsorWindow->resize(283, 338); - SponsorWindow->setContextMenuPolicy(Qt::DefaultContextMenu); - payLbl = new QLabel(SponsorWindow); - payLbl->setObjectName(QString::fromUtf8("payLbl")); - payLbl->setGeometry(QRect(10, 20, 261, 261)); - horizontalLayoutWidget = new QWidget(SponsorWindow); - horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget")); - horizontalLayoutWidget->setGeometry(QRect(30, 290, 221, 41)); - horizontalLayout = new QHBoxLayout(horizontalLayoutWidget); - horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); - horizontalLayout->setContentsMargins(0, 0, 0, 0); - wxPayBtn = new QPushButton(horizontalLayoutWidget); - wxPayBtn->setObjectName(QString::fromUtf8("wxPayBtn")); - - horizontalLayout->addWidget(wxPayBtn); - - horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); - - horizontalLayout->addItem(horizontalSpacer); - - aliPayBtn = new QPushButton(horizontalLayoutWidget); - aliPayBtn->setObjectName(QString::fromUtf8("aliPayBtn")); - - horizontalLayout->addWidget(aliPayBtn); - - - retranslateUi(SponsorWindow); - - QMetaObject::connectSlotsByName(SponsorWindow); - } // setupUi - - void retranslateUi(QDialog *SponsorWindow) - { - SponsorWindow->setWindowTitle(QCoreApplication::translate("SponsorWindow", "\350\265\236\345\212\251\344\275\234\350\200\205", nullptr)); - payLbl->setText(QCoreApplication::translate("SponsorWindow", "\346\224\257\344\273\230\347\240\201", nullptr)); - wxPayBtn->setText(QCoreApplication::translate("SponsorWindow", "\345\276\256\344\277\241\346\224\257\344\273\230", nullptr)); - aliPayBtn->setText(QCoreApplication::translate("SponsorWindow", "\346\224\257\344\273\230\345\256\235\346\224\257\344\273\230", nullptr)); - } // retranslateUi - -}; - -namespace Ui { - class SponsorWindow: public Ui_SponsorWindow {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_SPONSORWINDOW_H diff --git a/LAMPMainWidget/ui_taskwindow.h b/LAMPMainWidget/ui_taskwindow.h deleted file mode 100644 index 608eca0..0000000 --- a/LAMPMainWidget/ui_taskwindow.h +++ /dev/null @@ -1,124 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'taskwindow.ui' -** -** Created by: Qt User Interface Compiler version 5.15.13 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_TASKWINDOW_H -#define UI_TASKWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_TaskWindow -{ -public: - QGroupBox *groupBox; - QLineEdit *saveDirText; - QPushButton *saveDirBtn; - QGroupBox *groupBox_2; - QLabel *label; - QLabel *label_2; - QLineEdit *leftTopText; - QLineEdit *rightBottomText; - QLabel *label_5; - QComboBox *zoomValueCbx; - QLabel *label_3; - QLabel *label_4; - QLineEdit *taskNameText; - QPushButton *createBtn; - QPushButton *exitBtn; - - void setupUi(QDialog *TaskWindow) - { - if (TaskWindow->objectName().isEmpty()) - TaskWindow->setObjectName(QString::fromUtf8("TaskWindow")); - TaskWindow->resize(640, 400); - groupBox = new QGroupBox(TaskWindow); - groupBox->setObjectName(QString::fromUtf8("groupBox")); - groupBox->setGeometry(QRect(10, 10, 621, 311)); - saveDirText = new QLineEdit(groupBox); - saveDirText->setObjectName(QString::fromUtf8("saveDirText")); - saveDirText->setGeometry(QRect(100, 40, 391, 30)); - saveDirBtn = new QPushButton(groupBox); - saveDirBtn->setObjectName(QString::fromUtf8("saveDirBtn")); - saveDirBtn->setGeometry(QRect(510, 40, 89, 30)); - groupBox_2 = new QGroupBox(groupBox); - groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); - groupBox_2->setGeometry(QRect(20, 130, 581, 161)); - label = new QLabel(groupBox_2); - label->setObjectName(QString::fromUtf8("label")); - label->setGeometry(QRect(20, 40, 67, 30)); - label_2 = new QLabel(groupBox_2); - label_2->setObjectName(QString::fromUtf8("label_2")); - label_2->setGeometry(QRect(320, 40, 67, 30)); - leftTopText = new QLineEdit(groupBox_2); - leftTopText->setObjectName(QString::fromUtf8("leftTopText")); - leftTopText->setEnabled(true); - leftTopText->setGeometry(QRect(100, 40, 141, 30)); - leftTopText->setReadOnly(true); - rightBottomText = new QLineEdit(groupBox_2); - rightBottomText->setObjectName(QString::fromUtf8("rightBottomText")); - rightBottomText->setGeometry(QRect(400, 40, 141, 30)); - rightBottomText->setReadOnly(true); - label_5 = new QLabel(groupBox_2); - label_5->setObjectName(QString::fromUtf8("label_5")); - label_5->setGeometry(QRect(20, 100, 67, 30)); - zoomValueCbx = new QComboBox(groupBox_2); - zoomValueCbx->setObjectName(QString::fromUtf8("zoomValueCbx")); - zoomValueCbx->setGeometry(QRect(100, 100, 441, 30)); - label_3 = new QLabel(groupBox); - label_3->setObjectName(QString::fromUtf8("label_3")); - label_3->setGeometry(QRect(20, 40, 67, 30)); - label_4 = new QLabel(groupBox); - label_4->setObjectName(QString::fromUtf8("label_4")); - label_4->setGeometry(QRect(20, 90, 67, 30)); - taskNameText = new QLineEdit(groupBox); - taskNameText->setObjectName(QString::fromUtf8("taskNameText")); - taskNameText->setGeometry(QRect(100, 90, 391, 30)); - createBtn = new QPushButton(TaskWindow); - createBtn->setObjectName(QString::fromUtf8("createBtn")); - createBtn->setGeometry(QRect(420, 350, 89, 30)); - exitBtn = new QPushButton(TaskWindow); - exitBtn->setObjectName(QString::fromUtf8("exitBtn")); - exitBtn->setGeometry(QRect(540, 350, 89, 30)); - - retranslateUi(TaskWindow); - - QMetaObject::connectSlotsByName(TaskWindow); - } // setupUi - - void retranslateUi(QDialog *TaskWindow) - { - TaskWindow->setWindowTitle(QCoreApplication::translate("TaskWindow", "\345\210\233\345\273\272\344\273\273\345\212\241", nullptr)); - groupBox->setTitle(QCoreApplication::translate("TaskWindow", "\344\273\273\345\212\241\344\277\241\346\201\257", nullptr)); - saveDirBtn->setText(QCoreApplication::translate("TaskWindow", "\351\200\211\346\213\251\350\267\257\345\276\204", nullptr)); - groupBox_2->setTitle(QCoreApplication::translate("TaskWindow", "\344\270\213\350\275\275\345\214\272\345\237\237", nullptr)); - label->setText(QCoreApplication::translate("TaskWindow", "\345\267\246\344\270\212\350\247\222", nullptr)); - label_2->setText(QCoreApplication::translate("TaskWindow", "\345\217\263\344\270\213\350\247\222", nullptr)); - label_5->setText(QCoreApplication::translate("TaskWindow", "Zoom\345\200\274", nullptr)); - label_3->setText(QCoreApplication::translate("TaskWindow", "\344\277\235\345\255\230\350\267\257\345\276\204", nullptr)); - label_4->setText(QCoreApplication::translate("TaskWindow", "\344\273\273\345\212\241\345\220\215", nullptr)); - createBtn->setText(QCoreApplication::translate("TaskWindow", "\345\210\233\345\273\272", nullptr)); - exitBtn->setText(QCoreApplication::translate("TaskWindow", "\345\217\226\346\266\210", nullptr)); - } // retranslateUi - -}; - -namespace Ui { - class TaskWindow: public Ui_TaskWindow {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_TASKWINDOW_H diff --git a/LAMPSARProcessProgram/QApplicationSettingManager.cpp b/LAMPSARProcessProgram/QApplicationSettingManager.cpp index 9f70a7b..8595213 100644 --- a/LAMPSARProcessProgram/QApplicationSettingManager.cpp +++ b/LAMPSARProcessProgram/QApplicationSettingManager.cpp @@ -1,9 +1,11 @@ #include "QApplicationSettingManager.h" +#include "ui_QApplicationSettingManager.h" + QApplicationSettingManager::QApplicationSettingManager(QWidget *parent) - : QDialog(parent) + : QDialog(parent),ui(new Ui::QApplicationSettingManagerClass) { - ui.setupUi(this); + ui->setupUi(this); } QApplicationSettingManager::~QApplicationSettingManager() diff --git a/LAMPSARProcessProgram/QApplicationSettingManager.h b/LAMPSARProcessProgram/QApplicationSettingManager.h index 6b21bec..107c125 100644 --- a/LAMPSARProcessProgram/QApplicationSettingManager.h +++ b/LAMPSARProcessProgram/QApplicationSettingManager.h @@ -1,9 +1,12 @@ #pragma once - +#include "RasterProcessToolWidgetAPI.h" #include -#include "ui_QApplicationSettingManager.h" -class QApplicationSettingManager : public QDialog +namespace Ui { + class QApplicationSettingManagerClass; +} + +class RASTERPROCESSTOOLWIDGET_EXPORT QApplicationSettingManager : public QDialog { Q_OBJECT @@ -12,5 +15,5 @@ public: ~QApplicationSettingManager(); private: - Ui::QApplicationSettingManagerClass ui; + Ui::QApplicationSettingManagerClass* ui; }; diff --git a/LAMPSARProcessProgram/RasterProcessTool.cpp b/LAMPSARProcessProgram/RasterProcessTool.cpp deleted file mode 100644 index 10d33f3..0000000 --- a/LAMPSARProcessProgram/RasterProcessTool.cpp +++ /dev/null @@ -1,104 +0,0 @@ -#include "RasterProcessTool.h" -#include -#include -#include "QToolAbstract.h" -#include "ui_RasterProcessTool.h" - -RasterProcessTool::RasterProcessTool(QWidget *parent) - : ui(new Ui::RasterProcessToolClass), QMainWindow(parent) -{ - ui->setupUi(this); - - QObject::connect(this, SIGNAL(addBoxToolItemSIGNAL(QToolAbstract*)), this, SLOT(addBoxToolItemSLOT(QToolAbstract*))); -} - -RasterProcessTool::~RasterProcessTool() -{} - -void RasterProcessTool::addBoxToolItemSLOT(QToolAbstract* item) -{ - QVector xnodepath = item->getToolXpath(); - QString toolName = item->getToolName(); - - QTreeWidgetItem* parentItem = findOrCreateParentItem(xnodepath); - - // 检查该父项是否已经绑定了 toolButton - if (parentItem && ui->treeWidgetToolBox->itemWidget(parentItem, 0) == nullptr) { - QTreeWidgetItem* actionItem = new QTreeWidgetItem(parentItem); - parentItem->addChild(actionItem); - QIcon icon(QString::fromUtf8(":/RasterProcessTool/toolicon")); - QPushButton* button = new QPushButton(ui->treeWidgetToolBox); - button->setIcon(icon); - button->setText(toolName); - button->setLayoutDirection(Qt::LeftToRight); - button->setStyleSheet("QPushButton { text-align: left; }"); - ui->treeWidgetToolBox->setItemWidget(actionItem, 0, button); - connect(button, SIGNAL(clicked()), item, SLOT(excute())); - item->setParent(ui->treeWidgetToolBox); - qDebug() << "ToolButton bound to parent:" << actionItem->text(0); - } - else { - qDebug() << "ToolButton already bound to parent:" << parentItem->text(0); - } - -} - - -// 根据路径查找或创建父项 -QTreeWidgetItem* RasterProcessTool::findOrCreateParentItem( QVector& path) { - QTreeWidgetItem* currentItem = nullptr; - - // 从树的顶层开始查找 - for ( QString& nodeName : path) { - if (currentItem == nullptr) { - // 如果是顶级节点 - currentItem = findOrCreateTopLevelItem(nodeName); - } - else { - // 如果是子节点,查找当前父项下是否存在该子节点 - currentItem = findChildItemByName(currentItem, nodeName); - if (currentItem == nullptr) { - currentItem = new QTreeWidgetItem(currentItem); - currentItem->setText(0, nodeName); - } - } - } - - return currentItem; -} - -// 查找顶级节点,如果没有找到则创建 -QTreeWidgetItem* RasterProcessTool::findOrCreateTopLevelItem( QString& name) { - for (int i = 0; i < ui->treeWidgetToolBox->topLevelItemCount(); ++i) { - QTreeWidgetItem* item = ui->treeWidgetToolBox->topLevelItem(i); - if (item->text(0) == name) { - return item; - } - } - - // 如果没有找到,创建新的顶级节点 - QTreeWidgetItem* newItem = new QTreeWidgetItem(ui->treeWidgetToolBox); - QIcon icon(QString::fromUtf8(":/RasterProcessTool/toolboxIcon")); - newItem->setIcon(0,icon); - newItem->setTextAlignment(0, Qt::AlignLeft); - newItem->setText(0, name); - return newItem; -} - -// 查找子节点,如果没有找到则返回 nullptr -QTreeWidgetItem* RasterProcessTool::findChildItemByName(QTreeWidgetItem* parentItem, QString& name) { - for (int i = 0; i < parentItem->childCount(); ++i) { - QTreeWidgetItem* childItem = parentItem->child(i); - if (childItem->text(0) == name) { - return childItem; - } - } - return nullptr; -} - - - - - - - diff --git a/LAMPSARProcessProgram/RasterProcessTool.h b/LAMPSARProcessProgram/RasterProcessTool.h deleted file mode 100644 index 858d1ac..0000000 --- a/LAMPSARProcessProgram/RasterProcessTool.h +++ /dev/null @@ -1,30 +0,0 @@ -#pragma once -#include "RasterProcessToolWidgetAPI.h" -#include -#include "QToolAbstract.h" - -namespace Ui { - class RasterProcessToolClass; -} - - -class RASTERPROCESSTOOLWIDGET_EXPORT RasterProcessTool : public QMainWindow -{ - Q_OBJECT - -public: - RasterProcessTool(QWidget *parent = nullptr); - ~RasterProcessTool(); - -signals: - void addBoxToolItemSIGNAL(QToolAbstract* item); - -public slots: - void addBoxToolItemSLOT(QToolAbstract* item); - QTreeWidgetItem* findOrCreateParentItem( QVector& path); - QTreeWidgetItem* findOrCreateTopLevelItem( QString& name); - QTreeWidgetItem* findChildItemByName(QTreeWidgetItem* parentItem, QString& name); - -private: - Ui::RasterProcessToolClass* ui; -}; diff --git a/LAMPSARProcessProgram/RasterProcessTool.sln b/LAMPSARProcessProgram/RasterProcessTool.sln index 4f6d387..54cc26b 100644 --- a/LAMPSARProcessProgram/RasterProcessTool.sln +++ b/LAMPSARProcessProgram/RasterProcessTool.sln @@ -36,7 +36,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LAMPDataProcessEXE", "..\LA EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GPUBaseLib", "..\GPUBaseLib\GPUBaseLib.vcxproj", "{B8B40C54-F7FE-4809-B6FB-8BC014570D7B}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LAMPMainWidget", "..\LAMPMainWidget\LAMPMainWidget.vcxproj", "{D50E4F7D-D021-36B9-A36A-7E4442AE70A5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RasterMainWidgetGUI", "..\RasterMainWidgetGUI\RasterMainWidgetGUI.vcxproj", "{E56B3878-A3DC-41A4-ABF3-B628816D0D64}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -118,14 +118,14 @@ Global {B8B40C54-F7FE-4809-B6FB-8BC014570D7B}.Release|x64.Build.0 = Release|x64 {B8B40C54-F7FE-4809-B6FB-8BC014570D7B}.Release|x86.ActiveCfg = Release|Win32 {B8B40C54-F7FE-4809-B6FB-8BC014570D7B}.Release|x86.Build.0 = Release|Win32 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Debug|x64.ActiveCfg = Debug|x64 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Debug|x64.Build.0 = Debug|x64 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Debug|x86.ActiveCfg = Debug|x64 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Debug|x86.Build.0 = Debug|x64 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Release|x64.ActiveCfg = Release|x64 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Release|x64.Build.0 = Release|x64 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Release|x86.ActiveCfg = Release|x64 - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5}.Release|x86.Build.0 = Release|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Debug|x64.ActiveCfg = Debug|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Debug|x64.Build.0 = Debug|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Debug|x86.ActiveCfg = Debug|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Debug|x86.Build.0 = Debug|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Release|x64.ActiveCfg = Release|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Release|x64.Build.0 = Release|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Release|x86.ActiveCfg = Release|x64 + {E56B3878-A3DC-41A4-ABF3-B628816D0D64}.Release|x86.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -138,7 +138,7 @@ Global {ED06DFCD-4B9F-41F7-8F25-1823C2398142} = {41B1F23D-9119-47A7-B102-34022AF83CDA} {8C8CA066-A93A-4098-9A46-B855EFEAADF2} = {41B1F23D-9119-47A7-B102-34022AF83CDA} {B8B40C54-F7FE-4809-B6FB-8BC014570D7B} = {2768F9D6-D410-4E88-A479-8336DAF97072} - {D50E4F7D-D021-36B9-A36A-7E4442AE70A5} = {6505E2BA-06A2-447B-BC85-8CF1A81359BC} + {E56B3878-A3DC-41A4-ABF3-B628816D0D64} = {6505E2BA-06A2-447B-BC85-8CF1A81359BC} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {179F0A62-C631-4667-AD03-3780ADE09F41} diff --git a/LAMPSARProcessProgram/RasterProcessTool.ui b/LAMPSARProcessProgram/RasterProcessTool.ui deleted file mode 100644 index ca653e8..0000000 --- a/LAMPSARProcessProgram/RasterProcessTool.ui +++ /dev/null @@ -1,112 +0,0 @@ - - - RasterProcessToolClass - - - - 0 - 0 - 1920 - 1080 - - - - RasterProcessTool - - - - - - - - 0 - 0 - 1920 - 23 - - - - - - TopToolBarArea - - - false - - - - - - 2 - - - - - - - - 榛戜綋 - 16 - - - - - 宸ュ叿绠 - - - - :/RasterProcessTool/toolboxIcon:/RasterProcessTool/toolboxIcon - - - - - - - - - - mergeRaster - - - - - ImportGF3Strip - - - - - complex2amporphase - - - - - looktableCreate - - - - - orthinterpRaster - - - - - SARRFPC - - - - - SimuSARRFPC - - - - - SimuBPImage - - - - - - - - - diff --git a/LAMPSARProcessProgram/RasterProcessTool.vcxproj b/LAMPSARProcessProgram/RasterProcessTool.vcxproj index eee1bb5..847e5ff 100644 --- a/LAMPSARProcessProgram/RasterProcessTool.vcxproj +++ b/LAMPSARProcessProgram/RasterProcessTool.vcxproj @@ -82,6 +82,8 @@ true EditAndContinue Neither + stdcpp14 + stdc11 Default @@ -125,9 +127,9 @@ - - - + + + diff --git a/LAMPSARProcessProgram/RasterProcessTool.vcxproj.filters b/LAMPSARProcessProgram/RasterProcessTool.vcxproj.filters index a791627..bef3bd3 100644 --- a/LAMPSARProcessProgram/RasterProcessTool.vcxproj.filters +++ b/LAMPSARProcessProgram/RasterProcessTool.vcxproj.filters @@ -29,13 +29,13 @@ Resource Files - + Form Files - + Header Files - + Source Files diff --git a/LAMPSARProcessProgram/ToolBoxWidget.cpp b/LAMPSARProcessProgram/ToolBoxWidget.cpp new file mode 100644 index 0000000..5d349c2 --- /dev/null +++ b/LAMPSARProcessProgram/ToolBoxWidget.cpp @@ -0,0 +1,224 @@ +#include "ToolBoxWidget.h" +#include +#include +#include "QToolAbstract.h" +#include +#include "ui_ToolBoxWidget.h" +#include +#include +#include + + + +#ifdef Q_OS_WIN +#include +#include +#endif + +#ifdef Q_OS_UNIX +#include +#endif + +ToolBoxWidget::ToolBoxWidget(LAMPMainWidget::RasterMainWidget* mainWindows, QWidget *parent) + : QWidget(parent), ui(new Ui::ToolBoxWidget), _mainWindows(mainWindows) +{ + ui->setupUi(this); + setContextMenuPolicy(Qt::CustomContextMenu); // 设置右键快捷菜单 + QObject::connect(this, SIGNAL(addBoxToolItemSIGNAL(QToolAbstract*)), this, SLOT(addBoxToolItemSLOT(QToolAbstract*))); + +} + +ToolBoxWidget::~ToolBoxWidget() +{} + +void ToolBoxWidget::initMenu() +{ + contextmenu = new QMenu(this); + //QAction* action1 = contextmenu->addAction(tr(u8"添加工具箱")); + +} + +void ToolBoxWidget::initToolbox(QString dlltoolPath) +{ + // 读取dll 文件, + + QDir dir(dlltoolPath); // 获取当前工作目录 + + // 设置文件过滤规则,只查找包含 "plugin_" 的 dll 文件 + QStringList filters; + filters << "PluginTool_*.dll"; + + // 获取当前目录下所有符合过滤规则的文件 + QFileInfoList files = dir.entryInfoList(filters, QDir::Files); + for (const QFileInfo& fileInfo : files) { + QString plugpath = fileInfo.absoluteFilePath(); + qDebug() << "Found DLL:" << plugpath; + //continue; + QString pluginname = fileInfo.fileName(); + typedef void (*Reg)(LAMPMainWidget::RasterMainWidget* mainwindows, ToolBoxWidget* toolbox); + Reg fun = nullptr; + + if (!pluginname.toLower().startsWith("plugintool_")) + return ; + if (!pluginname.toLower().endsWith(".dll")) + return ; + + HMODULE hmodel = LoadLibrary(LPCWSTR(plugpath.utf16())); + qDebug() << "Error Code :" + QString::number(GetLastError()); + if (hmodel) { + fun = (Reg)GetProcAddress(hmodel, "RegisterPreToolBox"); + if (fun) { + qDebug() << "loading Plugin started!!!"; + fun(this->_mainWindows, this); + qDebug() << "loading Plugin finished : " << plugpath; + } + else { + FreeLibrary(hmodel); + qDebug() << "do not find Register function Plugin: " << plugpath; + return ; + } + } + else { + qDebug() << "loading Plugin dll Failure: " << plugpath; + + } + } + +} + + +void ToolBoxWidget::addBoxToolItemSLOT(QToolAbstract* item) +{ + QVector xnodepath = item->getToolXpath(); + QString toolName = item->getToolName(); + + QTreeWidgetItem* parentItem = findOrCreateParentItem(xnodepath); + + // 检查该父项是否已经绑定了 toolButton + if (parentItem && ui->treeWidgetToolBox->itemWidget(parentItem, 0) == nullptr) { + + toollist.append(QToolboxTreeWidgetItem(ui->treeWidgetToolBox,parentItem,item)); + + + //QTreeWidgetItem* actionItem = new QTreeWidgetItem(parentItem); + //parentItem->addChild(actionItem); + //actionItem->setText(0,toolName); + //QIcon icon(QString::fromUtf8(":/ToolBoxWidget/toolicon")); + //QPushButton* button = new QPushButton(ui->treeWidgetToolBox); + //button->setIcon(icon); + //button->setText(toolName); + //button->setLayoutDirection(Qt::LeftToRight); + //button->setStyleSheet("QPushButton { text-align: left; }"); + //ui->treeWidgetToolBox->setItemWidget(actionItem, 0, button); + //connect(button, SIGNAL(clicked()), item, SLOT(excute())); + //item->setParent(ui->treeWidgetToolBox); + //qDebug() << "ToolButton bound to parent:" << actionItem->text(0); + } + else { + qDebug() << "ToolButton already bound to parent:" << parentItem->text(0); + } +} + + +// 根据路径查找或创建父项 +QTreeWidgetItem* ToolBoxWidget::findOrCreateParentItem( QVector& path) { + QTreeWidgetItem* currentItem = nullptr; + + // 从树的顶层开始查找 + for ( QString& nodeName : path) { + if (currentItem == nullptr) { + // 如果是顶级节点 + currentItem = findOrCreateTopLevelItem(nodeName); + } + else { + // 如果是子节点,查找当前父项下是否存在该子节点 + currentItem = findChildItemByName(currentItem, nodeName); + if (currentItem == nullptr) { + currentItem = new QTreeWidgetItem(currentItem); + currentItem->setText(0, nodeName); + } + } + } + + return currentItem; +} + +// 查找顶级节点,如果没有找到则创建 +QTreeWidgetItem* ToolBoxWidget::findOrCreateTopLevelItem( QString& name) { + for (int i = 0; i < ui->treeWidgetToolBox->topLevelItemCount(); ++i) { + QTreeWidgetItem* item = ui->treeWidgetToolBox->topLevelItem(i); + if (item->text(0) == name) { + return item; + } + } + + // 如果没有找到,创建新的顶级节点 + QTreeWidgetItem* newItem = new QTreeWidgetItem(ui->treeWidgetToolBox); + QIcon icon(QString::fromUtf8(":/RasterProcessTool/toolboxIcon")); + newItem->setIcon(0,icon); + newItem->setTextAlignment(0, Qt::AlignLeft); + newItem->setText(0, name); + return newItem; +} + +// 查找子节点,如果没有找到则返回 nullptr +QTreeWidgetItem* ToolBoxWidget::findChildItemByName(QTreeWidgetItem* parentItem, QString& name) { + for (int i = 0; i < parentItem->childCount(); ++i) { + QTreeWidgetItem* childItem = parentItem->child(i); + if (childItem->text(0) == name) { + return childItem; + } + } + return nullptr; +} + +void ToolBoxWidget::OpenToolboxManagerWidget() +{ + +} + +QToolboxTreeWidgetItem::QToolboxTreeWidgetItem(QTreeWidget* IntreeWidgetToolBox, QTreeWidgetItem* InparentItem, QToolAbstract* Initem) +{ + this->parentItem = InparentItem; + this->item = Initem; + this->actionItem = new QTreeWidgetItem(parentItem); + this->button = new QPushButton(IntreeWidgetToolBox); + + QString toolName = item->getToolName(); + parentItem->addChild(actionItem); + actionItem->setText(0, toolName); + QIcon icon(QString::fromUtf8(":/RasterProcessTool/toolicon.png")); + button->setIcon(icon); + button->setText(toolName); + button->setLayoutDirection(Qt::LeftToRight); + button->setStyleSheet("QPushButton { text-align: left;font-size: 12px; font-weight: normal; }"); + IntreeWidgetToolBox->setItemWidget(actionItem, 0, button); + QObject::connect(button, SIGNAL(clicked()), item, SLOT(excute())); + item->setParent(IntreeWidgetToolBox); + qDebug() << "ToolButton bound to parent:" << actionItem->text(0); + +} + +QToolboxTreeWidgetItem::~QToolboxTreeWidgetItem() +{ +} + +QTreeWidgetItem* QToolboxTreeWidgetItem::getTreeWidgetItem() +{ + return this->actionItem; +} + +QPushButton* QToolboxTreeWidgetItem::getPushButton() +{ + return this->button; +} + +QToolAbstract* QToolboxTreeWidgetItem::getToolAbstract() +{ + return this->item; +} + +QTreeWidgetItem* QToolboxTreeWidgetItem::getParantTreeWidgetItem() +{ + return this->parentItem; +} diff --git a/LAMPSARProcessProgram/ToolBoxWidget.h b/LAMPSARProcessProgram/ToolBoxWidget.h new file mode 100644 index 0000000..39f7c48 --- /dev/null +++ b/LAMPSARProcessProgram/ToolBoxWidget.h @@ -0,0 +1,69 @@ +#pragma once +#include "RasterProcessToolWidgetAPI.h" +#include +#include "QToolAbstract.h" +#include + + +namespace Ui { + class ToolBoxWidget; +} + +namespace LAMPMainWidget { + class RasterMainWidget; +} + + +class QToolboxTreeWidgetItem { +public: + QToolboxTreeWidgetItem(QTreeWidget* treeWidgetToolBox,QTreeWidgetItem* parentItem,QToolAbstract* item); + ~QToolboxTreeWidgetItem(); +private: + QTreeWidgetItem* actionItem=nullptr; + QPushButton* button = nullptr; + QToolAbstract* item = nullptr; + QTreeWidgetItem* parentItem = nullptr; + +public: + QTreeWidgetItem* getTreeWidgetItem(); + QPushButton* getPushButton(); + QToolAbstract* getToolAbstract(); + QTreeWidgetItem* getParantTreeWidgetItem(); +}; + + + +class RASTERPROCESSTOOLWIDGET_EXPORT ToolBoxWidget : public QWidget +{ + Q_OBJECT + +public: + ToolBoxWidget(LAMPMainWidget::RasterMainWidget* mainWindows=nullptr,QWidget *parent = nullptr); + ~ToolBoxWidget(); +public: + void initMenu(); + void initToolbox(QString dlltoolPath); +private: + QMenu* contextmenu; + QList toollist; + +signals: + void addBoxToolItemSIGNAL(QToolAbstract* item); + +public slots: + void addBoxToolItemSLOT(QToolAbstract* item); + QTreeWidgetItem* findOrCreateParentItem( QVector& path); + QTreeWidgetItem* findOrCreateTopLevelItem( QString& name); + QTreeWidgetItem* findChildItemByName(QTreeWidgetItem* parentItem, QString& name); + + + + +public slots: + // 打开工具箱管理界面 + void OpenToolboxManagerWidget(); + +private: + Ui::ToolBoxWidget* ui; + LAMPMainWidget::RasterMainWidget* _mainWindows;//主窗口 +}; diff --git a/LAMPSARProcessProgram/ToolBoxWidget.ui b/LAMPSARProcessProgram/ToolBoxWidget.ui new file mode 100644 index 0000000..34f8085 --- /dev/null +++ b/LAMPSARProcessProgram/ToolBoxWidget.ui @@ -0,0 +1,83 @@ + + + ToolBoxWidget + + + + 0 + 0 + 289 + 433 + + + + 宸ュ叿绠 + + + + + + + 榛戜綋 + 12 + + + + + 宸ュ叿绠 + + + + :/RasterProcessTool/toolboxIcon:/RasterProcessTool/toolboxIcon + + + + + + + + mergeRaster + + + + + ImportGF3Strip + + + + + complex2amporphase + + + + + looktableCreate + + + + + orthinterpRaster + + + + + SARRFPC + + + + + SimuSARRFPC + + + + + SimuBPImage + + + + + + + + + diff --git a/RasterMainWidgetGUI/LAMPMainWidget.sqlite b/RasterMainWidgetGUI/LAMPMainWidget.sqlite new file mode 100644 index 0000000..bea7b1d Binary files /dev/null and b/RasterMainWidgetGUI/LAMPMainWidget.sqlite differ diff --git a/LAMPMainWidget/include/utils/LAMPMainWidget.h b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidget.h similarity index 76% rename from LAMPMainWidget/include/utils/LAMPMainWidget.h rename to RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidget.h index 8828e6c..6bbf181 100644 --- a/LAMPMainWidget/include/utils/LAMPMainWidget.h +++ b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidget.h @@ -3,6 +3,7 @@ #include #include #include +#include namespace LAMPMainWidget { /* @@ -35,9 +36,11 @@ randomInt(int min, int max) { return -1; } - qsrand(static_cast(QTime{0, 0}.msecsTo(QTime::currentTime()))); - - return min + qrand() % (max - min); + //qsrand(static_cast(QTime{0, 0}.msecsTo(QTime::currentTime()))); + quint32 seed = static_cast(QTime{ 0, 0 }.msecsTo(QTime::currentTime())); + QRandomGenerator seededGenerator(seed); + + return min + seededGenerator.bounded(max - min) ; } /* diff --git a/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetAPI.h b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetAPI.h new file mode 100644 index 0000000..f93d38b --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetAPI.h @@ -0,0 +1,22 @@ +#pragma once + +#ifndef LAMPMAINWIDGET_H_ +#define LAMPMAINWIDGET_H_ + +//#include + +//# if defined(LAMPMAINWIDGET_LIB) +//# define LAMPMAINWIDGET_EXPORT Q_DECL_EXPORT +//# else +//# define LAMPMAINWIDGET_EXPORT Q_DECL_IMPORT +//# endif + +#ifdef RASTERMAINWIDGETGUI_LIB +#define RASTERMAINWIDGETGUI_EXPORT __declspec(dllexport) +#else +#define RASTERMAINWIDGETGUI_EXPORT __declspec(dllimport) +#endif + + +#endif // !LAMPMAINWIDGET_H_ + diff --git a/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetRunProgram.cpp b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetRunProgram.cpp new file mode 100644 index 0000000..ff50e99 --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetRunProgram.cpp @@ -0,0 +1,10 @@ +#include "LAMPMainWidgetRunProgram.h" +#include "RasterMainWidget.h" + + +void RasterMainWidgetRun() +{ + LAMPMainWidget::RasterMainWidget* w = new LAMPMainWidget::RasterMainWidget; + //RasterProcessTool w; + w->show(); +} diff --git a/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetRunProgram.h b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetRunProgram.h new file mode 100644 index 0000000..f7171fb --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetRunProgram.h @@ -0,0 +1,10 @@ +#pragma once +#ifndef LAMPMAINWIDGETRUNPROGRAM_H_ +#define LAMPMAINWIDGETRUNPROGRAM_H_ + +#include "LAMPMainWidgetAPI.h" + +extern "C" void RASTERMAINWIDGETGUI_EXPORT RasterMainWidgetRun(); + +#endif + diff --git a/LAMPMainWidget/gui/mainwindow.cpp b/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.cpp similarity index 62% rename from LAMPMainWidget/gui/mainwindow.cpp rename to RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.cpp index 4fd26ca..b36c743 100644 --- a/LAMPMainWidget/gui/mainwindow.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.cpp @@ -2,29 +2,36 @@ #include #include #include +#include "RasterMainWidget.h" +#include "ui_RasterMainWidget.h" + +#include +#include +#include +#include +#include "ToolBoxWidget.h" +#include "BaseTool.h" +#include "FileOperator.h" + -#include -#include -#include -#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { QString -MainWindow::tutorialUrl() { +RasterMainWidget::tutorialUrl() { return QString{R"(https://gitee.com/qizr_admin/LAMPMainWidget)"}; } QString -MainWindow::srcUrl() { +RasterMainWidget::srcUrl() { return QString{R"(https://gitee.com/qizr_admin/LAMPMainWidget)"}; } -QHashMainWindow::mMaps{}; +QHashRasterMainWidget::mMaps{}; -MainWindow::MainWindow(QWidget *parent) - : mUi(new Ui::MainWindow), +RasterMainWidget::RasterMainWidget(QWidget *parent) + : mUi(new Ui::RasterMainWidget), mMapConvas(new MapCanvas), mScaleText(new QLineEdit), mScaleLabel(new QLabel), @@ -37,18 +44,20 @@ MainWindow::MainWindow(QWidget *parent) mLayerList(), mLeftTop(), mRightBottom() { - mUi->setupUi(dynamic_cast(this)); - setupWindow(); - setupTaskWindow(); - setupLayers(); - setupStatusBar(); - setupActions(); + this->setWindowTitle(tr(u8"LAMP褰卞儚澶勭悊杞欢")); + mUi->setupUi(dynamic_cast(this)); + setupWindow(); + setupTaskWindow(); + setupLayers(); + setupStatusBar(); + setupActions(); + setRightToolbox(); - mUi->panAction->trigger(); - mUi->layerList->setCurrentItem(mLayerList.first()); + mUi->panAction->trigger(); + mUi->layerList->setCurrentItem(mLayerList.first()); } -MainWindow::~MainWindow() { +RasterMainWidget::~RasterMainWidget() { delete mUi; delete mMapConvas; delete mScaleText; @@ -58,7 +67,7 @@ MainWindow::~MainWindow() { } void -MainWindow::setupTaskWindow() { +RasterMainWidget::setupTaskWindow() { mUi->taskTable->setColumnCount(5); mUi->taskTable->setHorizontalHeaderLabels(QStringList{ "鍚嶇О", "鑼冨洿", "zoom鍊", "鏁版嵁婧", "杩涘害" @@ -67,7 +76,7 @@ MainWindow::setupTaskWindow() { } void -MainWindow::setupActions() { +RasterMainWidget::setupActions() { mMapActionGroup->addAction(mUi->panAction); mMapActionGroup->addAction(mUi->zoomInAction); mMapActionGroup->addAction(mUi->zoomOutAction); @@ -75,32 +84,32 @@ MainWindow::setupActions() { mUi->selectAction->setEnabled(false); - QObject::connect(mUi->panAction, &QAction::triggered, this, &MainWindow::panHandle); - QObject::connect(mUi->zoomInAction, &QAction::triggered, this, &MainWindow::zoomInHandle); - QObject::connect(mUi->zoomOutAction, &QAction::triggered, this, &MainWindow::zoomOutHandle); - QObject::connect(mUi->tutorialAction, &QAction::triggered, this, &MainWindow::tutorialHanle); - QObject::connect(mUi->srcAction, &QAction::triggered, this, &MainWindow::srcHandle); - QObject::connect(mUi->refreshAction, &QAction::triggered, this, &MainWindow::refreshHandle); - QObject::connect(mUi->sponsorAction, &QAction::triggered, this, &MainWindow::sponsorHandle); - QObject::connect(mUi->selectAction, &QAction::triggered, this, &MainWindow::selectHandle); - QObject::connect(mUi->downloadAction, &QAction::triggered, this, &MainWindow::createDownloadTask); - QObject::connect(mUi->drawlineAction, &QAction::triggered, this, &MainWindow::drawlineHandle); + QObject::connect(mUi->panAction, &QAction::triggered, this, &RasterMainWidget::panHandle); + QObject::connect(mUi->zoomInAction, &QAction::triggered, this, &RasterMainWidget::zoomInHandle); + QObject::connect(mUi->zoomOutAction, &QAction::triggered, this, &RasterMainWidget::zoomOutHandle); + QObject::connect(mUi->tutorialAction, &QAction::triggered, this, &RasterMainWidget::tutorialHanle); + QObject::connect(mUi->srcAction, &QAction::triggered, this, &RasterMainWidget::srcHandle); + QObject::connect(mUi->refreshAction, &QAction::triggered, this, &RasterMainWidget::refreshHandle); + QObject::connect(mUi->sponsorAction, &QAction::triggered, this, &RasterMainWidget::sponsorHandle); + QObject::connect(mUi->selectAction, &QAction::triggered, this, &RasterMainWidget::selectHandle); + QObject::connect(mUi->downloadAction, &QAction::triggered, this, &RasterMainWidget::createDownloadTask); + QObject::connect(mUi->drawlineAction, &QAction::triggered, this, &RasterMainWidget::drawlineHandle); } -void MainWindow::setupWindow() { +void RasterMainWidget::setupWindow() { mUi->mapCanvasLayout->addWidget(mMapConvas); setFixedSize(size()); setWindowFlags(windowFlags() & ~Qt::WindowMaximizeButtonHint); - QObject::connect(mMapConvas, &MapCanvas::zoomChanged, this, &MainWindow::zoomChangedHandle); - QObject::connect(mMapConvas, &MapCanvas::clicked, this, &MainWindow::clickedHandle); - QObject::connect(mMapConvas, &MapCanvas::mapCenterChanged, this, &MainWindow::centerChangedHandle); - QObject::connect(mUi->layerList, &QListWidget::currentItemChanged, this, &MainWindow::layerChanged); - QObject::connect(mUi->leftTopBtn, &QPushButton::clicked, this, &MainWindow::leftTopClickedHandle); - QObject::connect(mUi->rightBottomBtn, &QPushButton::clicked, this, &MainWindow::rightBottomClickedHandle); + QObject::connect(mMapConvas, &MapCanvas::zoomChanged, this, &RasterMainWidget::zoomChangedHandle); + QObject::connect(mMapConvas, &MapCanvas::clicked, this, &RasterMainWidget::clickedHandle); + QObject::connect(mMapConvas, &MapCanvas::mapCenterChanged, this, &RasterMainWidget::centerChangedHandle); + QObject::connect(mUi->layerList, &QListWidget::currentItemChanged, this, &RasterMainWidget::layerChanged); + QObject::connect(mUi->leftTopBtn, &QPushButton::clicked, this, &RasterMainWidget::leftTopClickedHandle); + QObject::connect(mUi->rightBottomBtn, &QPushButton::clicked, this, &RasterMainWidget::rightBottomClickedHandle); } -void MainWindow::setupStatusBar() { +void RasterMainWidget::setupStatusBar() { /// 姣斾緥灏 mScaleLabel->setText("姣斾緥灏"); mScaleText->setText(QString("1cm : %1m").arg(mMapConvas->scale())); @@ -133,7 +142,7 @@ void MainWindow::setupStatusBar() { mUi->statusbar->addWidget(mCenterText); } -void MainWindow::setupLayers() { +void RasterMainWidget::setupLayers() { initMaps(); auto i = mMaps.constBegin(); for (; i != mMaps.constEnd(); ++i) { @@ -142,7 +151,7 @@ void MainWindow::setupLayers() { } void -MainWindow::initMaps() { +RasterMainWidget::initMaps() { if (mMaps.isEmpty()) { mMaps = QHash{ {"Openstreet鍦板浘", new TmsLayer(OSTNormalMap, "ostnormalmap", mMapConvas)}, @@ -151,7 +160,28 @@ MainWindow::initMaps() { } } -QWidget *MainWindow::spacerWiget(int width) const { +void RasterMainWidget::setRightToolbox() +{ + this->toolboxDockWidget = new QDockWidget(tr(u8"宸ュ叿绠"), this); + toolboxDockWidget->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea); + toolBoxWidget = new ToolBoxWidget(this); + toolboxDockWidget->setWidget(toolBoxWidget); + addDockWidget(Qt::LeftDockWidgetArea, toolboxDockWidget); + setDockOptions(QMainWindow::AllowNestedDocks | QMainWindow::AllowTabbedDocks); + this->initToolbox(); +} + +void RasterMainWidget::initToolbox() +{ + QString appPath = QCoreApplication::applicationDirPath(); + QString pluginPath = JoinPath(appPath, "Toolbox"); + + toolBoxWidget->initToolbox(pluginPath); + + +} + +QWidget *RasterMainWidget::spacerWiget(int width) const { auto spacer = new QWidget{}; spacer->setHidden(true); spacer->setVisible(true); @@ -161,69 +191,69 @@ QWidget *MainWindow::spacerWiget(int width) const { } void -MainWindow::panHandle(bool checked) { +RasterMainWidget::panHandle(bool checked) { mMapConvas->selectTool(QString{"pan_tool"}); } void -MainWindow::zoomInHandle(bool checked) { +RasterMainWidget::zoomInHandle(bool checked) { mMapConvas->selectTool(QString{"zoomin_tool"}); } void -MainWindow::zoomOutHandle(bool checked) { +RasterMainWidget::zoomOutHandle(bool checked) { mMapConvas->selectTool(QString{"zoomout_tool"}); } -void MainWindow::drawlineHandle(bool checked) +void RasterMainWidget::drawlineHandle(bool checked) { mMapConvas->selectTool("drawline_tool"); } void -MainWindow::tutorialHanle(bool checked) { +RasterMainWidget::tutorialHanle(bool checked) { if (!QDesktopServices::openUrl(tutorialUrl())) { QMessageBox::critical(dynamic_cast(this), "寮傚父", "鏈兘鎵撳紑绯荤粺娴忚鍣"); } } void -MainWindow::srcHandle(bool checked) { +RasterMainWidget::srcHandle(bool checked) { if (!QDesktopServices::openUrl(srcUrl())) { QMessageBox::critical(dynamic_cast(this), "寮傚父", "鏈兘鎵撳紑绯荤粺娴忚鍣"); } } void -MainWindow::sponsorHandle(bool checked) { +RasterMainWidget::sponsorHandle(bool checked) { auto *window = new SponsorWindow(dynamic_cast(this)); window->exec(); window->deleteLater(); } void -MainWindow::refreshHandle(bool checked) { +RasterMainWidget::refreshHandle(bool checked) { mMapConvas->refreshMap(); } void -MainWindow::selectHandle(bool checked) { +RasterMainWidget::selectHandle(bool checked) { mMapConvas->selectTool(QString{"select_tool"}); } void -MainWindow::centerChangedHandle(LAMPMainWidget::PointXY pos) { +RasterMainWidget::centerChangedHandle(LAMPMainWidget::PointXY pos) { mCenterText->setText(QString("lon:%1, lat:%2").arg(pos.x()).arg(pos.y())); } void -MainWindow::zoomChangedHandle(int zoom) { +RasterMainWidget::zoomChangedHandle(int zoom) { mZoomText->setText(QString("%1").arg(zoom)); mScaleText->setText(QString("1cm:%1m").arg(this->mMapConvas->scale())); } void -MainWindow::clickedHandle(LAMPMainWidget::PointXY pos) { +RasterMainWidget::clickedHandle(LAMPMainWidget::PointXY pos) { QString posText = QString("%1, %2").arg(pos.x()).arg(pos.y()); if (mSetLeftTop) { mUi->leftTopText->setText(posText); @@ -235,19 +265,19 @@ MainWindow::clickedHandle(LAMPMainWidget::PointXY pos) { } void -MainWindow::leftTopClickedHandle() { +RasterMainWidget::leftTopClickedHandle() { mSetLeftTop = true; mUi->selectAction->trigger(); } void -MainWindow::rightBottomClickedHandle() { +RasterMainWidget::rightBottomClickedHandle() { mSetLeftTop = false; mUi->selectAction->trigger(); } void -MainWindow::layerChanged(QListWidgetItem *current, QListWidgetItem *previous) { +RasterMainWidget::layerChanged(QListWidgetItem *current, QListWidgetItem *previous) { auto mapName = current->text(); if (!mMaps.contains(mapName)) { qDebug() << mapName << "涓嶆敮鎸"; @@ -275,29 +305,33 @@ MainWindow::layerChanged(QListWidgetItem *current, QListWidgetItem *previous) { } void -MainWindow::createDownloadTask() { +RasterMainWidget::createDownloadTask() { auto taskWindow = new TaskWindow(dynamic_cast(this)); taskWindow->exec(); taskWindow->deleteLater(); } void -MainWindow::changeTaskTable(int row, int col, QString text) { +RasterMainWidget::changeTaskTable(int row, int col, QString text) { mUi->taskTable->takeItem(row, col); mUi->taskTable->setItem(row, col, new QTableWidgetItem(text)); } -void MainWindow::on_drawArea_triggered() +void RasterMainWidget::on_drawArea_triggered() { mMapConvas->selectTool("drawarea_tool"); } -void MainWindow::on_addPlaneaction_triggered() +void RasterMainWidget::on_addPlaneaction_triggered() { mMapConvas->selectTool("addplane_tool"); } +QTableWidget* RasterMainWidget::getTaskTable() +{ + return this->mUi->taskTable; } +} diff --git a/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.h b/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.h new file mode 100644 index 0000000..cd178b3 --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.h @@ -0,0 +1,109 @@ +锘#pragma once +#include "LAMPMainWidgetAPI.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "QApplicationSettingManager.h" +#include "ToolBoxWidget.h" + +namespace Ui { + class RasterMainWidget; +} + +namespace LAMPMainWidget { + + class RasterMainWidget : public QMainWindow { + Q_OBJECT + + friend class TaskWindow; + friend class DownloadTask; + + public slots: + void changeTaskTable(int row, int col, QString text); + + public: + RasterMainWidget(QWidget* parent = nullptr); + ~RasterMainWidget() override; + + protected: + void setupWindow(); + void setupActions(); + void setupStatusBar(); + void setupLayers(); + void setupTaskWindow(); + void initMaps(); + void setRightToolbox(); + void initToolbox(); + + + protected: + /// 鍚勫澶勭悊鍑芥暟 + void panHandle(bool checked); + void zoomInHandle(bool checked); + void zoomOutHandle(bool checked); + void drawlineHandle(bool checked); + void tutorialHanle(bool checked); + void srcHandle(bool checked); + void sponsorHandle(bool checked); + void refreshHandle(bool checked); + void selectHandle(bool checked); + void zoomChangedHandle(int zoom); + void clickedHandle(PointXY pos); + void centerChangedHandle(PointXY pos); + void leftTopClickedHandle(); + void rightBottomClickedHandle(); + void createDownloadTask(); + void layerChanged(QListWidgetItem* current, QListWidgetItem* previous); + + + + private: + QWidget* spacerWiget(int width) const; + + protected: + static QString tutorialUrl(); + static QString srcUrl(); + + private slots: + void on_drawArea_triggered(); + + void on_addPlaneaction_triggered(); + + private: + Ui::RasterMainWidget* mUi; + MapCanvas* mMapConvas; + QLineEdit* mScaleText; + QLabel* mScaleLabel; + QLineEdit* mCenterText; + QLabel* mCenterLabel; + QLineEdit* mZoomText; + QLabel* mZoomLabel; + QActionGroup* mMapActionGroup; + bool mSetLeftTop; + QVector mLayerList; + PointXY mLeftTop; + PointXY mRightBottom; + + QDockWidget* toolboxDockWidget; + ToolBoxWidget* toolBoxWidget; + + + private: + static QHash mMaps; + + public: + QTableWidget* getTaskTable(); + + }; + +} + diff --git a/LAMPMainWidget/include/gui/mainwindow.ui b/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.ui similarity index 94% rename from LAMPMainWidget/include/gui/mainwindow.ui rename to RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.ui index 281d81c..0714264 100644 --- a/LAMPMainWidget/include/gui/mainwindow.ui +++ b/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.ui @@ -1,7 +1,7 @@ - MainWindow - + RasterMainWidget + true @@ -9,8 +9,8 @@ 0 0 - 1450 - 1000 + 810 + 637 @@ -202,8 +202,8 @@ 0 0 - 1450 - 23 + 810 + 22 @@ -298,7 +298,7 @@ true - + :/themes/mActionPan:/themes/mActionPan @@ -313,7 +313,7 @@ true - + :/themes/mActionZoomIn:/themes/mActionZoomIn @@ -328,7 +328,7 @@ true - + :/themes/mActionZoomOut:/themes/mActionZoomOut @@ -340,7 +340,7 @@ - + :/themes/mActionRefresh:/themes/mActionRefresh @@ -352,7 +352,7 @@ - + :/themes/mActionDownload:/themes/mActionDownload @@ -367,7 +367,7 @@ true - + :/themes/mActionSelect:/themes/mActionSelect @@ -404,7 +404,7 @@ true - + :/plane-red.png:/plane-red.png @@ -413,7 +413,8 @@ - + + diff --git a/LAMPMainWidget/crs.cpp b/RasterMainWidgetGUI/RasterMainWidget/crs.cpp similarity index 99% rename from LAMPMainWidget/crs.cpp rename to RasterMainWidgetGUI/RasterMainWidget/crs.cpp index d6bb947..55916a3 100644 --- a/LAMPMainWidget/crs.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/crs.cpp @@ -1,7 +1,7 @@ 锘//#include //#include // -//#include +//#include //#pragma execution_character_set("utf-8") // //namespace LAMPMainWidget { @@ -81,7 +81,7 @@ #include #include -#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/crs.h b/RasterMainWidgetGUI/RasterMainWidget/crs.h similarity index 97% rename from LAMPMainWidget/include/crs.h rename to RasterMainWidgetGUI/RasterMainWidget/crs.h index e5f8385..13e9373 100644 --- a/LAMPMainWidget/include/crs.h +++ b/RasterMainWidgetGUI/RasterMainWidget/crs.h @@ -3,7 +3,7 @@ #include #include -#include +#include namespace LAMPMainWidget { diff --git a/LAMPMainWidget/provider/tms/gaodenormalprovider.cpp b/RasterMainWidgetGUI/RasterMainWidget/gaodenormalprovider.cpp similarity index 91% rename from LAMPMainWidget/provider/tms/gaodenormalprovider.cpp rename to RasterMainWidgetGUI/RasterMainWidget/gaodenormalprovider.cpp index 2c8e07d..cdcdf7d 100644 --- a/LAMPMainWidget/provider/tms/gaodenormalprovider.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/gaodenormalprovider.cpp @@ -1,5 +1,5 @@ 锘#include -#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/provider/tms/gaodenormalprovider.h b/RasterMainWidgetGUI/RasterMainWidget/gaodenormalprovider.h similarity index 89% rename from LAMPMainWidget/include/provider/tms/gaodenormalprovider.h rename to RasterMainWidgetGUI/RasterMainWidget/gaodenormalprovider.h index b549f40..4538552 100644 --- a/LAMPMainWidget/include/provider/tms/gaodenormalprovider.h +++ b/RasterMainWidgetGUI/RasterMainWidget/gaodenormalprovider.h @@ -3,9 +3,9 @@ #include #include -#include -#include -#include +#include +#include +#include namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/provider/tms/gaodesatelliteprovider.h b/RasterMainWidgetGUI/RasterMainWidget/gaodesatelliteprovider.h similarity index 100% rename from LAMPMainWidget/include/provider/tms/gaodesatelliteprovider.h rename to RasterMainWidgetGUI/RasterMainWidget/gaodesatelliteprovider.h diff --git a/LAMPMainWidget/include/provider/tms/googlechinanormalprovider.h b/RasterMainWidgetGUI/RasterMainWidget/googlechinanormalprovider.h similarity index 100% rename from LAMPMainWidget/include/provider/tms/googlechinanormalprovider.h rename to RasterMainWidgetGUI/RasterMainWidget/googlechinanormalprovider.h diff --git a/LAMPMainWidget/include/provider/tms/googlechinasatelliteprovider.h b/RasterMainWidgetGUI/RasterMainWidget/googlechinasatelliteprovider.h similarity index 100% rename from LAMPMainWidget/include/provider/tms/googlechinasatelliteprovider.h rename to RasterMainWidgetGUI/RasterMainWidget/googlechinasatelliteprovider.h diff --git a/LAMPMainWidget/utils/imgwriter.cpp b/RasterMainWidgetGUI/RasterMainWidget/imgwriter.cpp similarity index 94% rename from LAMPMainWidget/utils/imgwriter.cpp rename to RasterMainWidgetGUI/RasterMainWidget/imgwriter.cpp index 2e281a4..906fda7 100644 --- a/LAMPMainWidget/utils/imgwriter.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/imgwriter.cpp @@ -2,7 +2,7 @@ #include #include -#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget diff --git a/LAMPMainWidget/include/utils/imgwriter.h b/RasterMainWidgetGUI/RasterMainWidget/imgwriter.h similarity index 100% rename from LAMPMainWidget/include/utils/imgwriter.h rename to RasterMainWidgetGUI/RasterMainWidget/imgwriter.h diff --git a/LAMPMainWidget/include/layerprovider.h b/RasterMainWidgetGUI/RasterMainWidget/layerprovider.h similarity index 100% rename from LAMPMainWidget/include/layerprovider.h rename to RasterMainWidgetGUI/RasterMainWidget/layerprovider.h diff --git a/LAMPMainWidget/maparea.cpp b/RasterMainWidgetGUI/RasterMainWidget/maparea.cpp similarity index 96% rename from LAMPMainWidget/maparea.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maparea.cpp index 3dba0d3..6dc95bd 100644 --- a/LAMPMainWidget/maparea.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maparea.cpp @@ -1,5 +1,5 @@ 锘#include "maparea.h" -#include "include/maplayer.h" +#include "maplayer.h" #include #include #pragma execution_character_set("utf-8") diff --git a/LAMPMainWidget/maparea.h b/RasterMainWidgetGUI/RasterMainWidget/maparea.h similarity index 100% rename from LAMPMainWidget/maparea.h rename to RasterMainWidgetGUI/RasterMainWidget/maparea.h diff --git a/LAMPMainWidget/mapautoplane.cpp b/RasterMainWidgetGUI/RasterMainWidget/mapautoplane.cpp similarity index 97% rename from LAMPMainWidget/mapautoplane.cpp rename to RasterMainWidgetGUI/RasterMainWidget/mapautoplane.cpp index 3557137..25e7899 100644 --- a/LAMPMainWidget/mapautoplane.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/mapautoplane.cpp @@ -1,5 +1,5 @@ 锘#include "mapautoplane.h" -#include "include/maplayer.h" +#include "maplayer.h" #include #include #pragma execution_character_set("utf-8") diff --git a/LAMPMainWidget/mapautoplane.h b/RasterMainWidgetGUI/RasterMainWidget/mapautoplane.h similarity index 100% rename from LAMPMainWidget/mapautoplane.h rename to RasterMainWidgetGUI/RasterMainWidget/mapautoplane.h diff --git a/LAMPMainWidget/mapcanvas.cpp b/RasterMainWidgetGUI/RasterMainWidget/mapcanvas.cpp similarity index 94% rename from LAMPMainWidget/mapcanvas.cpp rename to RasterMainWidgetGUI/RasterMainWidget/mapcanvas.cpp index d448995..0b2b783 100644 --- a/LAMPMainWidget/mapcanvas.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/mapcanvas.cpp @@ -1,15 +1,15 @@ 锘#include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "mapautoplane.h" #pragma execution_character_set("utf-8") @@ -77,7 +77,7 @@ MapCanvas::mouseReleaseEvent(QMouseEvent *event) { void MapCanvas::wheelEvent(QWheelEvent *event) { - int delta = event->delta() / 120; + int delta = event->angleDelta().y() / 120; int zoom = zoomValue(); zoom += delta; setZoomValue(zoom); diff --git a/LAMPMainWidget/include/mapcanvas.h b/RasterMainWidgetGUI/RasterMainWidget/mapcanvas.h similarity index 97% rename from LAMPMainWidget/include/mapcanvas.h rename to RasterMainWidgetGUI/RasterMainWidget/mapcanvas.h index 33a4695..c781e8d 100644 --- a/LAMPMainWidget/include/mapcanvas.h +++ b/RasterMainWidgetGUI/RasterMainWidget/mapcanvas.h @@ -14,10 +14,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include namespace LAMPMainWidget { class MapLayer; diff --git a/LAMPMainWidget/mapcanvasmap.cpp b/RasterMainWidgetGUI/RasterMainWidget/mapcanvasmap.cpp similarity index 89% rename from LAMPMainWidget/mapcanvasmap.cpp rename to RasterMainWidgetGUI/RasterMainWidget/mapcanvasmap.cpp index 998bac8..248701c 100644 --- a/LAMPMainWidget/mapcanvasmap.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/mapcanvasmap.cpp @@ -2,9 +2,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #pragma execution_character_set("utf-8") diff --git a/LAMPMainWidget/include/mapcanvasmap.h b/RasterMainWidgetGUI/RasterMainWidget/mapcanvasmap.h similarity index 100% rename from LAMPMainWidget/include/mapcanvasmap.h rename to RasterMainWidgetGUI/RasterMainWidget/mapcanvasmap.h diff --git a/LAMPMainWidget/maplayer.cpp b/RasterMainWidgetGUI/RasterMainWidget/maplayer.cpp similarity index 96% rename from LAMPMainWidget/maplayer.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maplayer.cpp index c98b07d..ca05d87 100644 --- a/LAMPMainWidget/maplayer.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maplayer.cpp @@ -1,7 +1,7 @@ 锘#include -#include -#include +#include +#include #include #pragma execution_character_set("utf-8") diff --git a/LAMPMainWidget/include/maplayer.h b/RasterMainWidgetGUI/RasterMainWidget/maplayer.h similarity index 97% rename from LAMPMainWidget/include/maplayer.h rename to RasterMainWidgetGUI/RasterMainWidget/maplayer.h index 88911cc..d07f03b 100644 --- a/LAMPMainWidget/include/maplayer.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maplayer.h @@ -4,9 +4,9 @@ #include #include -#include -#include -#include +#include +#include +#include namespace LAMPMainWidget { class MapCanvas; diff --git a/LAMPMainWidget/mapline.cpp b/RasterMainWidgetGUI/RasterMainWidget/mapline.cpp similarity index 96% rename from LAMPMainWidget/mapline.cpp rename to RasterMainWidgetGUI/RasterMainWidget/mapline.cpp index 4b4a611..781a402 100644 --- a/LAMPMainWidget/mapline.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/mapline.cpp @@ -1,5 +1,5 @@ 锘#include "mapline.h" -#include "include/maplayer.h" +#include "maplayer.h" #include #include #pragma execution_character_set("utf-8") diff --git a/LAMPMainWidget/mapline.h b/RasterMainWidgetGUI/RasterMainWidget/mapline.h similarity index 100% rename from LAMPMainWidget/mapline.h rename to RasterMainWidgetGUI/RasterMainWidget/mapline.h diff --git a/LAMPMainWidget/maptool.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptool.cpp similarity index 65% rename from LAMPMainWidget/maptool.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptool.cpp index aaeffea..720308d 100644 --- a/LAMPMainWidget/maptool.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptool.cpp @@ -1,5 +1,5 @@ -锘#include -#include +锘#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/maptool.h b/RasterMainWidgetGUI/RasterMainWidget/maptool.h similarity index 100% rename from LAMPMainWidget/include/maptool.h rename to RasterMainWidgetGUI/RasterMainWidget/maptool.h diff --git a/LAMPMainWidget/tools/maptooladdplane.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptooladdplane.cpp similarity index 90% rename from LAMPMainWidget/tools/maptooladdplane.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptooladdplane.cpp index 27933d2..71bfa7c 100644 --- a/LAMPMainWidget/tools/maptooladdplane.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptooladdplane.cpp @@ -1,6 +1,6 @@ -锘#include "include/tools/maptooladdplane.h" -#include "include/mapcanvas.h" -#include "include/maplayer.h" +锘#include "maptooladdplane.h" +#include "mapcanvas.h" +#include "maplayer.h" #include "mapautoplane.h" #pragma execution_character_set("utf-8") diff --git a/LAMPMainWidget/include/tools/maptooladdplane.h b/RasterMainWidgetGUI/RasterMainWidget/maptooladdplane.h similarity index 95% rename from LAMPMainWidget/include/tools/maptooladdplane.h rename to RasterMainWidgetGUI/RasterMainWidget/maptooladdplane.h index 1495a70..fd33105 100644 --- a/LAMPMainWidget/include/tools/maptooladdplane.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maptooladdplane.h @@ -1,6 +1,6 @@ 锘#ifndef MAPTOOLADDPLANE_H #define MAPTOOLADDPLANE_H -#include "include/maptool.h" +#include "maptool.h" #include namespace LAMPMainWidget{ class MapAutoplane; diff --git a/LAMPMainWidget/tools/maptooldrawarea.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawarea.cpp similarity index 91% rename from LAMPMainWidget/tools/maptooldrawarea.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptooldrawarea.cpp index 43554fa..5f1beda 100644 --- a/LAMPMainWidget/tools/maptooldrawarea.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawarea.cpp @@ -1,7 +1,7 @@ -锘#include "include/tools/maptooldrawarea.h" -#include "include/mapcanvas.h" +锘#include "maptooldrawarea.h" +#include "mapcanvas.h" #include "maparea.h" -#include "include/maplayer.h" +#include "maplayer.h" #pragma execution_character_set("utf-8") void LAMPMainWidget::MapToolDrawarea::execute(QMouseEvent *event) diff --git a/LAMPMainWidget/include/tools/maptooldrawarea.h b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawarea.h similarity index 94% rename from LAMPMainWidget/include/tools/maptooldrawarea.h rename to RasterMainWidgetGUI/RasterMainWidget/maptooldrawarea.h index b5b53ed..1656045 100644 --- a/LAMPMainWidget/include/tools/maptooldrawarea.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawarea.h @@ -1,6 +1,6 @@ 锘#ifndef MAPTOOLDRAWAREA_H #define MAPTOOLDRAWAREA_H -#include +#include namespace LAMPMainWidget{ class MapCanvas; class Maparea; diff --git a/LAMPMainWidget/tools/maptooldrawline.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawline.cpp similarity index 92% rename from LAMPMainWidget/tools/maptooldrawline.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptooldrawline.cpp index 11838bb..031ffe5 100644 --- a/LAMPMainWidget/tools/maptooldrawline.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawline.cpp @@ -1,9 +1,9 @@ -锘#include "include/tools/maptooldrawline.h" +锘#include "maptooldrawline.h" #include #include "mapline.h" -#include "include/mapcanvas.h" -#include "include/maplayer.h" +#include "mapcanvas.h" +#include "maplayer.h" #pragma execution_character_set("utf-8") void LAMPMainWidget::MapToolDrawline::execute(QMouseEvent *event) diff --git a/LAMPMainWidget/include/tools/maptooldrawline.h b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawline.h similarity index 95% rename from LAMPMainWidget/include/tools/maptooldrawline.h rename to RasterMainWidgetGUI/RasterMainWidget/maptooldrawline.h index 4e514f3..da11fa4 100644 --- a/LAMPMainWidget/include/tools/maptooldrawline.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maptooldrawline.h @@ -2,7 +2,7 @@ #define MAPTOOLDRAWLINE_H -#include +#include namespace LAMPMainWidget { class Mapline; diff --git a/LAMPMainWidget/tools/maptoolpan.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptoolpan.cpp similarity index 91% rename from LAMPMainWidget/tools/maptoolpan.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptoolpan.cpp index 7a49a62..8c73610 100644 --- a/LAMPMainWidget/tools/maptoolpan.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolpan.cpp @@ -1,7 +1,7 @@ 锘#include -#include -#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/tools/maptoolpan.h b/RasterMainWidgetGUI/RasterMainWidget/maptoolpan.h similarity index 89% rename from LAMPMainWidget/include/tools/maptoolpan.h rename to RasterMainWidgetGUI/RasterMainWidget/maptoolpan.h index 54cd663..3549e1c 100644 --- a/LAMPMainWidget/include/tools/maptoolpan.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolpan.h @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include namespace LAMPMainWidget { /** diff --git a/LAMPMainWidget/tools/maptoolselect.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptoolselect.cpp similarity index 93% rename from LAMPMainWidget/tools/maptoolselect.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptoolselect.cpp index 673b518..2aa774e 100644 --- a/LAMPMainWidget/tools/maptoolselect.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolselect.cpp @@ -1,6 +1,6 @@ 锘#include -#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget diff --git a/LAMPMainWidget/include/tools/maptoolselect.h b/RasterMainWidgetGUI/RasterMainWidget/maptoolselect.h similarity index 89% rename from LAMPMainWidget/include/tools/maptoolselect.h rename to RasterMainWidgetGUI/RasterMainWidget/maptoolselect.h index 346f0bf..9056639 100644 --- a/LAMPMainWidget/include/tools/maptoolselect.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolselect.h @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include namespace LAMPMainWidget { /** diff --git a/LAMPMainWidget/tools/maptoolzoomin.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomin.cpp similarity index 86% rename from LAMPMainWidget/tools/maptoolzoomin.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptoolzoomin.cpp index 5070ec8..1f53276 100644 --- a/LAMPMainWidget/tools/maptoolzoomin.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomin.cpp @@ -1,8 +1,8 @@ 锘#include #include -#include -#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/tools/maptoolzoomin.h b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomin.h similarity index 88% rename from LAMPMainWidget/include/tools/maptoolzoomin.h rename to RasterMainWidgetGUI/RasterMainWidget/maptoolzoomin.h index 0aee88b..1aadb96 100644 --- a/LAMPMainWidget/include/tools/maptoolzoomin.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomin.h @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include namespace LAMPMainWidget { /** diff --git a/LAMPMainWidget/tools/maptoolzoomout.cpp b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomout.cpp similarity index 86% rename from LAMPMainWidget/tools/maptoolzoomout.cpp rename to RasterMainWidgetGUI/RasterMainWidget/maptoolzoomout.cpp index df22f61..a6781b0 100644 --- a/LAMPMainWidget/tools/maptoolzoomout.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomout.cpp @@ -1,7 +1,7 @@ 锘#include -#include -#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget diff --git a/LAMPMainWidget/include/tools/maptoolzoomout.h b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomout.h similarity index 88% rename from LAMPMainWidget/include/tools/maptoolzoomout.h rename to RasterMainWidgetGUI/RasterMainWidget/maptoolzoomout.h index db1028b..58fb284 100644 --- a/LAMPMainWidget/include/tools/maptoolzoomout.h +++ b/RasterMainWidgetGUI/RasterMainWidget/maptoolzoomout.h @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include namespace LAMPMainWidget { /** diff --git a/LAMPMainWidget/utils/network.cpp b/RasterMainWidgetGUI/RasterMainWidget/network.cpp similarity index 98% rename from LAMPMainWidget/utils/network.cpp rename to RasterMainWidgetGUI/RasterMainWidget/network.cpp index a57f96b..f4586e4 100644 --- a/LAMPMainWidget/utils/network.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/network.cpp @@ -1,6 +1,6 @@ 锘#include -#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/utils/network.h b/RasterMainWidgetGUI/RasterMainWidget/network.h similarity index 100% rename from LAMPMainWidget/include/utils/network.h rename to RasterMainWidgetGUI/RasterMainWidget/network.h diff --git a/LAMPMainWidget/provider/tms/ostnormalprovider.cpp b/RasterMainWidgetGUI/RasterMainWidget/ostnormalprovider.cpp similarity index 90% rename from LAMPMainWidget/provider/tms/ostnormalprovider.cpp rename to RasterMainWidgetGUI/RasterMainWidget/ostnormalprovider.cpp index b69fe50..6581e15 100644 --- a/LAMPMainWidget/provider/tms/ostnormalprovider.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/ostnormalprovider.cpp @@ -1,5 +1,5 @@ 锘#include -#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/provider/tms/ostnormalprovider.h b/RasterMainWidgetGUI/RasterMainWidget/ostnormalprovider.h similarity index 89% rename from LAMPMainWidget/include/provider/tms/ostnormalprovider.h rename to RasterMainWidgetGUI/RasterMainWidget/ostnormalprovider.h index d4f36e5..6308b6a 100644 --- a/LAMPMainWidget/include/provider/tms/ostnormalprovider.h +++ b/RasterMainWidgetGUI/RasterMainWidget/ostnormalprovider.h @@ -2,9 +2,9 @@ #include -#include -#include -#include +#include +#include +#include namespace LAMPMainWidget { diff --git a/LAMPMainWidget/pointxy.cpp b/RasterMainWidgetGUI/RasterMainWidget/pointxy.cpp similarity index 93% rename from LAMPMainWidget/pointxy.cpp rename to RasterMainWidgetGUI/RasterMainWidget/pointxy.cpp index 0f71253..d573d0b 100644 --- a/LAMPMainWidget/pointxy.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/pointxy.cpp @@ -2,8 +2,8 @@ #include #include -#include -#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/pointxy.h b/RasterMainWidgetGUI/RasterMainWidget/pointxy.h similarity index 100% rename from LAMPMainWidget/include/pointxy.h rename to RasterMainWidgetGUI/RasterMainWidget/pointxy.h diff --git a/LAMPMainWidget/proj.db b/RasterMainWidgetGUI/RasterMainWidget/proj.db similarity index 100% rename from LAMPMainWidget/proj.db rename to RasterMainWidgetGUI/RasterMainWidget/proj.db diff --git a/LAMPMainWidget/gui/sponsorwindow.cpp b/RasterMainWidgetGUI/RasterMainWidget/sponsorwindow.cpp similarity index 97% rename from LAMPMainWidget/gui/sponsorwindow.cpp rename to RasterMainWidgetGUI/RasterMainWidget/sponsorwindow.cpp index 48aeedb..ecaf63f 100644 --- a/LAMPMainWidget/gui/sponsorwindow.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/sponsorwindow.cpp @@ -2,7 +2,7 @@ #include #include -#include +#include #pragma execution_character_set("utf-8") SponsorWindow::SponsorWindow(QWidget *parent) : diff --git a/LAMPMainWidget/include/gui/sponsorwindow.h b/RasterMainWidgetGUI/RasterMainWidget/sponsorwindow.h similarity index 100% rename from LAMPMainWidget/include/gui/sponsorwindow.h rename to RasterMainWidgetGUI/RasterMainWidget/sponsorwindow.h diff --git a/LAMPMainWidget/include/gui/sponsorwindow.ui b/RasterMainWidgetGUI/RasterMainWidget/sponsorwindow.ui similarity index 100% rename from LAMPMainWidget/include/gui/sponsorwindow.ui rename to RasterMainWidgetGUI/RasterMainWidget/sponsorwindow.ui diff --git a/LAMPMainWidget/gui/taskwindow.cpp b/RasterMainWidgetGUI/RasterMainWidget/taskwindow.cpp similarity index 93% rename from LAMPMainWidget/gui/taskwindow.cpp rename to RasterMainWidgetGUI/RasterMainWidget/taskwindow.cpp index b9af95a..7c23a78 100644 --- a/LAMPMainWidget/gui/taskwindow.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/taskwindow.cpp @@ -5,12 +5,14 @@ #include #include #include +#include +#include "ui_taskwindow.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget @@ -97,7 +99,7 @@ namespace LAMPMainWidget TaskWindow::TaskWindow(QWidget* parent) : mUi(new Ui::TaskWindow), - mParent(dynamic_cast(parent)), + mParent(dynamic_cast(parent)), mSavePath(), QDialog(parent) { @@ -150,8 +152,11 @@ namespace LAMPMainWidget auto savePath = QDir::toNativeSeparators(mSavePath); auto extent = QRectF(QPointF(mParent->mLeftTop.x(), mParent->mLeftTop.y()), QPointF(mParent->mRightBottom.x(), mParent->mRightBottom.y())); - auto tileInfo = TaskInfo{mTaskName, savePath, extent, - mZoomValue, mParent->mMapConvas->currentLayer(),mParent->mUi->taskTable}; + auto tileInfo = TaskInfo{ mTaskName, savePath, extent, + mZoomValue, + mParent->mMapConvas->currentLayer(), + mParent->getTaskTable() + /*mParent->mUi->taskTable*/}; auto task = new DownloadTask(tileInfo); QThreadPool::globalInstance()->start(task); diff --git a/LAMPMainWidget/include/gui/taskwindow.h b/RasterMainWidgetGUI/RasterMainWidget/taskwindow.h similarity index 89% rename from LAMPMainWidget/include/gui/taskwindow.h rename to RasterMainWidgetGUI/RasterMainWidget/taskwindow.h index 9245e12..86ce6d8 100644 --- a/LAMPMainWidget/include/gui/taskwindow.h +++ b/RasterMainWidgetGUI/RasterMainWidget/taskwindow.h @@ -1,14 +1,14 @@ 锘#pragma once +#include "LAMPMainWidgetAPI.h" -#include "ui_taskwindow.h" #include #include #include #include -#include -#include -#include +#include "RasterMainWidget.h" +#include "layerprovider.h" +#include "pointxy.h" namespace Ui{ class TaskWindow; @@ -66,7 +66,7 @@ class TaskWindow: public QDialog{ private: Ui::TaskWindow *mUi; - MainWindow *mParent; + RasterMainWidget *mParent; QString mSavePath; QString mTaskName; diff --git a/LAMPMainWidget/include/gui/taskwindow.ui b/RasterMainWidgetGUI/RasterMainWidget/taskwindow.ui similarity index 100% rename from LAMPMainWidget/include/gui/taskwindow.ui rename to RasterMainWidgetGUI/RasterMainWidget/taskwindow.ui diff --git a/LAMPMainWidget/layer/tmslayer.cpp b/RasterMainWidgetGUI/RasterMainWidget/tmslayer.cpp similarity index 95% rename from LAMPMainWidget/layer/tmslayer.cpp rename to RasterMainWidgetGUI/RasterMainWidget/tmslayer.cpp index 26f6026..cfe6180 100644 --- a/LAMPMainWidget/layer/tmslayer.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/tmslayer.cpp @@ -3,9 +3,9 @@ #include #include -#include -#include -#include +#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/layer/tmslayer.h b/RasterMainWidgetGUI/RasterMainWidget/tmslayer.h similarity index 91% rename from LAMPMainWidget/include/layer/tmslayer.h rename to RasterMainWidgetGUI/RasterMainWidget/tmslayer.h index 7cd158b..75f97be 100644 --- a/LAMPMainWidget/include/layer/tmslayer.h +++ b/RasterMainWidgetGUI/RasterMainWidget/tmslayer.h @@ -3,10 +3,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include namespace LAMPMainWidget { diff --git a/LAMPMainWidget/provider/tmsprovider.cpp b/RasterMainWidgetGUI/RasterMainWidget/tmsprovider.cpp similarity index 98% rename from LAMPMainWidget/provider/tmsprovider.cpp rename to RasterMainWidgetGUI/RasterMainWidget/tmsprovider.cpp index 4153350..c2ca055 100644 --- a/LAMPMainWidget/provider/tmsprovider.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/tmsprovider.cpp @@ -5,8 +5,8 @@ #include #include -#include -#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget diff --git a/LAMPMainWidget/include/provider/tmsprovider.h b/RasterMainWidgetGUI/RasterMainWidget/tmsprovider.h similarity index 98% rename from LAMPMainWidget/include/provider/tmsprovider.h rename to RasterMainWidgetGUI/RasterMainWidget/tmsprovider.h index b93300f..2687cb3 100644 --- a/LAMPMainWidget/include/provider/tmsprovider.h +++ b/RasterMainWidgetGUI/RasterMainWidget/tmsprovider.h @@ -10,8 +10,8 @@ #include #include -#include -#include +#include +#include namespace LAMPMainWidget { diff --git a/LAMPMainWidget/provider/tms/tmsproviderfactory.cpp b/RasterMainWidgetGUI/RasterMainWidget/tmsproviderfactory.cpp similarity index 83% rename from LAMPMainWidget/provider/tms/tmsproviderfactory.cpp rename to RasterMainWidgetGUI/RasterMainWidget/tmsproviderfactory.cpp index 90e59e2..c0f58bf 100644 --- a/LAMPMainWidget/provider/tms/tmsproviderfactory.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/tmsproviderfactory.cpp @@ -1,6 +1,6 @@ -锘#include -#include -#include +锘#include +#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget { diff --git a/LAMPMainWidget/include/provider/tms/tmsproviderfactory.h b/RasterMainWidgetGUI/RasterMainWidget/tmsproviderfactory.h similarity index 92% rename from LAMPMainWidget/include/provider/tms/tmsproviderfactory.h rename to RasterMainWidgetGUI/RasterMainWidget/tmsproviderfactory.h index 3be2a67..dcb4a27 100644 --- a/LAMPMainWidget/include/provider/tms/tmsproviderfactory.h +++ b/RasterMainWidgetGUI/RasterMainWidget/tmsproviderfactory.h @@ -2,7 +2,7 @@ #include -#include +#include namespace LAMPMainWidget { /** diff --git a/LAMPMainWidget/crs/webmercator.cpp b/RasterMainWidgetGUI/RasterMainWidget/webmercator.cpp similarity index 98% rename from LAMPMainWidget/crs/webmercator.cpp rename to RasterMainWidgetGUI/RasterMainWidget/webmercator.cpp index 9a4887f..d40cad2 100644 --- a/LAMPMainWidget/crs/webmercator.cpp +++ b/RasterMainWidgetGUI/RasterMainWidget/webmercator.cpp @@ -1,5 +1,5 @@ -锘#include -#include +锘#include +#include #pragma execution_character_set("utf-8") namespace LAMPMainWidget diff --git a/LAMPMainWidget/include/crs/webmercator.h b/RasterMainWidgetGUI/RasterMainWidget/webmercator.h similarity index 95% rename from LAMPMainWidget/include/crs/webmercator.h rename to RasterMainWidgetGUI/RasterMainWidget/webmercator.h index 25cbc41..8d90e37 100644 --- a/LAMPMainWidget/include/crs/webmercator.h +++ b/RasterMainWidgetGUI/RasterMainWidget/webmercator.h @@ -3,8 +3,8 @@ #include #include -#include -#include +#include +#include namespace LAMPMainWidget { diff --git a/RasterMainWidgetGUI/RasterMainWidgetGUI.qrc b/RasterMainWidgetGUI/RasterMainWidgetGUI.qrc new file mode 100644 index 0000000..6d4ff9d --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidgetGUI.qrc @@ -0,0 +1,14 @@ + + + resource/plane-black.png + resource/plane-red.png + + + resource/theme/mActionDownload.svg + resource/theme/mActionPan.svg + resource/theme/mActionRefresh.svg + resource/theme/mActionSelect.svg + resource/theme/mActionZoomIn.svg + resource/theme/mActionZoomOut.svg + + diff --git a/LAMPMainWidget/LAMPMainWidget.sqlite b/RasterMainWidgetGUI/RasterMainWidgetGUI.sqlite similarity index 100% rename from LAMPMainWidget/LAMPMainWidget.sqlite rename to RasterMainWidgetGUI/RasterMainWidgetGUI.sqlite diff --git a/RasterMainWidgetGUI/RasterMainWidgetGUI.vcxproj b/RasterMainWidgetGUI/RasterMainWidgetGUI.vcxproj new file mode 100644 index 0000000..f19a881 --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidgetGUI.vcxproj @@ -0,0 +1,193 @@ +锘 + + + + Debug + x64 + + + Release + x64 + + + + {E56B3878-A3DC-41A4-ABF3-B628816D0D64} + QtVS_v304 + 10.0 + 10.0 + $(MSBuildProjectDirectory)\QtMsBuild + + + + Application + v143 + true + Unicode + + + DynamicLibrary + v143 + false + true + Unicode + + + + + + + tools_qt5 + core;gui;widgets + debug + + + tools_qt5 + core;xml;sql;gui;help;xmlpatterns;widgets;location;bluetooth;printsupport;dbus;charts;datavisualization + release + + + + + + + + + + + + + + + + + + + .;.\RasterMainWidget;..\LAMPSARProcessProgram;..\LAMPSARProcessProgram\ToolBoxManager;..\BaseCommonLibrary;..\BaseCommonLibrary\BaseTool;..\BaseCommonLibrary\ToolAbstract;..\GPUBaseLib\GPUTool;..\GPUBaseLib;..\RasterMainWidgetGUI;..\RasterMainWidgetGUI\RasterMainWidget;$(IncludePath) + true + + + + _CRT_SECURE_NO_WARNINGS;_SILENCE_NONFLOATING_COMPLEX_DEPRECATION_WARNING;RASTERMAINWIDGETGUI_LIB;%(PreprocessorDefinitions) + + + + + true + Level3 + true + true + + + Windows + true + + + + + true + Level3 + true + true + true + true + + + Console + DebugFull + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {872ecd6f-30e3-4a1b-b17c-15e87d373ff6} + + + {b8b40c54-f7fe-4809-b6fb-8bc014570d7b} + + + {7ef67daa-dbc0-4b7f-80e8-11b4d2cb7ec2} + + + + + + + + + \ No newline at end of file diff --git a/RasterMainWidgetGUI/RasterMainWidgetGUI.vcxproj.filters b/RasterMainWidgetGUI/RasterMainWidgetGUI.vcxproj.filters new file mode 100644 index 0000000..da23fa3 --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidgetGUI.vcxproj.filters @@ -0,0 +1,242 @@ +锘 + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + qml;cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + qrc;rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {99349809-55BA-4b9d-BF79-8FDBB0286EB3} + ui + + + {639EADAA-A684-42e4-A9AD-28FC9BCB8F7C} + ts + + + + + Resource Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + + + + Form Files + + + Form Files + + + Form Files + + + \ No newline at end of file diff --git a/RasterMainWidgetGUI/RasterMainWidgetGUIAPI.h b/RasterMainWidgetGUI/RasterMainWidgetGUIAPI.h new file mode 100644 index 0000000..c6c2a0c --- /dev/null +++ b/RasterMainWidgetGUI/RasterMainWidgetGUIAPI.h @@ -0,0 +1,11 @@ +#pragma once + +#include + + +# ifdef RASTERMAINWIDGETGUI_LIB +# define RASTERMAINWIDGETGUI_EXPORT Q_DECL_EXPORT +# else +# define RASTERMAINWIDGETGUI_EXPORT Q_DECL_IMPORT +# endif + \ No newline at end of file diff --git a/RasterMainWidgetGUI/main.cpp b/RasterMainWidgetGUI/main.cpp new file mode 100644 index 0000000..742dbf2 --- /dev/null +++ b/RasterMainWidgetGUI/main.cpp @@ -0,0 +1,9 @@ +#include "LAMPMainWidgetRunProgram.h" +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + RasterMainWidgetRun(); + return a.exec(); +} diff --git a/RasterMainWidgetGUI/proj.db b/RasterMainWidgetGUI/proj.db new file mode 100644 index 0000000..05c2119 Binary files /dev/null and b/RasterMainWidgetGUI/proj.db differ diff --git a/LAMPMainWidget/resources/plane-black.png b/RasterMainWidgetGUI/resource/plane-black.png similarity index 100% rename from LAMPMainWidget/resources/plane-black.png rename to RasterMainWidgetGUI/resource/plane-black.png diff --git a/LAMPMainWidget/resources/plane-red.png b/RasterMainWidgetGUI/resource/plane-red.png similarity index 100% rename from LAMPMainWidget/resources/plane-red.png rename to RasterMainWidgetGUI/resource/plane-red.png diff --git a/LAMPMainWidget/resources/theme/mActionDownload.svg b/RasterMainWidgetGUI/resource/theme/mActionDownload.svg similarity index 100% rename from LAMPMainWidget/resources/theme/mActionDownload.svg rename to RasterMainWidgetGUI/resource/theme/mActionDownload.svg diff --git a/LAMPMainWidget/resources/theme/mActionPan.svg b/RasterMainWidgetGUI/resource/theme/mActionPan.svg similarity index 100% rename from LAMPMainWidget/resources/theme/mActionPan.svg rename to RasterMainWidgetGUI/resource/theme/mActionPan.svg diff --git a/LAMPMainWidget/resources/theme/mActionRefresh.svg b/RasterMainWidgetGUI/resource/theme/mActionRefresh.svg similarity index 100% rename from LAMPMainWidget/resources/theme/mActionRefresh.svg rename to RasterMainWidgetGUI/resource/theme/mActionRefresh.svg diff --git a/LAMPMainWidget/resources/theme/mActionSelect.svg b/RasterMainWidgetGUI/resource/theme/mActionSelect.svg similarity index 100% rename from LAMPMainWidget/resources/theme/mActionSelect.svg rename to RasterMainWidgetGUI/resource/theme/mActionSelect.svg diff --git a/LAMPMainWidget/resources/theme/mActionZoomIn.svg b/RasterMainWidgetGUI/resource/theme/mActionZoomIn.svg similarity index 100% rename from LAMPMainWidget/resources/theme/mActionZoomIn.svg rename to RasterMainWidgetGUI/resource/theme/mActionZoomIn.svg diff --git a/LAMPMainWidget/resources/theme/mActionZoomOut.svg b/RasterMainWidgetGUI/resource/theme/mActionZoomOut.svg similarity index 100% rename from LAMPMainWidget/resources/theme/mActionZoomOut.svg rename to RasterMainWidgetGUI/resource/theme/mActionZoomOut.svg diff --git a/Toolbox/BaseToolbox/BaseToolbox.cpp b/Toolbox/BaseToolbox/BaseToolbox.cpp index 0a22e44..ab79da0 100644 --- a/Toolbox/BaseToolbox/BaseToolbox.cpp +++ b/Toolbox/BaseToolbox/BaseToolbox.cpp @@ -1,5 +1,118 @@ #include "BaseToolbox.h" +#include "QToolAbstract.h" +#include "QImportGF3StripL1ADataset.h" +#include "QComplex2AmpPhase.h" +#include "QRDOrthProcessClass.h" +#include "QOrthSlrRaster.h" +#include "QMergeRasterProcessDialog.h" +#include "RasterMainWidget.h" +#include "ToolBoxWidget.h" -BaseToolbox::BaseToolbox() + + + +GF3ImportDataToolButton::GF3ImportDataToolButton(QWidget* parent) :QToolAbstract(parent) +{ + this->toolPath = QVector(0); + this->toolPath.push_back(u8"数据导入导出"); + this->toolname = QString(u8"导入GF3条带"); +} + +GF3ImportDataToolButton::~GF3ImportDataToolButton() { } + +void GF3ImportDataToolButton::excute() +{ + QImportGF3StripL1ADataset* dialog = new QImportGF3StripL1ADataset(); + dialog->show(); +} + +Complex2AmpPhaseToolButton::Complex2AmpPhaseToolButton(QWidget* parent) :QToolAbstract(parent) +{ + this->toolPath = QVector(0); + this->toolPath.push_back(u8"基础处理"); + this->toolname = QString(u8"复数据转换"); +} + +Complex2AmpPhaseToolButton::~Complex2AmpPhaseToolButton() +{ +} + +void Complex2AmpPhaseToolButton::excute() +{ + QComplex2AmpPhase* dialog = new QComplex2AmpPhase(); + dialog->show(); + +} + +QRDOrthProcessClassToolButton::QRDOrthProcessClassToolButton(QWidget* parent) :QToolAbstract(parent) +{ + this->toolPath = QVector(0); + this->toolPath.push_back(u8"基础处理"); + this->toolname = QString(u8"创建查找表"); +} + +QRDOrthProcessClassToolButton::~QRDOrthProcessClassToolButton() +{ +} + +void QRDOrthProcessClassToolButton::excute() +{ + QRDOrthProcessClass* dialog = new QRDOrthProcessClass(); + dialog->show(); +} + +QOrthSlrRasterToolButton::QOrthSlrRasterToolButton(QWidget* parent) :QToolAbstract(parent) +{ + this->toolPath = QVector(0); + this->toolPath.push_back(u8"基础处理"); + this->toolname = QString(u8"图像正射"); +} + +QOrthSlrRasterToolButton::~QOrthSlrRasterToolButton() +{ +} + +void QOrthSlrRasterToolButton::excute() +{ + QOrthSlrRaster* dialog = new QOrthSlrRaster(); + dialog->show(); +} + +MergeRasterProcessToolButton::MergeRasterProcessToolButton(QWidget* parent) :QToolAbstract(parent) +{ + this->toolPath = QVector(0); + this->toolPath.push_back(u8"基础处理"); + this->toolname = QString(u8"图像合并"); +} + +MergeRasterProcessToolButton::~MergeRasterProcessToolButton() +{ +} + +void MergeRasterProcessToolButton::excute() +{ + QMergeRasterProcessDialog* dialog = new QMergeRasterProcessDialog(); + dialog->show(); +} + + + +void RegisterPreToolBox(LAMPMainWidget::RasterMainWidget* mainwindows, ToolBoxWidget* toolbox) +{ + GF3ImportDataToolButton* items1 = new GF3ImportDataToolButton(toolbox); + Complex2AmpPhaseToolButton* items2 = new Complex2AmpPhaseToolButton(toolbox); + QRDOrthProcessClassToolButton* items3 = new QRDOrthProcessClassToolButton(toolbox); + QOrthSlrRasterToolButton* items4 = new QOrthSlrRasterToolButton(toolbox); + MergeRasterProcessToolButton* items5 = new MergeRasterProcessToolButton(toolbox); + + + emit toolbox->addBoxToolItemSIGNAL(items1); + emit toolbox->addBoxToolItemSIGNAL(items2); + emit toolbox->addBoxToolItemSIGNAL(items3); + emit toolbox->addBoxToolItemSIGNAL(items4); + emit toolbox->addBoxToolItemSIGNAL(items5); + + +} diff --git a/Toolbox/BaseToolbox/BaseToolbox.h b/Toolbox/BaseToolbox/BaseToolbox.h index 80fb88b..0d579c2 100644 --- a/Toolbox/BaseToolbox/BaseToolbox.h +++ b/Toolbox/BaseToolbox/BaseToolbox.h @@ -1,9 +1,69 @@ #pragma once #include "basetoolbox_global.h" +#include "QToolAbstract.h" -class BASETOOLBOX_EXPORT BaseToolbox -{ +namespace LAMPMainWidget { + class RasterMainWidget; +} + +class ToolBoxWidget; + + +class BASETOOLBOX_EXPORT GF3ImportDataToolButton : public QToolAbstract { + Q_OBJECT public: - BaseToolbox(); + GF3ImportDataToolButton(QWidget* parent = nullptr); + ~GF3ImportDataToolButton(); +public slots: + virtual void excute() override; + }; + +class BASETOOLBOX_EXPORT Complex2AmpPhaseToolButton : public QToolAbstract { + Q_OBJECT +public: + Complex2AmpPhaseToolButton(QWidget* parent = nullptr); + ~Complex2AmpPhaseToolButton(); +public slots: + + virtual void excute() override; + +}; + +class BASETOOLBOX_EXPORT QRDOrthProcessClassToolButton : public QToolAbstract { + Q_OBJECT +public: + QRDOrthProcessClassToolButton(QWidget* parent = nullptr); + ~QRDOrthProcessClassToolButton(); +public slots: + + virtual void excute() override; + +}; + +class BASETOOLBOX_EXPORT QOrthSlrRasterToolButton : public QToolAbstract { + Q_OBJECT +public: + QOrthSlrRasterToolButton(QWidget* parent = nullptr); + ~QOrthSlrRasterToolButton(); +public slots: + virtual void excute() override; + +}; + +class BASETOOLBOX_EXPORT MergeRasterProcessToolButton : public QToolAbstract { + Q_OBJECT +public: + MergeRasterProcessToolButton(QWidget* parent = nullptr); + ~MergeRasterProcessToolButton(); +public slots: + virtual void excute() override; + +}; + + + + + +extern "C" BASETOOLBOX_EXPORT void RegisterPreToolBox(LAMPMainWidget::RasterMainWidget* mainwindows, ToolBoxWidget* toolbox); diff --git a/Toolbox/BaseToolbox/BaseToolbox.vcxproj b/Toolbox/BaseToolbox/BaseToolbox.vcxproj index 92e977f..6fd349b 100644 --- a/Toolbox/BaseToolbox/BaseToolbox.vcxproj +++ b/Toolbox/BaseToolbox/BaseToolbox.vcxproj @@ -62,7 +62,7 @@ - ..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;$(VC_IncludePath);$(WindowsSDK_IncludePath) + ..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;.\BaseToolbox;..\..\RasterMainWidgetGUI\RasterMainWidget;..\..\RasterMainWidgetGUI;..\..\LAMPSARProcessProgram;$(VC_IncludePath);$(WindowsSDK_IncludePath) $(SolutionDir)$(Platform)\$(Configuration)\Toolbox\ PluginTool_$(ProjectName) @@ -70,6 +70,8 @@ true true + stdcpp14 + stdc11 @@ -109,6 +111,7 @@ + @@ -123,6 +126,7 @@ + @@ -136,6 +140,7 @@ + @@ -143,9 +148,15 @@ {872ecd6f-30e3-4a1b-b17c-15e87d373ff6} + + {b8b40c54-f7fe-4809-b6fb-8bc014570d7b} + {7ef67daa-dbc0-4b7f-80e8-11b4d2cb7ec2} + + {e56b3878-a3dc-41a4-abf3-b628816d0d64} + diff --git a/Toolbox/BaseToolbox/BaseToolbox.vcxproj.filters b/Toolbox/BaseToolbox/BaseToolbox.vcxproj.filters index 2b8a698..cf483aa 100644 --- a/Toolbox/BaseToolbox/BaseToolbox.vcxproj.filters +++ b/Toolbox/BaseToolbox/BaseToolbox.vcxproj.filters @@ -29,9 +29,6 @@ Header Files - - Header Files - Source Files @@ -91,6 +88,9 @@ BaseToolbox + + BaseToolbox + @@ -111,6 +111,12 @@ BaseToolbox + + Header Files + + + BaseToolbox + @@ -131,5 +137,8 @@ BaseToolbox + + BaseToolbox + \ No newline at end of file diff --git a/Toolbox/SimulationSARTool/SimulationSAR/QMergeRasterProcessDialog.cpp b/Toolbox/BaseToolbox/BaseToolbox/QMergeRasterProcessDialog.cpp similarity index 100% rename from Toolbox/SimulationSARTool/SimulationSAR/QMergeRasterProcessDialog.cpp rename to Toolbox/BaseToolbox/BaseToolbox/QMergeRasterProcessDialog.cpp diff --git a/Toolbox/SimulationSARTool/SimulationSAR/QMergeRasterProcessDialog.h b/Toolbox/BaseToolbox/BaseToolbox/QMergeRasterProcessDialog.h similarity index 80% rename from Toolbox/SimulationSARTool/SimulationSAR/QMergeRasterProcessDialog.h rename to Toolbox/BaseToolbox/BaseToolbox/QMergeRasterProcessDialog.h index 3304751..d35ddd5 100644 --- a/Toolbox/SimulationSARTool/SimulationSAR/QMergeRasterProcessDialog.h +++ b/Toolbox/BaseToolbox/BaseToolbox/QMergeRasterProcessDialog.h @@ -1,5 +1,5 @@ #pragma once -#include "simulationsartool_global.h" +#include "basetoolbox_global.h" #include namespace Ui { @@ -7,7 +7,7 @@ namespace Ui { } -class SIMULATIONSARTOOL_EXPORT QMergeRasterProcessDialog : public QDialog +class QMergeRasterProcessDialog : public QDialog { Q_OBJECT diff --git a/Toolbox/SimulationSARTool/SimulationSAR/QMergeRasterProcessDialog.ui b/Toolbox/BaseToolbox/BaseToolbox/QMergeRasterProcessDialog.ui similarity index 100% rename from Toolbox/SimulationSARTool/SimulationSAR/QMergeRasterProcessDialog.ui rename to Toolbox/BaseToolbox/BaseToolbox/QMergeRasterProcessDialog.ui diff --git a/Toolbox/ImageshowTool/ImageshowTool.vcxproj b/Toolbox/ImageshowTool/ImageshowTool.vcxproj index 77a7975..41e2000 100644 --- a/Toolbox/ImageshowTool/ImageshowTool.vcxproj +++ b/Toolbox/ImageshowTool/ImageshowTool.vcxproj @@ -70,6 +70,8 @@ true true + stdcpp14 + stdc11 diff --git a/Toolbox/LAMPScatterTool/LAMPScatterTool.cpp b/Toolbox/LAMPScatterTool/LAMPScatterTool.cpp index b515742..5a91624 100644 --- a/Toolbox/LAMPScatterTool/LAMPScatterTool.cpp +++ b/Toolbox/LAMPScatterTool/LAMPScatterTool.cpp @@ -1,5 +1,6 @@ #include "LAMPScatterTool.h" -LAMPScatterTool::LAMPScatterTool() +void RegisterPreToolBox(LAMPMainWidget::RasterMainWidget* mainwindows, ToolBoxWidget* toolbox) { -} + +} \ No newline at end of file diff --git a/Toolbox/LAMPScatterTool/LAMPScatterTool.h b/Toolbox/LAMPScatterTool/LAMPScatterTool.h index adf9a88..b8691ee 100644 --- a/Toolbox/LAMPScatterTool/LAMPScatterTool.h +++ b/Toolbox/LAMPScatterTool/LAMPScatterTool.h @@ -2,8 +2,12 @@ #include "lampscattertool_global.h" -class LAMPSCATTERTOOL_EXPORT LAMPScatterTool -{ -public: - LAMPScatterTool(); -}; +namespace LAMPMainWidget { + class RasterMainWidget; +} + +class ToolBoxWidget; + + + +extern "C" LAMPSCATTERTOOL_EXPORT void RegisterPreToolBox(LAMPMainWidget::RasterMainWidget* mainwindows, ToolBoxWidget* toolbox); \ No newline at end of file diff --git a/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj b/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj index b704e11..8c4bf91 100644 --- a/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj +++ b/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj @@ -70,6 +70,8 @@ true true + stdcpp14 + stdc11 @@ -106,7 +108,7 @@ - + diff --git a/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj.filters b/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj.filters index 7baf8a6..dc8a1ad 100644 --- a/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj.filters +++ b/Toolbox/LAMPScatterTool/LAMPScatterTool.vcxproj.filters @@ -29,15 +29,15 @@ Header Files - - Header Files - Source Files LAMPScatterTool + + Header Files + diff --git a/Toolbox/LAMPScatterTool/LAMPScatterTool/LAMPScatterS1B.h b/Toolbox/LAMPScatterTool/LAMPScatterTool/LAMPScatterS1B.h index 077a066..8461992 100644 --- a/Toolbox/LAMPScatterTool/LAMPScatterTool/LAMPScatterS1B.h +++ b/Toolbox/LAMPScatterTool/LAMPScatterTool/LAMPScatterS1B.h @@ -20,8 +20,6 @@ inline void LAMPScatterS1BdelArrPtr(void* p) } - - class LAMPScatterS1BRCSDataNode { public: LAMPScatterS1BRCSDataNode(QString PolarName, double AzAngle, double IncAngle,std::shared_ptr freqs, std::shared_ptr RCSPoints,long freqnumber); diff --git a/Toolbox/SimulationSARTool/SimulationSARTool.cpp b/Toolbox/SimulationSARTool/SimulationSARTool.cpp index 1c53824..2b498ca 100644 --- a/Toolbox/SimulationSARTool/SimulationSARTool.cpp +++ b/Toolbox/SimulationSARTool/SimulationSARTool.cpp @@ -1,5 +1,57 @@ #include "SimulationSARTool.h" +#include "LAMPMainWidget.h" +#include "RasterMainWidget.h" +#include "ToolBoxWidget.h" -SimulationSARTool::SimulationSARTool() +SARSimlulationRFPCToolButton::SARSimlulationRFPCToolButton(QWidget* parent) +{ + this->toolPath = QVector(0); + this->toolPath.push_back(u8"仿真工具库"); + this->toolname = QString(u8"RFPC"); +} + +SARSimlulationRFPCToolButton::~SARSimlulationRFPCToolButton() +{ + +} + + +void SARSimlulationRFPCToolButton::excute() +{ + + QImageSARRFPC* dialog = new QImageSARRFPC(); + dialog->show(); +} + +SARSimulationTBPImageToolButton::SARSimulationTBPImageToolButton(QWidget* parent) +{ + this->toolPath = QVector(0); + this->toolPath.push_back(u8"成像工具库"); + this->toolname = QString(u8"TimeBP仿真成像"); +} + +SARSimulationTBPImageToolButton::~SARSimulationTBPImageToolButton() { } + +void SARSimulationTBPImageToolButton::excute() +{ + QSimulationBPImage* dialog = new QSimulationBPImage; + dialog->show(); +} + + + +void RegisterPreToolBox(LAMPMainWidget::RasterMainWidget* mainwindows, ToolBoxWidget* toolbox) +{ + SARSimlulationRFPCToolButton* items6 = new SARSimlulationRFPCToolButton(toolbox); + SARSimulationTBPImageToolButton* items7 = new SARSimulationTBPImageToolButton(toolbox); + + + emit toolbox->addBoxToolItemSIGNAL(items6); + emit toolbox->addBoxToolItemSIGNAL(items7); + + + +} + diff --git a/Toolbox/SimulationSARTool/SimulationSARTool.h b/Toolbox/SimulationSARTool/SimulationSARTool.h index 78b4827..c26171a 100644 --- a/Toolbox/SimulationSARTool/SimulationSARTool.h +++ b/Toolbox/SimulationSARTool/SimulationSARTool.h @@ -1,9 +1,43 @@ #pragma once #include "simulationsartool_global.h" +#include "QToolAbstract.h" +#include "QSARLookTableSimualtionGUI.h" +#include "QImageSARRFPC.h" +#include "QSimulationBPImage.h" -class SIMULATIONSARTOOL_EXPORT SimulationSARTool -{ +namespace LAMPMainWidget { + class RasterMainWidget; +} + +class ToolBoxWidget; + + + + + +class SIMULATIONSARTOOL_EXPORT SARSimulationTBPImageToolButton : public QToolAbstract { + Q_OBJECT public: - SimulationSARTool(); + SARSimulationTBPImageToolButton(QWidget* parent = nullptr); + ~SARSimulationTBPImageToolButton(); +public slots: + virtual void excute() override; + }; + +class SIMULATIONSARTOOL_EXPORT SARSimlulationRFPCToolButton : public QToolAbstract { + Q_OBJECT +public: + SARSimlulationRFPCToolButton(QWidget* parent = nullptr); + ~SARSimlulationRFPCToolButton(); +public slots: + virtual void excute() override; + +}; + + + +extern "C" SIMULATIONSARTOOL_EXPORT void RegisterPreToolBox(LAMPMainWidget::RasterMainWidget* mainwindows, ToolBoxWidget* toolbox); + + diff --git a/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj b/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj index 369055c..bc546b0 100644 --- a/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj +++ b/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj @@ -64,7 +64,7 @@ - ..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;$(VC_IncludePath);$(WindowsSDK_IncludePath); + ..\..\BaseCommonLibrary;..\..\BaseCommonLibrary\BaseTool;..\..\BaseCommonLibrary\ToolAbstract;..\..\GPUBaseLib\GPUTool;.\SimulationSAR;.;..\..\LAMPSARProcessProgram\ToolBoxManager;..\..\RasterMainWidgetGUI\RasterMainWidget;..\..\LAMPSARProcessProgram;..\..\RasterMainWidgetGUI;$(VC_IncludePath);$(WindowsSDK_IncludePath) $(SolutionDir)$(Platform)\$(Configuration)\Toolbox\ PluginTool_$(ProjectName) @@ -72,6 +72,8 @@ true true + stdcpp14 + stdc11 true @@ -110,7 +112,6 @@ - @@ -123,7 +124,6 @@ - @@ -148,7 +148,6 @@ - diff --git a/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj.filters b/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj.filters index 17b3a1d..a61744d 100644 --- a/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj.filters +++ b/Toolbox/SimulationSARTool/SimulationSARTool.vcxproj.filters @@ -29,9 +29,6 @@ Header Files - - Header Files - Source Files @@ -61,9 +58,6 @@ SimulationSAR - - SimulationSAR - SimulationSAR @@ -96,9 +90,6 @@ SimulationSAR - - SimulationSAR - SimulationSAR @@ -116,15 +107,15 @@ SimulationSAR - - SimulationSAR - SimulationSAR SimulationSAR + + Header Files +