mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			417 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			417 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "point_on_surface",
 | 
						|
  "type": "function",
 | 
						|
  "groups": ["GeometryGroup"],
 | 
						|
  "description": "Returns a point guaranteed to lie on the surface of a geometry.",
 | 
						|
  "arguments": [{
 | 
						|
    "arg": "geometry",
 | 
						|
    "description": "a geometry"
 | 
						|
  }],
 | 
						|
  "examples": [{
 | 
						|
    "expression": "point_on_surface($geometry)",
 | 
						|
    "returns": "a point geometry"
 | 
						|
  }],
 | 
						|
  "tags": ["point", "surface", "lie", "centroid", "overlay"]
 | 
						|
}
 |