Package com.anylogic.engine.gis
- java.lang.Object
- com.anylogic.engine.gis.ChainedGISSearch
- com.anylogic.engine.gis.ServerCaringGISSearch
- 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
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 | Description |
---|---|
ServerCaringGISSearch |
Modifier and Type | Method | Description |
---|---|---|
GISResult<List<GISMarkupDescriptor>> | get |
public ServerCaringGISSearch(IGISSearch base, long networkRecoveryTimeoutInMillis)
public GISResult<List<GISMarkupDescriptor>> get(String query, boolean region, boolean visibleAreaOnly, double bottomLatitude, double leftLongitude, double topLatitude, double rightLongitude, boolean firstOnly)