Class TLcdOWSGetResourceById
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theOutputFormat
element.static final TLcdDataProperty
Data property that maps to theResourceID
element.static final TLcdDataProperty
Data property that maps to theservice
attribute.static final TLcdDataProperty
Data property that maps to theversion
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theOutputFormat
element.Returns the value of the property that maps to theResourceID
element.Returns the value of the property that maps to theservice
attribute.Returns the value of the property that maps to theversion
attribute.void
setOutputFormat
(String aValue) Sets the value of the property that maps to theOutputFormat
element.void
setService
(String aValue) Sets the value of the property that maps to theservice
attribute.void
setVersion
(String aValue) Sets the value of the property that maps to theversion
attribute.
-
Field Details
-
SERVICE_PROPERTY
Data property that maps to theservice
attribute. The possible values for this property are instances ofString
. -
VERSION_PROPERTY
Data property that maps to theversion
attribute. The possible values for this property are instances ofString
. -
RESOURCE_ID_PROPERTY
Data property that maps to theResourceID
element. The possible values for this property are instances ofList<URI>
. -
OUTPUT_FORMAT_PROPERTY
Data property that maps to theOutputFormat
element. The possible values for this property are instances ofString
.
-
-
Constructor Details
-
TLcdOWSGetResourceById
public TLcdOWSGetResourceById() -
TLcdOWSGetResourceById
-
-
Method Details
-
getService
Returns the value of the property that maps to theservice
attribute.- Returns:
- the value of the
SERVICE_PROPERTY
property.
-
setService
Sets the value of the property that maps to theservice
attribute.- Parameters:
aValue
- the value to set for theSERVICE_PROPERTY
property.
-
getVersion
Returns the value of the property that maps to theversion
attribute.- Returns:
- the value of the
VERSION_PROPERTY
property.
-
setVersion
Sets the value of the property that maps to theversion
attribute.- Parameters:
aValue
- the value to set for theVERSION_PROPERTY
property.
-
getResourceID
Returns the value of the property that maps to theResourceID
element.Unordered list of zero or more resource identifiers. These identifiers can be listed in the Contents section of the service metadata (Capabilities) document. For more information on this parameter, see Subclause 9.4.2.1 of the OWS Common specification.
- Returns:
- the value of the
RESOURCE_ID_PROPERTY
property.
-
getOutputFormat
Returns the value of the property that maps to theOutputFormat
element.Reference to a format in which this data can be encoded and transferred. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.
- Returns:
- the value of the
OUTPUT_FORMAT_PROPERTY
property.
-
setOutputFormat
Sets the value of the property that maps to theOutputFormat
element.Reference to a format in which this data can be encoded and transferred. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.
- Parameters:
aValue
- the value to set for theOUTPUT_FORMAT_PROPERTY
property.
-