Uses of Class
com.luciad.wms.sld.model.TLcdSLDLayerFeatureConstraints
Packages that use 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
Methods in com.luciad.wms.sld.model that return TLcdSLDLayerFeatureConstraintsModifier and TypeMethodDescriptionALcdSLDLayer.getLayerFeatureConstraint()Returns the feature constraint of this SLD layer.Methods in com.luciad.wms.sld.model with parameters of type TLcdSLDLayerFeatureConstraintsModifier and TypeMethodDescriptionvoidALcdSLDLayer.setLayerFeatureConstraint(TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints) Sets the feature constraint of this SLD layer.Constructors in com.luciad.wms.sld.model with parameters of type TLcdSLDLayerFeatureConstraintsModifierConstructorDescriptionALcdSLDLayer(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 newTLcdSLDNamedLayerinstance with the given name, layer styles and constraint.TLcdSLDUserLayer(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints, TLcdSLDRemoteOWS aRemoteOWS) Creates a newTLcdSLDUserLayerinstance with the given name, layer styles and constraints.