Package fr.ifremer.isisfish.map
Class GeoTools
java.lang.Object
fr.ifremer.isisfish.map.GeoTools
Utility class related to geotools library.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.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.static void
setCellToShapefile
(FisheryRegion fisheryRegion, List<Cell> cells, String name, File file)
-
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)
-