# # The registry file for Geotools Grid Coverage implementation. This file should be automatically # parsed by JAI under initialization. If it is not, then OperationRegistry.registerServices(...) # can parse it. This may happen if this file is not visible from JAI core because it live in a # claspath known only to a different class loader. # # Version: $Id$ # ################################################################################################## # # Each line can be in one of the formats described below. Space or tab characters separate # keywords in each line. The comment character is '#'; on each line all characters following # the first comment character are ignored. The file must be encoded in UTF-8. # # 1. To register descriptors : # # descriptor # # 2. To register factory objects under a product against a specific mode : # # # # The is (only) used later on in this file to set preferences # between factory objects, if wanted. # ################################################################################################## # # Image operation descriptors : # descriptor org.geotools.image.jai.CombineDescriptor descriptor org.geotools.image.jai.HysteresisDescriptor descriptor org.geotools.image.jai.NodataFilterDescriptor # # "rendered" factory objects # rendered org.geotools.image.jai.CombineCRIF org.geotools org.geotools.Combine Combine rendered org.geotools.image.jai.HysteresisCRIF org.geotools org.geotools.Hysteresis Hysteresis rendered org.geotools.image.jai.NodataFilterCRIF org.geotools org.geotools.NodataFilter NodataFilter