com.supermap.services.protocols.wcs
Class Reference
- java.lang.Object
-
- com.supermap.services.protocols.wcs.Reference
-
public class Reference extends java.lang.ObjectThe current request returns the resource reference for the coverage.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringhrefThe link address of the returned coverage file.java.lang.StringroleThe role, Coverage, or metadata represented by the current connection.
-
Constructor Summary
Constructors Constructor and Description Reference()The Constructor.Reference(Reference reference)The Constructor.
-
-
-
Field Detail
-
href
public java.lang.String href
The link address of the returned coverage file.
-
role
public java.lang.String role
The role, Coverage, or metadata represented by the current connection.
-
-
Constructor Detail
-
Reference
public Reference()
The Constructor.
-
Reference
public Reference(Reference reference)
The Constructor.
- Parameters:
reference- Coverage resource reference.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified Reference object and the current Reference object are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current Reference 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.
-
-