Uses of Interface
fr.ifremer.isisfish.entities.FisheryRegion
Package
Description
Data storage.
Entité metier d'IsisFish.
Set of classes used during region's factor's enabled properties export.
Result view.
-
Uses of FisheryRegion in fr.ifremer.isisfish.datastore
Modifier and TypeMethodDescriptionstatic FisheryRegion
RegionStorage.getFisheryRegion
(org.nuiton.topia.TopiaContext context) static FisheryRegion
SimulationStorage.getFisheryRegion
(org.nuiton.topia.TopiaContext context) Retourne laFisheryRegion
associee a cette simulation. -
Uses of FisheryRegion in fr.ifremer.isisfish.entities
Modifier and TypeClassDescriptionclass
FisheryRegionDAOAbstract<E extends FisheryRegion>
class
FisheryRegionDAOImpl<E extends FisheryRegion>
Modifier and TypeClassDescriptionclass
class
FisheryRegionImpl.Modifier and TypeMethodDescriptionCell.getFisheryRegion()
CellImpl.getFisheryRegion()
Gear.getFisheryRegion()
GearImpl.getFisheryRegion()
Metier.getFisheryRegion()
MetierImpl.getFisheryRegion()
Port.getFisheryRegion()
PortImpl.getFisheryRegion()
SetOfVessels.getFisheryRegion()
SetOfVesselsImpl.getFisheryRegion()
Species.getFisheryRegion()
SpeciesImpl.getFisheryRegion()
Strategy.getFisheryRegion()
StrategyImpl.getFisheryRegion()
StrategyMonthInfo.getFisheryRegion()
StrategyMonthInfoImpl.getFisheryRegion()
TripType.getFisheryRegion()
TripTypeImpl.getFisheryRegion()
VesselType.getFisheryRegion()
VesselTypeImpl.getFisheryRegion()
Zone.getFisheryRegion()
ZoneImpl.getFisheryRegion()
Modifier and TypeMethodDescriptionvoid
RegionExportJson.export
(FisheryRegion fisheryRegion) Export la region et tous les elements de la region. -
Uses of FisheryRegion in fr.ifremer.isisfish.map
Modifier and TypeMethodDescriptionstatic Collection<Cell>
GeoTools.getCellFromShapefile
(FisheryRegion fisheryRegion, Collection<Cell> cells, File mapFile) Récupère la liste des cellules d'une région qui ont une intersection de 95% avec la shape du shapefile.static Collection<Cell>
GeoTools.getCellFromShapefile
(FisheryRegion fisheryRegion, Collection<Cell> cells, File mapFile, double intersectionPourcentage) Récupère la liste des cellules d'une région qui ont une intersection d'une valeur donnée avec la shape du shapefile.static void
GeoTools.setCellToShapefile
(FisheryRegion fisheryRegion, List<Cell> cells, String name, File file) void
IsisMapBean.setFisheryRegion
(FisheryRegion fisheryRegion) Deprecated.ModifierConstructorDescriptionDatabaseDataProvider
(IsisMapBean isisMapBean, FisheryRegion fisheryRegion) -
Uses of FisheryRegion in fr.ifremer.isisfish.mexico.export
Modifier and TypeMethodDescriptionvoid
RegionExplorer.explore
(FisheryRegion region, RegionExport regionExport) Explore region and call export on each entity found. -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input
-
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input.check
Modifier and TypeMethodDescriptionstatic void
CheckRegion.check
(FisheryRegion region, CheckResult result) -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input.fisheryregion
Modifier and TypeFieldDescriptionprotected jaxx.runtime.validator.swing.SwingValidator<FisheryRegion>
FisheryRegionUI.validator
Modifier and TypeMethodDescriptionjaxx.runtime.validator.swing.SwingValidator<FisheryRegion>
FisheryRegionUI.getValidator()
Modifier and TypeMethodDescriptionvoid
FisheryRegionHandler.addMap
(FisheryRegion fisheryRegion) Add new map in region.void
FisheryRegionHandler.checkFisheryRegion
(FisheryRegion fisheryRegion) void
FisheryRegionHandler.removeMap
(FisheryRegion fisheryRegion, List<String> selectedMaps) Remove map in a region.void
FisheryRegionHandler.saveFisheryRegion
(FisheryRegion fisheryRegion) void
FisheryRegionUI.setBean
(FisheryRegion bean) protected void
FisheryRegionHandler.setFieldMapfilesModel
(FisheryRegion region) -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input.spatial
Modifier and TypeFieldDescriptionprotected FisheryRegion
AskNewSpatialUI.bean
protected FisheryRegion
SpatialChangeDataProvider.fisheryRegion
protected FisheryRegion
ChangeSpatialPreviewHandler.newFisheryRegion
protected FisheryRegion
ChangeSpatialPreviewHandler.oldFisheryRegion
Modifier and TypeMethodDescriptionAskNewSpatialHandler.createNewCells
(FisheryRegion newFisheryRegion, FisheryRegion currentFisheryRegion) Create new cells for new resolution and use old regionisLand()
info.AskNewSpatialHandler.createNewPorts
(List<Cell> newCells, FisheryRegion newFisheryRegion, FisheryRegion currentFisheryRegion) Create new port filled with cell from new region.AskNewSpatialHandler.createNewZones
(List<Cell> newCells, FisheryRegion newFisheryRegion, FisheryRegion currentFisheryRegion) Create new zones filled with cells from new region.void
AskNewSpatialUI.setBean
(FisheryRegion bean) void
ChangeSpatialPreviewHandler.setNewFisheryRegion
(FisheryRegion newFisheryRegion) void
ChangeSpatialPreviewHandler.setOldFisheryRegion
(FisheryRegion oldFisheryRegion) ModifierConstructorDescriptionSpatialChangeDataProvider
(FisheryRegion fisheryRegion, List<Cell> cells) -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input.tree
Modifier and TypeMethodDescriptionFisheryDataProvider.getFisheryRegion()
Get provider fishery region. -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.result
-
Uses of FisheryRegion in fr.ifremer.isisfish.ui.sensitivity
Modifier and TypeMethodDescriptionvoid
SensitivityInputUI.setFisheryRegion
(FisheryRegion fisheryRegion)
MapDataProvider