Consider the following script:
import arcpy
from arcpy import env
from arcpy.sa import *
env.workspace = "C:/raster"
mynbr = NbrRectangle(5, 5, "CELL")
outraster = FocalStatistics ("landuse", mynbr, "VARIETY")
outraster.save("C:/raster/lu_var")
Which of the following is (are) a class of the arcpy.sa module? (select all that apply)
Select one or more of the following: