Package com.luciad.ogc.ows.model
Class TLcdOWSReferenceGroup
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDescription
com.luciad.ogc.ows.model.TLcdOWSBasicIdentification
com.luciad.ogc.ows.model.TLcdOWSReferenceGroup
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Logical group of one or more references to remote and/or
local resources, allowing including metadata about that group. A Group
can be used instead of a Manifest that can only contain one
group.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstract
element.static final TLcdDataProperty
Data property that maps to theAbstractReferenceBase
element.static final TLcdDataProperty
Data property that maps to theKeywords
element.static final TLcdDataProperty
Data property that maps to theTitle
element.Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSBasicIdentification
IDENTIFIER_PROPERTY, METADATA_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractReferenceBase
element.Returns the value of the property that maps to theAbstract
element.Returns the value of the property that maps to theKeywords
element.Returns the value of the property that maps to theTitle
element.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSBasicIdentification
getIdentifier, getMetadata, setIdentifier
Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSDescription
addKeywords, getAbstract, getKeywords, getKeywordsCount, getTitle, removeKeywords, setAbstract, setTitle
-
Field Details
-
ABSTRACT_REFERENCE_BASE_PROPERTY
Data property that maps to theAbstractReferenceBase
element. The possible values for this property are instances ofList<TLcdOWSAbstractReferenceBase>
. -
TITLE_PROPERTY
Data property that maps to theTitle
element. The possible values for this property are instances ofList<TLcdOWSLanguageString>
. -
ABSTRACT_PROPERTY
Data property that maps to theAbstract
element. The possible values for this property are instances ofList<TLcdOWSLanguageString>
. -
KEYWORDS_PROPERTY
Data property that maps to theKeywords
element. The possible values for this property are instances ofList<TLcdOWSKeywords>
.
-
-
Constructor Details
-
TLcdOWSReferenceGroup
public TLcdOWSReferenceGroup() -
TLcdOWSReferenceGroup
-
-
Method Details
-
getAbstractReferenceBase
Returns the value of the property that maps to theAbstractReferenceBase
element.- Returns:
- the value of the
ABSTRACT_REFERENCE_BASE_PROPERTY
property.
-
getTitles
Returns the value of the property that maps to theTitle
element.Title of this resource, normally used for display to humans.
- Returns:
- the value of the
TITLE_PROPERTY
property.
-
getAbstracts
Returns the value of the property that maps to theAbstract
element.Brief narrative description of this resource, normally used for display to humans.
- Returns:
- the value of the
ABSTRACT_PROPERTY
property.
-
getKeywords
Returns the value of the property that maps to theKeywords
element.- Returns:
- the value of the
KEYWORDS_PROPERTY
property.
-