com.supermap.services.protocols.wcs
Class Definition
- java.lang.Object
-
- com.supermap.services.protocols.wcs.Definition
-
public class Definition extends java.lang.ObjectThe current scope of more definition information, including meaning, units and so on.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringdataTypeThe data type of the coverage object field.java.lang.StringdefaultValueThe default value for the Coverage object field.PossibleValuespossibleValuesThe possible values for the coverage field.
-
Constructor Summary
Constructors Constructor and Description Definition()The Constructor.Definition(Definition definition)The Constructor.
-
-
-
Field Detail
-
possibleValues
public PossibleValues possibleValues
The possible values for the coverage field.
-
defaultValue
public java.lang.String defaultValue
The default value for the Coverage object field.
-
dataType
public java.lang.String dataType
The data type of the coverage object field.
-
-
Constructor Detail
-
Definition
public Definition()
The Constructor.
-
Definition
public Definition(Definition definition)
The Constructor.
- Parameters:
definition- Definition of the current scope.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified Definition object and the current Definition object are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current Definition 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.
-
-