Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.geotools.jdbc.EnumMapper
  • Deprecated Interfaces
    Interface
    Description
    org.geotools.ysld.parse.ZoomContext
    Use ZoomContext instead.
    org.geotools.ysld.parse.ZoomContextFinder
    Use ZoomContextFinder instead.
  • Deprecated Classes
    Class
    Description
    org.geotools.gce.imagemosaic.properties.time.TimeParser
    use #org.geotools.util.DateTimeParser instead.
    org.geotools.geopkg.geom.GeometryFunction
    The implementation forces object wrapping for all primitives, causing generation of lots of short lived objects.
    org.geotools.graph.util.ZipUtil
    org.geotools.jdbc.EnumMapper
    org.geotools.ysld.parse.ContinuousZoomContext
    Use ContinuousZoomContext instead.
    org.geotools.ysld.parse.ListZoomContext
    Use ListZoomContext instead.
    org.geotools.ysld.parse.MedialZoomContext
    Use MedialZoomContext instead.
    org.geotools.ysld.parse.RatioZoomContext
    Use RatioZoomContext instead.
    org.geotools.ysld.parse.ScaleRange
    Use ScaleRange instead.
    org.geotools.ysld.parse.WellKnownZoomContextFinder
    Use WellKnownZoomContextFinder instead.
  • Deprecated Fields
    Field
    Description
    org.geotools.gce.imagemosaic.Utils.PAM_DATASET
  • Deprecated Methods
    Method
    Description
    net.opengis.cat.csw20.impl.Csw20FactoryImpl.getPackage()
     
    net.opengis.fes20.impl.Fes20FactoryImpl.getPackage()
     
    net.opengis.gml.impl.GmlFactoryImpl.getPackage()
     
    net.opengis.gml311.impl.Gml311FactoryImpl.getPackage()
     
    net.opengis.ows10.impl.Ows10FactoryImpl.getPackage()
     
    net.opengis.ows11.impl.Ows11FactoryImpl.getPackage()
     
    net.opengis.ows20.impl.Ows20FactoryImpl.getPackage()
     
    net.opengis.wcs10.impl.Wcs10FactoryImpl.getPackage()
     
    net.opengis.wcs11.impl.Wcs111FactoryImpl.getPackage()
     
    net.opengis.wcs11.impl.Wcs11FactoryImpl.getPackage()
     
    net.opengis.wcs20.impl.Wcs20FactoryImpl.getPackage()
     
    net.opengis.wfs.impl.WfsFactoryImpl.getPackage()
     
    net.opengis.wfs20.impl.Wfs20FactoryImpl.getPackage()
     
    net.opengis.wmts.v_1.impl.wmtsv_1FactoryImpl.getPackage()
     
    net.opengis.wps10.impl.Wps10FactoryImpl.getPackage()
     
    net.opengis.wps20.impl.Wps20FactoryImpl.getPackage()
     
    org.geotools.api.data.DataAccessFinder.deregisterFactrory(DataAccessFactory)
    org.geotools.api.data.DataAccessFinder.registerFactrory(DataAccessFactory)
    org.geotools.api.data.DataStoreFinder.deregisterFactrory(DataStoreFactorySpi)
    org.geotools.api.data.DataStoreFinder.registerFactrory(DataStoreFactorySpi)
    org.geotools.data.ows.AbstractOpenWebService.setHttpClient(HTTPClient)
    httpClient should be treated as a final
    org.geotools.data.shapefile.ShapefileDumper.getShapeName(SimpleFeatureType, String)
    org.geotools.data.store.ContentFeatureSource.canFilter()
    use ContentFeatureSource.canFilter(Query) instead.
    org.geotools.data.store.ContentFeatureSource.canLimit()
    use ContentFeatureSource.canLimit(Query) instead.
    org.geotools.data.store.ContentFeatureSource.canOffset()
    use ContentFeatureSource.canOffset(Query) instead.
    org.geotools.data.store.ContentFeatureSource.canRetype()
    use ContentFeatureSource.canRetype(Query) instead.
    org.geotools.data.store.ContentFeatureSource.canSort()
    use ContentFeatureSource.canSort(Query) instead.
    org.geotools.filter.LikeFilterImpl.convertToSQL92(char, char, char, boolean, String)
    org.geotools.filter.LikeFilterImpl.getSQL92LikePattern()
    org.geotools.filter.text.cql_2.parsers.JavaCharStream.getColumn()
    org.geotools.filter.text.cql_2.parsers.JavaCharStream.getLine()
    org.geotools.filter.text.cql2.CQLCompiler.main(String[])
    use CQL.main()
    org.geotools.filter.text.generated.parsers.JavaCharStream.getColumn()
    org.geotools.filter.text.generated.parsers.JavaCharStream.getLine()
    org.geotools.gce.imagemosaic.catalog.GranuleCatalog.removeGranules(Query)
    please use GranuleCatalog.removeGranules(Query, Transaction)
    org.geotools.geometry.jts.ReferencedEnvelope3D.overlaps(Coordinate)
    Use #intersects instead.
    org.geotools.gml2.bindings.GML2EncodingUtils.getCRS(Geometry)
    please use JTS.getCRS(Geometry)
    org.geotools.graph.util.ZipUtil.unzip(String, String)
    this used to only work on windows
    org.geotools.graph.util.ZipUtil.unzip(String, String[], String)
    this used to only work on windows
    org.geotools.graph.util.ZipUtil.unzip(String, Collection<String>, String)
    org.geotools.mbstyle.parse.MBObjectParser.isPropertyDefined(JSONObject, String)
    org.geotools.ows.wmts.WebMapTileServer.issueRequest(GetTileRequest)
    - change to tileRequest.getTiles()
    org.geotools.renderer.label.LineStringCursor.getMaxAngleChange(double, double, double)
    Does not work correctly, will be removed (tried too many times to fix it)
    org.geotools.util.Base64.decodeToObject(String)
    This method is not secure and will be removed in a future release.
    org.geotools.util.factory.GeoTools.fixName(String)
    With no replacement, GeoTools now uses JNDI lookups as instructed in GeoTools.jndiLookup(String), but does not put any object in the contex, the downstream application should do it if necessary instead.
    org.geotools.util.factory.GeoTools.fixName(Context, String)
    With no replacement, GeoTools now uses JNDI lookups as instructed in {@link * #jndiLookup(String)}, but does not put any object in the contex, the downstream * application should do it if necessary instead.
    org.geotools.util.factory.GeoTools.getInitialContext()
    Please use GeoTools.jndiLookup(String) instead, or provide an InitialContext to the GeoTools.init(InitialContext) method and use it directly.
    org.w3._2001.schema.impl.SchemaFactoryImpl.getPackage()
     
    org.w3._2001.smil20.impl.Smil20FactoryImpl.getPackage()
     
    org.w3._2001.smil20.language.impl.LanguageFactoryImpl.getPackage()
     
    org.w3.xlink.impl.XlinkFactoryImpl.getPackage()
     
  • Deprecated Constructors
    Constructor
    Description
    org.geotools.wfs.v1_1.PropertyTypeBinding_1_1(WfsFactory)

Copyright © 1996–2025 Geotools. All rights reserved.