Uses of Class
com.luciad.wms.sld.model.TLcdSLDExtent
Packages that use TLcdSLDExtent
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 TLcdSLDExtent in com.luciad.wms.sld.model
Methods in com.luciad.wms.sld.model that return TLcdSLDExtentModifier and TypeMethodDescriptionTLcdSLDFeatureTypeConstraint.getExtent
(int aIndex) Returns the extent at the given index.Methods in com.luciad.wms.sld.model with parameters of type TLcdSLDExtentModifier and TypeMethodDescriptionvoid
TLcdSLDFeatureTypeConstraint.addExtent
(TLcdSLDExtent aExtent) Adds the given extent, which is a key-value pair.void
TLcdSLDFeatureTypeConstraint.removeExtent
(TLcdSLDExtent aExtent) Removes the given extent.Constructors in com.luciad.wms.sld.model with parameters of type TLcdSLDExtentModifierConstructorDescriptionTLcdSLDFeatureTypeConstraint
(String aFeatureTypeName, TLcdOGCFilter aFilter, TLcdSLDExtent[] aExtents) Creates a newTLcdSLDFeatureTypeConstraint
instance with the given feature type name, filter and extents.