Class SigpacInfo
java.lang.Object
com.cercalia.sdk.model.reversegeocoding.SigpacInfo
SIGPAC (Agricultural parcel info - Spain only).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SigpacInfo.Builderbuilder()booleandoubleReturns the extension in hectares.@NotNull StringgetId()Returns the parcel ID.@NotNull StringReturns the municipality ID.@NotNull StringgetUsage()Returns the land usage code.@Nullable StringReturns the vulnerable zone code.@Nullable StringReturns the vulnerable zone type.inthashCode()toString()
-
Method Details
-
builder
-
getId
Returns the parcel ID.- Returns:
- the parcel ID
-
getMunicipalityCode
Returns the municipality ID. Note: Name preserved with typo for SDK compatibility.- Returns:
- the municipality ID
-
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
Returns the vulnerable zone type.- Returns:
- the vulnerable type
-
getVulnerableCode
Returns the vulnerable zone code.- Returns:
- the vulnerable code
-
equals
-
hashCode
public int hashCode() -
toString
-