Class TLcdOWSGetResourceById
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theOutputFormatelement.static final TLcdDataPropertyData property that maps to theResourceIDelement.static final TLcdDataPropertyData property that maps to theserviceattribute.static final TLcdDataPropertyData property that maps to theversionattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theOutputFormatelement.Returns the value of the property that maps to theResourceIDelement.Returns the value of the property that maps to theserviceattribute.Returns the value of the property that maps to theversionattribute.voidsetOutputFormat(String aValue) Sets the value of the property that maps to theOutputFormatelement.voidsetService(String aValue) Sets the value of the property that maps to theserviceattribute.voidsetVersion(String aValue) Sets the value of the property that maps to theversionattribute.
-
Field Details
-
SERVICE_PROPERTY
Data property that maps to theserviceattribute. The possible values for this property are instances ofString. -
VERSION_PROPERTY
Data property that maps to theversionattribute. The possible values for this property are instances ofString. -
RESOURCE_ID_PROPERTY
Data property that maps to theResourceIDelement. The possible values for this property are instances ofList<URI>. -
OUTPUT_FORMAT_PROPERTY
Data property that maps to theOutputFormatelement. 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 theserviceattribute.- Returns:
- the value of the
SERVICE_PROPERTYproperty.
-
setService
Sets the value of the property that maps to theserviceattribute.- Parameters:
aValue- the value to set for theSERVICE_PROPERTYproperty.
-
getVersion
Returns the value of the property that maps to theversionattribute.- Returns:
- the value of the
VERSION_PROPERTYproperty.
-
setVersion
Sets the value of the property that maps to theversionattribute.- Parameters:
aValue- the value to set for theVERSION_PROPERTYproperty.
-
getResourceID
Returns the value of the property that maps to theResourceIDelement.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_PROPERTYproperty.
-
getOutputFormat
Returns the value of the property that maps to theOutputFormatelement.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_PROPERTYproperty.
-
setOutputFormat
Sets the value of the property that maps to theOutputFormatelement.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_PROPERTYproperty.
-