org.n52.oxf.wcsModel.version100.wcsCapabilities
Class SupportedInterpolationsType
java.lang.Object
org.n52.oxf.wcsModel.version100.wcsCapabilities.SupportedInterpolationsType
public class SupportedInterpolationsType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interpolationMethod
protected List<InterpolationMethodType> interpolationMethod
_default
protected InterpolationMethodType _default
SupportedInterpolationsType
public SupportedInterpolationsType()
_getInterpolationMethod
protected List<InterpolationMethodType> _getInterpolationMethod()
getInterpolationMethod
public List<InterpolationMethodType> getInterpolationMethod()
- Gets the value of the interpolationMethod property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the interpolationMethod property.
For example, to add a new item, do as follows:
getInterpolationMethod().add(newItem);
Objects of the following type(s) are allowed in the list
InterpolationMethodType
getDefault
public InterpolationMethodType getDefault()
- Gets the value of the default property.
- Returns:
- possible object is
InterpolationMethodType
setDefault
public void setDefault(InterpolationMethodType value)
- Sets the value of the default property.
- Parameters:
value - allowed object is
InterpolationMethodType
Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.