public class ServiceProviderValidator extends Object
| Constructor and Description |
|---|
ServiceProviderValidator(Set serviceProviders)
Create a ServiceProvider object which has only Capabilities and Formats which are supported by all ServiceProviders.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
getServiceProviders() |
nl.b3p.wms.capabilities.ServiceProvider |
getValidServiceProvider()
Create a ServiceProvider object which has only Capabilities and Formats which are supported by all ServiceProviders.
|
void |
setServiceProviders(Set serviceProviders) |
boolean |
validate()
Check whether the set of ServiceProviders all have a GetMap Capability.
|
boolean |
validateDescribeLayerFormat()
Check whether the set of ServiceProviders all have a DescribeLayer Capability.
|
boolean |
validateGetCapabilitiesFormat()
Check whether the set of ServiceProviders all have a GetCapabilities Capability.
|
boolean |
validateGetFeatureInfoFormat()
Check whether the set of ServiceProviders all have a GetFeatureInfo Capability.
|
boolean |
validateGetLegendGraphicFormat()
Check whether the set of ServiceProviders all have a GetLegendGraphic Capability.
|
boolean |
validateGetMapFormat()
Check whether the set of ServiceProviders all have a GetMap Capability.
|
public ServiceProviderValidator(Set serviceProviders)
public nl.b3p.wms.capabilities.ServiceProvider getValidServiceProvider()
public boolean validate()
public boolean validateGetMapFormat()
public boolean validateGetCapabilitiesFormat()
public boolean validateGetFeatureInfoFormat()
public boolean validateDescribeLayerFormat()
public boolean validateGetLegendGraphicFormat()
public Set getServiceProviders()
public void setServiceProviders(Set serviceProviders)
Copyright © 2015. All rights reserved.