Skip to content

Commit a99335a

Browse files
author
kyngchaos
committed
add overlay analyzer (r12040,r12042)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12044 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5a3e5e0 commit a99335a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,8 @@
13621362
729BBF390F407CBA001BCB63 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
13631363
729BBF3E0F407D81001BCB63 /* qgispython.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209EC810F39E57B003DC336 /* qgispython.cpp */; };
13641364
729BBF3F0F407D82001BCB63 /* qgspythonutilsimpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209EC830F39E57B003DC336 /* qgspythonutilsimpl.cpp */; };
1365+
729E6DF610A78A4F00D72B73 /* qgsoverlayanalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 729E6DF410A78A3C00D72B73 /* qgsoverlayanalyzer.cpp */; };
1366+
729E6DF810A78A8C00D72B73 /* qgsoverlayanalyzer.h in Headers */ = {isa = PBXBuildFile; fileRef = 729E6DF510A78A3C00D72B73 /* qgsoverlayanalyzer.h */; };
13651367
72A07CC90F3BC2DE004FC2A4 /* qgsmemoryprovider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209EC5F0F39E57B003DC336 /* qgsmemoryprovider.cpp */; };
13661368
72A07CFC0F3BD3C5004FC2A4 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
13671369
72A07CFF0F3BD3E1004FC2A4 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
@@ -6942,6 +6944,9 @@
69426944
729BBF010F40770B001BCB63 /* qgis_help-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "qgis_help-Info.plist"; sourceTree = "<group>"; };
69436945
729BBF3D0F407CBA001BCB63 /* libqgispython.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libqgispython.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
69446946
729BBF4A0F407E78001BCB63 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = ../../CMakeLists.txt; sourceTree = SOURCE_ROOT; };
6947+
729E6DF310A789E700D72B73 /* qgsoverlayanalyzer.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsoverlayanalyzer.sip; path = ../../python/analysis/qgsoverlayanalyzer.sip; sourceTree = SOURCE_ROOT; };
6948+
729E6DF410A78A3C00D72B73 /* qgsoverlayanalyzer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsoverlayanalyzer.cpp; path = ../../src/analysis/vector/qgsoverlayanalyzer.cpp; sourceTree = SOURCE_ROOT; };
6949+
729E6DF510A78A3C00D72B73 /* qgsoverlayanalyzer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsoverlayanalyzer.h; path = ../../src/analysis/vector/qgsoverlayanalyzer.h; sourceTree = SOURCE_ROOT; };
69456950
72A07CBC0F3BBFEE004FC2A4 /* libmemoryprovider.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libmemoryprovider.so; sourceTree = BUILT_PRODUCTS_DIR; };
69466951
72A07CF70F3BD1F9004FC2A4 /* libogrprovider.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libogrprovider.so; sourceTree = BUILT_PRODUCTS_DIR; };
69476952
72A07D120F3BD625004FC2A4 /* libwmsprovider.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libwmsprovider.so; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -10933,6 +10938,8 @@
1093310938
children = (
1093410939
721597E61052B2B0003D1610 /* qgsgeometryanalyzer.cpp */,
1093510940
721597E71052B2B0003D1610 /* qgsgeometryanalyzer.h */,
10941+
729E6DF410A78A3C00D72B73 /* qgsoverlayanalyzer.cpp */,
10942+
729E6DF510A78A3C00D72B73 /* qgsoverlayanalyzer.h */,
1093610943
72BD9FE310A4998600FEA70F /* qgszonalstatistics.cpp */,
1093710944
72BD9FE410A4998600FEA70F /* qgszonalstatistics.h */,
1093810945
);
@@ -11115,6 +11122,7 @@
1111511122
children = (
1111611123
7276104A10A60AC300C89AF0 /* analysis.sip */,
1111711124
7276104B10A60AC300C89AF0 /* qgsgeometryanalyzer.sip */,
11125+
729E6DF310A789E700D72B73 /* qgsoverlayanalyzer.sip */,
1111811126
);
1111911127
name = analysis;
1112011128
path = ../../python/analysis;
@@ -12622,6 +12630,7 @@
1262212630
7268D7B90F9695AA00CA1705 /* qgspalobjectpositionmanager.h in Headers */,
1262312631
7268D7BA0F9695AA00CA1705 /* qgsvectoroverlay.h in Headers */,
1262412632
72FE24C8105BE2400026B6CB /* qgsgeometryanalyzer.h in Headers */,
12633+
729E6DF810A78A8C00D72B73 /* qgsoverlayanalyzer.h in Headers */,
1262512634
72BD9FE610A499FA00FEA70F /* qgszonalstatistics.h in Headers */,
1262612635
);
1262712636
runOnlyForDeploymentPostprocessing = 0;
@@ -14231,6 +14240,7 @@
1423114240
7215983A1052B8F2003D1610 /* qgsslopefilter.cpp in Sources */,
1423214241
7215983B1052B8F2003D1610 /* qgstotalcurvaturefilter.cpp in Sources */,
1423314242
7215983C1052B8FC003D1610 /* qgsgeometryanalyzer.cpp in Sources */,
14243+
729E6DF610A78A4F00D72B73 /* qgsoverlayanalyzer.cpp in Sources */,
1423414244
72BD9FE510A499D700FEA70F /* qgszonalstatistics.cpp in Sources */,
1423514245
7276104210A609D300C89AF0 /* Bezier3D.cc in Sources */,
1423614246
7276104310A609D300C89AF0 /* CloughTocherInterpolator.cc in Sources */,
@@ -15349,6 +15359,7 @@
1534915359
"$(inherited)",
1535015360
../../src/core,
1535115361
../../src/core/renderer,
15362+
../../src/core/spatialindex,
1535215363
../../src/analysis/interpolation,
1535315364
"$(GDAL_INC)",
1535415365
"$(GEOS_INC)",
@@ -15381,6 +15392,7 @@
1538115392
"$(inherited)",
1538215393
../../src/core,
1538315394
../../src/core/renderer,
15395+
../../src/core/spatialindex,
1538415396
../../src/analysis/interpolation,
1538515397
"$(GDAL_INC)",
1538615398
"$(GEOS_INC)",

0 commit comments

Comments
 (0)