Package com.luciad.ogc.ows.model
Class TLcdOWSManifest
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDescription
com.luciad.ogc.ows.model.TLcdOWSBasicIdentification
com.luciad.ogc.ows.model.TLcdOWSManifest
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Unordered list of one or more groups of references to
remote and/or local resources.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstract
element.static final TLcdDataProperty
Data property that maps to theKeywords
element.static final TLcdDataProperty
Data property that maps to theReferenceGroup
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 theAbstract
element.Returns the value of the property that maps to theKeywords
element.Returns the value of the property that maps to theReferenceGroup
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
-
REFERENCE_GROUP_PROPERTY
Data property that maps to theReferenceGroup
element. The possible values for this property are instances ofList<TLcdOWSReferenceGroup>
. -
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
-
TLcdOWSManifest
public TLcdOWSManifest() -
TLcdOWSManifest
-
-
Method Details
-
getReferenceGroup
Returns the value of the property that maps to theReferenceGroup
element.- Returns:
- the value of the
REFERENCE_GROUP_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.
-