Class TLcdOWSAdditionalParameters
- All Implemented Interfaces:
ILcdDataObject,ILcdXMLSimpleLink,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaboutattribute.static final TLcdDataPropertyData property that maps to theAbstractMetaDataelement.static final TLcdDataPropertyData property that maps to theAdditionalParameterelement.static final TLcdDataPropertyData linkInfo property.static final TLcdDataPropertyData linkedObject property. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetAbout()Returns the value of the property that maps to theaboutattribute.Returns the value of the property that maps to theAbstractMetaDataelement.Returns the value of the property that maps to theAdditionalParameterelement.Returns the value of the linkedObject property.Returns the value of the linkInfo property.voidSets the value of the property that maps to theaboutattribute.voidsetAbstractMetaData(Object aValue) Sets the value of the property that maps to theAbstractMetaDataelement.voidsetLinkedObject(Object aValue) Sets the value of the linkedObject property.voidsetLinkInfo(Object aValue) Sets the value of the linkInfo property.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSMetadata
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType
-
Field Details
-
ADDITIONAL_PARAMETER_PROPERTY
Data property that maps to theAdditionalParameterelement. The possible values for this property are instances ofList<TLcdOWSAdditionalParameter>. -
LINK_INFO_PROPERTY
Data linkInfo property. The possible values for this property are instances ofObject. -
LINKED_OBJECT_PROPERTY
Data linkedObject property. The possible values for this property are instances ofObject. -
ABOUT_PROPERTY
Data property that maps to theaboutattribute. The possible values for this property are instances ofString. -
ABSTRACT_META_DATA_PROPERTY
Data property that maps to theAbstractMetaDataelement. The possible values for this property are instances ofObject.
-
-
Constructor Details
-
TLcdOWSAdditionalParameters
public TLcdOWSAdditionalParameters() -
TLcdOWSAdditionalParameters
-
-
Method Details
-
getAdditionalParameter
Returns the value of the property that maps to theAdditionalParameterelement.- Returns:
- the value of the
ADDITIONAL_PARAMETER_PROPERTYproperty.
-
getLinkInfo
Returns the value of the linkInfo property.- Returns:
- the value of the
LINK_INFO_PROPERTYproperty.
-
setLinkInfo
Sets the value of the linkInfo property.- Parameters:
aValue- the value to set for theLINK_INFO_PROPERTYproperty.
-
getLinkedObject
Returns the value of the linkedObject property.- Returns:
- the value of the
LINKED_OBJECT_PROPERTYproperty.
-
setLinkedObject
Sets the value of the linkedObject property.- Parameters:
aValue- the value to set for theLINKED_OBJECT_PROPERTYproperty.
-
getAbout
Returns the value of the property that maps to theaboutattribute.Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.
- Returns:
- the value of the
ABOUT_PROPERTYproperty.
-
setAbout
Sets the value of the property that maps to theaboutattribute.Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.
- Parameters:
aValue- the value to set for theABOUT_PROPERTYproperty.
-
getAbstractMetaData
Returns the value of the property that maps to theAbstractMetaDataelement.Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.
- Returns:
- the value of the
ABSTRACT_META_DATA_PROPERTYproperty.
-
setAbstractMetaData
Sets the value of the property that maps to theAbstractMetaDataelement.Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.
- Parameters:
aValue- the value to set for theABSTRACT_META_DATA_PROPERTYproperty.
-