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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractelement.static final TLcdDataPropertyData property that maps to theKeywordselement.static final TLcdDataPropertyData property that maps to theReferenceGroupelement.static final TLcdDataPropertyData property that maps to theTitleelement.Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSBasicIdentification
IDENTIFIER_PROPERTY, METADATA_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractelement.Returns the value of the property that maps to theKeywordselement.Returns the value of the property that maps to theReferenceGroupelement.Returns the value of the property that maps to theTitleelement.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSBasicIdentification
getIdentifier, getMetadata, setIdentifierMethods 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 theReferenceGroupelement. The possible values for this property are instances ofList<TLcdOWSReferenceGroup>. -
TITLE_PROPERTY
Data property that maps to theTitleelement. The possible values for this property are instances ofList<TLcdOWSLanguageString>. -
ABSTRACT_PROPERTY
Data property that maps to theAbstractelement. The possible values for this property are instances ofList<TLcdOWSLanguageString>. -
KEYWORDS_PROPERTY
Data property that maps to theKeywordselement. 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 theReferenceGroupelement.- Returns:
- the value of the
REFERENCE_GROUP_PROPERTYproperty.
-
getTitles
Returns the value of the property that maps to theTitleelement.Title of this resource, normally used for display to humans.
- Returns:
- the value of the
TITLE_PROPERTYproperty.
-
getAbstracts
Returns the value of the property that maps to theAbstractelement.Brief narrative description of this resource, normally used for display to humans.
- Returns:
- the value of the
ABSTRACT_PROPERTYproperty.
-
getKeywords
Returns the value of the property that maps to theKeywordselement.- Returns:
- the value of the
KEYWORDS_PROPERTYproperty.
-