org.deegree.services.wms.capabilities
Interface Format

All Known Implementing Classes:
Format_Impl

public interface Format

Version:
$Revision: 1.1 $
Author:
$author$

Method Summary
 java.net.URL getFilter()
          returns the URL where a XSLT-script for filtering the result of a GetFeatureInfo request can be accessed.
 java.lang.String getName()
          returns the name of the format
 

Method Detail

getName

public java.lang.String getName()
returns the name of the format

Returns:

getFilter

public java.net.URL getFilter()
returns the URL where a XSLT-script for filtering the result of a GetFeatureInfo request can be accessed. For any other formats then those of a GetFeatureInfo response the method returns null.

Returns: