Package com.anylogic.engine.gis
- java.lang.Object
- com.anylogic.engine.gis.AnyLogicOnlineGISSearch
- All Implemented Interfaces:
IGISSearch
@AnyLogicInternalAPI public class AnyLogicOnlineGISSearch extends Object implements IGISSearch
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
Constructor | Description |
---|---|
AnyLogicOnlineGISSearch |
Modifier and Type | Method | Description |
---|---|---|
GISResult<List<GISMarkupDescriptor>> | get | |
void | setUrlParamsEncoder |
public AnyLogicOnlineGISSearch(int precisionInMeters)
- Parameters:
precisionInMeters
- use0
to disable any generalization
@AnyLogicInternalAPI public void setUrlParamsEncoder(UnaryOperator<String> urlParamsEncoder)
public GISResult<List<GISMarkupDescriptor>> get(String query, boolean region, boolean visibleAreaOnly, double bottomLatitude, double leftLongitude, double topLatitude, double rightLongitude, boolean firstOnly)
- Specified by:
get
in interfaceIGISSearch