deegree 2.2 (2008/12/22 11:33 build-3038-official)

Deprecated API


Contents
Deprecated Classes
org.deegree.framework.util.BasicUUID
          use 
org.deegree.framework.util.BasicUUIDFactory
          use 
org.deegree.graphics.Encoders
          use 
org.deegree.datatypes.parameter.OperationParameterGroupIm
          Not required. Will be deleted. 
org.deegree.security.owsproxy.OWSProxyServletFilter
          use @see ConfigurableOWSProxyServletFilter instead 
org.deegree.datatypes.parameter.ParameterValueGroupIm
          Not required. Will be deleted. 
org.deegree.portal.standard.wms.control.PrintListener
          use @see org.deegree.portal.common.control.AbstractSimplePrintListener 
org.deegree.portal.portlet.modules.map.actions.portlets.SecurityAdapterAction
          use @see #org.deegree.portal.portlet.modules.security.actions.portlets.SecurityAdapterAction 
org.deegree.ogcwebservices.sos.XSLTransformer
          use 
 

Deprecated Methods
org.deegree.crs.projections.ProjectionUtils.authlat(double, double[])
          use ProjectionUtils#calcPhiFromAuthalicLatitude(double) instead.; 
org.deegree.crs.projections.ProjectionUtils.authset(double)
          use ProjectionUtils.getAuthalicLatitudeSeriesValues(double) instead.; 
org.deegree.model.filterencoding.ComparisonOperation.buildFromDOM(Element)
          use the 1.0.0 filter encoding aware method instead. 
org.deegree.model.filterencoding.SpatialOperation.buildFromDOM(Element)
          use the 1.0.0 filter encoding aware method instead. 
org.deegree.model.filterencoding.AbstractFilter.buildFromDOM(Element)
          use the 1.0.0 filter encoding aware method instead. 
org.deegree.model.filterencoding.PropertyIsNullOperation.buildFromDOM(Element)
          use the 1.0.0 filter encoding aware method instead. 
org.deegree.model.filterencoding.LogicalOperation.buildFromDOM(Element)
          use the 1.0.0 filter encoding aware method instead. 
org.deegree.model.filterencoding.AbstractOperation.buildFromDOM(Element)
          use the 1.0.0 filter encoding aware method instead. 
org.deegree.ogcwebservices.wfs.operation.Query.create(PropertyPath[], Function[], SortProperty[], String, String, QualifiedName[], String, Filter, int, int, GetFeature.RESULT_TYPE)
          use #create(PropertyPath[], Function[], SortProperty[], String, String, QualifiedName[], String, Filter, int, int, RESULT_TYPE) instead 
org.deegree.model.feature.FeatureFactory.createFeatureProperty(String, Object)
          use (QualifiedName, Object) instead 
org.deegree.framework.util.ZipUtils.doZip(String, String, String[], boolean)
          please don't use this method any more. For the same result you might use doZip(dirName,archiveName,fileNames,deleteFiles,true); 
org.deegree.crs.projections.ProjectionUtils.enfn(double)
          Use ProjectionUtils.getRectifiyingLatitudeValues(double) instead 
org.deegree.portal.standard.context.control.AbstractContextListener.extractBBox(RPCStruct)
          use extractBBox( RPCStruct, CoordinateSystem ) instead. 
org.deegree.datatypes.QualifiedName.getAsString()
          use 
org.deegree.framework.xml.XMLTools.getAttrValue(Node, String)
          use 
org.deegree.framework.xml.XMLTools.getChildElement(Node, String)
          Returns the first child element of the submitted node that matches the given local name. 
org.deegree.framework.xml.XMLTools.getChildElement(String, URI, Node)
            
org.deegree.framework.xml.XMLTools.getChildElements(String, URI, Node)
            
org.deegree.model.crs.CoordinateSystem.getCode()
          has no relevance, returns a bogus value. 
org.deegree.ogcwebservices.csw.discovery.Query.getElementsNames()
          this method is replaced with the more correct Query.getElementNamesAsPropertyPaths(). For now it just returns the values of PropertyPath.getAsString() method or null if no elementName were requested. 
org.deegree.portal.context.LayerList.getLayer(String)
          use @see #getLayer(String, String) instead 
org.deegree.model.crs.CoordinateSystem.getName()
          use CoordinateSystem.getIdentifier() instead 
org.deegree.model.feature.Feature.getProperties(int)
            
org.deegree.model.feature.DefaultFeature.getProperties(int)
            
org.deegree.ogcwebservices.wfs.operation.transaction.Update.getRawProperties()
          This method breaks the layering -- it makes the DOM representation available. 
org.deegree.ogcwebservices.OGCWebServiceRequest.getRequestParameter()
          should be replaced by a factory class TODO 
org.deegree.framework.xml.XMLTools.getRequiredChildElement(String, URI, Node)
            
org.deegree.ogcwebservices.csw.discovery.Query.getTypeNames()
          this function actually creates an Array of Strings using the values returned from the QualifiedName.getFormattedString() method or null if no typenames were requested. It is more correct to use the values of the Query.getTypeNamesAsList() method 
org.deegree.enterprise.AbstractOGCServlet.handleException(String, Exception, HttpServletResponse)
            
org.deegree.crs.projections.ProjectionUtils.inv_mlfn(double, double, double[])
          Use ProjectionUtils.calcPhiFromMeridianDistance(double,double,double[]) instead 
org.deegree.crs.projections.ProjectionUtils.mlfn(double, double, double, double[])
          Use ProjectionUtils.getDistanceAlongMeridian(double,double,double,double[]) instead 
org.deegree.crs.projections.ProjectionUtils.msfn(double, double, double)
          Use ProjectionUtils.calcMFromSnyder(double,double,double) instead 
org.deegree.framework.xml.XMLTools.parse(InputStream)
            
org.deegree.crs.projections.ProjectionUtils.qsfn(double, double)
          use ProjectionUtils.calcQForAuthalicLatitude(double, double) instead. 
org.deegree.portal.context.LayerList.removeLayer(String)
          use @see #removeLayer(String, String) instead 
org.deegree.crs.projections.ProjectionUtils.ssfn(double, double, double)
          Use ProjectionUtils.conformalLatitudeInnerPart(double,double,double) instead 
org.deegree.model.crs.GeoTransformer.transform(AbstractGridCoverage, int, int, Interpolation)
           
org.deegree.crs.projections.ProjectionUtils.tsfn(double, double, double)
          Use ProjectionUtils.tanHalfCoLatitude(double,double,double) instead 
org.deegree.model.spatialschema.GMLGeometryAdapter.wrap(Element)
          this method cannot provide default SRS information, please use GMLGeometryAdapter.wrap(Element,String) instead 
org.deegree.model.spatialschema.GMLGeometryAdapter.wrap(String)
          this method cannot provide default SRS information, please use GMLGeometryAdapter.wrap(String,String) instead 
org.deegree.model.spatialschema.GMLGeometryAdapter.wrapBox(Element)
          this method cannot provide default SRS information, please use GMLGeometryAdapter.wrapBox(Element,String) instead 
 

Deprecated Constructors
org.deegree.model.crs.CoordinateSystem(String)
          use CoordinateSystem.CoordinateSystem(org.deegree.crs.coordinatesystems.CoordinateSystem, String) 
org.deegree.model.crs.CoordinateSystem(String, String, URI)
          use CoordinateSystem.CoordinateSystem(org.deegree.crs.coordinatesystems.CoordinateSystem, String) instead 
org.deegree.model.crs.CoordinateSystem(String, URI)
          use CoordinateSystem.CoordinateSystem(org.deegree.crs.coordinatesystems.CoordinateSystem, String) 
org.deegree.io.datastore.FeatureId(MappedGMLId, Object[])
          use FeatureId.FeatureId(MappedFeatureType, Object[]) instead 
org.deegree.io.datastore.FeatureId(MappedGMLId, String)
          use FeatureId.FeatureId(MappedFeatureType, String) instead 
org.deegree.model.filterencoding.PropertyName(String)
          use #PropertyName(QualifiedName) instead 
org.deegree.ogcwebservices.wfs.operation.transaction.Update(String, QualifiedName, Map, Map, Filter)
          This method breaks the layering -- it makes the DOM representation available. 
 


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net