org.deegree.model.coverage
Interface Format

All Known Implementing Classes:
Format_Impl

public interface Format

describes a format a WCS is able to return coverages

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

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:29:38 $

Author:
Andreas Poth

Method Summary
 java.lang.String getDescription()
          returns a short description of the format
 java.lang.String getMIMEType()
          returns the MIME-type of the format or 'none' if it doesn't have one
 java.lang.String getName()
          returns the name of the format
 

Method Detail

getName

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


getDescription

public java.lang.String getDescription()
returns a short description of the format


getMIMEType

public java.lang.String getMIMEType()
returns the MIME-type of the format or 'none' if it doesn't have one