Package com.cercalia.sdk.model.geoment
Class GeographicElementResult
java.lang.Object
com.cercalia.sdk.model.geoment.GeographicElementResult
Result from Geoment service.
Following Golden Rules: - Direct mapping from API (no fallbacks) - Code suffix for identifiers - level field for geometry type transparency
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getWkt
- Returns:
- WKT representation of the geometry.
-
getCode
- Returns:
- Internal Cercalia ID for the geographic element.
-
getName
- Returns:
- geographic element name.
-
getType
- Returns:
- SDK type classification.
-
getLevel
- Returns:
- original geometry type from API (e.g., "municipality", "rd").
-
builder
- Returns:
- a new builder for
GeographicElementResult.
-
toString
-