1 | #
|
---|
2 | # The registry file for Geotools Grid Coverage implementation. This file should be automatically
|
---|
3 | # parsed by JAI under initialization. If it is not, then Registry.registerServices(...) can parse
|
---|
4 | # it. This may happen if this file is unreachable from the JAI class loader.
|
---|
5 | #
|
---|
6 | # If this file is updated, remember to update Registry.registerServices(...) accordingly.
|
---|
7 | #
|
---|
8 | # Version: $Id$
|
---|
9 | #
|
---|
10 | ##################################################################################################
|
---|
11 | #
|
---|
12 | # Each line can be in one of the formats described below. Space or tab characters separate
|
---|
13 | # keywords in each line. The comment character is '#'; on each line all characters following
|
---|
14 | # the first comment character are ignored. The file must be encoded in UTF-8.
|
---|
15 | #
|
---|
16 | # 1. To register descriptors :
|
---|
17 | #
|
---|
18 | # descriptor <descriptor-class-name>
|
---|
19 | #
|
---|
20 | # 2. To register factory objects under a product against a specific mode :
|
---|
21 | #
|
---|
22 | # <registry-mode-name> <factory-class-name> <product-name> <descriptor-name> <local-name>
|
---|
23 | #
|
---|
24 | # The <local-name> is (only) used later on in this file to set preferences
|
---|
25 | # between factory objects, if wanted.
|
---|
26 | #
|
---|
27 | ##################################################################################################
|
---|
28 | #
|
---|
29 | # Image operation descriptors :
|
---|
30 | #
|
---|
31 | descriptor org.geotools.image.palette.ColorReductionDescriptor
|
---|
32 | descriptor org.geotools.image.palette.ColorInversionDescriptor
|
---|
33 |
|
---|
34 | #
|
---|
35 | # "rendered" factory objects
|
---|
36 | #
|
---|
37 | rendered org.geotools.image.palette.ColorReductionCRIF org.geotools org.geotools.ColorReduction ColorReduction
|
---|
38 | rendered org.geotools.image.palette.ColorInversionCRIF org.geotools org.geotools.ColorInversion ColorInversion
|
---|
39 | #
|
---|
40 | # The registry file for Geotools Grid Coverage implementation. This file should be automatically
|
---|
41 | # parsed by JAI under initialization. If it is not, then Registry.registerServices(...) can parse
|
---|
42 | # it. This may happen if this file is unreachable from the JAI class loader.
|
---|
43 | #
|
---|
44 | # If this file is updated, remember to update Registry.registerServices(...) accordingly.
|
---|
45 | #
|
---|
46 | ##################################################################################################
|
---|
47 | #
|
---|
48 | # Each line can be in one of the formats described below. Space or tab characters separate
|
---|
49 | # keywords in each line. The comment character is '#'; on each line all characters following
|
---|
50 | # the first comment character are ignored. The file must be encoded in UTF-8.
|
---|
51 | #
|
---|
52 | # 1. To register descriptors :
|
---|
53 | #
|
---|
54 | # descriptor <descriptor-class-name>
|
---|
55 | #
|
---|
56 | # 2. To register factory objects under a product against a specific mode :
|
---|
57 | #
|
---|
58 | # <registry-mode-name> <factory-class-name> <product-name> <descriptor-name> <local-name>
|
---|
59 | #
|
---|
60 | # The <local-name> is (only) used later on in this file to set preferences
|
---|
61 | # between factory objects, if wanted.
|
---|
62 | #
|
---|
63 | ##################################################################################################
|
---|
64 | #
|
---|
65 | # Image operation descriptors :
|
---|
66 | #
|
---|
67 | descriptor it.geosolutions.imageio.imageioimpl.imagereadmt.ImageReadDescriptorMT
|
---|
68 |
|
---|
69 |
|
---|
70 | #
|
---|
71 | # "rendered" factory objects
|
---|
72 | #
|
---|
73 | rendered it.geosolutions.imageio.imageioimpl.imagereadmt.ImageReadMTCRIF it.geosolutions.imageio.imageioimpl.imagereadmt ImageReadMT ImageReadMT
|
---|
74 |
|
---|
75 | #
|
---|
76 | # Image operation descriptors :
|
---|
77 | #
|
---|
78 | descriptor org.jaitools.media.jai.zonalstats.ZonalStatsDescriptor
|
---|
79 |
|
---|
80 |
|
---|
81 | #
|
---|
82 | # "rendered" factory objects
|
---|
83 | #
|
---|
84 | rendered org.jaitools.media.jai.zonalstats.ZonalStatsRIF org.jaitools.media.jai ZonalStats ZonalStats
|
---|