Class GeoTools

java.lang.Object
fr.ifremer.isisfish.map.GeoTools

public class GeoTools extends Object
Utility class related to geotools library.
  • Constructor Details

    • GeoTools

      public GeoTools()
  • Method Details

    • getCellFromShapefile

      public static Collection<Cell> 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.
    • getCellFromShapefile

      public static Collection<Cell> 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.
    • setCellToShapefile

      public static void setCellToShapefile(FisheryRegion fisheryRegion, List<Cell> cells, String name, File file)