Uses of Interface
fr.ifremer.isisfish.entities.FisheryRegion
Packages that use 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
Methods in fr.ifremer.isisfish.datastore that return FisheryRegionModifier 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
Classes in fr.ifremer.isisfish.entities with type parameters of type FisheryRegionModifier and TypeClassDescriptionclass
FisheryRegionDAOAbstract<E extends FisheryRegion>
class
FisheryRegionDAOImpl<E extends FisheryRegion>
Classes in fr.ifremer.isisfish.entities that implement FisheryRegionModifier and TypeClassDescriptionclass
class
FisheryRegionImpl.Methods in fr.ifremer.isisfish.entities that return FisheryRegionModifier 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()
Methods in fr.ifremer.isisfish.entities with parameters of type FisheryRegionModifier and TypeMethodDescriptionvoid
RegionExportJson.export
(FisheryRegion fisheryRegion) Export la region et tous les elements de la region. -
Uses of FisheryRegion in fr.ifremer.isisfish.map
Fields in fr.ifremer.isisfish.map declared as FisheryRegionMethods in fr.ifremer.isisfish.map with parameters of type FisheryRegionModifier 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.Constructors in fr.ifremer.isisfish.map with parameters of type FisheryRegionModifierConstructorDescriptionDatabaseDataProvider
(IsisMapBean isisMapBean, FisheryRegion fisheryRegion) -
Uses of FisheryRegion in fr.ifremer.isisfish.mexico.export
Methods in fr.ifremer.isisfish.mexico.export with parameters of type FisheryRegionModifier 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
Methods in fr.ifremer.isisfish.ui.input that return FisheryRegion -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input.check
Methods in fr.ifremer.isisfish.ui.input.check with parameters of type FisheryRegionModifier and TypeMethodDescriptionstatic void
CheckRegion.check
(FisheryRegion region, CheckResult result) -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input.fisheryregion
Fields in fr.ifremer.isisfish.ui.input.fisheryregion declared as FisheryRegionFields in fr.ifremer.isisfish.ui.input.fisheryregion with type parameters of type FisheryRegionModifier and TypeFieldDescriptionprotected jaxx.runtime.validator.swing.SwingValidator<FisheryRegion>
FisheryRegionUI.validator
Methods in fr.ifremer.isisfish.ui.input.fisheryregion that return FisheryRegionMethods in fr.ifremer.isisfish.ui.input.fisheryregion that return types with arguments of type FisheryRegionModifier and TypeMethodDescriptionjaxx.runtime.validator.swing.SwingValidator<FisheryRegion>
FisheryRegionUI.getValidator()
Methods in fr.ifremer.isisfish.ui.input.fisheryregion with parameters of type FisheryRegionModifier 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
Fields in fr.ifremer.isisfish.ui.input.spatial declared as FisheryRegionModifier and TypeFieldDescriptionprotected FisheryRegion
AskNewSpatialUI.bean
protected FisheryRegion
SpatialChangeDataProvider.fisheryRegion
protected FisheryRegion
ChangeSpatialPreviewHandler.newFisheryRegion
protected FisheryRegion
ChangeSpatialPreviewHandler.oldFisheryRegion
Methods in fr.ifremer.isisfish.ui.input.spatial that return FisheryRegionMethods in fr.ifremer.isisfish.ui.input.spatial with parameters of type FisheryRegionModifier 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) Constructors in fr.ifremer.isisfish.ui.input.spatial with parameters of type FisheryRegionModifierConstructorDescriptionSpatialChangeDataProvider
(FisheryRegion fisheryRegion, List<Cell> cells) -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.input.tree
Fields in fr.ifremer.isisfish.ui.input.tree declared as FisheryRegionMethods in fr.ifremer.isisfish.ui.input.tree that return FisheryRegionModifier and TypeMethodDescriptionFisheryDataProvider.getFisheryRegion()
Get provider fishery region.Methods in fr.ifremer.isisfish.ui.input.tree with parameters of type FisheryRegionConstructors in fr.ifremer.isisfish.ui.input.tree with parameters of type FisheryRegion -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.result
Constructors in fr.ifremer.isisfish.ui.result with parameters of type FisheryRegion -
Uses of FisheryRegion in fr.ifremer.isisfish.ui.sensitivity
Fields in fr.ifremer.isisfish.ui.sensitivity declared as FisheryRegionMethods in fr.ifremer.isisfish.ui.sensitivity that return FisheryRegionMethods in fr.ifremer.isisfish.ui.sensitivity with parameters of type FisheryRegionModifier and TypeMethodDescriptionvoid
SensitivityInputUI.setFisheryRegion
(FisheryRegion fisheryRegion)
MapDataProvider