Package com.anylogic.engine
- All Known Implementing Classes:
ShapeGISMap
@Deprecated @AnyLogicInternalAPI public interface AbstractShapeGISMap
Deprecated.
Modifier and Type | Method | Description |
---|---|---|
double | getDistance |
Deprecated.
|
double | getDistance |
Deprecated.
|
double | getDistanceByRoute |
Deprecated.
|
double | getDistanceByRoute |
Deprecated.
|
GISRoute | getRoute |
Deprecated.
|
GISRoute | getRoute |
Deprecated.
|
IGISRouteProvider | getRouteProvider() |
Deprecated.
|
void | pan |
Deprecated.
|
GISPoint | searchFirst |
Deprecated.
|
void | setCenterLatitude |
Deprecated.
|
void | setCenterLongitude |
Deprecated.
|
void | setMapScale |
Deprecated.
|
void | setProjectionCenter |
Deprecated.
|
void | zoomIn() |
Deprecated.
|
void | zoomOut() |
Deprecated.
|
double getDistance(double latFrom, double lonFrom, double latTo, double lonTo)
Deprecated.
double getDistance(GISPoint fromPoint, GISPoint toPoint)
Deprecated.
void zoomOut()
Deprecated.
void zoomIn()
Deprecated.
void setMapScale(double mapScale)
Deprecated.
void setProjectionCenter(double centerLatitude, double centerLongitude)
Deprecated.
void setCenterLongitude(double centerLongitude)
Deprecated.
void setCenterLatitude(double centerLatitude)
Deprecated.
void pan(double toEast, double toNorth)
Deprecated.
IGISRouteProvider getRouteProvider()
Deprecated.
GISPoint searchFirst(String query)
Deprecated.
double getDistanceByRoute(GISPoint fromPoint, GISPoint toPoint)
Deprecated.
double getDistanceByRoute(double latFrom, double lonFrom, double latTo, double lonTo)
Deprecated.
GISRoute getRoute(GISPoint start, GISPoint end)
Deprecated.
GISRoute getRoute(double startLatitude, double startLongitude, double endLatitude, double endLongitude)
Deprecated.
ShapeGISMap
class instead