public abstract class MapDataProvider extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<MapDataListener> |
mapDataListeners |
Constructor and Description |
---|
MapDataProvider() |
Modifier and Type | Method and Description |
---|---|
abstract List<Cell> |
findAllByCoordinates(float latitude,
float longitude) |
abstract List<Cell> |
getCell() |
abstract float |
getCellLengthLatitude() |
abstract float |
getCellLengthLongitude() |
abstract List<String> |
getMapFilePath() |
abstract float |
getMaxLatitude() |
abstract float |
getMaxLongitude() |
abstract float |
getMinLatitude() |
abstract float |
getMinLongitude() |
void |
regionChanged() |
protected Set<MapDataListener> mapDataListeners
public abstract float getMinLongitude()
public abstract float getMaxLongitude()
public abstract float getMinLatitude()
public abstract float getMaxLatitude()
public abstract float getCellLengthLongitude()
public abstract float getCellLengthLatitude()
public abstract List<Cell> findAllByCoordinates(float latitude, float longitude)
public void regionChanged()
Copyright © 1999–2020 CodeLutin. All rights reserved.