1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2011 Sandro Santilli * * This is free software; you can redistribute and/or modify it under * the terms of the GNU Lesser General Public Licence as published * by the Free Software Foundation. * See the COPYING file for more information. * ********************************************************************** * * Last port: operation/union/UnaryUnionOp.java r320 (JTS-1.12) * **********************************************************************/ #pragma once #include #include #include #include #include #include #include #include #include #include #ifdef _MSC_VER #pragma warning(push) #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class #endif // Forward declarations namespace geos { namespace geom { class GeometryFactory; class Geometry; } } namespace geos { namespace operation { // geos::operation namespace geounion { // geos::operation::geounion /** \brief * Unions a collection of Geometry or a single Geometry * (which may be a collection) together. * * By using this special-purpose operation over a collection of * geometries it is possible to take advantage of various optimizations * to improve performance. * Heterogeneous [GeometryCollections](@ref geom::GeometryCollection) * are fully supported. * * The result obeys the following contract: * * - Unioning a set of overlapping [Polygons](@ref geom::Polygon) has the effect * of merging the areas (i.e. the same effect as * iteratively unioning all individual polygons together). * - Unioning a set of [LineStrings](@ref geom::LineString) has the effect of * **fully noding** and **dissolving** the input linework. * In this context "fully noded" means that there will be a node or * endpoint in the output for every endpoint or line segment crossing * in the input. * "Dissolved" means that any duplicate (e.g. coincident) line segments * or portions of line segments will be reduced to a single line segment * in the output. * This is consistent with the semantics of the * [Geometry::Union(Geometry* )](@ref geom::Geometry::Union()) * operation. If **merged** linework is required, the * [LineMerger](@ref operation::linemerge::LineMerger) class * can be used. * - Unioning a set of [Points](@ref geom::Point) has the effect of merging * all identical points (producing a set with no duplicates). * * `UnaryUnion` always operates on the individual components of * MultiGeometries. * So it is possible to use it to "clean" invalid self-intersecting * MultiPolygons (although the polygon components must all still be * individually valid.) */ class GEOS_DLL UnaryUnionOp { public: template static std::unique_ptr Union(const T& geoms) { UnaryUnionOp op(geoms); return op.Union(); } template static std::unique_ptr Union(const T& geoms, geom::GeometryFactory& geomFact) { UnaryUnionOp op(geoms, geomFact); return op.Union(); } static std::unique_ptr Union(const geom::Geometry& geom) { UnaryUnionOp op(geom); return op.Union(); } template UnaryUnionOp(const T& geoms, geom::GeometryFactory& geomFactIn) : geomFact(&geomFactIn) , unionFunction(&defaultUnionFunction) { extractGeoms(geoms); } template UnaryUnionOp(const T& geoms) : geomFact(nullptr) , unionFunction(&defaultUnionFunction) { extractGeoms(geoms); } UnaryUnionOp(const geom::Geometry& geom) : geomFact(geom.getFactory()) , unionFunction(&defaultUnionFunction) { extract(geom); } void setUnionFunction(UnionStrategy* unionFun) { unionFunction = unionFun; } /** * \brief * Gets the union of the input geometries. * * If no input geometries were provided, an empty GEOMETRYCOLLECTION is returned. * * @return a Geometry containing the union * @return an empty GEOMETRYCOLLECTION if no geometries were provided * in the input */ std::unique_ptr Union(); private: template void extractGeoms(const T& geoms) { for(typename T::const_iterator i = geoms.begin(), e = geoms.end(); i != e; ++i) { const geom::Geometry* geom = *i; extract(*geom); } } void extract(const geom::Geometry& geom) { util::ensureNoCurvedComponents(geom); using namespace geom::util; if(! geomFact) { geomFact = geom.getFactory(); } GeometryExtracter::extract(geom, polygons); GeometryExtracter::extract(geom, lines); GeometryExtracter::extract(geom, points); } /** * Computes a unary union with no extra optimization, * and no short-circuiting. * Due to the way the overlay operations * are implemented, this is still efficient in the case of linear * and puntal geometries. * Uses robust version of overlay operation * to ensure identical behaviour to the union(Geometry) operation. * * @param g0 a geometry * @return the union of the input geometry */ std::unique_ptr unionNoOpt(const geom::Geometry& g0) { if(! empty.get()) { empty = geomFact->createEmptyGeometry(); } return unionFunction->Union(&g0, empty.get()); } /** * Computes the union of two geometries, * either of both of which may be null. * * @param g0 a Geometry (ownership transferred) * @param g1 a Geometry (ownership transferred) * @return the union of the input(s) * @return null if both inputs are null */ std::unique_ptr unionWithNull( std::unique_ptr g0, std::unique_ptr g1 ); // Members std::vector polygons; std::vector lines; std::vector points; const geom::GeometryFactory* geomFact; std::unique_ptr empty; UnionStrategy* unionFunction; ClassicUnionStrategy defaultUnionFunction; }; } // namespace geos::operation::union } // namespace geos::operation } // namespace geos #ifdef _MSC_VER #pragma warning(pop) #endif