Package | Description |
---|---|
org.n52.oxf.ows.capabilities |
Modifier and Type | Method and Description |
---|---|
OnlineResource |
Contact.getOnlineResource() |
OnlineResource |
RequestMethod.getOnlineResource() |
OnlineResource |
ServiceProvider.getProviderSite() |
Modifier and Type | Method and Description |
---|---|
protected void |
Contact.setOnlineResource(OnlineResource onlineResource) |
protected void |
RequestMethod.setOnlineResource(OnlineResource onlineResource) |
protected void |
ServiceProvider.setProviderSite(OnlineResource providerSite) |
Constructor and Description |
---|
Contact(String[] telephone,
String[] fax,
String hoursOfService,
String contactInstructions,
Address address,
OnlineResource onlineResource) |
GetRequestMethod(OnlineResource or) |
GetRequestMethod(OnlineResource or,
String[] constraints) |
PostRequestMethod(OnlineResource or) |
PostRequestMethod(OnlineResource or,
String[] constraints) |
RequestMethod(OnlineResource onlineResource)
this constructor has all required attributes as its parameters.
|
RequestMethod(OnlineResource onlineResource,
Set<Constraint> constraints) |
RequestMethod(OnlineResource onlineResouce,
String[] constraints)
Deprecated.
Use
RequestMethod.RequestMethod(OnlineResource, Set) using type Constraint . |
ServiceProvider(String providerName,
ServiceContact serviceContact,
OnlineResource providerSite) |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.