Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 446 Bytes

$geometry.md

File metadata and controls

24 lines (13 loc) · 446 Bytes

Funzione $geometry

Restituisce la geometria dell'elemento attuale. Può essere usato per il processamento con altre funzioni.

Sintassi

$geometry

Esempi

  • geomToWKT( $geometry ) → POINT(6 50)
  • area($geoamtry) → 1234567.89 mq
  • perimeter($geometry) → 25689.25 m

nota bene

--

osservazioni

il $ indica che è relativo all'elemento corrente e non ha bisogno di argomenti.