Class TLcdSLDLayerFeatureConstraints

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.TLcdSLDLayerFeatureConstraints
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDLayerFeatureConstraints extends TLcdDataObject
Represents a LayerFeatureConstraint, which defines what features and feature types are referenced in a layer.
  • Constructor Details

    • TLcdSLDLayerFeatureConstraints

      public TLcdSLDLayerFeatureConstraints()
      Creates a new TLcdSLDLayerFeatureConstraint instance.
    • TLcdSLDLayerFeatureConstraints

      public TLcdSLDLayerFeatureConstraints(TLcdSLDFeatureTypeConstraint[] aFeatureTypeConstraints)
      Creates a new TLcdSLDLayerFeatureConstraint instance with the given feature type constraints.
      Parameters:
      aFeatureTypeConstraints - The feature type constraints.
    • TLcdSLDLayerFeatureConstraints

      public TLcdSLDLayerFeatureConstraints(TLcdDataType aDataType)
      Creates a new TLcdSLDLayerFeatureConstraint instance.
  • Method Details