Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created May 1, 2024 10:40
Show Gist options
  • Save aborruso/acc809045c43a032d4bac9af7eb5e904 to your computer and use it in GitHub Desktop.
Save aborruso/acc809045c43a032d4bac9af7eb5e904 to your computer and use it in GitHub Desktop.

Lista

Modo 1

  1. quelle che non richiedono argomenti (sono poche, sono 7);
    1. $Area;
    2. $Perimeter;
    3. $length;
    4. $geometry;
    5. $x;
    6. $y;
    7. $z;
  2. quelle che hanno bisogno di almeno un argomento (sono molte):
    1. Buffer();
    2. perimeter();
    3. area();
    4. Azimuth();
    5. Centroid();
    6. $x_at();
    7. $y_at();
    8. z()
    9. ect.....

Modo 2

  1. quelle che non richiedono argomenti (sono poche, sono 7);
    1. $Area;
    2. $Perimeter;
    3. $length;
    4. $geometry;
    5. $x;
    6. $y;
    7. $z;
  2. quelle che hanno bisogno di almeno un argomento (sono molte):
    1. Buffer();
    2. perimeter();
    3. area();
    4. Azimuth();
    5. Centroid();
    6. $x_at();
    7. $y_at();
    8. z()
    9. ect.....

Modo 3

  1. quelle che non richiedono argomenti (sono poche, sono 7);

    1. $Area;

    2. $Perimeter;

  2. quelle che hanno bisogno di almeno un argomento (sono molte):

    1. Buffer();

    2. perimeter();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment