AnyLogic
Expand
Font size
All Known Implementing Classes:
ShapeGISMap

@Deprecated
@AnyLogicInternalAPI
public interface AbstractShapeGISMap
Deprecated.
Will be removed in future releases, use ShapeGISMap class instead

Method Summary

Modifier and TypeMethodDescription
doublegetDistance(double latFrom, double lonFrom, double latTo, double lonTo)
Deprecated.
 
doublegetDistance(GISPoint fromPoint, GISPoint toPoint)
Deprecated.
 
doublegetDistanceByRoute(double latFrom, double lonFrom, double latTo, double lonTo)
Deprecated.
 
doublegetDistanceByRoute(GISPoint fromPoint, GISPoint toPoint)
Deprecated.
 
GISRoutegetRoute(double startLatitude, double startLongitude, double endLatitude, double endLongitude)
Deprecated.
 
GISRoutegetRoute(GISPoint start, GISPoint end)
Deprecated.
 
IGISRouteProvidergetRouteProvider()
Deprecated.
 
voidpan(double toEast, double toNorth)
Deprecated.
 
GISPointsearchFirst(String query)
Deprecated.
 
voidsetCenterLatitude(double centerLatitude)
Deprecated.
 
voidsetCenterLongitude(double centerLongitude)
Deprecated.
 
voidsetMapScale(double mapScale)
Deprecated.
 
voidsetProjectionCenter(double centerLatitude, double centerLongitude)
Deprecated.
 
voidzoomIn()
Deprecated.
 
voidzoomOut()
Deprecated.
 

Method Details

getDistance

double getDistance(double latFrom,
 double lonFrom,
 double latTo,
 double lonTo)
Deprecated.

getDistance

double getDistance(GISPoint fromPoint,
 GISPoint toPoint)
Deprecated.

zoomOut

void zoomOut()
Deprecated.

zoomIn

void zoomIn()
Deprecated.

setMapScale

void setMapScale(double mapScale)
Deprecated.

setProjectionCenter

void setProjectionCenter(double centerLatitude,
 double centerLongitude)
Deprecated.

setCenterLongitude

void setCenterLongitude(double centerLongitude)
Deprecated.

setCenterLatitude

void setCenterLatitude(double centerLatitude)
Deprecated.

pan

void pan(double toEast,
 double toNorth)
Deprecated.

getRouteProvider

IGISRouteProvider getRouteProvider()
Deprecated.

searchFirst

GISPoint searchFirst(String query)
Deprecated.

getDistanceByRoute

double getDistanceByRoute(GISPoint fromPoint,
 GISPoint toPoint)
Deprecated.

getDistanceByRoute

double getDistanceByRoute(double latFrom,
 double lonFrom,
 double latTo,
 double lonTo)
Deprecated.

getRoute

GISRoute getRoute(GISPoint start,
 GISPoint end)
Deprecated.

getRoute

GISRoute getRoute(double startLatitude,
 double startLongitude,
 double endLatitude,
 double endLongitude)
Deprecated.