Uses of Class
com.cercalia.sdk.model.geoment.GeographicElementResult
Packages that use GeographicElementResult
Package
Description
Geometry and spatial data models.
Core services for interacting with Cercalia APIs.
-
Uses of GeographicElementResult in com.cercalia.sdk.model.geoment
Methods in com.cercalia.sdk.model.geoment that return GeographicElementResultModifier and TypeMethodDescription@NotNull GeographicElementResultGeographicElementResult.Builder.build() -
Uses of GeographicElementResult in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return GeographicElementResultModifier and TypeMethodDescription@NotNull GeographicElementResultGeomentService.getMunicipalityGeometry(@NotNull GeomentMunicipalityOptions options) Get geometry for a municipality or region.@NotNull GeographicElementResultGeomentService.getPoiGeometry(@NotNull GeomentPoiOptions options) Get geometry for a Point of Interest.@NotNull GeographicElementResultGeomentService.getPostalCodeGeometry(@NotNull GeomentPostalCodeOptions options) Get geometry for a postal code.Methods in com.cercalia.sdk.services that return types with arguments of type GeographicElementResultModifier and TypeMethodDescription@NotNull CompletableFuture<GeographicElementResult>GeomentService.getMunicipalityGeometryAsync(@NotNull GeomentMunicipalityOptions options) Get geometry for a municipality or region asynchronously.@NotNull CompletableFuture<GeographicElementResult>GeomentService.getPoiGeometryAsync(@NotNull GeomentPoiOptions options) Get geometry for a POI asynchronously.@NotNull CompletableFuture<GeographicElementResult>GeomentService.getPostalCodeGeometryAsync(@NotNull GeomentPostalCodeOptions options) Get geometry for a postal code asynchronously.