Home
last modified time | relevance | path

Searched refs:GAIA_SHP_MULTIPOINT (Results 1 – 5 of 5) sorted by relevance

/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dshp_doctor.c188 || shape == GAIA_SHP_POLYGONZ || shape == GAIA_SHP_MULTIPOINT in do_analyze()
211 if (shape == GAIA_SHP_MULTIPOINT) in do_analyze()
574 if (shape == GAIA_SHP_MULTIPOINT || shape == GAIA_SHP_MULTIPOINTZ in do_analyze()
798 || shape == GAIA_SHP_POLYGONM || shape == GAIA_SHP_MULTIPOINT in do_analyze_no_shx()
821 if (shape == GAIA_SHP_MULTIPOINT) in do_analyze_no_shx()
1178 if (shape == GAIA_SHP_MULTIPOINT || shape == GAIA_SHP_MULTIPOINTZ in do_analyze_no_shx()
H A Dshp_sanitize.c358 || shape == GAIA_SHP_POLYGONM || shape == GAIA_SHP_MULTIPOINT in openShpRead()
458 case GAIA_SHP_MULTIPOINT: in openShpRead()
659 || shape == GAIA_SHP_MULTIPOINT || shape == GAIA_SHP_MULTIPOINTZ in readShpEntity()
1515 if (shape == GAIA_SHP_MULTIPOINT) in do_parse_geometry()
2076 || shape == GAIA_SHP_MULTIPOINT || shape == GAIA_SHP_MULTIPOINTZ in writeShpEntity()
2135 if (shape == GAIA_SHP_MULTIPOINT && geom->DimensionModel == GAIA_XY) in check_geometry()
2147 if (shape == GAIA_SHP_MULTIPOINT && geom->DimensionModel == GAIA_XY) in check_geometry()
2228 if (shape == GAIA_SHP_MULTIPOINT && geom->DimensionModel == GAIA_XY) in check_geometry_verbose()
2240 if (shape == GAIA_SHP_MULTIPOINT && geom->DimensionModel == GAIA_XY) in check_geometry_verbose()
2302 case GAIA_SHP_MULTIPOINT: in check_geometry_verbose()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgg_const.h402 #define GAIA_SHP_MULTIPOINT 8 macro
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_shape.c602 || shape == GAIA_SHP_POLYGONM || shape == GAIA_SHP_MULTIPOINT in gaiaOpenShpRead()
740 case GAIA_SHP_MULTIPOINT: in gaiaOpenShpRead()
1233 shp->Shape = GAIA_SHP_MULTIPOINT; in gaiaOpenShpWriteEx()
2599 if (shape == GAIA_SHP_MULTIPOINT) in gaiaReadShpEntity_ex()
4347 if (shp->Shape == GAIA_SHP_MULTIPOINT) in gaiaWriteShpEntity()
4386 …gaiaExport32 (shp->BufShp + 8, GAIA_SHP_MULTIPOINT, GAIA_LITTLE_ENDIAN, endian_arch); /* exports g… in gaiaWriteShpEntity()
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dshapefiles.c1160 case GAIA_SHP_MULTIPOINT: in load_shapefile_common()
1324 case GAIA_SHP_MULTIPOINT: in load_shapefile_common()