|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
name of the data source where the WMS can find the data of a layer. the FilterServiceName element identifies the filter servive that's responsible for accessing the data.
----------------------------------------------------------------------
Field Summary | |
static int |
LOCALWCS
|
static int |
LOCALWFS
|
static int |
REMOTEWCS
|
static int |
REMOTEWFS
|
static int |
REMOTEWMS
|
Method Summary | |
java.lang.String |
getGeometryProperty()
Returns the name of the geometry property in case the datasource is of type LOCALWFS / REMOTEWFS. |
WCSGetCoverageRequest |
getGetCoverageRequest()
returns an instance of a WCSGetCoverageRequest encapsulating the filter conditions against a remote WCS. |
WMSGetMapRequest |
getGetMapRequest()
returns an instance of a WMSGetMapRequest encapsulating the filter conditions against a remote WMS. |
java.lang.String |
getName()
returns the name of the data source. |
OGCWebService |
getOGCWebService()
returns an instance of the OGCWebService that represents the datasource. |
WFSQuery |
getQuery()
returns the WFS Query describe the access/filtering to the data source. |
ScaleHint |
getScaleHint()
returns the scale interval the data source is valid |
int |
getType()
returns the type of the data source. possible values are: LOCALWFS LOCALWCS REMOTEWFS REMOTEWCS REMOTEWMS the values are defined as constants in DataSource |
Field Detail |
public static final int LOCALWCS
public static final int LOCALWFS
public static final int REMOTEWMS
public static final int REMOTEWCS
public static final int REMOTEWFS
Method Detail |
public ScaleHint getScaleHint()
public java.lang.String getName()
public int getType()
public OGCWebService getOGCWebService()
public WFSQuery getQuery()
public WMSGetMapRequest getGetMapRequest()
public WCSGetCoverageRequest getGetCoverageRequest()
public java.lang.String getGeometryProperty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |