org.deegree.services.wms.capabilities
Interface UserDefinedSymbolization

All Known Implementing Classes:
UserDefinedSymbolization_Impl

public interface UserDefinedSymbolization

The interface defines the access to optional user-defined symbolization that are only used by SLD-enabled WMSes.

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Katharina Lupp

Method Summary
 boolean hasUserLayer()
          returns true if the WMS has user defined layers.
 boolean hasUserStyle()
          returns true if the WMS has user defined styles.
 boolean isRemoteWFSEnabled()
          returns true if the WMS enables the use of a remote (user defined) WFS.
 boolean isSldSupported()
          returns true if layer and/or style definition conform to SLD are supported.
 

Method Detail

isSldSupported

public boolean isSldSupported()
returns true if layer and/or style definition conform to SLD are supported.


hasUserLayer

public boolean hasUserLayer()
returns true if the WMS has user defined layers.


hasUserStyle

public boolean hasUserStyle()
returns true if the WMS has user defined styles.


isRemoteWFSEnabled

public boolean isRemoteWFSEnabled()
returns true if the WMS enables the use of a remote (user defined) WFS.