Package com.luciad.wms.sld.model
Class TLcdSLDRemoteOWS
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.TLcdSLDRemoteOWS
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Represents a reference to a remote WFS or WCS server.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newTLcdSLDRemoteOWSinstance.TLcdSLDRemoteOWS(TLcdDataType aTLcdDataType) Creates a newTLcdSLDRemoteOWSinstance.TLcdSLDRemoteOWS(String aService, TLcdSLDOnlineResource aOnlineResource) Creates a newTLcdSLDRemoteOWSinstance with the given service and online resource identification. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theOnlineResourceelement.Returns the value of the property that maps to theServiceelement.voidSets the value of the property that maps to theOnlineResourceelement.voidsetService(String aValue) Sets the value of the property that maps to theServiceelement.
-
Constructor Details
-
TLcdSLDRemoteOWS
public TLcdSLDRemoteOWS()Creates a newTLcdSLDRemoteOWSinstance. -
TLcdSLDRemoteOWS
Creates a newTLcdSLDRemoteOWSinstance with the given service and online resource identification.- Parameters:
aService- The service of the remote server.aOnlineResource- The location of the remote server.
-
TLcdSLDRemoteOWS
Creates a newTLcdSLDRemoteOWSinstance.
-
-
Method Details
-
getService
Returns the value of the property that maps to theServiceelement.A Service refers to the type of a remote OWS server, this must be either 'WFS' or 'WCS'.
- Returns:
- the value of the
SERVICE_PROPERTYproperty.
-
setService
Sets the value of the property that maps to theServiceelement.A Service refers to the type of a remote OWS server, this must be either 'WFS' or 'WCS'.
- Parameters:
aValue- the value to set for theSERVICE_PROPERTYproperty.
-
getOnlineResource
Returns the value of the property that maps to theOnlineResourceelement.- Returns:
- the value of the
ONLINE_RESOURCE_PROPERTYproperty.
-
setOnlineResource
Sets the value of the property that maps to theOnlineResourceelement.- Parameters:
aValue- the value to set for theONLINE_RESOURCE_PROPERTYproperty.
-