|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
-----------------------------------------------------------------------
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 |
public static final int LOCALWCS
public static final int LOCALWFS
public static final int LOCALWMS
public static final int REMOTEWCS
public static final int REMOTEWFS
public static final int REMOTEWMS
Method Detail |
public java.lang.String getDEMSource(java.lang.String demName)
public java.lang.String getTextureSource(java.lang.String textureName)
public java.lang.String getFeatureSource(java.lang.String textureName)
public int getSourceType(java.lang.String source)
public int getTileWidth(java.lang.String layer)
public int getTileHeight(java.lang.String layer)
public java.lang.String getFormatName(java.lang.String layer)
public OGCWebService getResponsibleService(java.lang.String layer)
public java.awt.image.BufferedImage getFeatureTexture(java.lang.String featureId)
public java.awt.image.BufferedImage getBackground(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |