public class WCSParameter
extends java.lang.Object
WCS parameter class, used to pass GetCoverage parameters.
Modifier and Type | Field and Description |
---|---|
BoundingBox |
boundingBox
Request the bounding box of the coverage.
|
java.lang.String |
format
Requests the output format of the coverage.
|
int |
height
Specifies the height of the output image.
|
java.lang.String |
identifier
Request the identity of the coverage.
|
boolean |
store
Specify whether the output range should be saved, false is not saved, the default value is false.
|
int |
width
Specifies 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.Object
obj
- The object that is compared with the current WCSParameter object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object