Uses of Interface
org.deegree.graphics.sld.Extent

Packages that use Extent
org.deegree_impl.graphics.sld   
org.deegree.graphics.sld   
 

Uses of Extent in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement Extent
 class Extent_Impl
          ----------------------------------------------------------------------
 

Methods in org.deegree_impl.graphics.sld that return Extent
private static Extent SLDFactory.createExtent(org.w3c.dom.Element element)
          Creates an Extent-instance according to the contents of the DOM-subtree starting at the given 'Extent'-Element.
 Extent[] FeatureTypeConstraint_Impl.getExtents()
          returns the extent for filtering the feature type
 

Methods in org.deegree_impl.graphics.sld with parameters of type Extent
 void FeatureTypeConstraint_Impl.setExtents(Extent[] extents)
          sets the extent for filtering the feature type
 void FeatureTypeConstraint_Impl.addExtent(Extent extent)
          Adds an Extent to the Extent-List of a FeatureTypeConstraint
 void FeatureTypeConstraint_Impl.removeExtent(Extent extent)
          Removes an Extent from the Extent-List of a FeatureTypeConstraint
 

Constructors in org.deegree_impl.graphics.sld with parameters of type Extent
FeatureTypeConstraint_Impl(java.lang.String featureTypeName, Filter filter, Extent[] extents)
          constructor initializing the class with the
 

Uses of Extent in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return Extent
 Extent[] FeatureTypeConstraint.getExtents()
          returns the extent for filtering the feature type
 

Methods in org.deegree.graphics.sld with parameters of type Extent
 void FeatureTypeConstraint.setExtents(Extent[] extents)
          sets the extent for filtering the feature type
 void FeatureTypeConstraint.addExtent(Extent extent)
          adds an extent
 void FeatureTypeConstraint.removeExtent(Extent extent)
          removes an extent