Home
last modified time | relevance | path

Searched refs:ogr_ftype (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/R-cran-rgdal/rgdal/R/
H A Dogr_write.R125 ogr_ftype <- integer(nf) functionVar
129 ogr_ftype[i] <- as.integer(2) #"OFTReal"
132 ogr_ftype[i] <- as.integer(4) #"OFTString"
135 ogr_ftype[i] <- as.integer(4) #"OFTString"
138 ogr_ftype[i] <- as.integer(4) #"OFTString"
141 ogr_ftype[i] <- as.integer(4) #"OFTString"
144 ogr_ftype[i] <- as.integer(4) #"OFTString"
147 ogr_ftype[i] <- as.integer(0) #"OFTInteger"
151 ogr_ftype[i] <- as.integer(0) #"OFTInteger"
154 if (ogr_ftype[i] == 4L) {
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.out.ogr/
H A Dmain.c66 OGRFieldType ogr_ftype = OFTInteger; local
781 ogr_ftype = OFTInteger;
784 ogr_ftype = OFTReal;
787 ogr_ftype = OFTString;
791 ogr_ftype = OFTDateTime;
793 ogr_ftype = OFTString;
797 G_debug(2, "ogr_ftype = %d", ogr_ftype);
823 Ogr_field = OGR_Fld_Create(colname[i], ogr_ftype);
824 if (ogr_ftype == OFTString && colwidth > 0)
/dports/graphics/R-cran-rgdal/rgdal/src/
H A DOGR_write.cpp320 SEXP ogr_ftype = VECTOR_ELT(inp, 7); local
325 OGR_type = INTEGER_POINTER(ogr_ftype)[i];
411 wrtDF(i, nf, fld_names, ldata, ogr_ftype, poFeature, is_shpfile);
486 wrtDF(i, nf, fld_names, ldata, ogr_ftype, poFeature, is_shpfile);
579 wrtDF(i, nf, fld_names, ldata, ogr_ftype, poFeature, is_shpfile);
691 wrtDF(i, nf, fld_names, ldata, ogr_ftype, poFeature, is_shpfile);
841 wrtDF(i, nf, fld_names, ldata, ogr_ftype, poFeature, is_shpfile);
898 SEXP ogr_ftype, OGRFeature* poFeature, int is_shpfile) { argument
902 OGR_type = INTEGER_POINTER(ogr_ftype)[j];