Home
last modified time | relevance | path

Searched defs:with_z (Results 1 – 25 of 57) sorted by relevance

123

/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dsimple_features.c64 SF_FeatureType Vect_sfa_get_line_type(const struct line_pnts *Points, int type, int with_z) in Vect_sfa_get_line_type()
114 SF_FeatureType sftype, int with_z) in Vect_sfa_check_line_type()
187 int Vect_sfa_line_astext(const struct line_pnts *Points, int type, int with_z, int precision, FILE … in Vect_sfa_line_astext()
244 int Vect_sfa_is_line_simple(const struct line_pnts *Points, int type, int with_z) in Vect_sfa_is_line_simple()
265 int Vect_sfa_is_line_closed(const struct line_pnts *Points, int type, int with_z) in Vect_sfa_is_line_closed()
350 SF_FeatureType sftype, int with_z) in check_sftype()
374 int get_sftype(const struct line_pnts *points, int type, int with_z) in get_sftype()
391 void print_point(const struct line_pnts *Points, int index, int with_z, int precision, FILE *file) in print_point()
H A Dgeos_to_wktb.c202 int type, int with_z, size_t *size) in Vect_line_to_wkb()
250 int type, int with_z) in Vect_line_to_wkt()
H A Dfind.c59 double ux, double uy, double uz, double maxdist, int with_z) in Vect_find_node()
131 int type, double maxdist, int with_z, int exclude) in Vect_find_line()
166 int type, double maxdist, int with_z, in Vect_find_line_list()
H A Dopen_nat.c95 int V1_open_new_nat(struct Map_info *Map, const char *name, int with_z) in V1_open_new_nat()
H A Dintersect.c113 double *y2, double *z2, int with_z) in Vect_segment_intersection()
656 int *nalines, int *nblines, int with_z) in Vect_line_intersection()
1276 struct line_pnts *BPoints, int with_z) in Vect_line_check_intersection()
1460 struct line_pnts *IPoints, int with_z) in Vect_line_get_intersections()
H A Dread_pg.c912 int with_z, struct line_pnts *line_p) in point_from_wkb()
964 int byte_order, int with_z, struct line_pnts *line_p, in linestring_from_wkb()
1040 int byte_order, int with_z, in polygon_from_wkb()
1114 int byte_order, int with_z, in geometry_collection_from_wkb()
H A Dopen.c760 int open_new(struct Map_info *Map, const char *name, int with_z, int is_tmp) in open_new()
921 int Vect_open_new(struct Map_info *Map, const char *name, int with_z) in Vect_open_new()
951 int Vect_open_tmp_new(struct Map_info *Map, const char *name, int with_z) in Vect_open_tmp_new()
H A Dselect.c30 void Vect_spatial_index_init(struct spatial_index * si, int with_z) in Vect_spatial_index_init()
/dports/databases/grass7/grass-7.8.6/vector/v.generalize/
H A Dsimplification.c28 int douglas_peucker(struct line_pnts *Points, double thresh, int with_z) in douglas_peucker()
116 int lang(struct line_pnts *Points, double thresh, int look_ahead, int with_z) in lang()
172 int vertex_reduction(struct line_pnts *Points, double eps, int with_z) in vertex_reduction()
222 int reumann_witkam(struct line_pnts *Points, double thresh, int with_z) in reumann_witkam()
284 double reduction, int with_z) in douglas_peucker_reduction()
H A Dsmoothing.c33 int boyle(struct line_pnts *Points, int look_ahead, int loop_support, int with_z) in boyle()
112 int loop_support, int with_z) in sliding_averaging()
199 int loop_support, int with_z) in distance_weighting()
294 int chaiken(struct line_pnts *Points, double thresh, int loop_support, int with_z) in chaiken()
401 int loop_support, int with_z) in hermite()
546 int loop_support, int with_z) in snakes()
H A Dpoint.c52 inline void point_assign(struct line_pnts *Points, int index, int with_z, in point_assign()
108 inline double point_dist_segment_square(POINT a, POINT b, POINT c, int with_z) in point_dist_segment_square()
/dports/databases/grass7/grass-7.8.6/lib/vector/vedit/
H A Ddistance.c29 struct line_pnts *Points2, int with_z, in Vedit_get_min_distance()
/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dogr_geom.cpp34 int dim, with_z; in R_OGR_CAPI_features() local
365 int dim, with_z, isNULL; in R_OGR_types() local
/dports/databases/spatialite/libspatialite-5.0.1/src/geopackage/
H A DgpkgAddGeometryColumn.c92 int with_z; in fnct_gpkgAddGeometryColumn() local
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/testsuite/
H A Dtest_vector3d.py20 def generate_coordinates(number, bbox=None, with_z=False): argument
/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dspindex_rw.c526 static int rtree_dump_branch(FILE * fp, struct RTree_Branch *b, int with_z, in rtree_dump_branch()
554 int rtree_dump_node(FILE * fp, struct RTree_Node *n, int with_z) in rtree_dump_node()
595 static int rtree_dump_branch_file(FILE * fp, struct RTree_Branch *b, int with_z, in rtree_dump_branch_file()
624 int rtree_dump_node_file(FILE * fp, off_t pos, int with_z, struct RTree *t) in rtree_dump_node_file()
H A Dline_dist.c47 double x2, double y2, double z2, int with_z, /* use z coordinate, (3D calculation) */ in dig_distance2_point_to_line()
/dports/databases/grass7/grass-7.8.6/vector/v.surf.idw/
H A Dread_sites.c19 int nrec, ctype = 0, type, field, with_z; in read_sites() local
/dports/databases/grass7/grass-7.8.6/misc/m.nviz.image/
H A Dvector.c173 int i, layer, have_colors, with_z; in vpoints_set_attrb() local
240 int *field, int *with_z) in check_map()
/dports/databases/grass7/grass-7.8.6/vector/v.net.spanningtree/
H A Dmain.c35 int with_z; in main() local
/dports/databases/grass7/grass-7.8.6/vector/v.in.ogr/
H A Dclean.c15 int with_z = Vect_is_3d(Map); in convert_osm_lines() local
/dports/databases/grass7/grass-7.8.6/vector/v.clean/test/
H A Dtopocheck.c28 int i, atype, with_z; in main() local
/dports/databases/grass7/grass-7.8.6/vector/v.distance/
H A Ddistance.c70 int with_z) in line2line()
243 int with_z) in line2area()
/dports/databases/grass7/grass-7.8.6/vector/v.net.bridge/
H A Dmain.c36 int with_z; in main() local
/dports/databases/grass7/grass-7.8.6/vector/v.net.connectivity/
H A Dmain.c37 int with_z; in main() local

123