Changeset 35123 in osm for applications/editors/josm/plugins/geotools/jar
- Timestamp:
- 2019-09-26T13:14:00+02:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/geotools/jar/META-INF/services
- Files:
-
- 1 added
- 5 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.referencing.operation.MathTransformProvider
r33930 r35123 14 14 org.geotools.referencing.operation.transform.SimilarityTransformProvider 15 15 org.geotools.referencing.operation.transform.WarpTransform2DProvider 16 org.geotools.referencing.operation.transform.EarthGravitationalModel$Provider 16 17 org.geotools.referencing.operation.projection.EquidistantCylindrical$Provider 17 18 org.geotools.referencing.operation.projection.EquidistantCylindrical$SphericalProvider … … 62 63 org.geotools.referencing.operation.projection.CylindricalEqualArea$BehrmannProvider 63 64 org.geotools.referencing.operation.projection.CylindricalEqualArea$LambertCylindricalEqualAreaProvider 65 org.geotools.referencing.operation.projection.EqualArea$Provider -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.util.ConverterFactory
r33930 r35123 1 org.geotools.util.CommonsConverterFactory 2 org.geotools.util.NumericConverterFactory 3 org.geotools.util.PercentageConverterFactory 4 org.geotools.util.GeometryConverterFactory 5 org.geotools.util.GeometryTypeConverterFactory 6 org.geotools.util.TemporalConverterFactory 7 org.geotools.util.BooleanConverterFactory 8 org.geotools.util.ColorConverterFactory 9 org.geotools.util.CollectionConverterFactory 10 org.geotools.util.CharsetConverterFactory 11 org.geotools.util.UuidConverterFactory 12 org.geotools.util.EnumerationConverterFactory 13 org.geotools.util.QNameConverterFactory 14 org.geotools.util.MeasureConverterFactory 1 org.geotools.data.util.CommonsConverterFactory 2 org.geotools.data.util.NumericConverterFactory 3 org.geotools.data.util.PercentageConverterFactory 4 org.geotools.data.util.GeometryConverterFactory 5 org.geotools.data.util.GeometryTypeConverterFactory 6 org.geotools.data.util.TemporalConverterFactory 7 org.geotools.data.util.BooleanConverterFactory 8 org.geotools.data.util.ColorConverterFactory 9 org.geotools.data.util.CollectionConverterFactory 10 org.geotools.data.util.CharsetConverterFactory 11 org.geotools.data.util.UuidConverterFactory 12 org.geotools.data.util.EnumerationConverterFactory 13 org.geotools.data.util.QNameConverterFactory 14 org.geotools.data.util.MeasureConverterFactory 15 15 org.geotools.temporal.TemporalConverterFactory 16 org.geotools.util.NameConverterFactory 16 org.geotools.data.util.NameConverterFactory 17 org.geotools.data.util.ArrayConverterFactory 18 org.geotools.data.util.ComplexAttributeConverterFactory 19 org.geotools.data.util.CRSConverterFactory 20 org.geotools.data.util.InterpolationConverterFactory 21 org.geotools.data.util.LobConverterFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.coverage.processing.Operation
r31599 r35123 21 21 org.geotools.coverage.processing.operation.Scale 22 22 org.geotools.coverage.processing.operation.SelectSampleDimension 23 org.geotools.coverage.processing.operation.ShadedRelief 23 24 org.geotools.coverage.processing.operation.SubsampleAverage 24 25 org.geotools.coverage.processing.operation.SubtractConst -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.filter.expression.Function
r33335 r35123 1 org.geotools. resources.coverage.FilterFunction_isCoverage1 org.geotools.coverage.util.FilterFunction_isCoverage 2 2 org.geotools.filter.AreaFunction 3 3 org.geotools.filter.LengthFunction … … 8 8 org.geotools.filter.function.StandardDeviationFunction 9 9 org.geotools.filter.function.QuantileFunction 10 org.geotools.filter.function.EqualAreaFunction 10 11 org.geotools.filter.function.UniqueIntervalFunction 11 12 org.geotools.filter.function.Collection_AverageFunction … … 82 83 org.geotools.filter.function.FilterFunction_strStartsWith 83 84 org.geotools.filter.function.FilterFunction_strCapitalize 85 org.geotools.filter.function.FilterFunction_strAbbreviate 86 org.geotools.filter.function.FilterFunction_strDefaultIfBlank 87 org.geotools.filter.function.FilterFunction_strStripAccents 84 88 org.geotools.filter.function.FilterFunction_strEqualsIgnoreCase 85 89 org.geotools.filter.function.FilterFunction_strIndexOf … … 172 176 org.geotools.filter.function.math.ModuloFunction 173 177 org.geotools.filter.function.math.PiFunction 178 org.geotools.filter.function.PropertyExistsFunction 174 179 org.geotools.filter.function.string.ConcatenateFunction 175 180 org.geotools.filter.function.string.URLEncodeFunction 176 181 org.geotools.filter.function.JenksNaturalBreaksFunction 182 org.geotools.filter.function.FilterFunction_listMultiply 177 183 org.geotools.filter.function.FilterFunction_list 184 org.geotools.filter.function.LapplyFunction 185 org.geotools.filter.function.LitemFunction 186 org.geotools.filter.function.SizeFunction 178 187 org.geotools.styling.visitor.RescaleToPixelsFunction 188 org.geotools.filter.function.color.HSLFunction 189 org.geotools.filter.function.color.SaturateFunction 190 org.geotools.filter.function.color.DesaturateFunction 191 org.geotools.filter.function.color.DarkenFunction 192 org.geotools.filter.function.color.LightenFunction 193 org.geotools.filter.function.color.SpinFunction 194 org.geotools.filter.function.color.MixFunction 195 org.geotools.filter.function.color.TintFunction 196 org.geotools.filter.function.color.ShadeFunction 197 org.geotools.filter.function.color.GrayscaleFunction 198 org.geotools.filter.function.color.ConstrastFunction 199 org.geotools.filter.function.BoundedByFunction 200 org.geotools.filter.function.DateDifferenceFunction 201 org.geotools.filter.function.JsonPointerFunction -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory
r32813 r35123 1 org.geotools.referencing. factory.epsg.UnnamedExtension2 org.geotools.referencing. factory.epsg.EsriExtension3 org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory 1 org.geotools.referencing.epsg.esri.UnnamedExtension 2 org.geotools.referencing.epsg.esri.EsriExtension 3 org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory 4 4 # pending review 5 5 # org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator 6 org.geotools.referencing.factory.epsg.DefaultFactory7 6 org.geotools.referencing.factory.epsg.FactoryUsingWKT 8 7 org.geotools.referencing.factory.epsg.LongitudeFirstFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.referencing.cs.CSAuthorityFactory
r32813 r35123 1 org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory 1 org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory 2 2 # pending review 3 3 # org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator 4 org.geotools.referencing.factory.epsg.DefaultFactory5 4 org.geotools.referencing.factory.epsg.LongitudeFirstFactory 6 5 org.geotools.referencing.factory.URN_AuthorityFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.referencing.datum.DatumAuthorityFactory
r32813 r35123 1 org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory 1 org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory 2 2 # pending review 3 3 # org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator 4 org.geotools.referencing.factory.epsg.DefaultFactory5 4 org.geotools.referencing.factory.epsg.LongitudeFirstFactory 6 5 org.geotools.referencing.factory.URN_AuthorityFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.referencing.operation.CoordinateOperationAuthorityFactory
r32813 r35123 1 org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory 1 org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory 2 2 # pending review 3 3 # org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator 4 4 org.geotools.referencing.factory.epsg.CoordinateOperationFactoryUsingWKT 5 org.geotools.referencing.factory.epsg.DefaultFactory6 5 org.geotools.referencing.factory.epsg.LongitudeFirstFactory 7 6 org.geotools.referencing.factory.URN_AuthorityFactory
Note:
See TracChangeset
for help on using the changeset viewer.