Uses of Interface
fr.ifremer.isisfish.entities.Cell
Packages that use Cell
Package
Description
Entité metier d'IsisFish.
-
Uses of Cell in fr.ifremer.isisfish.entities
Classes in fr.ifremer.isisfish.entities with type parameters of type CellModifier and TypeClassDescriptionclass
CellDAOAbstract<E extends Cell>
class
CellDAOImpl<E extends Cell>
Classes in fr.ifremer.isisfish.entities that implement CellModifier and TypeClassDescriptionclass
class
Implantation des operations pour l'entité Cell.Fields in fr.ifremer.isisfish.entities declared as CellFields in fr.ifremer.isisfish.entities with type parameters of type CellMethods in fr.ifremer.isisfish.entities that return CellModifier and TypeMethodDescriptionPort.getCell()
PortAbstract.getCell()
Zone.getCellByTopiaId
(String topiaId) ZoneAbstract.getCellByTopiaId
(String topiaId) Methods in fr.ifremer.isisfish.entities that return types with arguments of type CellModifier and TypeMethodDescriptionFisheryRegion.getCell()
FisheryRegionImpl.getCell()
Zone.getCell()
ZoneAbstract.getCell()
MetierSeasonInfo.getCells()
MetierSeasonInfoImpl.getCells()
Methods in fr.ifremer.isisfish.entities with parameters of type CellModifier 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
Method parameters in fr.ifremer.isisfish.entities with type arguments of type Cell -
Uses of Cell in fr.ifremer.isisfish.map
Fields in fr.ifremer.isisfish.map with type parameters of type CellMethods in fr.ifremer.isisfish.map that return types with arguments of type CellModifier 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.Methods in fr.ifremer.isisfish.map with parameters of type CellModifier and TypeMethodDescriptionvoid
IsisMapBean.addSelectedCells
(Cell... cells) void
IsisMapBean.removeSelectedCells
(Cell... cells) void
IsisMapBean.setSelectedCells
(Cell... cells) Method parameters in fr.ifremer.isisfish.map with type arguments of type CellModifier 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
Fields in fr.ifremer.isisfish.ui.input.cell declared as CellFields in fr.ifremer.isisfish.ui.input.cell with type parameters of type CellModifier and TypeFieldDescriptionCellUI.fieldCell
protected jaxx.runtime.validator.swing.SwingValidator<Cell>
CellUI.validator
Methods in fr.ifremer.isisfish.ui.input.cell that return CellMethods in fr.ifremer.isisfish.ui.input.cell that return types with arguments of type CellModifier and TypeMethodDescriptionCellUI.getFieldCell()
jaxx.runtime.validator.swing.SwingValidator<Cell>
CellUI.getValidator()
Methods in fr.ifremer.isisfish.ui.input.cell with parameters of type Cell -
Uses of Cell in fr.ifremer.isisfish.ui.input.check
Methods in fr.ifremer.isisfish.ui.input.check with parameters of type Cell -
Uses of Cell in fr.ifremer.isisfish.ui.input.port
Fields in fr.ifremer.isisfish.ui.input.port with type parameters of type CellMethods in fr.ifremer.isisfish.ui.input.port that return types with arguments of type Cell -
Uses of Cell in fr.ifremer.isisfish.ui.input.spatial
Fields in fr.ifremer.isisfish.ui.input.spatial with type parameters of type CellModifier and TypeFieldDescriptionChangeSpatialPreviewHandler.cells
SpatialChangeDataProvider.cells
ChangeSpatialPreviewHandler.portMap
ChangeSpatialPreviewHandler.zoneMap
Methods in fr.ifremer.isisfish.ui.input.spatial that return types with arguments of type CellModifier 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()
Method parameters in fr.ifremer.isisfish.ui.input.spatial with type arguments of type CellModifier 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) Constructor parameters in fr.ifremer.isisfish.ui.input.spatial with type arguments of type CellModifierConstructorDescriptionSpatialChangeDataProvider
(FisheryRegion fisheryRegion, List<Cell> cells) -
Uses of Cell in fr.ifremer.isisfish.ui.input.tree.loadors
Methods in fr.ifremer.isisfish.ui.input.tree.loadors that return types with arguments of type CellModifier and TypeMethodDescriptionCellsNodeLoador.getData
(Class<?> parentClass, String parentId, jaxx.runtime.swing.nav.NavDataProvider dataProvider) Methods in fr.ifremer.isisfish.ui.input.tree.loadors with parameters of type CellModifier and TypeMethodDescriptionCellsNodeLoador.createNode
(Cell cell, jaxx.runtime.swing.nav.NavDataProvider dataProvider) -
Uses of Cell in fr.ifremer.isisfish.ui.input.zone
Fields in fr.ifremer.isisfish.ui.input.zone with type parameters of type CellMethods in fr.ifremer.isisfish.ui.input.zone that return types with arguments of type Cell