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 TypeClassDescriptionclassCellDAOAbstract<E extends Cell>classCellDAOImpl<E extends Cell>Classes in fr.ifremer.isisfish.entities that implement CellModifier and TypeClassDescriptionclassclassImplantation 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 TypeMethodDescriptionvoidvoidPortDAOAbstract.findAllByCell(Cell v) ZoneDAOAbstract.findAllContainsCell(Cell v) PortDAOAbstract.findByCell(Cell v) ZoneDAOAbstract.findContainsCell(Cell v) voidZone.removeCell(Cell cell) voidZoneAbstract.removeCell(Cell cell) voidvoidMethod 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 TypeMethodDescriptionvoidIsisMapBean.addSelectedCells(Cell... cells) voidIsisMapBean.removeSelectedCells(Cell... cells) voidIsisMapBean.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 voidGeoTools.setCellToShapefile(FisheryRegion fisheryRegion, List<Cell> cells, String name, File file) voidIsisMapBean.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.fieldCellprotected jaxx.runtime.validator.swing.SwingValidator<Cell>CellUI.validatorMethods 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.cellsSpatialChangeDataProvider.cellsChangeSpatialPreviewHandler.portMapChangeSpatialPreviewHandler.zoneMapMethods 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 StringChangeSpatialPreviewHandler.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.voidvoidChangeSpatialPreviewHandler.setPortMap(Map<Port, Cell> portMap) voidChangeSpatialPreviewHandler.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