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) 2024 Martin Davis * Copyright (C) 2024 Paul Ramsey * * 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. * **********************************************************************/ #pragma once #include #include #include #include #include #include #include #include #include // Forward declarations namespace geos { namespace algorithm { namespace locate { // class PointOnGeometryLocator; } } namespace operation { namespace relateng { // class LinearBoundary; // class AdjacentEdgeLocator; } } namespace geom { class CoordinateXY; class Geometry; class LineString; class Point; } } using geos::algorithm::BoundaryNodeRule; using geos::algorithm::locate::PointOnGeometryLocator; using geos::geom::Coordinate; using geos::geom::CoordinateXY; using geos::geom::Geometry; using geos::geom::LineString; using geos::geom::Point; using geos::geom::Location; namespace geos { // geos. namespace operation { // geos.operation namespace relateng { // geos.operation.relateng /** * Locates a point on a geometry, including mixed-type collections. * The dimension of the containing geometry element is also determined. * GeometryCollections are handled with union semantics; * i.e. the location of a point is that location of that point * on the union of the elements of the collection. * * Union semantics for GeometryCollections has the following behaviours: * * * For a mixed-dimension (heterogeneous) collection * a point may lie on two geometry elements with different dimensions. * In this case the location on the largest-dimension element is reported. * * For a collection with overlapping or adjacent polygons, * points on polygon element boundaries may lie in the effective interior * of the collection geometry. * * Prepared mode is supported via cached spatial indexes. * * @author Martin Davis */ class GEOS_DLL RelatePointLocator { private: // Members const Geometry* geom; bool isPrepared = false; const BoundaryNodeRule& boundaryRule; std::unique_ptr adjEdgeLocator; Coordinate::ConstXYSet points; std::vector lines; std::vector polygons; std::vector> polyLocator; std::unique_ptr lineBoundary; bool isEmpty; public: // Constructors RelatePointLocator(const Geometry* p_geom) : RelatePointLocator(p_geom, false, BoundaryNodeRule::getBoundaryRuleMod2()) {}; RelatePointLocator(const Geometry* p_geom, bool p_isPrepared, const BoundaryNodeRule& p_bnRule) : geom(p_geom) , isPrepared(p_isPrepared) , boundaryRule(p_bnRule) { init(geom); }; void init(const Geometry* p_geom); bool hasBoundary() const; void extractElements(const Geometry* geom); void addPoint(const Point* pt); void addLine(const LineString* line); void addPolygonal(const Geometry* polygonal); Location locate(const CoordinateXY* p); int locateLineEndWithDim(const CoordinateXY* p); /* * Locates a point which is known to be a node of the geometry * (i.e. a vertex or on an edge). * * @param p the node point to locate * @param parentPolygonal the polygon the point is a node of * @return the location of the node point */ Location locateNode(const CoordinateXY* p, const Geometry* parentPolygonal); /** * Locates a point which is known to be a node of the geometry, * as a DimensionLocation. * * @param p the point to locate * @param parentPolygonal the polygon the point is a node of * @return the dimension and location of the point */ int locateNodeWithDim(const CoordinateXY* p, const Geometry* parentPolygonal); /** * Computes the topological location ( Location) of a single point * in a Geometry, as well as the dimension of the geometry element the point * is located in (if not in the Exterior). * It handles both single-element and multi-element Geometries. * The algorithm for multi-part Geometries * takes into account the SFS Boundary Determination Rule. * * @param p the point to locate * @return the Location of the point relative to the input Geometry */ int locateWithDim(const CoordinateXY* p); private: // Methods /** * Computes the topological location (Location) of a single point * in a Geometry, as well as the dimension of the geometry element the point * is located in (if not in the Exterior). * It handles both single-element and multi-element Geometries. * The algorithm for multi-part Geometries * takes into account the SFS Boundary Determination Rule. * * @param p the coordinate to locate * @param isNode whether the coordinate is a node (on an edge) of the geometry * @param polygon * @return the Location of the point relative to the input Geometry */ int locateWithDim(const CoordinateXY* p, bool isNode, const Geometry* parentPolygonal); int computeDimLocation(const CoordinateXY* p, bool isNode, const Geometry* parentPolygonal); Location locateOnPoints(const CoordinateXY* p) const; Location locateOnLines(const CoordinateXY* p, bool isNode); Location locateOnLine(const CoordinateXY* p, /*bool isNode,*/ const LineString* l); Location locateOnPolygons(const CoordinateXY* p, bool isNode, const Geometry* parentPolygonal); Location locateOnPolygonal(const CoordinateXY* p, bool isNode, const Geometry* parentPolygonal, std::size_t index); PointOnGeometryLocator * getLocator(std::size_t index); }; } // namespace geos.operation.relateng } // namespace geos.operation } // namespace geos