|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GazetteerParam | |
org.deegree_impl.services.wms.capabilities | |
org.deegree_impl.services.wms.protocol | |
org.deegree.services.wms.capabilities |
Uses of GazetteerParam in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement GazetteerParam | |
class |
GazetteerParam_Impl
|
Fields in org.deegree_impl.services.wms.capabilities declared as GazetteerParam | |
private GazetteerParam |
DeegreeParam_Impl.gazetteer
|
Methods in org.deegree_impl.services.wms.capabilities that return GazetteerParam | |
private GazetteerParam |
DeegreeWMSCapabilitiesFactory.createGazetteerParameter(org.w3c.dom.Element element)
creates an object that describes the access to a gazetteer if one have been defined at the |
GazetteerParam |
DeegreeParam_Impl.getGazetteer()
returns the URL where to access the gazetteer service associated with the WMS |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type GazetteerParam | |
DeegreeParam_Impl(int cacheSize,
int maxLifeTime,
int requestTimeLimit,
float mapQuality,
java.net.URL defaultOnlineResource,
java.lang.String rootDirectory,
int maxMapWidth,
int maxMapHeight,
java.lang.String copyRight,
GazetteerParam gazetteer,
java.net.URL schemaLocation,
java.net.URL dtdLocation,
Proxy proxy)
Creates a new instance of DeegreeParam_Impl |
Uses of GazetteerParam in org.deegree_impl.services.wms.protocol |
Methods in org.deegree_impl.services.wms.protocol with parameters of type GazetteerParam | |
private static GM_Envelope |
WMSProtocolFactory.getBoundingBoxFromGazetteer(java.lang.String location,
java.lang.String locationType,
double radius,
GazetteerParam gazetteer)
returns the bounding box of the submitted location. |
Uses of GazetteerParam in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return GazetteerParam | |
GazetteerParam |
DeegreeParam.getGazetteer()
returns the description where to access the gazetteer service associated with the WMS |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |