Package com.luciad.ogc.filter.model
Class TLcdOGCLiteral
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.filter.model.TLcdOGCLiteral
- All Implemented Interfaces:
ILcdDataObject
,ILcdGenericExpression
,ILcdOGCExpression
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
This class represents the <ogc:Literal>
element.
A literal value is to be used exactly as it is specified.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.TLcdOGCLiteral
(Object aValue) Constructs aTLcdOGCLiteral
instance with a given value. -
Method Summary
Methods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
-
Constructor Details
-
TLcdOGCLiteral
public TLcdOGCLiteral()Default constructor. -
TLcdOGCLiteral
Constructs aTLcdOGCLiteral
instance with a given value.- Parameters:
aValue
- the value object for the literal
-
-
Method Details
-
getValue
Gets the literal value.- Returns:
- the literal value.
-
setValue
Sets the literal value.- Parameters:
aValue
- the literal value.
-
toString
- Overrides:
toString
in classTLcdDataObject
- Returns:
- a string representation of the literal's value
-
equals
-
hashCode
public int hashCode()
-