org.deegree.services.wts.configuration
Interface WTSConfiguration

All Known Implementing Classes:
WTSConfiguration_Impl

public interface WTSConfiguration

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

Version:
$Revision: 1.4 $ $Date: 2004/02/09 07:57:02 $
Author:
Andreas Poth

Field Summary
static int LOCALWCS
           
static int LOCALWFS
           
static int LOCALWMS
           
static int REMOTEWCS
           
static int REMOTEWFS
           
static int REMOTEWMS
           
 
Method Summary
 java.awt.image.BufferedImage getBackground(java.lang.String name)
          returns the background image associated to the named background
 java.lang.String getDEMSource(java.lang.String demName)
          returns the source for submitted DEM.
 java.lang.String getFeatureSource(java.lang.String textureName)
          returns the source for submitted feature.
 java.awt.image.BufferedImage getFeatureTexture(java.lang.String featureId)
          returns the texture of a feature as BufferedImage
 java.lang.String getFormatName(java.lang.String layer)
          returns the name of the format the submitted layer shall be requested from a wcs, wms, of wfs
 OGCWebService getResponsibleService(java.lang.String layer)
          returns the service that is responsible for handling the submitted layer
 int getSourceType(java.lang.String source)
          returns the type of the submitted source. possible values are: LOCALWCS LOCALWFS LOCALWMS REMOTEWCS REMOTEWFS REMOTEWMS
 java.lang.String getTextureSource(java.lang.String textureName)
          returns the source for submitted texture.
 int getTileHeight(java.lang.String layer)
          returns the height of the tiles in pixels the requested footprint is split of when data are requested from a wcs or a wms
 int getTileWidth(java.lang.String layer)
          returns the width of the tiles in pixels the requested footprint is split of when data are requested from a wcs or a wms
 

Field Detail

LOCALWCS

public static final int LOCALWCS
See Also:
Constant Field Values

LOCALWFS

public static final int LOCALWFS
See Also:
Constant Field Values

LOCALWMS

public static final int LOCALWMS
See Also:
Constant Field Values

REMOTEWCS

public static final int REMOTEWCS
See Also:
Constant Field Values

REMOTEWFS

public static final int REMOTEWFS
See Also:
Constant Field Values

REMOTEWMS

public static final int REMOTEWMS
See Also:
Constant Field Values
Method Detail

getDEMSource

public java.lang.String getDEMSource(java.lang.String demName)
returns the source for submitted DEM. Using the method getSourceType>/tt> it can be determined if the source is a:
  • LOCALWCS
  • LOCALWFS
  • REMOTEWCS
  • REMOTEWFS


getTextureSource

public java.lang.String getTextureSource(java.lang.String textureName)
returns the source for submitted texture. Using the method getSourceType>/tt> it can be determined if the source is a:
  • LOCALWCS
  • LOCALWMS
  • REMOTEWCS
  • REMOTEWMS


getFeatureSource

public java.lang.String getFeatureSource(java.lang.String textureName)
returns the source for submitted feature. Using the method getSourceType>/tt> it can be determined if the source is a:
  • LOCALWFS
  • REMOTEWFS


getSourceType

public int getSourceType(java.lang.String source)
returns the type of the submitted source. possible values are:
  • LOCALWCS
  • LOCALWFS
  • LOCALWMS
  • REMOTEWCS
  • REMOTEWFS
  • REMOTEWMS


getTileWidth

public int getTileWidth(java.lang.String layer)
returns the width of the tiles in pixels the requested footprint is split of when data are requested from a wcs or a wms


getTileHeight

public int getTileHeight(java.lang.String layer)
returns the height of the tiles in pixels the requested footprint is split of when data are requested from a wcs or a wms


getFormatName

public java.lang.String getFormatName(java.lang.String layer)
returns the name of the format the submitted layer shall be requested from a wcs, wms, of wfs


getResponsibleService

public OGCWebService getResponsibleService(java.lang.String layer)
returns the service that is responsible for handling the submitted layer


getFeatureTexture

public java.awt.image.BufferedImage getFeatureTexture(java.lang.String featureId)
returns the texture of a feature as BufferedImage


getBackground

public java.awt.image.BufferedImage getBackground(java.lang.String name)
returns the background image associated to the named background