Class SpatialChangeDataProvider
java.lang.Object
fr.ifremer.isisfish.map.MapDataProvider
fr.ifremer.isisfish.ui.input.spatial.SpatialChangeDataProvider
Provider used to provide static data from
List of Cell instead of database.-
Field Summary
FieldsFields inherited from class fr.ifremer.isisfish.map.MapDataProvider
mapDataListeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllByCoordinates(float latitude, float longitude) getCell()floatfloatfloatfloatfloatfloatMethods inherited from class fr.ifremer.isisfish.map.MapDataProvider
regionChanged
-
Field Details
-
fisheryRegion
-
cells
-
-
Constructor Details
-
SpatialChangeDataProvider
-
-
Method Details
-
getMinLongitude
public float getMinLongitude()- Specified by:
getMinLongitudein classMapDataProvider
-
getMaxLongitude
public float getMaxLongitude()- Specified by:
getMaxLongitudein classMapDataProvider
-
getMinLatitude
public float getMinLatitude()- Specified by:
getMinLatitudein classMapDataProvider
-
getMaxLatitude
public float getMaxLatitude()- Specified by:
getMaxLatitudein classMapDataProvider
-
getCellLengthLongitude
public float getCellLengthLongitude()- Specified by:
getCellLengthLongitudein classMapDataProvider
-
getCellLengthLatitude
public float getCellLengthLatitude()- Specified by:
getCellLengthLatitudein classMapDataProvider
-
getCell
- Specified by:
getCellin classMapDataProvider
-
getMapFilePath
- Specified by:
getMapFilePathin classMapDataProvider
-
findAllByCoordinates
- Specified by:
findAllByCoordinatesin classMapDataProvider
-