Class and Description |
---|
org.n52.oxf.util.ParameterMap
TODO add new class and workflow to deprecated tag
|
org.n52.oxf.util.web.PoolingConnectionManagerHttpClient
will remain deprecated until workflow is fixed.
|
Method and Description |
---|
org.n52.oxf.ows.capabilities.RequestMethod.getConstraints()
Use
RequestMethod.getOwsConstraints() and type Constraint instead |
org.n52.oxf.valueDomains.time.TimePosition.getTimeResolution()
Returned value was always null because it could never been set.
Will be remove in next major version.
|
org.n52.oxf.ows.capabilities.RequestMethod.setConstraints(String[])
Use
RequestMethod.setOwsConstraints(Set) and type Constraint instead. |
Constructor and Description |
---|
org.n52.oxf.ows.capabilities.RequestMethod(OnlineResource, String[])
Use
RequestMethod.RequestMethod(OnlineResource, Set) using type Constraint . |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.