Uses of Class
com.luciad.wms.sld.model.TLcdSLDLayerFeatureConstraints
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 TLcdSLDLayerFeatureConstraints in com.luciad.wms.sld.model
Modifier and TypeMethodDescriptionALcdSLDLayer.getLayerFeatureConstraint()
Returns the feature constraint of this SLD layer.Modifier and TypeMethodDescriptionvoid
ALcdSLDLayer.setLayerFeatureConstraint
(TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints) Sets the feature constraint of this SLD layer.ModifierConstructorDescriptionALcdSLDLayer
(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints, TLcdDataType aType) Constructs a new SLD Layer for the given parameter.TLcdSLDNamedLayer
(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints) Creates a newTLcdSLDNamedLayer
instance with the given name, layer styles and constraint.TLcdSLDUserLayer
(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints, TLcdSLDRemoteOWS aRemoteOWS) Creates a newTLcdSLDUserLayer
instance with the given name, layer styles and constraints.