Changeset 35123 in osm


Ignore:
Timestamp:
2019-09-26T13:14:00+02:00 (5 years ago)
Author:
donvip
Message:

see #josm17933 - see #josm17976 - upgrade to GeoTools 22.0

Location:
applications/editors/josm/plugins
Files:
45 added
53 deleted
14 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OsmInspectorPlugin/.classpath

    r34143 r35123  
    88        <classpathentry kind="lib" path="lib/commons-collections-3.2.2.jar"/>
    99        <classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
    10         <classpathentry kind="lib" path="lib/gt-app-schema-resolver-19.0.jar">
     10        <classpathentry kind="lib" path="lib/gt-app-schema-resolver-22.0.jar">
    1111                <attributes>
    1212                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1313                </attributes>
    1414        </classpathentry>
    15         <classpathentry kind="lib" path="lib/gt-cql-19.0.jar">
     15        <classpathentry kind="lib" path="lib/gt-cql-22.0.jar">
    1616                <attributes>
    1717                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1818                </attributes>
    1919        </classpathentry>
    20         <classpathentry kind="lib" path="lib/gt-render-19.0.jar">
     20        <classpathentry kind="lib" path="lib/gt-render-22.0.jar">
    2121                <attributes>
    2222                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2323                </attributes>
    2424        </classpathentry>
    25         <classpathentry kind="lib" path="lib/gt-referencing3D-19.0.jar">
     25        <classpathentry kind="lib" path="lib/gt-wfs-ng-22.0.jar">
    2626                <attributes>
    2727                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2828                </attributes>
    2929        </classpathentry>
    30         <classpathentry kind="lib" path="lib/gt-wfs-ng-19.0.jar">
     30        <classpathentry kind="lib" path="lib/gt-xml-22.0.jar">
    3131                <attributes>
    3232                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3333                </attributes>
    3434        </classpathentry>
    35         <classpathentry kind="lib" path="lib/gt-xml-19.0.jar">
     35        <classpathentry kind="lib" path="lib/gt-xsd-core-22.0.jar">
    3636                <attributes>
    3737                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3838                </attributes>
    3939        </classpathentry>
    40         <classpathentry kind="lib" path="lib/gt-xsd-core-19.0.jar">
    41                 <attributes>
    42                         <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    43                 </attributes>
    44         </classpathentry>
    45         <classpathentry kind="lib" path="lib/gt-xsd-wfs-19.0.jar">
     40        <classpathentry kind="lib" path="lib/gt-xsd-wfs-22.0.jar">
    4641                <attributes>
    4742                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
  • applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/GeoFabrikWFSClient.java

    r34143 r35123  
    1212import org.geotools.data.FeatureSource;
    1313import org.geotools.factory.CommonFactoryFinder;
    14 import org.geotools.factory.GeoTools;
    1514import org.geotools.feature.FeatureCollection;
    1615import org.geotools.geometry.jts.ReferencedEnvelope;
     
    8079                // Ask WFS service for typeName data constrained by bboxRef
    8180                //
    82                 FilterFactory2 ff = CommonFactoryFinder.getFilterFactory2(GeoTools
    83                                 .getDefaultHints());
     81                FilterFactory2 ff = CommonFactoryFinder.getFilterFactory2();
    8482                Filter filterBB = ff.bbox(ff.property(geomName), bboxRef);
    8583                FeatureCollection<SimpleFeatureType, SimpleFeature> features = source
  • applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/ImportOsmInspectorBugsAction.java

    r33793 r35123  
    1919import org.openstreetmap.josm.tools.Shortcut;
    2020
    21 import com.vividsolutions.jts.io.ParseException;
     21import org.locationtech.jts.io.ParseException;
    2222
    2323public class ImportOsmInspectorBugsAction extends JosmAction {
  • applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/OsmInspectorLayer.java

    r34538 r35123  
    6060import org.openstreetmap.josm.tools.Logging;
    6161
    62 import com.vividsolutions.jts.geom.Envelope;
    63 import com.vividsolutions.jts.geom.Geometry;
    64 import com.vividsolutions.jts.io.ParseException;
     62import org.locationtech.jts.geom.Envelope;
     63import org.locationtech.jts.geom.Geometry;
     64import org.locationtech.jts.io.ParseException;
    6565
    6666public class OsmInspectorLayer extends Layer {
  • applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/gui/OsmInspectorDialog.java

    r33793 r35123  
    3232import org.openstreetmap.josm.tools.Shortcut;
    3333
    34 import com.vividsolutions.jts.geom.Geometry;
    35 import com.vividsolutions.jts.geom.Point;
     34import org.locationtech.jts.geom.Geometry;
     35import org.locationtech.jts.geom.Point;
    3636
    3737public class OsmInspectorDialog extends ToggleDialog implements LayerChangeListener, ActiveLayerChangeListener {
     
    233233        @Override
    234234        public void layerAdded(LayerAddEvent e) {
    235                 if (layer instanceof OsmInspectorLayer) {
     235                if (layer != null) {
    236236                        refreshModel();
    237237                        refreshBugList();
     
    241241        @Override
    242242        public void layerRemoving(LayerRemoveEvent e) {
    243                 if (layer instanceof OsmInspectorLayer) {
     243                if (layer != null) {
    244244                        bugsList.clearSelection();
    245245                        model.clear();
  • applications/editors/josm/plugins/geotools/.classpath

    r34513 r35123  
    66        <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.9.2-noclassprop.jar"/>
    77        <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
    8         <classpathentry exported="true" kind="lib" path="lib/GeographicLib-Java-1.44.jar"/>
    9         <classpathentry exported="true" kind="lib" path="lib/gt-api-19.2.jar" sourcepath="lib/gt-api-19.2-sources.jar">
     8        <classpathentry exported="true" kind="lib" path="lib/GeographicLib-Java-1.49.jar"/>
     9        <classpathentry exported="true" kind="lib" path="lib/gt-coverage-api-22.0.jar" sourcepath="lib/gt-coverage-api-22.0-sources.jar">
    1010                <attributes>
    1111                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1212                </attributes>
    1313        </classpathentry>
    14         <classpathentry exported="true" kind="lib" path="lib/gt-coverage-19.2.jar" sourcepath="lib/gt-coverage-19.2-sources.jar">
     14        <classpathentry exported="true" kind="lib" path="lib/gt-coverage-22.0.jar" sourcepath="lib/gt-coverage-22.0-sources.jar">
    1515                <attributes>
    1616                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    1717                </attributes>
    1818        </classpathentry>
    19         <classpathentry exported="true" kind="lib" path="lib/gt-data-19.2.jar" sourcepath="lib/gt-data-19.2-sources.jar">
     19        <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-22.0.jar" sourcepath="lib/gt-epsg-extension-22.0-sources.jar">
    2020                <attributes>
    2121                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2222                </attributes>
    2323        </classpathentry>
    24         <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-19.2.jar" sourcepath="lib/gt-epsg-extension-19.2-sources.jar">
     24        <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-22.0.jar" sourcepath="lib/gt-epsg-hsql-22.0-sources.jar">
    2525                <attributes>
    2626                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    2727                </attributes>
    2828        </classpathentry>
    29         <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-19.2.jar" sourcepath="lib/gt-epsg-hsql-19.2-sources.jar">
     29        <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-22.0.jar" sourcepath="lib/gt-geotiff-22.0-sources.jar">
    3030                <attributes>
    3131                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3232                </attributes>
    3333        </classpathentry>
    34         <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-19.2.jar" sourcepath="lib/gt-geotiff-19.2-sources.jar">
     34        <classpathentry exported="true" kind="lib" path="lib/gt-main-22.0.jar" sourcepath="lib/gt-main-22.0-sources.jar">
    3535                <attributes>
    3636                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    3737                </attributes>
    3838        </classpathentry>
    39         <classpathentry exported="true" kind="lib" path="lib/gt-main-19.2.jar" sourcepath="lib/gt-main-19.2-sources.jar">
     39        <classpathentry exported="true" kind="lib" path="lib/gt-metadata-22.0.jar" sourcepath="lib/gt-metadata-22.0-sources.jar">
    4040                <attributes>
    4141                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    4242                </attributes>
    4343        </classpathentry>
    44         <classpathentry exported="true" kind="lib" path="lib/gt-metadata-19.2.jar" sourcepath="lib/gt-metadata-19.2-sources.jar">
     44        <classpathentry exported="true" kind="lib" path="lib/gt-opengis-22.0.jar" sourcepath="lib/gt-opengis-22.0-sources.jar">
    4545                <attributes>
    4646                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    4747                </attributes>
    4848        </classpathentry>
    49         <classpathentry exported="true" kind="lib" path="lib/gt-opengis-19.2.jar" sourcepath="lib/gt-opengis-19.2-sources.jar">
     49        <classpathentry exported="true" kind="lib" path="lib/gt-referencing-22.0.jar" sourcepath="lib/gt-referencing-22.0-sources.jar">
    5050                <attributes>
    5151                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    5252                </attributes>
    5353        </classpathentry>
    54         <classpathentry exported="true" kind="lib" path="lib/gt-referencing-19.2.jar" sourcepath="lib/gt-referencing-19.2-sources.jar">
    55                 <attributes>
    56                         <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
    57                 </attributes>
    58         </classpathentry>
    59         <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-19.2.jar" sourcepath="lib/gt-shapefile-19.2-sources.jar">
     54        <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-22.0.jar" sourcepath="lib/gt-shapefile-22.0-sources.jar">
    6055                <attributes>
    6156                        <attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
     
    6358        </classpathentry>
    6459        <classpathentry exported="true" kind="lib" path="lib/hsqldb-2.4.1.jar"/>
    65         <classpathentry exported="true" kind="lib" path="lib/imageio-ext-geocore-1.1.24.jar"/>
    66         <classpathentry exported="true" kind="lib" path="lib/imageio-ext-streams-1.1.24.jar"/>
    67         <classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.24.jar"/>
    68         <classpathentry exported="true" kind="lib" path="lib/imageio-ext-utilities-1.1.24.jar"/>
     60        <classpathentry exported="true" kind="lib" path="lib/imageio-ext-geocore-1.3.2.jar"/>
     61        <classpathentry exported="true" kind="lib" path="lib/imageio-ext-streams-1.3.2.jar"/>
     62        <classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.3.2.jar"/>
     63        <classpathentry exported="true" kind="lib" path="lib/imageio-ext-utilities-1.3.2.jar"/>
    6964        <classpathentry exported="true" kind="lib" path="lib/jai_codec-1.1.3.jar"/>
    7065        <classpathentry exported="true" kind="lib" path="lib/jai_core-1.1.3.jar"/>
    7166        <classpathentry exported="true" kind="lib" path="lib/jai_imageio-1.1.jar"/>
    7267        <classpathentry exported="true" kind="lib" path="lib/jdom2-2.0.6.jar"/>
    73         <classpathentry exported="true" kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
    74         <classpathentry exported="true" kind="lib" path="lib/jt-colorconvert-1.0.24.jar"/>
    75         <classpathentry exported="true" kind="lib" path="lib/jt-contour-1.4.0.jar"/>
    76         <classpathentry exported="true" kind="lib" path="lib/jt-rangelookup-1.4.0.jar"/>
    77         <classpathentry exported="true" kind="lib" path="lib/jt-stats-1.0.24.jar"/>
    78         <classpathentry exported="true" kind="lib" path="lib/jt-utilities-1.0.24.jar"/>
    79         <classpathentry exported="true" kind="lib" path="lib/jt-utils-1.4.0.jar"/>
    80         <classpathentry exported="true" kind="lib" path="lib/jt-vectorbin-1.0.24.jar"/>
    81         <classpathentry exported="true" kind="lib" path="lib/jt-vectorbinarize-1.4.0.jar"/>
    82         <classpathentry exported="true" kind="lib" path="lib/jt-vectorize-1.4.0.jar"/>
    83         <classpathentry exported="true" kind="lib" path="lib/jt-warp-1.0.24.jar"/>
    84         <classpathentry exported="true" kind="lib" path="lib/jt-zonal-1.0.24.jar"/>
    85         <classpathentry exported="true" kind="lib" path="lib/jt-zonalstats-1.4.0.jar"/>
     68        <classpathentry exported="true" kind="lib" path="lib/jt-colorconvert-1.1.12.jar"/>
     69        <classpathentry exported="true" kind="lib" path="lib/jt-contour-1.5.0.jar"/>
     70        <classpathentry exported="true" kind="lib" path="lib/jt-rangelookup-1.5.0.jar"/>
     71        <classpathentry exported="true" kind="lib" path="lib/jt-stats-1.1.12.jar"/>
     72        <classpathentry exported="true" kind="lib" path="lib/jt-utilities-1.1.12.jar"/>
     73        <classpathentry exported="true" kind="lib" path="lib/jt-utils-1.5.0.jar"/>
     74        <classpathentry exported="true" kind="lib" path="lib/jt-vectorbin-1.1.12.jar"/>
     75        <classpathentry exported="true" kind="lib" path="lib/jt-vectorbinarize-1.5.0.jar"/>
     76        <classpathentry exported="true" kind="lib" path="lib/jt-vectorize-1.5.0.jar"/>
     77        <classpathentry exported="true" kind="lib" path="lib/jt-warp-1.1.12.jar"/>
     78        <classpathentry exported="true" kind="lib" path="lib/jt-zonal-1.1.12.jar"/>
     79        <classpathentry exported="true" kind="lib" path="lib/jt-zonalstats-1.5.0.jar"/>
    8680        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
    8781        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.referencing.operation.MathTransformProvider

    r33930 r35123  
    1414org.geotools.referencing.operation.transform.SimilarityTransformProvider
    1515org.geotools.referencing.operation.transform.WarpTransform2DProvider
     16org.geotools.referencing.operation.transform.EarthGravitationalModel$Provider
    1617org.geotools.referencing.operation.projection.EquidistantCylindrical$Provider
    1718org.geotools.referencing.operation.projection.EquidistantCylindrical$SphericalProvider
     
    6263org.geotools.referencing.operation.projection.CylindricalEqualArea$BehrmannProvider
    6364org.geotools.referencing.operation.projection.CylindricalEqualArea$LambertCylindricalEqualAreaProvider
     65org.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
     1org.geotools.data.util.CommonsConverterFactory
     2org.geotools.data.util.NumericConverterFactory
     3org.geotools.data.util.PercentageConverterFactory
     4org.geotools.data.util.GeometryConverterFactory
     5org.geotools.data.util.GeometryTypeConverterFactory
     6org.geotools.data.util.TemporalConverterFactory
     7org.geotools.data.util.BooleanConverterFactory
     8org.geotools.data.util.ColorConverterFactory
     9org.geotools.data.util.CollectionConverterFactory
     10org.geotools.data.util.CharsetConverterFactory
     11org.geotools.data.util.UuidConverterFactory
     12org.geotools.data.util.EnumerationConverterFactory
     13org.geotools.data.util.QNameConverterFactory
     14org.geotools.data.util.MeasureConverterFactory
    1515org.geotools.temporal.TemporalConverterFactory
    16 org.geotools.util.NameConverterFactory
     16org.geotools.data.util.NameConverterFactory
     17org.geotools.data.util.ArrayConverterFactory
     18org.geotools.data.util.ComplexAttributeConverterFactory
     19org.geotools.data.util.CRSConverterFactory
     20org.geotools.data.util.InterpolationConverterFactory
     21org.geotools.data.util.LobConverterFactory
  • applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.coverage.processing.Operation

    r31599 r35123  
    2121org.geotools.coverage.processing.operation.Scale
    2222org.geotools.coverage.processing.operation.SelectSampleDimension
     23org.geotools.coverage.processing.operation.ShadedRelief
    2324org.geotools.coverage.processing.operation.SubsampleAverage
    2425org.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_isCoverage
     1org.geotools.coverage.util.FilterFunction_isCoverage
    22org.geotools.filter.AreaFunction
    33org.geotools.filter.LengthFunction
     
    88org.geotools.filter.function.StandardDeviationFunction
    99org.geotools.filter.function.QuantileFunction
     10org.geotools.filter.function.EqualAreaFunction
    1011org.geotools.filter.function.UniqueIntervalFunction
    1112org.geotools.filter.function.Collection_AverageFunction
     
    8283org.geotools.filter.function.FilterFunction_strStartsWith
    8384org.geotools.filter.function.FilterFunction_strCapitalize
     85org.geotools.filter.function.FilterFunction_strAbbreviate
     86org.geotools.filter.function.FilterFunction_strDefaultIfBlank
     87org.geotools.filter.function.FilterFunction_strStripAccents
    8488org.geotools.filter.function.FilterFunction_strEqualsIgnoreCase
    8589org.geotools.filter.function.FilterFunction_strIndexOf
     
    172176org.geotools.filter.function.math.ModuloFunction
    173177org.geotools.filter.function.math.PiFunction
     178org.geotools.filter.function.PropertyExistsFunction
    174179org.geotools.filter.function.string.ConcatenateFunction
    175180org.geotools.filter.function.string.URLEncodeFunction
    176181org.geotools.filter.function.JenksNaturalBreaksFunction
     182org.geotools.filter.function.FilterFunction_listMultiply
    177183org.geotools.filter.function.FilterFunction_list
     184org.geotools.filter.function.LapplyFunction
     185org.geotools.filter.function.LitemFunction
     186org.geotools.filter.function.SizeFunction
    178187org.geotools.styling.visitor.RescaleToPixelsFunction
     188org.geotools.filter.function.color.HSLFunction
     189org.geotools.filter.function.color.SaturateFunction
     190org.geotools.filter.function.color.DesaturateFunction
     191org.geotools.filter.function.color.DarkenFunction
     192org.geotools.filter.function.color.LightenFunction
     193org.geotools.filter.function.color.SpinFunction
     194org.geotools.filter.function.color.MixFunction
     195org.geotools.filter.function.color.TintFunction
     196org.geotools.filter.function.color.ShadeFunction
     197org.geotools.filter.function.color.GrayscaleFunction
     198org.geotools.filter.function.color.ConstrastFunction
     199org.geotools.filter.function.BoundedByFunction
     200org.geotools.filter.function.DateDifferenceFunction
     201org.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.UnnamedExtension
    2 org.geotools.referencing.factory.epsg.EsriExtension
    3 org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory
     1org.geotools.referencing.epsg.esri.UnnamedExtension
     2org.geotools.referencing.epsg.esri.EsriExtension
     3org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory
    44# pending review
    55# org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator
    6 org.geotools.referencing.factory.epsg.DefaultFactory
    76org.geotools.referencing.factory.epsg.FactoryUsingWKT
    87org.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
     1org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory
    22# pending review
    33# org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator
    4 org.geotools.referencing.factory.epsg.DefaultFactory
    54org.geotools.referencing.factory.epsg.LongitudeFirstFactory
    65org.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
     1org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory
    22# pending review
    33# org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator
    4 org.geotools.referencing.factory.epsg.DefaultFactory
    54org.geotools.referencing.factory.epsg.LongitudeFirstFactory
    65org.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
     1org.geotools.referencing.factory.epsg.hsql.ThreadedHsqlEpsgFactory
    22# pending review
    33# org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator
    44org.geotools.referencing.factory.epsg.CoordinateOperationFactoryUsingWKT
    5 org.geotools.referencing.factory.epsg.DefaultFactory
    65org.geotools.referencing.factory.epsg.LongitudeFirstFactory
    76org.geotools.referencing.factory.URN_AuthorityFactory
Note: See TracChangeset for help on using the changeset viewer.