Home
last modified time | relevance | path

Searched refs:CompoundCurveZ (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgswkbtypes.h95 CompoundCurveZ = 1009, enumerator
248 case CompoundCurveZ: in Q_ENUM()
250 return CompoundCurveZ; in Q_ENUM()
389 case CompoundCurveZ: in multiType()
538 case CompoundCurveZ: in curveType()
541 return CompoundCurveZ; in curveType()
636 case CompoundCurveZ: in linearType()
800 case CompoundCurveZ: in flatType()
880 case CompoundCurveZ: in isMultiType()
1005 case CompoundCurveZ: in geometryType()
[all …]
H A Dqgswkbtypes.cpp76 …{ QgsWkbTypes::CompoundCurveZ, WkbEntry( QLatin1String( "CompoundCurveZ" ), false, QgsWkbTypes::Mu…
109 …tring( "MultiCurveZ" ), true, QgsWkbTypes::MultiCurveZ, QgsWkbTypes::CompoundCurveZ, QgsWkbTypes::…
183 case CompoundCurveZ: return QObject::tr( "CompoundCurveZ" ); in translatedDisplayString()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgswkbtypes.h95 CompoundCurveZ = 1009, enumerator
248 case CompoundCurveZ: in Q_ENUM()
250 return CompoundCurveZ; in Q_ENUM()
387 case CompoundCurveZ: in multiType()
508 case CompoundCurveZ: in curveType()
511 return CompoundCurveZ; in curveType()
606 case CompoundCurveZ: in linearType()
770 case CompoundCurveZ: in flatType()
850 case CompoundCurveZ: in isMultiType()
975 case CompoundCurveZ: in geometryType()
[all …]
H A Dqgswkbtypes.cpp76 …{ QgsWkbTypes::CompoundCurveZ, WkbEntry( QLatin1String( "CompoundCurveZ" ), false, QgsWkbTypes::Mu…
109 …tring( "MultiCurveZ" ), true, QgsWkbTypes::MultiCurveZ, QgsWkbTypes::CompoundCurveZ, QgsWkbTypes::…
/dports/databases/postgis30/postgis-3.0.4/regress/core/
H A Dpostgis_type_name_expected103 COMPOUNDCURVE(3)|CompoundCurveZ
108 COMPOUNDCURVEZ(3)|CompoundCurveZ
/dports/databases/postgis32/postgis-3.2.0/regress/core/
H A Dpostgis_type_name_expected103 COMPOUNDCURVE(3)|CompoundCurveZ
108 COMPOUNDCURVEZ(3)|CompoundCurveZ
/dports/databases/postgis25/postgis-2.5.5/regress/
H A Dpostgis_type_name_expected103 COMPOUNDCURVE(3)|CompoundCurveZ
108 COMPOUNDCURVEZ(3)|CompoundCurveZ
/dports/databases/postgis31/postgis-3.1.4/regress/core/
H A Dpostgis_type_name_expected103 COMPOUNDCURVE(3)|CompoundCurveZ
108 COMPOUNDCURVEZ(3)|CompoundCurveZ
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsgeometry.py2749 self.assertEqual(geom.constGet().wkbType(), QgsWkbTypes.CompoundCurveZ)
2948 … self.assertEqual(QgsWkbTypes.singleType(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
3069 … self.assertEqual(QgsWkbTypes.curveType(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
3474 assert QgsWkbTypes.isSingleType(QgsWkbTypes.CompoundCurveZ)
3532 assert not QgsWkbTypes.isMultiType(QgsWkbTypes.CompoundCurveZ)
3590 assert QgsWkbTypes.isCurvedType(QgsWkbTypes.CompoundCurveZ)
3648 assert QgsWkbTypes.hasZ(QgsWkbTypes.CompoundCurveZ)
3706 assert not QgsWkbTypes.hasM(QgsWkbTypes.CompoundCurveZ)
3776 self.assertEqual(QgsWkbTypes.addZ(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
4009 self.assertEqual(QgsWkbTypes.dropM(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgscompoundcurve.cpp105 QCOMPARE( c2.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
232 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
300 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
305 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
316 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
327 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
1229 QCOMPARE( c28.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
1238 QCOMPARE( c28.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
1323 QCOMPARE( c28d.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
2005 QCOMPARE( ac2.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsgeometry.py2850 self.assertEqual(geom.constGet().wkbType(), QgsWkbTypes.CompoundCurveZ)
3049 … self.assertEqual(QgsWkbTypes.singleType(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
3233 … self.assertEqual(QgsWkbTypes.curveType(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
3638 assert QgsWkbTypes.isSingleType(QgsWkbTypes.CompoundCurveZ)
3696 assert not QgsWkbTypes.isMultiType(QgsWkbTypes.CompoundCurveZ)
3754 assert QgsWkbTypes.isCurvedType(QgsWkbTypes.CompoundCurveZ)
3812 assert QgsWkbTypes.hasZ(QgsWkbTypes.CompoundCurveZ)
3870 assert not QgsWkbTypes.hasM(QgsWkbTypes.CompoundCurveZ)
3940 self.assertEqual(QgsWkbTypes.addZ(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
4173 self.assertEqual(QgsWkbTypes.dropM(QgsWkbTypes.CompoundCurveZ), QgsWkbTypes.CompoundCurveZ)
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/
H A Dqgswkbtypes.sip.in57 CompoundCurveZ,
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgswkbtypes.sip.in57 CompoundCurveZ,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsogrutils.cpp457 case wkbCompoundCurveZ: return QgsWkbTypes::Type::CompoundCurveZ; in ogrGeometryTypeToQgsWkbType()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/oracle/
H A Dqgsoracleprovider.cpp2107 case QgsWkbTypes::CompoundCurveZ: in appendGeomParam()
2135 if ( curveType == QgsWkbTypes::CompoundCurve || curveType == QgsWkbTypes::CompoundCurveZ ) in appendGeomParam()
2165 … if ( ( curveType == QgsWkbTypes::CompoundCurve || curveType == QgsWkbTypes::CompoundCurveZ ) in appendGeomParam()
/dports/graphics/qgis/qgis-3.22.3/src/providers/oracle/
H A Dqgsoracleprovider.cpp2037 case QgsWkbTypes::CompoundCurveZ: in appendGeomParam()
2065 if ( curveType == QgsWkbTypes::CompoundCurve || curveType == QgsWkbTypes::CompoundCurveZ ) in appendGeomParam()
2094 … if ( ( curveType == QgsWkbTypes::CompoundCurve || curveType == QgsWkbTypes::CompoundCurveZ ) in appendGeomParam()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/ogr/
H A Dqgsogrproviderutils.cpp1690 case QgsWkbTypes::CompoundCurveZ: in ogrTypeFromQgisType()
1790 return QgsWkbTypes::CompoundCurveZ; in qgisTypeFromOgrType()
/dports/graphics/p5-Geo-GDAL-FFI/Geo-GDAL-FFI-0.09/lib/Geo/GDAL/
H A DFFI.pm339 CompoundCurveZ => 1009,
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsogrutils.cpp660 case wkbCompoundCurveZ: return QgsWkbTypes::Type::CompoundCurveZ; in ogrGeometryTypeToQgsWkbType()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsgeometry.cpp9957 QCOMPARE( c2.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
10084 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
10152 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
10157 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
10168 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
10179 QCOMPARE( c8.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
11049 QCOMPARE( c28.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
11058 QCOMPARE( c28.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
11143 QCOMPARE( c28d.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
11825 QCOMPARE( ac2.wkbType(), QgsWkbTypes::CompoundCurveZ ); in compoundCurve()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/ogr/
H A Dqgsogrprovider.cpp5496 case QgsWkbTypes::CompoundCurveZ: in ogrTypeFromQgisType()
5596 return QgsWkbTypes::CompoundCurveZ; in qgisTypeFromOgrType()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/t/
H A Dgis.test1638 # CompoundCurveZ -- fictitious WKB (reserved for future use)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/t/
H A Dgis.test1638 # CompoundCurveZ -- fictitious WKB (reserved for future use)
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/t/
H A Dgis.test1638 # CompoundCurveZ -- fictitious WKB (reserved for future use)
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/t/
H A Dgis.test1638 # CompoundCurveZ -- fictitious WKB (reserved for future use)

12