Class GetFeatureCollectionByTile
java.lang.Object
com.here.platform.data.client.service.interactiveMap.GetFeatureCollectionByTile
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,InteractiveMapApi,Serializable,scala.Equals,scala.Product
public final class GetFeatureCollectionByTile
extends Object
implements InteractiveMapApi, RestEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetFeatureCollectionByTile(String layerId, String tileId, InteractiveMapOptions.TileType tileType, scala.collection.immutable.Set<SearchParam> searchParam, scala.collection.immutable.Set<String> selection, scala.Option<Object> limit, scala.Option<InteractiveMapOptions.ClusteringType> clustering, scala.Option<Object> relativeResolution, scala.Option<Object> noBuffer, scala.Option<InteractiveMapOptions.CountMode> countMode, scala.Option<Object> absoluteResolution, scala.Option<String> property, scala.Option<Object> pointMode, scala.Option<Object> singleCoord, scala.Option<InteractiveMapOptions.SamplingRatio> sampling, scala.Option<InteractiveMapContext> context, scala.Option<Object> version) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<Object>abstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17) scala.Option<InteractiveMapOptions.ClusteringType>scala.Option<InteractiveMapContext>context()scala.Option<InteractiveMapOptions.CountMode>booleanForce 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.scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader>headers()Note: when change it always check all conflicts/replacements that can happens by base and child classeslayerId()scala.Option<Object>limit()org.apache.pekko.http.scaladsl.model.HttpMethodmethod()scala.Option<Object>noBuffer()path()scala.Option<Object>scala.Option<String>property()query()scala.Option<Object>scala.Option<InteractiveMapOptions.SamplingRatio>sampling()scala.collection.immutable.Set<SearchParam>scala.collection.immutable.Set<String>scala.Option<Object>tileId()tileType()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, httpEntity, 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
-
GetFeatureCollectionByTile
public GetFeatureCollectionByTile(String layerId, String tileId, InteractiveMapOptions.TileType tileType, scala.collection.immutable.Set<SearchParam> searchParam, scala.collection.immutable.Set<String> selection, scala.Option<Object> limit, scala.Option<InteractiveMapOptions.ClusteringType> clustering, scala.Option<Object> relativeResolution, scala.Option<Object> noBuffer, scala.Option<InteractiveMapOptions.CountMode> countMode, scala.Option<Object> absoluteResolution, scala.Option<String> property, scala.Option<Object> pointMode, scala.Option<Object> singleCoord, scala.Option<InteractiveMapOptions.SamplingRatio> sampling, 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, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17) -
toString
-
layerId
-
tileId
-
tileType
-
searchParam
-
selection
-
limit
-
clustering
-
relativeResolution
-
noBuffer
-
countMode
-
absoluteResolution
-
property
-
pointMode
-
singleCoord
-
sampling
-
context
-
version
-
searchString
-
clusteringParameters
-
path
- Specified by:
pathin interfaceRestEndpoint
-
query
- Specified by:
queryin interfaceRestEndpoint
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
headers
public scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader> headers()Description copied from interface:EndpointNote: when change it always check all conflicts/replacements that can happens by base and child classes -
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
-