/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/ |
H A D | pgsqltype.h | 63 SpatialType spatial_type; variable 116 SpatialType spatial_type = SpatialType()); 125 SpatialType spatial_type = SpatialType()); 134 SpatialType spatial_type = SpatialType());
|
H A D | pgsqltype.cpp | 97 …nt precision, bool with_timezone, IntervalType interv_type, SpatialType spatial_type) : PgSqlType() in PgSqlType() argument 105 setSpatialType(spatial_type); in PgSqlType() 116 setSpatialType(spatial_type); in PgSqlType() 127 setSpatialType(spatial_type); in PgSqlType() 400 return spatial_type; in getSpatialType() 430 spatial_type=spat_type; in setSpatialType() 865 this->spatial_type == type.spatial_type); in isExactTo() 972 attribs[Attributes::SpatialType]=(~spatial_type); in getCodeDefinition() 973 attribs[Attributes::Variation]=QString("%1").arg(spatial_type.getVariation()); in getCodeDefinition() 974 attribs[Attributes::Srid]=QString("%1").arg(spatial_type.getSRID()); in getCodeDefinition() [all …]
|
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vsol/ |
H A D | vsol_region_3d.h | 44 vsol_spatial_object_3d_type spatial_type() const override { in spatial_type() function
|
H A D | vsol_volume_3d.h | 62 vsol_spatial_object_3d_type spatial_type() const override { in spatial_type() function
|
H A D | vsol_region_2d.h | 47 vsol_spatial_object_2d_type spatial_type() const override { in spatial_type() function
|
H A D | vsol_curve_3d.h | 57 …vsol_spatial_object_3d_type spatial_type() const override { return vsol_spatial_object_3d::CURVE; } in spatial_type() function
|
H A D | vsol_curve_2d.h | 65 vsol_spatial_object_2d_type spatial_type()const override{return vsol_spatial_object_2d::CURVE;} in spatial_type() function
|
H A D | vsol_group_2d.h | 88 vsol_spatial_object_2d_type spatial_type() const override;
|
H A D | vsol_group_3d.h | 86 vsol_spatial_object_3d_type spatial_type() const override;
|
H A D | vsol_cylinder.h | 89 …vsol_spatial_object_3d_type spatial_type() const override { return vsol_spatial_object_3d::VOLUME;… in spatial_type() function
|
H A D | vsol_point_2d.h | 131 vsol_spatial_object_2d_type spatial_type() const override;
|
H A D | vsol_spatial_object_2d.cxx | 45 vsol_spatial_object_2d_type type =spatial_type(); in get_name()
|
H A D | vsol_point_2d.cxx | 51 vsol_point_2d::spatial_type() const { in spatial_type() function in vsol_point_2d
|
H A D | vsol_point_3d.h | 126 vsol_spatial_object_3d_type spatial_type() const override;
|
H A D | vsol_spatial_object_3d.cxx | 45 vsol_spatial_object_3d_type type =spatial_type(); in get_name()
|
H A D | vsol_point_3d.cxx | 51 vsol_point_3d::spatial_type() const { in spatial_type() function in vsol_point_3d
|
H A D | vsol_spatial_object_2d.h | 103 virtual vsol_spatial_object_2d_type spatial_type() const=0;
|
H A D | vsol_spatial_object_3d.h | 127 virtual vsol_spatial_object_3d_type spatial_type() const=0;
|
H A D | vsol_group_2d.cxx | 77 vsol_group_2d::spatial_type() const { in spatial_type() function in vsol_group_2d
|
H A D | vsol_group_3d.cxx | 74 vsol_group_3d::spatial_type() const { in spatial_type() function in vsol_group_3d
|
/dports/science/py-segregation/segregation-2.1.0/segregation/ |
H A D | _base.py | 174 self.spatial_type = "explicit" 200 self.spatial_type = "implicit"
|
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/ |
H A D | validator.c | 137 int spatial_type = 0; in check_table_column() local 152 spatial_type = atoi (results[(i * columns) + 0]); in check_table_column() 155 if (spatial_type == 1 || spatial_type == 3) in check_table_column() 161 if (spatial_type == 1) in check_table_column() 179 if (spatial_type == 1) in check_table_column() 1051 int spatial_type = 0; in change_geometry_type() local 1070 spatial_type = atoi (results[(i * columns) + 0]); in change_geometry_type() 1073 if (spatial_type == 1 || spatial_type == 3) in change_geometry_type() 1079 if (spatial_type == 1) in change_geometry_type() 1099 if (spatial_type == 1) in change_geometry_type()
|
/dports/graphics/qgis/qgis-3.22.3/src/providers/spatialite/ |
H A D | qgsspatialiteconnection.cpp | 679 int spatial_type = 0; in checkMetadata() local 688 spatial_type = atoi( results[( i * columns ) + 0] ); in checkMetadata() 692 if ( spatial_type == 1 || spatial_type == 3 ) in checkMetadata()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/spatialite/ |
H A D | qgsspatialiteconnection.cpp | 687 int spatial_type = 0; in checkMetadata() local 696 spatial_type = atoi( results[( i * columns ) + 0] ); in checkMetadata() 700 if ( spatial_type == 1 || spatial_type == 3 ) in checkMetadata()
|
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vtol/ |
H A D | vtol_topology_object.h | 318 vsol_spatial_object_2d_type spatial_type()const override{return TOPOLOGYOBJECT;} in spatial_type() function
|