Changeset 35903 in osm for applications/editors/josm/plugins/geotools/jar
- Timestamp:
- 2022-01-27T17:48:29+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/geotools/jar/META-INF/services
- Files:
-
- 9 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/jar/META-INF/services/java.sql.Driver
r31599 r35903 1 org.h sqldb.jdbc.JDBCDriver1 org.h2.Driverorg.hsqldb.jdbc.JDBCDriver -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageInputStreamSpi
r31744 r35903 1 1 it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi 2 2 it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi 3 it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi 4 5 # 3 it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi# 6 4 # $RCSfile: javax.imageio.spi.ImageInputStreamSpi,v $ 7 5 # -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageReaderSpi
r28946 r35903 1 it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi 2 3 # 1 it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi# 4 2 # $RCSfile: javax.imageio.spi.ImageReaderSpi,v $ 5 3 # -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageWriterSpi
r28946 r35903 1 1 it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriterSpi 2 3 2 # 4 3 # $RCSfile: javax.imageio.spi.ImageWriterSpi,v $ -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.media.jai.OperationRegistrySpi
r28946 r35903 46 46 # 47 47 com.sun.media.jai.imageioimpl.ImageReadWriteSpi 48 it.geosolutions.jaiext.crop.CropSpi -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.media.jai.OperationsRegistrySpi
r31599 r35903 1 org.jaitools.media.jai.contour.ContourSpi2 org.jaitools.media.jai.rangelookup.RangeLookupSpi3 org.jaitools.media.jai.vectorbinarize.VectorBinarizeSpi4 org.jaitools.media.jai.vectorize.VectorizeSpi5 1 org.jaitools.media.jai.zonalstats.ZonalStatsSpi -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.data.DataStoreFactorySpi
r35137 r35903 1 org.geotools.data.h2.H2DataStoreFactory 2 org.geotools.data.h2.H2JNDIDataStoreFactory 1 3 org.geotools.data.shapefile.ShapefileDataStoreFactory 2 4 org.geotools.data.shapefile.ShapefileDirectoryFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.referencing.operation.MathTransformProvider
r35123 r35903 42 42 org.geotools.referencing.operation.projection.NewZealandMapGrid$Provider 43 43 org.geotools.referencing.operation.projection.Krovak$Provider 44 org.geotools.referencing.operation.projection.Krovak$NorthProvider 44 45 org.geotools.referencing.operation.projection.CassiniSoldner$Provider 45 46 org.geotools.referencing.operation.projection.EquidistantConic$Provider … … 55 56 org.geotools.referencing.operation.projection.WorldVanDerGrintenI$Provider 56 57 org.geotools.referencing.operation.projection.Sinusoidal$Provider 58 org.geotools.referencing.operation.projection.Homolosine$Provider 57 59 org.geotools.referencing.operation.projection.GeneralOblique$Provider 58 60 org.geotools.referencing.operation.projection.MeteosatSG$Provider … … 64 66 org.geotools.referencing.operation.projection.CylindricalEqualArea$LambertCylindricalEqualAreaProvider 65 67 org.geotools.referencing.operation.projection.EqualArea$Provider 68 -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.renderer.crs.ProjectionHandlerFactory
r33930 r35903 5 5 org.geotools.renderer.crs.LambertAzimuthalEqualAreaHandlerFactory 6 6 org.geotools.renderer.crs.ConicHandlerFactory 7 org.geotools.renderer.crs.WorldVanDerGrintenIHandlerFactoryorg.geotools.renderer.crs.GeographicHandlerFactory8 org.geotools.renderer.crs.MercatorHandlerFactory9 org.geotools.renderer.crs.TransverseMercatorHandlerFactory10 org.geotools.renderer.crs.PolarStereographicHandlerFactory11 org.geotools.renderer.crs.LambertAzimuthalEqualAreaHandlerFactory12 org.geotools.renderer.crs.ConicHandlerFactory13 7 org.geotools.renderer.crs.WorldVanDerGrintenIHandlerFactory 8 org.geotools.renderer.crs.AzimulthalEquidistantProjectionHandlerFactory 9 org.geotools.renderer.crs.HomolosineHandlerFactory 10 org.geotools.renderer.crs.OrthographicProjectionHandlerFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.util.ConverterFactory
r35137 r35903 1 org.geotools.data.h2.H2ClobConverterFactory 1 2 org.geotools.data.util.CommonsConverterFactory 2 3 org.geotools.data.util.NumericConverterFactory … … 20 21 org.geotools.data.util.InterpolationConverterFactory 21 22 org.geotools.data.util.LobConverterFactory 23 org.geotools.data.util.AbbreviatedTimeUnitConverterFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.filter.expression.Function
r35129 r35903 2 2 org.geotools.filter.AreaFunction 3 3 org.geotools.filter.LengthFunction 4 org.geotools.filter.function.ArrayFunction 4 5 org.geotools.filter.function.AttributeCountFunction 5 6 org.geotools.filter.function.CategorizeFunction … … 21 22 org.geotools.filter.function.EnvFunction 22 23 org.geotools.filter.function.StringTemplateFunction 24 org.geotools.filter.function.InArrayFunction 23 25 org.geotools.filter.function.FilterFunction_contains 24 26 org.geotools.filter.function.FilterFunction_isEmpty … … 141 143 org.geotools.filter.function.IDFunction 142 144 org.geotools.filter.function.InterpolateFunction 145 org.geotools.filter.function.MapGetFunction 143 146 org.geotools.filter.function.RecodeFunction 144 147 org.geotools.filter.function.math.FilterFunction_IEEEremainder … … 199 202 org.geotools.filter.function.BoundedByFunction 200 203 org.geotools.filter.function.DateDifferenceFunction 201 # Disabled for JOSM as it requires com.fasterxml.jackson.core.JsonFactory 202 #org.geotools.filter.function.JsonPointerFunction 204 org.geotools.filter.function.JsonPointerFunction 205 org.geotools.filter.function.AndFunction 206 org.geotools.filter.function.OrFunction 207 org.geotools.filter.function.NowFunction 208 org.geotools.filter.function.BandsFunction
Note:
See TracChangeset
for help on using the changeset viewer.