| org.geotools.parameter.Parameter org.geotools.data.wms.gce.WMSParameterValue
WMSParameterValue | public class WMSParameterValue extends Parameter (Code) | | author: rgould author: TODO To change the template for this generated type comment go to author: Window - Preferences - Java - Code Style - Code Templates |
booleanValue | public boolean booleanValue() throws InvalidParameterTypeException(Code) | | |
doubleValue | public double doubleValue(Unit arg0) throws InvalidParameterTypeException(Code) | | |
doubleValue | public double doubleValue() throws InvalidParameterTypeException(Code) | | |
doubleValueList | public double[] doubleValueList(Unit arg0) throws InvalidParameterTypeException(Code) | | |
doubleValueList | public double[] doubleValueList() throws InvalidParameterTypeException(Code) | | |
getUnit | public Unit getUnit()(Code) | | |
intValue | public int intValue() throws InvalidParameterTypeException(Code) | | |
intValueList | public int[] intValueList() throws InvalidParameterTypeException(Code) | | |
setValue | public void setValue(double[] arg0, Unit arg1) throws InvalidParameterValueException(Code) | | |
setValue | public void setValue(double arg0, Unit arg1) throws InvalidParameterValueException(Code) | | |
setValue | public void setValue(double arg0) throws InvalidParameterValueException(Code) | | |
setValue | public void setValue(int arg0) throws InvalidParameterValueException(Code) | | |
setValue | public void setValue(boolean arg0) throws InvalidParameterValueException(Code) | | |
setValue | public void setValue(Object arg0) throws InvalidParameterValueException(Code) | | |
stringValue | public String stringValue() throws InvalidParameterTypeException(Code) | | |
valueFile | public URI valueFile() throws InvalidParameterTypeException(Code) | | |
|
|