Package com.cercalia.sdk.model.geoment
Class GeomentPoiOptions
java.lang.Object
com.cercalia.sdk.model.geoment.GeomentPoiOptions
Options for fetching POI geometry.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull GeomentPoiOptions.Builder@NotNull StringgetPoic()@Nullable Integerstatic @NotNull GeomentPoiOptionsCreates options for a POI by code.static @NotNull GeomentPoiOptionsCreates options for a POI by code with tolerance.
-
Method Details
-
getPoic
- Returns:
- Internal Cercalia ID for the POI.
-
getTolerance
- Returns:
- geometry simplification tolerance.
-
of
Creates options for a POI by code.- Parameters:
poic- Internal Cercalia ID for the POI.- Returns:
- a new
GeomentPoiOptionsinstance.
-
of
Creates options for a POI by code with tolerance.- Parameters:
poic- Internal Cercalia ID for the POI.tolerance- geometry simplification tolerance.- Returns:
- a new
GeomentPoiOptionsinstance.
-
builder
- Parameters:
poic- Internal Cercalia ID for the POI.- Returns:
- a new builder for
GeomentPoiOptions.
-