Uses of Class
nl.b3p.tailormap.api.geotools.wfs.SimpleWFSLayerDescription
-
Packages that use SimpleWFSLayerDescription Package Description nl.b3p.tailormap.api.geotools.wfs nl.b3p.tailormap.api.persistence.helper -
-
Uses of SimpleWFSLayerDescription in nl.b3p.tailormap.api.geotools.wfs
Methods in nl.b3p.tailormap.api.geotools.wfs that return SimpleWFSLayerDescription Modifier and Type Method Description static SimpleWFSLayerDescriptionSimpleWFSHelper. describeWMSLayer(String url, String username, String password, String layerName)Methods in nl.b3p.tailormap.api.geotools.wfs that return types with arguments of type SimpleWFSLayerDescription Modifier and Type Method Description static Map<String,SimpleWFSLayerDescription>SimpleWFSHelper. describeWMSLayers(String url, String username, String password, List<String> layers) -
Uses of SimpleWFSLayerDescription in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return types with arguments of type SimpleWFSLayerDescription Modifier and Type Method Description Map<String,SimpleWFSLayerDescription>GeoServiceHelper. findRelatedWFS(GeoService geoService)
-