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 * Copyright (C) 2005-2006 Refractions Research Inc. * Copyright (C) 2001-2002 Vivid Solutions Inc. * * 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: linearref/LinearLocation.java r463 * **********************************************************************/ #pragma once #include #include // for std::unique_ptr #include #include #include namespace geos { namespace linearref { // geos::linearref /** \brief * Represents a location along a [LineString](@ref geom::LineString) * or [MultiLineString](@ref geom::MultiLineString). * * The referenced geometry is not maintained within this location, but * must be provided for operations which require it. * Various methods are provided to manipulate the location value and * query the geometry it references. */ class LinearLocation { private: std::size_t componentIndex; std::size_t segmentIndex; double segmentFraction; /** \brief * Ensures the individual values are locally valid. * * Does **not** ensure that the indexes are valid for * a particular linear geometry. * * @see clamp */ void normalize(); public: /** \brief * Gets a location which refers to the end of a linear * [Geometry](@ref geom::Geometry). * * @param linear the linear geometry * @return a new `LinearLocation` */ static LinearLocation getEndLocation(const geom::Geometry* linear); /** \brief * Computes the [Coordinate](@ref geom::Coordinate) of a point a given * fraction along the line segment `(p0, p1)`. * * If the fraction is greater than 1.0 the last * point of the segment is returned. * If the fraction is less than or equal to 0.0 the first point * of the segment is returned. * The Z ordinate is interpolated from the Z-ordinates of * the given points, if they are specified. * * @param p0 the first point of the line segment * @param p1 the last point of the line segment * @param frac the length to the desired point * @return the Coordinate of the desired point */ static geom::Coordinate pointAlongSegmentByFraction(const geom::Coordinate& p0, const geom::Coordinate& p1, double frac); /** \brief * Creates a location referring to the start of a linear geometry */ LinearLocation(std::size_t segmentIndex = 0, double segmentFraction = 0.0); LinearLocation(std::size_t componentIndex, std::size_t segmentIndex, double segmentFraction); /** \brief * Ensures the indexes are valid for a given linear [Geometry](@ref geom::Geometry). * * @param linear a linear geometry */ void clamp(const geom::Geometry* linear); /** \brief * Snaps the value of this location to the nearest vertex on the given linear * [Geometry](@ref geom::Geometry), if the vertex is closer than `minDistance`. * * @param linearGeom a linear geometry * @param minDistance the minimum allowable distance to a vertex */ void snapToVertex(const geom::Geometry* linearGeom, double minDistance); /** \brief * Gets the length of the segment in the given * Geometry containing this location. * * @param linearGeom a linear geometry * @return the length of the segment */ double getSegmentLength(const geom::Geometry* linearGeom) const; /** \brief * Sets the value of this location to * refer the end of a linear geometry. * * @param linear the linear geometry to set */ void setToEnd(const geom::Geometry* linear); /** \brief * Gets the component index for this location. * * @return the component index */ std::size_t getComponentIndex() const; /** \brief * Gets the segment index for this location. * * @return the segment index */ std::size_t getSegmentIndex() const; /** \brief * Gets the segment fraction for this location. * * @return the segment fraction */ double getSegmentFraction() const; /** \brief * Tests whether this location refers to a vertex. * * @return true if the location is a vertex */ bool isVertex() const; /** \brief * Gets the [Coordinate](@ref geom::Coordinate) along the given linear * [Geometry](@ref geom::Geometry) which is referenced by this location. * * @param linearGeom the linear geometry referenced by this location * @return the Coordinate at the location */ geom::Coordinate getCoordinate(const geom::Geometry* linearGeom) const; /** \brief * Gets a [LineSegment](@ref geom::LineSegment) representing the segment of the * given linear [Geometry](@ref geom::Geometry) which contains this location. * * @param linearGeom a linear geometry * @return the LineSegment containing the location */ std::unique_ptr getSegment(const geom::Geometry* linearGeom) const; /** \brief * Tests whether this location refers to a valid * location on the given linear [Geometry](@ref geom::Geometry). * * @param linearGeom a linear geometry * @return true if this location is valid */ bool isValid(const geom::Geometry* linearGeom) const; /** \brief * Compares this object with the specified object for order. * * @param other the LinearLocation with which this Coordinate is being compared * @return a negative integer, zero, or a positive integer as this * LinearLocation is less than, equal to, or greater than * the specified LinearLocation */ int compareTo(const LinearLocation& other) const; /** \brief * Compares this object with the specified index values for order. * * @param componentIndex1 a component index * @param segmentIndex1 a segment index * @param segmentFraction1 a segment fraction * @return a negative integer, zero, or a positive integer as this LinearLocation * is less than, equal to, or greater than the specified locationValues */ int compareLocationValues(std::size_t componentIndex1, std::size_t segmentIndex1, double segmentFraction1) const; /** \brief * Compares two sets of location values for order. * * @param componentIndex0 a component index * @param segmentIndex0 a segment index * @param segmentFraction0 a segment fraction * @param componentIndex1 another component index * @param segmentIndex1 another segment index * @param segmentFraction1 another segment fraction * @return a negative integer, zero, or a positive integer * as the first set of location values * is less than, equal to, or greater than the second set of locationValues */ static int compareLocationValues( std::size_t componentIndex0, std::size_t segmentIndex0, double segmentFraction0, std::size_t componentIndex1, std::size_t segmentIndex1, double segmentFraction1); /** \brief * Tests whether two locations are on the same * segment in the parent [Geometry](@ref geom::Geometry). * * @param loc a location on the same geometry * @return true if the locations are on the same segment of the parent geometry */ bool isOnSameSegment(const LinearLocation& loc) const; /** * \brief * Tests whether this location is an endpoint of * the linear component it refers to. * * @param linearGeom the linear geometry referenced by this location * @return true if the location is a component endpoint */ bool isEndpoint(const geom::Geometry& linearGeom) const; friend std::ostream& operator<< (std::ostream& out, const LinearLocation& obj); }; } // namespace geos.linearref } // namespace geos