Package com.luciad.ogc.ows.model
Class TLcdOWSAdditionalParameter
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAdditionalParameter
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
One additional metadata parameter, part of a set of additional parameters.
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theName
element.static final TLcdDataProperty
Data property that maps to theValue
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the value of the property that maps to theName
element.getValue()
Returns the value of the property that maps to theValue
element.void
setName
(TLcdOWSCode aValue) Sets the value of the property that maps to theName
element.
-
Field Details
-
NAME_PROPERTY
Data property that maps to theName
element. The possible values for this property are instances ofTLcdOWSCode
. -
VALUE_PROPERTY
Data property that maps to theValue
element. The possible values for this property are instances ofList<Object>
.
-
-
Constructor Details
-
TLcdOWSAdditionalParameter
public TLcdOWSAdditionalParameter() -
TLcdOWSAdditionalParameter
-
-
Method Details
-
getName
Returns the value of the property that maps to theName
element.Name or identifier of this AdditionalParameter, unique for this OGC Web Service.
- Returns:
- the value of the
NAME_PROPERTY
property.
-
setName
Sets the value of the property that maps to theName
element.Name or identifier of this AdditionalParameter, unique for this OGC Web Service.
- Parameters:
aValue
- the value to set for theNAME_PROPERTY
property.
-
getValue
Returns the value of the property that maps to theValue
element.Unordered list of one or more values of this AdditionalParameter.
- Returns:
- the value of the
VALUE_PROPERTY
property.
-