.. |
Makefile
|
11e44a917a
vlib: Vect_read_colors() added
|
hace 14 años |
README
|
3aa7302eb1
spelling
|
hace 13 años |
area.c
|
d5e1638c88
vlib: fix typo
|
hace 13 años |
array.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
ascii.c
|
413741ef6a
vlib: don't call G_fatal_error() when unable to write/delete/rewrite a features, return -1 to indicate error
|
hace 13 años |
box.c
|
6b34bd8eac
vlib: Vect_get_line_box(): set T/B to PORT_DOUBLE_MAX for 2D data
|
hace 14 años |
break_lines.c
|
061680361c
add new fns for topology check
|
hace 13 años |
break_polygons.c
|
1a78f0b6c2
Vlib: alloc rect boundaries
|
hace 13 años |
bridges.c
|
8397d5e329
Moved ilist from vector lib into libgis
|
hace 13 años |
buffer.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
buffer2.c
|
bcd7de2528
vector lib update for v.buffer (backport from devbr)
|
hace 14 años |
build.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
build_nat.c
|
67e97ddd99
vlib: move generic fns from build_nat.c to build.c
|
hace 13 años |
build_ogr.c
|
55e6a4a3ff
vlib(pg): skip features without geometry
|
hace 13 años |
build_pg.c
|
fb5b616a45
vlib(pg): follow C indentation rules
|
hace 13 años |
build_sfa.c
|
fe0179cb4b
vlib: show progress (reading primitives) when building topo also for ogr/pg links
|
hace 13 años |
cats.c
|
476dfb31ee
vlib: Vect_cat_get() now return num of found cats for given field
|
hace 14 años |
cindex.c
|
0a381c333d
vlib:cindex.c: cosmetics in doxygen strings
|
hace 14 años |
clean_nodes.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
close.c
|
b367dca9d5
vlib: force to write out sidx when closing the map
|
hace 13 años |
close_nat.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
close_ogr.c
|
e9e9bcf6a6
vlib(pg): implement V2_open_new_pg()
|
hace 13 años |
close_pg.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
color_read.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
color_remove.c
|
4e31098139
vlib: store alternative color tables to `vcolr2/mapset/name`
|
hace 14 años |
color_write.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
constraint.c
|
963bdb2b5d
vlib: *initial* support for native reading PostGIS data (without OGR library)
|
hace 13 años |
dangles.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
dbcolumns.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
dgraph.c
|
bcd7de2528
vector lib update for v.buffer (backport from devbr)
|
hace 14 años |
dgraph.h
|
b06b8a0105
vectorlib:
|
hace 16 años |
e_intersect.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
e_intersect.h
|
11cd111cbd
Vlib: Vect_line_buffe2(), Vect_area_buffer2(), Vect_point_buffer2() and
|
hace 16 años |
field.c
|
aa07934f02
vlib(pg): report full table name (`schema.table`) for tables from non-public schema
|
hace 13 años |
find.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
geos.c
|
8e11a4e54f
add mising headers (compiling without gdal/ogr)
|
hace 14 años |
graph.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
handler.c
|
5bcb75e3b6
vlib: free allocated string in error_handler_io()
|
hace 13 años |
header.c
|
27d5489759
vlib: simplify Vect_get_finfo_format_info()
|
hace 13 años |
hist.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
init_head.c
|
1655b43918
vlib(pg): introduce V1_rewrite_line_pg() and V1_rewrite_line_sfa()
|
hace 13 años |
intersect.c
|
34d622171f
Vlib: alloc rect boundaries
|
hace 13 años |
legal_vname.c
|
22e3e2d77b
replace GR_FATAL_* (rasters), GV_FATAL_* (vectors) by G_FATAL_*
|
hace 13 años |
level.c
|
1ae866496c
vlib: unify \file doxygen instruction (cosmetics)
|
hace 14 años |
level_two.c
|
65f72a5848
vlib: allow to optionally maintain list of updated lines/nodes
|
hace 13 años |
line.c
|
963bdb2b5d
vlib: *initial* support for native reading PostGIS data (without OGR library)
|
hace 13 años |
list.c
|
56130a84b8
fix typo
|
hace 14 años |
map.c
|
1655b43918
vlib(pg): introduce V1_rewrite_line_pg() and V1_rewrite_line_sfa()
|
hace 13 años |
merge_lines.c
|
f0e951bedf
remove bounding boxes from vector topology (Radim's TODO): update Vlib
|
hace 14 años |
net.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
open.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
open_nat.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
open_ogr.c
|
e80dfa9975
vlib: partly revert https://trac.osgeo.org/grass/changeset/51126, don't use
|
hace 13 años |
open_pg.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
overlap.c
|
d855a1780a
Vlib: update constraints which are now hidden in struct
|
hace 13 años |
overlay.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
pg_local_proto.h
|
8eb93cfd41
vlib(pg): implement V1_write_line_pg() and V2_write_line_sfa()
|
hace 13 años |
poly.c
|
6edb532698
vlib/pg: support reading geometry collections
|
hace 13 años |
read.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
read_nat.c
|
963bdb2b5d
vlib: *initial* support for native reading PostGIS data (without OGR library)
|
hace 13 años |
read_ogr.c
|
a061ff0f0a
vlib(pg): improve reading PostGIS features
|
hace 13 años |
read_pg.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
read_sfa.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
remove_areas.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
remove_duplicates.c
|
1b5c5cea0b
fix compilation without gdal/ogr
|
hace 13 años |
rewind.c
|
7c8d5a94b1
vlib: first steps for full PostGIS topology support
|
hace 13 años |
rewind_nat.c
|
963bdb2b5d
vlib: *initial* support for native reading PostGIS data (without OGR library)
|
hace 13 años |
rewind_ogr.c
|
963bdb2b5d
vlib: *initial* support for native reading PostGIS data (without OGR library)
|
hace 13 años |
rewind_pg.c
|
fb5b616a45
vlib(pg): follow C indentation rules
|
hace 13 años |
rtree_search.c
|
8397d5e329
Moved ilist from vector lib into libgis
|
hace 13 años |
select.c
|
27ea6f3600
adjust Vlib to changed rtree
|
hace 13 años |
simple_features.c
|
963bdb2b5d
vlib: *initial* support for native reading PostGIS data (without OGR library)
|
hace 13 años |
sindex.c
|
8397d5e329
Moved ilist from vector lib into libgis
|
hace 13 años |
snap.c
|
1a78f0b6c2
Vlib: alloc rect boundaries
|
hace 13 años |
tin.c
|
1ae866496c
vlib: unify \file doxygen instruction (cosmetics)
|
hace 14 años |
type.c
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
hace 14 años |
window.c
|
1ae866496c
vlib: unify \file doxygen instruction (cosmetics)
|
hace 14 años |
write.c
|
e9e9bcf6a6
vlib(pg): implement V2_open_new_pg()
|
hace 13 años |
write_nat.c
|
8eb93cfd41
vlib(pg): implement V1_write_line_pg() and V2_write_line_sfa()
|
hace 13 años |
write_ogr.c
|
7b394e7a47
vlib(pg): implement writing attributes
|
hace 13 años |
write_pg.c
|
fb5b616a45
vlib(pg): follow C indentation rules
|
hace 13 años |
write_sfa.c
|
55e6a4a3ff
vlib(pg): skip features without geometry
|
hace 13 años |