Class SigpacInfo

java.lang.Object
com.cercalia.sdk.model.reversegeocoding.SigpacInfo

public final class SigpacInfo extends Object
SIGPAC (Agricultural parcel info - Spain only).
  • Method Details

    • builder

      public static SigpacInfo.Builder builder()
    • getId

      @NotNull public @NotNull String getId()
      Returns the parcel ID.
      Returns:
      the parcel ID
    • getMunicipalityCode

      @NotNull public @NotNull String getMunicipalityCode()
      Returns the municipality ID. Note: Name preserved with typo for SDK compatibility.
      Returns:
      the municipality ID
    • getUsage

      @NotNull public @NotNull String getUsage()
      Returns the land usage code.
      Returns:
      the usage code
    • getExtensionHa

      public double getExtensionHa()
      Returns the extension in hectares.
      Returns:
      the extension in Ha
    • getVulnerableType

      @Nullable public @Nullable String getVulnerableType()
      Returns the vulnerable zone type.
      Returns:
      the vulnerable type
    • getVulnerableCode

      @Nullable public @Nullable String getVulnerableCode()
      Returns the vulnerable zone code.
      Returns:
      the vulnerable code
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object