public class WCSParameter
extends java.lang.Object
WCS parameter class, used to pass GetCoverage parameters.
| Modifier and Type | Field and Description | 
|---|---|
| BoundingBox | boundingBoxRequest the bounding box of the coverage. | 
| java.lang.String | formatRequests the output format of the coverage. | 
| int | heightSpecifies the height of the output image. | 
| java.lang.String | identifierRequest the identity of the coverage. | 
| boolean | storeSpecify whether the output range should be saved, false is not saved, the default value is false. | 
| int | widthSpecifies the width of the output image. | 
| Constructor and Description | 
|---|
| WCSParameter()The Constructor. | 
| WCSParameter(WCSParameter wcsparameter)The Constructor. | 
public java.lang.String identifier
public BoundingBox boundingBox
public java.lang.String format
public boolean store
public int width
public int height
public WCSParameter()
The Constructor.
public WCSParameter(WCSParameter wcsparameter)
The Constructor.
wcsparameter - WCS parameter.public boolean equals(java.lang.Object obj)
Determines whether the specified WCSParameter object is equal to the current WCSParameter object.
equals in class java.lang.Objectobj - The object that is compared with the current WCSParameter object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object