Uses of Class
com.luciad.wms.sld.model.TLcdSLDRemoteOWS
Package
Description
Model objects for SLD Styled Layer Descriptors implementing the OGC 05-078r4,
Styled Layer Descriptor standard, version 1.1.0, and the deprecated OGC 02-070 1.0.0 version of that standard.
-
Uses of TLcdSLDRemoteOWS in com.luciad.wms.sld.model
Modifier and TypeMethodDescriptionTLcdSLDUserLayer.getRemoteOWS()
Returns the remote service associated with this user-defined layer.Modifier and TypeMethodDescriptionvoid
TLcdSLDUserLayer.setRemoteOWS
(TLcdSLDRemoteOWS aRemoteOWS) Sets a remote service for this user-defined layer.ModifierConstructorDescriptionTLcdSLDUserLayer
(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints, TLcdSLDRemoteOWS aRemoteOWS) Creates a newTLcdSLDUserLayer
instance with the given name, layer styles and constraints.