Class TLcdOWSAdditionalParametersBase
- All Implemented Interfaces:
ILcdDataObject
,ILcdXMLSimpleLink
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdOWSAdditionalParameters
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theabout
attribute.static final TLcdDataProperty
Data property that maps to theAbstractMetaData
element.static final TLcdDataProperty
Data linkInfo property.static final TLcdDataProperty
Data linkedObject property. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetAbout()
Returns the value of the property that maps to theabout
attribute.Returns the value of the property that maps to theAbstractMetaData
element.Returns the value of the linkedObject property.Returns the value of the linkInfo property.void
Sets the value of the property that maps to theabout
attribute.void
setAbstractMetaData
(Object aValue) Sets the value of the property that maps to theAbstractMetaData
element.void
setLinkedObject
(Object aValue) Sets the value of the linkedObject property.void
setLinkInfo
(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
-
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 theabout
attribute. The possible values for this property are instances ofString
. -
ABSTRACT_META_DATA_PROPERTY
Data property that maps to theAbstractMetaData
element. The possible values for this property are instances ofObject
.
-
-
Constructor Details
-
TLcdOWSAdditionalParametersBase
public TLcdOWSAdditionalParametersBase() -
TLcdOWSAdditionalParametersBase
-
-
Method Details
-
getLinkInfo
Returns the value of the linkInfo property.- Returns:
- the value of the
LINK_INFO_PROPERTY
property.
-
setLinkInfo
Sets the value of the linkInfo property.- Parameters:
aValue
- the value to set for theLINK_INFO_PROPERTY
property.
-
getLinkedObject
Returns the value of the linkedObject property.- Returns:
- the value of the
LINKED_OBJECT_PROPERTY
property.
-
setLinkedObject
Sets the value of the linkedObject property.- Parameters:
aValue
- the value to set for theLINKED_OBJECT_PROPERTY
property.
-
getAbout
Returns the value of the property that maps to theabout
attribute.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_PROPERTY
property.
-
setAbout
Sets the value of the property that maps to theabout
attribute.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_PROPERTY
property.
-
getAbstractMetaData
Returns the value of the property that maps to theAbstractMetaData
element.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_PROPERTY
property.
-
setAbstractMetaData
Sets the value of the property that maps to theAbstractMetaData
element.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_PROPERTY
property.
-