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 newTLcdSLDRemoteOWS
instance.TLcdSLDRemoteOWS
(TLcdDataType aTLcdDataType) Creates a newTLcdSLDRemoteOWS
instance.TLcdSLDRemoteOWS
(String aService, TLcdSLDOnlineResource aOnlineResource) Creates a newTLcdSLDRemoteOWS
instance with the given service and online resource identification. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theOnlineResource
element.Returns the value of the property that maps to theService
element.void
Sets the value of the property that maps to theOnlineResource
element.void
setService
(String aValue) Sets the value of the property that maps to theService
element.
-
Constructor Details
-
TLcdSLDRemoteOWS
public TLcdSLDRemoteOWS()Creates a newTLcdSLDRemoteOWS
instance. -
TLcdSLDRemoteOWS
Creates a newTLcdSLDRemoteOWS
instance 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 newTLcdSLDRemoteOWS
instance.
-
-
Method Details
-
getService
Returns the value of the property that maps to theService
element.A Service refers to the type of a remote OWS server, this must be either 'WFS' or 'WCS'.
- Returns:
- the value of the
SERVICE_PROPERTY
property.
-
setService
Sets the value of the property that maps to theService
element.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_PROPERTY
property.
-
getOnlineResource
Returns the value of the property that maps to theOnlineResource
element.- Returns:
- the value of the
ONLINE_RESOURCE_PROPERTY
property.
-
setOnlineResource
Sets the value of the property that maps to theOnlineResource
element.- Parameters:
aValue
- the value to set for theONLINE_RESOURCE_PROPERTY
property.
-