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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstract
element.static final TLcdDataProperty
Data property that maps to theFormat
element.static final TLcdDataProperty
Data property that maps to theIdentifier
element.static final TLcdDataProperty
Data property that maps to theMetadata
element.Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
TYPE_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 theFormat
element.Returns the value of the property that maps to theIdentifier
element.Returns the value of the property that maps to theMetadata
element.void
Sets the value of the property that maps to theFormat
element.void
setIdentifier
(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifier
element.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
getType, setType
-
Field Details
-
IDENTIFIER_PROPERTY
Data property that maps to theIdentifier
element. The possible values for this property are instances ofTLcdOWSCode
. -
ABSTRACT_PROPERTY
Data property that maps to theAbstract
element. The possible values for this property are instances ofList<TLcdOWSLanguageString>
. -
FORMAT_PROPERTY
Data property that maps to theFormat
element. The possible values for this property are instances ofString
. -
METADATA_PROPERTY
Data property that maps to theMetadata
element. 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 theIdentifier
element.Unique identifier or name of this dataset.
- Returns:
- the value of the
IDENTIFIER_PROPERTY
property.
-
setIdentifier
Sets the value of the property that maps to theIdentifier
element.Unique identifier or name of this dataset.
- Parameters:
aValue
- the value to set for theIDENTIFIER_PROPERTY
property.
-
getAbstract
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.
-
getFormat
Returns the value of the property that maps to theFormat
element.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_PROPERTY
property.
-
setFormat
Sets the value of the property that maps to theFormat
element.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_PROPERTY
property.
-
getMetadata
Returns the value of the property that maps to theMetadata
element.- Returns:
- the value of the
METADATA_PROPERTY
property.
-