Package com.luciad.ogc.ows.model
Class TLcdOWSDCP
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDCP
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theHTTPelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHTTP()Returns the value of the property that maps to theHTTPelement.voidsetHTTP(TLcdOWSHTTP aValue) Sets the value of the property that maps to theHTTPelement.
-
Field Details
-
HTTP_PROPERTY
Data property that maps to theHTTPelement. The possible values for this property are instances ofTLcdOWSHTTP.
-
-
Constructor Details
-
TLcdOWSDCP
public TLcdOWSDCP() -
TLcdOWSDCP
-
-
Method Details
-
getHTTP
Returns the value of the property that maps to theHTTPelement.Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.
- Returns:
- the value of the
HTTP_PROPERTYproperty.
-
setHTTP
Sets the value of the property that maps to theHTTPelement.Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.
- Parameters:
aValue- the value to set for theHTTP_PROPERTYproperty.
-