org.deegree_impl.model.cv
Class Format_Impl
java.lang.Object
org.deegree_impl.model.cv.Format_Impl
- All Implemented Interfaces:
- Format
- public class Format_Impl
- extends java.lang.Object
- implements Format
describes a format a WCS is able to return coverages
-----------------------------------------------------------------------
- Version:
- $Revision: 1.1 $ $Date: 2003/01/27 11:31:14 $
- Author:
- Andreas Poth
Constructor Summary |
Format_Impl(java.lang.String name,
java.lang.String description,
java.lang.String mimeType)
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
private java.lang.String description
mimeType
private java.lang.String mimeType
name
private java.lang.String name
Format_Impl
public Format_Impl(java.lang.String name,
java.lang.String description,
java.lang.String mimeType)
getDescription
public java.lang.String getDescription()
- returns a short description of the format
- Specified by:
getDescription
in interface Format
getMIMEType
public java.lang.String getMIMEType()
- returns the MIME-type of the format or 'none' if it doesn't have one
- Specified by:
getMIMEType
in interface Format
getName
public java.lang.String getName()
- returns the name of the format
- Specified by:
getName
in interface Format