Home
last modified time | relevance | path

Searched refs:poLineString (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mssqlspatial/
H A Dogrmssqlgeometryvalidator.cpp220 OGRGeometry* poLineString; in ValidateMultiLineString() local
225 poLineString = poGeom->getGeometryRef(i); in ValidateMultiLineString()
226 …if (poLineString->getGeometryType() != wkbLineString && poLineString->getGeometryType() != wkbLine… in ValidateMultiLineString()
235 if (ValidateGeometry(poLineString)) in ValidateMultiLineString()
236 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
243 if (!ValidateLineString((OGRLineString*)poLineString)) in ValidateMultiLineString()
258 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
H A Dogrmssqlgeometryparser.cpp201 OGRLineString* poLineString = new OGRLineString(); in ReadLineString() local
204 poLineString->setNumPoints(iNextPoint - iPoint); in ReadLineString()
211 poLineString->setPoint(i, ReadY(iPoint), ReadX(iPoint), ReadZ(iPoint) ); in ReadLineString()
213 poLineString->setPoint(i, ReadY(iPoint), ReadX(iPoint) ); in ReadLineString()
218 poLineString->setPoint(i, ReadX(iPoint), ReadY(iPoint), ReadZ(iPoint) ); in ReadLineString()
220 poLineString->setPoint(i, ReadX(iPoint), ReadY(iPoint) ); in ReadLineString()
227 return poLineString; in ReadLineString()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2geometryvalidator.cpp231 OGRGeometry* poLineString; in ValidateMultiLineString() local
236 poLineString = poGeom->getGeometryRef(i); in ValidateMultiLineString()
237 if (poLineString->getGeometryType() != wkbLineString in ValidateMultiLineString()
238 && poLineString->getGeometryType() != wkbLineString25D) in ValidateMultiLineString()
247 if (ValidateGeometry(poLineString)) in ValidateMultiLineString()
248 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
255 if (!ValidateLineString((OGRLineString*)poLineString)) in ValidateMultiLineString()
270 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2geometryvalidator.cpp231 OGRGeometry* poLineString; in ValidateMultiLineString() local
236 poLineString = poGeom->getGeometryRef(i); in ValidateMultiLineString()
237 if (poLineString->getGeometryType() != wkbLineString in ValidateMultiLineString()
238 && poLineString->getGeometryType() != wkbLineString25D) in ValidateMultiLineString()
247 if (ValidateGeometry(poLineString)) in ValidateMultiLineString()
248 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
255 if (!ValidateLineString((OGRLineString*)poLineString)) in ValidateMultiLineString()
270 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2geometryvalidator.cpp231 OGRGeometry* poLineString; in ValidateMultiLineString() local
236 poLineString = poGeom->getGeometryRef(i); in ValidateMultiLineString()
237 if (poLineString->getGeometryType() != wkbLineString in ValidateMultiLineString()
238 && poLineString->getGeometryType() != wkbLineString25D) in ValidateMultiLineString()
247 if (ValidateGeometry(poLineString)) in ValidateMultiLineString()
248 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
255 if (!ValidateLineString((OGRLineString*)poLineString)) in ValidateMultiLineString()
270 poGeometries->addGeometry(poLineString); in ValidateMultiLineString()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp795 poGeom = poLineString; in endElementCbk()
1637 const int n = poLineString->getNumPoints(); in ICreateFeature()
1640 const double x = poLineString->getX(i); in ICreateFeature()
1641 const double y = poLineString->getY(i); in ICreateFeature()
1654 int n = poLineString->getNumPoints(); in ICreateFeature()
1657 double x = poLineString->getX(i); in ICreateFeature()
1658 double y = poLineString->getY(i); in ICreateFeature()
1675 if( poLineString == nullptr ) in ICreateFeature()
1685 const int n = poLineString->getNumPoints(); in ICreateFeature()
1688 const double x = poLineString->getX(i); in ICreateFeature()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp795 poGeom = poLineString; in endElementCbk()
1637 const int n = poLineString->getNumPoints(); in ICreateFeature()
1640 const double x = poLineString->getX(i); in ICreateFeature()
1641 const double y = poLineString->getY(i); in ICreateFeature()
1654 int n = poLineString->getNumPoints(); in ICreateFeature()
1657 double x = poLineString->getX(i); in ICreateFeature()
1658 double y = poLineString->getY(i); in ICreateFeature()
1675 if( poLineString == nullptr ) in ICreateFeature()
1685 const int n = poLineString->getNumPoints(); in ICreateFeature()
1688 const double x = poLineString->getX(i); in ICreateFeature()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp795 poGeom = poLineString; in endElementCbk()
1637 const int n = poLineString->getNumPoints(); in ICreateFeature()
1640 const double x = poLineString->getX(i); in ICreateFeature()
1641 const double y = poLineString->getY(i); in ICreateFeature()
1654 int n = poLineString->getNumPoints(); in ICreateFeature()
1657 double x = poLineString->getX(i); in ICreateFeature()
1658 double y = poLineString->getY(i); in ICreateFeature()
1675 if( poLineString == nullptr ) in ICreateFeature()
1685 const int n = poLineString->getNumPoints(); in ICreateFeature()
1688 const double x = poLineString->getX(i); in ICreateFeature()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp730 poGeom = poLineString; in endElementCbk()
1513 int n = poLineString->getNumPoints(); in ICreateFeature()
1516 double x = poLineString->getX(i); in ICreateFeature()
1517 double y = poLineString->getY(i); in ICreateFeature()
1527 int n = poLineString->getNumPoints(); in ICreateFeature()
1530 double x = poLineString->getX(i); in ICreateFeature()
1531 double y = poLineString->getY(i); in ICreateFeature()
1548 if (poLineString == NULL) in ICreateFeature()
1557 int n = poLineString->getNumPoints(); in ICreateFeature()
1560 double x = poLineString->getX(i); in ICreateFeature()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mssqlspatial/
H A Dogrmssqlgeometryparser.cpp288 OGRLineString* poLineString = new OGRLineString(); in ReadLineString() local
292 poLineString->setCoordinateDimension(3); in ReadLineString()
295 poLineString->setMeasured(TRUE); in ReadLineString()
298 ReadSimpleCurve(poLineString, PointOffset(iFigure), NextPointOffset(iFigure)); in ReadLineString()
300 return poLineString; in ReadLineString()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mssqlspatial/
H A Dogrmssqlgeometryparser.cpp288 OGRLineString* poLineString = new OGRLineString(); in ReadLineString() local
292 poLineString->setCoordinateDimension(3); in ReadLineString()
295 poLineString->setMeasured(TRUE); in ReadLineString()
298 ReadSimpleCurve(poLineString, PointOffset(iFigure), NextPointOffset(iFigure)); in ReadLineString()
300 return poLineString; in ReadLineString()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mssqlspatial/
H A Dogrmssqlgeometryparser.cpp288 OGRLineString* poLineString = new OGRLineString(); in ReadLineString() local
292 poLineString->setCoordinateDimension(3); in ReadLineString()
295 poLineString->setMeasured(TRUE); in ReadLineString()
298 ReadSimpleCurve(poLineString, PointOffset(iFigure), NextPointOffset(iFigure)); in ReadLineString()
300 return poLineString; in ReadLineString()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dgml2ogrgeometry.cpp2495 OGRLineString *poLineString; in GML2OGRGeometry_XMLNode_Internal() local
2620 if( poLineString == NULL in GML2OGRGeometry_XMLNode_Internal()
2625 poLineString ? poLineString->getGeometryName() : "NULL" ); in GML2OGRGeometry_XMLNode_Internal()
2626 if( poLineString != NULL ) in GML2OGRGeometry_XMLNode_Internal()
2627 delete poLineString; in GML2OGRGeometry_XMLNode_Internal()
2638 poLineString->StartPoint( poNegativeNode ); in GML2OGRGeometry_XMLNode_Internal()
2639 poLineString->EndPoint( poPositiveNode ); in GML2OGRGeometry_XMLNode_Internal()
2643 poLineString->StartPoint( poPositiveNode ); in GML2OGRGeometry_XMLNode_Internal()
2644 poLineString->EndPoint( poNegativeNode ); in GML2OGRGeometry_XMLNode_Internal()
2646 delete poLineString; in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogrgeometryfactory.cpp2404 OGRLineString* poLineString = (OGRLineString* )poGeom; in Sub360ToLon() local
2405 int nPointCount = poLineString->getNumPoints(); in Sub360ToLon()
2406 int nCoordDim = poLineString->getCoordinateDimension(); in Sub360ToLon()
2410 poLineString->setPoint(iPoint, in Sub360ToLon()
2411 poLineString->getX(iPoint) - 360, in Sub360ToLon()
2412 poLineString->getY(iPoint)); in Sub360ToLon()
2414 poLineString->setPoint(iPoint, in Sub360ToLon()
2415 poLineString->getX(iPoint) - 360, in Sub360ToLon()
2416 poLineString->getY(iPoint), in Sub360ToLon()
2417 poLineString->getZ(iPoint)); in Sub360ToLon()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitelayer.cpp3095 int nPointCount = poLineString->getNumPoints(); in ExportSpatiaLiteGeometryInternal()
3110 double x = poLineString->getX(i); in ExportSpatiaLiteGeometryInternal()
3111 double y = poLineString->getY(i); in ExportSpatiaLiteGeometryInternal()
3124 double z = poLineString->getZ(i); in ExportSpatiaLiteGeometryInternal()
3130 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
3143 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
3155 float deltax = (float)(x - poLineString->getX(i-1)); in ExportSpatiaLiteGeometryInternal()
3156 float deltay = (float)(y - poLineString->getY(i-1)); in ExportSpatiaLiteGeometryInternal()
3166 double z = poLineString->getZ(i); in ExportSpatiaLiteGeometryInternal()
3173 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitelayer.cpp3095 int nPointCount = poLineString->getNumPoints(); in ExportSpatiaLiteGeometryInternal()
3110 double x = poLineString->getX(i); in ExportSpatiaLiteGeometryInternal()
3111 double y = poLineString->getY(i); in ExportSpatiaLiteGeometryInternal()
3124 double z = poLineString->getZ(i); in ExportSpatiaLiteGeometryInternal()
3130 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
3143 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
3155 float deltax = (float)(x - poLineString->getX(i-1)); in ExportSpatiaLiteGeometryInternal()
3156 float deltay = (float)(y - poLineString->getY(i-1)); in ExportSpatiaLiteGeometryInternal()
3166 double z = poLineString->getZ(i); in ExportSpatiaLiteGeometryInternal()
3173 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitelayer.cpp3095 int nPointCount = poLineString->getNumPoints(); in ExportSpatiaLiteGeometryInternal()
3110 double x = poLineString->getX(i); in ExportSpatiaLiteGeometryInternal()
3111 double y = poLineString->getY(i); in ExportSpatiaLiteGeometryInternal()
3124 double z = poLineString->getZ(i); in ExportSpatiaLiteGeometryInternal()
3130 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
3143 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
3155 float deltax = (float)(x - poLineString->getX(i-1)); in ExportSpatiaLiteGeometryInternal()
3156 float deltay = (float)(y - poLineString->getY(i-1)); in ExportSpatiaLiteGeometryInternal()
3166 double z = poLineString->getZ(i); in ExportSpatiaLiteGeometryInternal()
3173 double m = poLineString->getM(i); in ExportSpatiaLiteGeometryInternal()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp594 const OGRLineString* poLineString = in ConnectPointsByLines() local
596 ConnectPointsByLine(poFeature->GetFID(), poLineString, in ConnectPointsByLines()
872 for(auto&& poLineString: poMultiLineString) in ConnectPointsByMultiline()
874 ConnectPointsByLine(nFID, poLineString, paPointLayers, dfTolerance, in ConnectPointsByMultiline()
880 const OGRLineString* poLineString, in ConnectPointsByLine() argument
885 VALIDATE_POINTER0(poLineString, "GNMGenericNetwork::ConnectPointsByLine"); in ConnectPointsByLine()
887 poLineString->StartPoint(&oStartPoint); in ConnectPointsByLine()
888 poLineString->EndPoint(&oEndPoint); in ConnectPointsByLine()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp594 const OGRLineString* poLineString = in ConnectPointsByLines() local
596 ConnectPointsByLine(poFeature->GetFID(), poLineString, in ConnectPointsByLines()
872 for(auto&& poLineString: poMultiLineString) in ConnectPointsByMultiline()
874 ConnectPointsByLine(nFID, poLineString, paPointLayers, dfTolerance, in ConnectPointsByMultiline()
880 const OGRLineString* poLineString, in ConnectPointsByLine() argument
885 VALIDATE_POINTER0(poLineString, "GNMGenericNetwork::ConnectPointsByLine"); in ConnectPointsByLine()
887 poLineString->StartPoint(&oStartPoint); in ConnectPointsByLine()
888 poLineString->EndPoint(&oEndPoint); in ConnectPointsByLine()
/dports/graphics/gdal/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp594 const OGRLineString* poLineString = in ConnectPointsByLines() local
596 ConnectPointsByLine(poFeature->GetFID(), poLineString, in ConnectPointsByLines()
872 for(auto&& poLineString: poMultiLineString) in ConnectPointsByMultiline()
874 ConnectPointsByLine(nFID, poLineString, paPointLayers, dfTolerance, in ConnectPointsByMultiline()
880 const OGRLineString* poLineString, in ConnectPointsByLine() argument
885 VALIDATE_POINTER0(poLineString, "GNMGenericNetwork::ConnectPointsByLine"); in ConnectPointsByLine()
887 poLineString->StartPoint(&oStartPoint); in ConnectPointsByLine()
888 poLineString->EndPoint(&oEndPoint); in ConnectPointsByLine()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr2gmlgeometry.cpp289 const auto poLineString = poGeometry->toLineString(); in OGR2GMLGeometryAppend() local
290 AppendCoordinateList( poLineString, ppszText, pnLength, pnMaxLength ); in OGR2GMLGeometryAppend()
731 const auto poLineString = poGeometry->toLineString(); in OGR2GML3GeometryAppend() local
733 poLineString, bCoordSwap, in OGR2GML3GeometryAppend()
765 const auto poLineString = poGeometry->toLineString(); in OGR2GML3GeometryAppend() local
767 AppendGML3CoordinateList( poLineString, bCoordSwap, in OGR2GML3GeometryAppend()
H A Dgml2ogrgeometry.cpp2963 poLineString->StartPoint( poNegativeNode ); in GML2OGRGeometry_XMLNode_Internal()
2964 poLineString->EndPoint( poPositiveNode ); in GML2OGRGeometry_XMLNode_Internal()
2968 poLineString->StartPoint( poPositiveNode ); in GML2OGRGeometry_XMLNode_Internal()
2969 poLineString->EndPoint( poNegativeNode ); in GML2OGRGeometry_XMLNode_Internal()
2971 delete poLineString; in GML2OGRGeometry_XMLNode_Internal()
2984 int iEndCoord = poLineString->getNumPoints() - 1; in GML2OGRGeometry_XMLNode_Internal()
2989 poLineString->getPoint( iStartCoord, poTempStartPoint ); in GML2OGRGeometry_XMLNode_Internal()
2990 poLineString->getPoint( iEndCoord, poTempEndPoint ); in GML2OGRGeometry_XMLNode_Internal()
2991 poLineString->setPoint( iStartCoord, poTempEndPoint ); in GML2OGRGeometry_XMLNode_Internal()
2992 poLineString->setPoint( iEndCoord, poTempStartPoint ); in GML2OGRGeometry_XMLNode_Internal()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr2gmlgeometry.cpp289 const auto poLineString = poGeometry->toLineString();
290 AppendCoordinateList( poLineString, ppszText, pnLength, pnMaxLength );
731 const auto poLineString = poGeometry->toLineString();
733 poLineString, bCoordSwap,
765 const auto poLineString = poGeometry->toLineString();
767 AppendGML3CoordinateList( poLineString, bCoordSwap,
H A Dgml2ogrgeometry.cpp2963 poLineString->StartPoint( poNegativeNode ); in GML2OGRGeometry_XMLNode_Internal()
2964 poLineString->EndPoint( poPositiveNode ); in GML2OGRGeometry_XMLNode_Internal()
2968 poLineString->StartPoint( poPositiveNode ); in GML2OGRGeometry_XMLNode_Internal()
2969 poLineString->EndPoint( poNegativeNode ); in GML2OGRGeometry_XMLNode_Internal()
2971 delete poLineString; in GML2OGRGeometry_XMLNode_Internal()
2984 int iEndCoord = poLineString->getNumPoints() - 1; in GML2OGRGeometry_XMLNode_Internal()
2989 poLineString->getPoint( iStartCoord, poTempStartPoint ); in GML2OGRGeometry_XMLNode_Internal()
2990 poLineString->getPoint( iEndCoord, poTempEndPoint ); in GML2OGRGeometry_XMLNode_Internal()
2991 poLineString->setPoint( iStartCoord, poTempEndPoint ); in GML2OGRGeometry_XMLNode_Internal()
2992 poLineString->setPoint( iEndCoord, poTempStartPoint ); in GML2OGRGeometry_XMLNode_Internal()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr2gmlgeometry.cpp289 const auto poLineString = poGeometry->toLineString(); in OGR2GMLGeometryAppend() local
290 AppendCoordinateList( poLineString, ppszText, pnLength, pnMaxLength ); in OGR2GMLGeometryAppend()
731 const auto poLineString = poGeometry->toLineString(); in OGR2GML3GeometryAppend() local
733 poLineString, bCoordSwap, in OGR2GML3GeometryAppend()
765 const auto poLineString = poGeometry->toLineString(); in OGR2GML3GeometryAppend() local
767 AppendGML3CoordinateList( poLineString, bCoordSwap, in OGR2GML3GeometryAppend()

12