com.supermap.services.protocols.wcs
Class WCSParameter
- java.lang.Object
-
- com.supermap.services.protocols.wcs.WCSParameter
-
public class WCSParameter extends java.lang.ObjectWCS parameter class, used to pass GetCoverage parameters.
-
-
Field Summary
Fields Modifier and Type Field and Description BoundingBoxboundingBoxRequest the bounding box of the coverage.java.lang.StringformatRequests the output format of the coverage.intheightSpecifies the height of the output image.java.lang.StringidentifierRequest the identity of the coverage.booleanstoreSpecify whether the output range should be saved, false is not saved, the default value is false.intwidthSpecifies the width of the output image.
-
Constructor Summary
Constructors Constructor and Description WCSParameter()The Constructor.WCSParameter(WCSParameter wcsparameter)The Constructor.
-
-
-
Field Detail
-
identifier
public java.lang.String identifier
Request the identity of the coverage.
-
boundingBox
public BoundingBox boundingBox
Request the bounding box of the coverage.
-
format
public java.lang.String format
Requests the output format of the coverage.
-
store
public boolean store
Specify whether the output range should be saved, false is not saved, the default value is false.
-
width
public int width
Specifies the width of the output image.
-
height
public int height
Specifies the height of the output image.
-
-
Constructor Detail
-
WCSParameter
public WCSParameter()
The Constructor.
-
WCSParameter
public WCSParameter(WCSParameter wcsparameter)
The Constructor.
- Parameters:
wcsparameter- WCS parameter.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified WCSParameter object is equal to the current WCSParameter object.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current WCSParameter object.- Returns:
- Returns true if both objects are equal; false otherwise.
-
hashCode
public int hashCode()
Return hash code.
- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code.
-
-