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) 2012 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: precision/GeometryPrecisionReducer.cpp rev. 1.10 (JTS-1.7) * **********************************************************************/ #pragma once #include #include // for GeometryFactory::Ptr #include // for unique_ptr // Forward declarations namespace geos { namespace geom { class PrecisionModel; class GeometryFactory; class Geometry; } } namespace geos { namespace precision { // geos.precision /** \brief * Reduces the precision of a {@link geom::Geometry} * according to the supplied {@link geom::PrecisionModel}, * ensuring that the result is valid (unless specified otherwise). * * By default the reduced result is topologically valid * To ensure this a polygonal geometry is reduced in a topologically valid fashion * (technically, by using snap-rounding). * It can be forced to be reduced pointwise by using setPointwise(boolean). * Note that in this case the result geometry may be invalid. * Linear and point geometry is always reduced pointwise (i.e. without further change to * its topology or structure), since this does not change validity. * * By default the geometry precision model is not changed. * This can be overridden by usingsetChangePrecisionModel(boolean). * * Normally collapsed components (e.g. lines collapsing to a point) * are not included in the result. * This behavior can be changed by using setRemoveCollapsedComponents(boolean). */ class GEOS_DLL GeometryPrecisionReducer { private: // Externally owned const geom::GeometryFactory* newFactory; const geom::PrecisionModel& targetPM; bool removeCollapsed; bool changePrecisionModel; bool useAreaReducer; bool isPointwise; std::unique_ptr fixPolygonalTopology(const geom::Geometry& geom); geom::GeometryFactory::Ptr createFactory( const geom::GeometryFactory& oldGF, const geom::PrecisionModel& newPM); /** * Duplicates a geometry to one that uses a different PrecisionModel, * without changing any coordinate values. * * @param geom the geometry to duplicate * @param newPM the precision model to use * @return the geometry value with a new precision model */ std::unique_ptr changePM( const geom::Geometry* geom, const geom::PrecisionModel& newPM); GeometryPrecisionReducer(GeometryPrecisionReducer const&); /*= delete*/ GeometryPrecisionReducer& operator=(GeometryPrecisionReducer const&); /*= delete*/ public: /** * Convenience method for doing precision reduction * on a single geometry, * with collapses removed * and keeping the geometry precision model the same, * and preserving polygonal topology. * * @param g the geometry to reduce * @param precModel the precision model to use * @return the reduced geometry */ static std::unique_ptr reduce(const geom::Geometry& g, const geom::PrecisionModel& precModel); static std::unique_ptr reducePointwise(const geom::Geometry& g, const geom::PrecisionModel& precModel); static std::unique_ptr reduceKeepCollapsed(const geom::Geometry& g, const geom::PrecisionModel& precModel); GeometryPrecisionReducer(const geom::PrecisionModel& pm) : newFactory(nullptr) , targetPM(pm) , removeCollapsed(true) , changePrecisionModel(false) , useAreaReducer(false) , isPointwise(false) {} /** * \brief * Create a reducer that will change the precision model of the * new reduced Geometry * * @param changeFactory the factory for the created Geometry. * Its PrecisionModel will be used for the reduction. * NOTE: ownership left to caller must be kept alive for * the whole lifetime of the returned Geometry. */ GeometryPrecisionReducer(const geom::GeometryFactory& changeFactory) : newFactory(&changeFactory) , targetPM(*(changeFactory.getPrecisionModel())) , removeCollapsed(true) , changePrecisionModel(false) , useAreaReducer(false) , isPointwise(false) {} /** * Sets whether the reduction will result in collapsed components * being removed completely, or simply being collapsed to an (invalid) * Geometry of the same type. * * @param remove if true collapsed components will be removed */ void setRemoveCollapsedComponents(bool remove) { removeCollapsed = remove; } /** \brief * Sets whether the {@link geom::PrecisionModel} of the new reduced Geometry * will be changed to be the {@link geom::PrecisionModel} supplied to * specify the precision reduction. * The default is to not change the precision model * * @param change if true the precision * model of the created Geometry will be the * the precisionModel supplied in the constructor. */ void setChangePrecisionModel(bool change) { changePrecisionModel = change; } void setUseAreaReducer(bool useAR) { useAreaReducer = useAR; } /** \brief * Sets whether the precision reduction will be done * in pointwise fashion only. * * Pointwise precision reduction reduces the precision * of the individual coordinates only, but does * not attempt to recreate valid topology. * This is only relevant for geometries containing polygonal components. * * @param pointwise if reduction should be done pointwise only */ void setPointwise(bool pointwise) { isPointwise = pointwise; } std::unique_ptr reduce(const geom::Geometry& geom); }; } // namespace geos.precision } // namespace geos