|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.wts.configuration.WTSConfiguration_Impl
-----------------------------------------------------------------------
| Field Summary | |
private java.util.HashMap |
backgrounds
|
private static WTSConfiguration |
conf
|
private java.util.HashMap |
featureTextures
|
private java.util.HashMap |
formatNames
|
private java.util.HashMap |
responsibleServices
|
private java.util.HashMap |
sourceTypes
|
private java.util.HashMap |
tileHeight
|
private java.util.HashMap |
tileWidth
|
| Fields inherited from interface org.deegree.services.wts.configuration.WTSConfiguration |
LOCALWCS, LOCALWFS, LOCALWMS, REMOTEWCS, REMOTEWFS, REMOTEWMS |
| Constructor Summary | |
protected |
WTSConfiguration_Impl(java.util.HashMap sourceTypes,
java.util.HashMap formatNames,
java.util.HashMap featureTextures,
java.util.HashMap responsibleServices,
java.util.HashMap backgrounds)
Creates a new instance of WTSConfiguration_Impl |
| 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 |
static WTSConfiguration |
getInstance()
singelton: returns the instance of the WTSConfiguration |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.HashMap sourceTypes
private java.util.HashMap formatNames
private java.util.HashMap responsibleServices
private java.util.HashMap featureTextures
private java.util.HashMap tileWidth
private java.util.HashMap tileHeight
private java.util.HashMap backgrounds
private static WTSConfiguration conf
| Constructor Detail |
protected WTSConfiguration_Impl(java.util.HashMap sourceTypes,
java.util.HashMap formatNames,
java.util.HashMap featureTextures,
java.util.HashMap responsibleServices,
java.util.HashMap backgrounds)
| Method Detail |
public static final WTSConfiguration getInstance()
throws ConfigurationException
ConfigurationExceptionpublic java.lang.String getDEMSource(java.lang.String demName)
getDEMSource in interface WTSConfigurationpublic java.lang.String getFeatureSource(java.lang.String textureName)
getFeatureSource in interface WTSConfigurationpublic java.lang.String getTextureSource(java.lang.String textureName)
getTextureSource in interface WTSConfigurationpublic int getSourceType(java.lang.String source)
getSourceType in interface WTSConfigurationpublic int getTileHeight(java.lang.String layer)
getTileHeight in interface WTSConfigurationpublic int getTileWidth(java.lang.String layer)
getTileWidth in interface WTSConfigurationpublic java.lang.String getFormatName(java.lang.String layer)
getFormatName in interface WTSConfigurationpublic OGCWebService getResponsibleService(java.lang.String layer)
getResponsibleService in interface WTSConfigurationpublic java.awt.image.BufferedImage getFeatureTexture(java.lang.String featureId)
getFeatureTexture in interface WTSConfigurationfeatureId - id of the feature (will be converted into uppercase)
public java.awt.image.BufferedImage getBackground(java.lang.String name)
getBackground in interface WTSConfigurationname - name of the background
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||