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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theHTTP
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHTTP()
Returns the value of the property that maps to theHTTP
element.void
setHTTP
(TLcdOWSHTTP aValue) Sets the value of the property that maps to theHTTP
element.
-
Field Details
-
HTTP_PROPERTY
Data property that maps to theHTTP
element. 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 theHTTP
element.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_PROPERTY
property.
-
setHTTP
Sets the value of the property that maps to theHTTP
element.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_PROPERTY
property.
-