Package com.luciad.ogc.ows.model
Class TLcdOWSReference
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
com.luciad.ogc.ows.model.TLcdOWSReference
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdOWSServiceReference
Complete reference to a remote or local resource,
allowing including metadata about that resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractelement.static final TLcdDataPropertyData property that maps to theFormatelement.static final TLcdDataPropertyData property that maps to theIdentifierelement.static final TLcdDataPropertyData property that maps to theMetadataelement.Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
TYPE_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 theFormatelement.Returns the value of the property that maps to theIdentifierelement.Returns the value of the property that maps to theMetadataelement.voidSets the value of the property that maps to theFormatelement.voidsetIdentifier(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifierelement.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
getType, setType
-
Field Details
-
IDENTIFIER_PROPERTY
Data property that maps to theIdentifierelement. The possible values for this property are instances ofTLcdOWSCode. -
ABSTRACT_PROPERTY
Data property that maps to theAbstractelement. The possible values for this property are instances ofList<TLcdOWSLanguageString>. -
FORMAT_PROPERTY
Data property that maps to theFormatelement. The possible values for this property are instances ofString. -
METADATA_PROPERTY
Data property that maps to theMetadataelement. The possible values for this property are instances ofList<TLcdOWSMetadata>.
-
-
Constructor Details
-
TLcdOWSReference
public TLcdOWSReference() -
TLcdOWSReference
-
-
Method Details
-
getIdentifier
Returns the value of the property that maps to theIdentifierelement.Unique identifier or name of this dataset.
- Returns:
- the value of the
IDENTIFIER_PROPERTYproperty.
-
setIdentifier
Sets the value of the property that maps to theIdentifierelement.Unique identifier or name of this dataset.
- Parameters:
aValue- the value to set for theIDENTIFIER_PROPERTYproperty.
-
getAbstract
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.
-
getFormat
Returns the value of the property that maps to theFormatelement.The format of the referenced resource. This element is omitted when the mime type is indicated in the http header of the reference.
- Returns:
- the value of the
FORMAT_PROPERTYproperty.
-
setFormat
Sets the value of the property that maps to theFormatelement.The format of the referenced resource. This element is omitted when the mime type is indicated in the http header of the reference.
- Parameters:
aValue- the value to set for theFORMAT_PROPERTYproperty.
-
getMetadata
Returns the value of the property that maps to theMetadataelement.- Returns:
- the value of the
METADATA_PROPERTYproperty.
-