open class GeometryResult : AdditionalDataSearchResult
The result of an Additional Data search with GeometryDataSource
.
GeometryResult()
The result of an Additional Data search with |
var errorMessage: Optional<String!>! |
open fun accept(visitor: AdditionalDataSearchResultVisitor!): Unit |
|
open fun getDataSource(): GeometryDataSource!
Gets information about the source of the data. |
|
open fun getGeometryData(): Optional<GeoJsonObject!>!
If the Request for geometry data using the |
open fun getErrorMessage(): Optional<String!>!
If this Request for additional data resulted in an error, this returns the error message. |