Uses of Interface
fr.ifremer.isisfish.entities.Cell
Package
Description
Entité metier d'IsisFish.
-
Uses of Cell in fr.ifremer.isisfish.entities
Modifier and TypeClassDescriptionclass
CellDAOAbstract<E extends Cell>
class
CellDAOImpl<E extends Cell>
Modifier and TypeClassDescriptionclass
class
Implantation des operations pour l'entité Cell.Modifier and TypeMethodDescriptionPort.getCell()
PortAbstract.getCell()
Zone.getCellByTopiaId
(String topiaId) ZoneAbstract.getCellByTopiaId
(String topiaId) Modifier and TypeMethodDescriptionFisheryRegion.getCell()
FisheryRegionImpl.getCell()
Zone.getCell()
ZoneAbstract.getCell()
MetierSeasonInfo.getCells()
MetierSeasonInfoImpl.getCells()
Modifier and TypeMethodDescriptionvoid
void
PortDAOAbstract.findAllByCell
(Cell v) ZoneDAOAbstract.findAllContainsCell
(Cell v) PortDAOAbstract.findByCell
(Cell v) ZoneDAOAbstract.findContainsCell
(Cell v) void
Zone.removeCell
(Cell cell) void
ZoneAbstract.removeCell
(Cell cell) void
void
-
Uses of Cell in fr.ifremer.isisfish.map
Modifier and TypeMethodDescriptionDatabaseDataProvider.findAllByCoordinates
(float latitude, float longitude) MapDataProvider.findAllByCoordinates
(float latitude, float longitude) DatabaseDataProvider.getCell()
MapDataProvider.getCell()
static 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.IsisMapBean.getSelectedCells()
Retourne la liste des mailles selectionnées.Modifier and TypeMethodDescriptionvoid
IsisMapBean.addSelectedCells
(Cell... cells) void
IsisMapBean.removeSelectedCells
(Cell... cells) void
IsisMapBean.setSelectedCells
(Cell... cells) 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.setSelectedCells
(List<Cell> cells) -
Uses of Cell in fr.ifremer.isisfish.ui.input.cell
Modifier and TypeFieldDescriptionCellUI.fieldCell
protected jaxx.runtime.validator.swing.SwingValidator<Cell>
CellUI.validator
Modifier and TypeMethodDescriptionCellUI.getFieldCell()
jaxx.runtime.validator.swing.SwingValidator<Cell>
CellUI.getValidator()
-
Uses of Cell in fr.ifremer.isisfish.ui.input.check
-
Uses of Cell in fr.ifremer.isisfish.ui.input.port
-
Uses of Cell in fr.ifremer.isisfish.ui.input.spatial
Modifier and TypeFieldDescriptionChangeSpatialPreviewHandler.cells
SpatialChangeDataProvider.cells
ChangeSpatialPreviewHandler.portMap
ChangeSpatialPreviewHandler.zoneMap
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.SpatialChangeDataProvider.findAllByCoordinates
(float latitude, float longitude) SpatialChangeDataProvider.getCell()
Modifier and TypeMethodDescriptionprotected String
ChangeSpatialPreviewHandler.cellToString
(List<Cell> cells) 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
void
ChangeSpatialPreviewHandler.setPortMap
(Map<Port, Cell> portMap) void
ChangeSpatialPreviewHandler.setZoneMap
(Map<Zone, List<Cell>> zoneMap) ModifierConstructorDescriptionSpatialChangeDataProvider
(FisheryRegion fisheryRegion, List<Cell> cells) -
Uses of Cell in fr.ifremer.isisfish.ui.input.tree.loadors
Modifier and TypeMethodDescriptionCellsNodeLoador.getData
(Class<?> parentClass, String parentId, jaxx.runtime.swing.nav.NavDataProvider dataProvider) Modifier and TypeMethodDescriptionCellsNodeLoador.createNode
(Cell cell, jaxx.runtime.swing.nav.NavDataProvider dataProvider) -
Uses of Cell in fr.ifremer.isisfish.ui.input.zone