Deprecated Methods |
org.deegree.model.feature.AbstractFeatureCollection.addAll(Feature[])
|
org.deegree.model.feature.FeatureCollection.addAll(Feature[])
use FeatureCollection.addAllUncontained(org.deegree.model.feature.Feature[]) instead, and note that the method behaves slightly different |
org.deegree.model.feature.AbstractFeatureCollection.addAll(FeatureCollection)
|
org.deegree.model.feature.FeatureCollection.addAll(FeatureCollection)
use FeatureCollection.addAllUncontained(org.deegree.model.feature.Feature[]) instead, and note that the method behaves slightly different |
org.deegree.security.AbstractAuthentication.authenticate(Map)
use #authenticate(HttpServletRequest) instead |
org.deegree.crs.projections.ProjectionUtils.authlat(double, double[])
use ProjectionUtils.calcPhiFromAuthalicLatitude(double, double[]) instead.; |
org.deegree.crs.projections.ProjectionUtils.authset(double)
use ProjectionUtils.getAuthalicLatitudeSeriesValues(double) instead.; |
org.deegree.model.filterencoding.AbstractFilter.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.SpatialOperation.buildFromDOM(Element)
use the 1.0.0 filter encoding aware method instead. |
org.deegree.model.filterencoding.ComparisonOperation.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.model.filterencoding.PropertyIsNullOperation.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[],
String, Filter, int, int, RESULT_TYPE) instead |
org.deegree.model.feature.FeatureFactory.createFeatureProperty(String, Object)
use (QualifiedName, Object) instead |
org.deegree.graphics.displayelements.LabelFactory.createLabel(String, Font, Color, LineMetrics, Feature, Halo, int, int, int, int, double, double[], double[])
use the one with opacity instead |
org.deegree.graphics.displayelements.LabelFactory.createLabel(String, Font, Color, LineMetrics, Feature, Halo, int, int, int, int, double, double, double, double, double)
use the one with opacity instead |
org.deegree.graphics.displayelements.LabelFactory.createLabelInABox(String, Font, Color, Halo, double, double, double, double, Feature, GeoTransform)
use the one with opacity 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 |
org.deegree.model.crs.CoordinateSystem.getName()
use CoordinateSystem.getIdentifier() instead |
org.deegree.model.feature.DefaultFeature.getProperties(int)
|
org.deegree.model.feature.Feature.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.model.crs.CoordinateSystem.getUnits()
this method returns the unit of the fist axis, assuming all axis have the same unit, which is not
necessarily so. It is better to use the CoordinateSystem.getAxisUnits() and iterate over all units. |
org.deegree.enterprise.AbstractOGCServlet.handleException(String, Exception, HttpServletResponse)
|
org.deegree.enterprise.servlet.ChartServlet.InitNValidateParams(HttpServletRequest)
due to a typo this method is deprecated. Use ChartServlet.initAndValidateParams(HttpServletRequest)
instead. |
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.enterprise.servlet.ChartServlet.PerformAction(HttpServletRequest, HttpServletResponse)
due to a typo this method is deprecated. Use
ChartServlet.performAction(HttpServletRequest, HttpServletResponse) instead. |
org.deegree.crs.projections.ProjectionUtils.qsfn(double, double)
use ProjectionUtils.calcQForAuthalicLatitude(double, double) instead. |
org.deegree.portal.context.LayerList.removeLayer(String)
use #removeLayer(String, String) instead |
org.deegree.crs.projections.ProjectionUtils.ssfn(double, double, double)
Use ProjectionUtils.conformalLatitudeInnerPart(double,double,double) instead |
org.deegree.model.filterencoding.PropertyIsLikeOperation.toXML()
use PropertyIsLikeOperation.to100XML() or PropertyIsLikeOperation.to110XML() instead; default behavior is PropertyIsLikeOperation.to110XML() |
org.deegree.model.filterencoding.Filter.toXML()
use Filter.to100XML() or {link Filter.to110XML() 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 |
org.deegree.io.shpapi.shape_new.ShapeFileWriter.write(String)
|