Uses of Class
org.n52.shetland.ogc.ows.OwsOnlineResource
-
Packages that use OwsOnlineResource Package Description org.n52.shetland.ogc.ows -
-
Uses of OwsOnlineResource in org.n52.shetland.ogc.ows
Subclasses of OwsOnlineResource in org.n52.shetland.ogc.ows Modifier and Type Class Description classOwsRequestMethodTODO JavaDocMethods in org.n52.shetland.ogc.ows that return types with arguments of type OwsOnlineResource Modifier and Type Method Description Optional<OwsOnlineResource>OwsContact. getOnlineResource()Optional<OwsOnlineResource>OwsServiceProvider. getProviderSite()Constructors in org.n52.shetland.ogc.ows with parameters of type OwsOnlineResource Constructor Description OwsContact(OwsPhone phone, OwsAddress address, OwsOnlineResource onlineResource, String hoursOfService, String contactInstructions)OwsServiceProvider(String providerName, OwsOnlineResource providerSite, OwsResponsibleParty serviceContact)
-