|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wms.capabilities.Format_Impl
describes the format a WMS can serve for GetMap, GetFeatureInfo, GetStyle etc. requests. Each request describes its own list of possible formats.
Field Summary | |
private java.lang.String |
name
|
private java.net.URL |
url
|
Constructor Summary | |
Format_Impl(java.lang.String name)
Creates a new Format_Impl object. |
|
Format_Impl(java.lang.String name,
java.net.URL url)
Creates a new Format_Impl object. |
Method Summary | |
java.net.URL |
getFilter()
returns the URL where a XSLT-script for filtering the result of a GetFeatureInfo request can be accessed. |
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 |
Field Detail |
private java.lang.String name
private java.net.URL url
Constructor Detail |
public Format_Impl(java.lang.String name)
name
- name of the formatpublic Format_Impl(java.lang.String name, java.net.URL url)
name
- name of the formaturl
- URL from where the filter for transforming a
GetFeatureInfo response can be accessedMethod Detail |
public java.net.URL getFilter()
getFilter
in interface Format
public java.lang.String getName()
getName
in interface Format
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |