Class GetFeatureCollectionBySpatialSearchGeometry
java.lang.Object
com.here.platform.data.client.service.interactiveMap.GetFeatureCollectionBySpatialSearchGeometry
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,InteractiveMapApi,Serializable,scala.Equals,scala.Product
public final class GetFeatureCollectionBySpatialSearchGeometry
extends Object
implements InteractiveMapApi, RestEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetFeatureCollectionBySpatialSearchGeometry(String layerId, Geometry geometry, int radius, scala.collection.immutable.Set<SearchParam> searchParam, scala.collection.immutable.Set<String> selection, scala.Option<Object> limit, scala.Option<InteractiveMapContext> context, scala.Option<Object> version) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) scala.Option<InteractiveMapContext>context()org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharsetbooleanForce to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.geometry()scala.Option<org.apache.pekko.http.scaladsl.model.HttpEntity.Strict>layerId()scala.Option<Object>limit()org.apache.pekko.http.scaladsl.model.HttpMethodmethod()path()query()intradius()scala.collection.immutable.Set<SearchParam>scala.collection.immutable.Set<String>static StringtoString()scala.Option<Object>version()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.http.Endpoint
acceptableNonSuccessStatusCodes, headers, isStreamingRequest, maxWaitingTimeBetweenRetries, perRequestTimeout, retriableHttpStatusCodes, retriesDeadlineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.service.interactiveMap.InteractiveMapApi
apiType, authorQueryParam, contextQueryParameters, getClusteringParameters, getLimit, getSearchParams, getSelection, pageTokenQueryParam, versionQueryParamMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, queryAsSeq
-
Constructor Details
-
GetFeatureCollectionBySpatialSearchGeometry
public GetFeatureCollectionBySpatialSearchGeometry(String layerId, Geometry geometry, int radius, scala.collection.immutable.Set<SearchParam> searchParam, scala.collection.immutable.Set<String> selection, scala.Option<Object> limit, scala.Option<InteractiveMapContext> context, scala.Option<Object> version)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) -
toString
-
layerId
-
geometry
-
radius
public int radius() -
searchParam
-
selection
-
limit
-
context
-
version
-
searchString
-
path
- Specified by:
pathin interfaceRestEndpoint
-
query
- Specified by:
queryin interfaceRestEndpoint
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
customContentType
public org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharset customContentType() -
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.HttpEntity.Strict> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-
forceStrict
public boolean forceStrict()Description copied from interface:EndpointForce to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.TODO: can become !isStreamingRequest, but need some heavy test to see the memory impact
- Specified by:
forceStrictin interfaceEndpoint
-