Package com.cercalia.sdk.model.geoment
Class GeographicElementResult.Builder
java.lang.Object
com.cercalia.sdk.model.geoment.GeographicElementResult.Builder
- Enclosing class:
- GeographicElementResult
Builder for
GeographicElementResult.-
Method Summary
Modifier and TypeMethodDescription@NotNull GeographicElementResultbuild()type(@NotNull GeographicElementType type)
-
Method Details
-
wkt
- Parameters:
wkt- WKT representation of the geometry.- Returns:
- this builder.
-
code
- Parameters:
code- Internal Cercalia ID.- Returns:
- this builder.
-
name
- Parameters:
name- geographic element name.- Returns:
- this builder.
-
type
- Parameters:
type- SDK type classification.- Returns:
- this builder.
-
level
- Parameters:
level- original geometry type from API.- Returns:
- this builder.
-
build
- Returns:
- a new instance of
GeographicElementResult.
-