Uses of Class
com.cercalia.sdk.model.geoment.GeomentMunicipalityOptions
Packages that use GeomentMunicipalityOptions
Package
Description
Geometry and spatial data models.
Core services for interacting with Cercalia APIs.
-
Uses of GeomentMunicipalityOptions in com.cercalia.sdk.model.geoment
Methods in com.cercalia.sdk.model.geoment that return GeomentMunicipalityOptionsModifier and TypeMethodDescription@NotNull GeomentMunicipalityOptionsGeomentMunicipalityOptions.Builder.build()static @NotNull GeomentMunicipalityOptionsGeomentMunicipalityOptions.municipality(@NotNull String munc) Creates options for a locality (municipality) by code.static @NotNull GeomentMunicipalityOptionsGeomentMunicipalityOptions.municipality(@NotNull String munc, int tolerance) Creates options for a locality (municipality) by code with tolerance.static @NotNull GeomentMunicipalityOptionsCreates options for a subregion (province) by code.static @NotNull GeomentMunicipalityOptionsCreates options for a subregion (province) by code with tolerance. -
Uses of GeomentMunicipalityOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type GeomentMunicipalityOptionsModifier and TypeMethodDescription@NotNull GeographicElementResultGeomentService.getMunicipalityGeometry(@NotNull GeomentMunicipalityOptions options) Get geometry for a municipality or region.@NotNull CompletableFuture<GeographicElementResult>GeomentService.getMunicipalityGeometryAsync(@NotNull GeomentMunicipalityOptions options) Get geometry for a municipality or region asynchronously.