Hello,
I am trying to update shape file with attribute values .I am performing
following
functionality.
QFileInfo table1(_mActiveLayer); //_mActive Layer is name of file opened
QString tablename1;
tablename1=table1.baseName();
reader = OGRSFDriverRegistrar::Open(_mActiveLayer.toLatin1().data(),
Hello,
Thanks in advance
I have a *lat, lon* coordinate with a known projection system I assume it a
initial point. I want to generate a next Position with the an *angle* with
(horizontal/vertical) and *bearing length* in lat,lon coordinates and
complete it with angles and bearing lengths to fo
Dear All,
I am just working on Shape files I am unable to detect duplicate centroids
in a shape file
.After buffering a polygon does centroids of both will match
Any help in greatly appreciated
With Regards
___
gdal-dev mailing list
gdal-dev@list
Dear All,
I am Trying to remove Dangle Lines from a shape file containing
OGRLineString (polyline).I am thinking that if a line(2),line(3),line(4)
crosses a another line(1) detecting the point of intersection and
removing the part beyond line1 . I am employing following code and
attaching it.
hai to All,
I am Trying to check for a line (OGRLINESTRING) to be a dangle or not.
I am trying it out by checking each feature with remaining feature where
any other feature(OGRLINESTRING)
crosses its any of the node
i am attaching a file
any help is greatly appreciated
With Regards
Danglet
To All,
I am using the following code for creating a shape file from another with
the attributes value;
i am unable to fetch attribute values from source and change the features
from newly created
shape files
Any Sort of help is greatly appriciated
#include "main.h"
#include
#in
s.r.kriis...@gmail.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
Hello all,
I am trying to build qgis for Qt in fedora
I have INSTALLED dependies for Python pyqt. and sip
It is building upto following Steps
Scanning dependencies of target python_module_qgis_networkanalysis
[ 92%] Building CXX object
python/CMakeFiles/pyth
s.r.kriis...@gmail.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
#include "main.h"#include "ogrsf_frmts.h"#include "ogr_p.h"#include
"cpl_conv.h"#include "cpl_string.h"#include "ogr_api.h"#include
"gdal.h"static int TranslateLayer(OGRLayer
*poPassedLayer,OGRDataSource *ODS,char *pszNewLayerName,int
eGType);int main( ){ const char *pszFormat = "ESRI Shapefil
i am Trying To Find Area of A Polygon
with the Following Code
int main(){OGRRegisterAll();OGRLayer *poLayer;
OGRFeature *poFeature;OGRDataSource *poDS;poDS =
OGRSFDriverRegistrar::Open( "first.shp");poLayer =
poDS->*GetLayerByName*( "first");int
nCount=p
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
13 matches
Mail list logo