This commit is contained in:
Nyall Dawson 2017-12-03 08:03:30 +10:00
parent 928afdd8c5
commit 0b452cabbb
5 changed files with 5 additions and 5 deletions

View File

@ -501,7 +501,7 @@ Returns true if WKB of the geometry is of WKBMulti* type
\param afterVertex Receives index of the vertex after the closest segment. The vertex
before the closest segment is always afterVertex - 1
\param leftOf Out: Returns if the point lies on the left of left side of the geometry ( < 0 means left, > 0 means right, 0 indicates
that the test was unsuccesful, e.g. for a point exactly on the line)
that the test was unsuccessful, e.g. for a point exactly on the line)
\param epsilon epsilon for segment snapping
:return: The squared Cartesian distance is also returned in sqrDist, negative number on error
:rtype: float

View File

@ -556,7 +556,7 @@ class CORE_EXPORT QgsGeometry
* \param afterVertex Receives index of the vertex after the closest segment. The vertex
* before the closest segment is always afterVertex - 1
* \param leftOf Out: Returns if the point lies on the left of left side of the geometry ( < 0 means left, > 0 means right, 0 indicates
* that the test was unsuccesful, e.g. for a point exactly on the line)
* that the test was unsuccessful, e.g. for a point exactly on the line)
* \param epsilon epsilon for segment snapping
* \returns The squared Cartesian distance is also returned in sqrDist, negative number on error
*/

View File

@ -502,7 +502,7 @@ void TestQgsGeometrySnapper::internalSnapper()
void TestQgsGeometrySnapper::insertExtra()
{
// test extra node insertion behaviour
// test extra node insertion behavior
QgsGeometry refGeom = QgsGeometry::fromWkt( QStringLiteral( "LineString(0 0, 0.1 0, 0.2 0, 9.8 0, 9.9 0, 10 0, 10.1 0, 10.2 0, 20 0)" ) );
QgsFeature f1( 1 );
f1.setGeometry( refGeom );

View File

@ -11,7 +11,7 @@ The Java keystore files are generated/edited using **KeyStore Explorer**:
The default password for the encrypted XCA project and Java keystore files is
**password**. The certificate signing structure can be reviewed in
`cert_heirarchy_8bit.png`.
`cert_hierarchy_8bit.png`.
**WARNING**: These components are just for testing and should _NOT_ be used
in a production environment.
@ -22,7 +22,7 @@ filter file open dialogs to specific extensions, e.g. pgAdmin3 always filters
## Certificate Signing Hierarchy
![Certs tree](cert_heirarchy_8bit.png)
![Certs tree](cert_hierarchy_8bit.png)
## Client Certificates/Keys

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB