Lines Matching refs:bHasDifferentZ
765 int bHasDifferentZ = FALSE; in WritePOLYLINE() local
773 bHasDifferentZ = TRUE; in WritePOLYLINE()
779 WriteValue( 0, bHasDifferentZ ? "POLYLINE" : "LWPOLYLINE" ); in WritePOLYLINE()
781 if( bHasDifferentZ ) in WritePOLYLINE()
791 WriteValue( 70, 1 + (bHasDifferentZ ? 8 : 0) ); in WritePOLYLINE()
793 WriteValue( 70, 0 + (bHasDifferentZ ? 8 : 0) ); in WritePOLYLINE()
794 if( !bHasDifferentZ ) in WritePOLYLINE()
940 if( !bHasDifferentZ && poLS->getGeometryType() == wkbLineString25D ) in WritePOLYLINE()
949 if( bHasDifferentZ ) in WritePOLYLINE()
960 if( bHasDifferentZ ) in WritePOLYLINE()
968 if( bHasDifferentZ ) in WritePOLYLINE()