AnyLogic
Expand
Font size
All Implemented Interfaces:
IGISSearch

@AnyLogicInternalAPI
public class ServerCaringGISSearch
extends ChainedGISSearch
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
This is a short-circuiting proxy provider which disables itself for a configured period of time, once the underlying provider returns null

Constructor Summary

ConstructorDescription
ServerCaringGISSearch(IGISSearch base, long networkRecoveryTimeoutInMillis) 

Method Summary

Modifier and TypeMethodDescription
GISResult<List<GISMarkupDescriptor>>get(String query, boolean region, boolean visibleAreaOnly, double bottomLatitude, double leftLongitude, double topLatitude, double rightLongitude, boolean firstOnly) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

ServerCaringGISSearch

public ServerCaringGISSearch(IGISSearch base,
 long networkRecoveryTimeoutInMillis)

Method Details

get

public GISResult<List<GISMarkupDescriptor>> get(String query,
 boolean region,
 boolean visibleAreaOnly,
 double bottomLatitude,
 double leftLongitude,
 double topLatitude,
 double rightLongitude,
 boolean firstOnly)