Uses of Class
org.n52.shetland.inspire.InspireResourceLocator
-
Packages that use InspireResourceLocator Package Description org.n52.shetland.inspire org.n52.shetland.inspire.dls -
-
Uses of InspireResourceLocator in org.n52.shetland.inspire
Methods in org.n52.shetland.inspire that return InspireResourceLocator Modifier and Type Method Description InspireResourceLocatorInspireResourceLocator. addMediaType(MediaType mediaType)Add aMediaTypeInspireResourceLocatorInspireResourceLocator. setMediaTypes(Collection<MediaType> mediaTypes)Set theMediaTypes, clears the existing collectionMethods in org.n52.shetland.inspire that return types with arguments of type InspireResourceLocator Modifier and Type Method Description List<InspireResourceLocator>InspireCitation. getResourceLocator()Methods in org.n52.shetland.inspire with parameters of type InspireResourceLocator Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesResourceLocatorInspireCitation. addResourceLocator(InspireResourceLocator resourceLocator)Method parameters in org.n52.shetland.inspire with type arguments of type InspireResourceLocator Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesResourceLocatorInspireCitation. setResourceLocator(Collection<InspireResourceLocator> resourceLocator) -
Uses of InspireResourceLocator in org.n52.shetland.inspire.dls
Methods in org.n52.shetland.inspire.dls that return InspireResourceLocator Modifier and Type Method Description InspireResourceLocatorFullInspireExtendedCapabilities. getMetadataUrl()InspireResourceLocatorInspireCapabilities.InspireExtendedCapabilitiesMetadataURL. getMetadataUrl()Get the metadata URL isInspireResourceLocatorMinimalInspireExtendedCapabilities. getMetadataUrl()Methods in org.n52.shetland.inspire.dls that return types with arguments of type InspireResourceLocator Modifier and Type Method Description List<InspireResourceLocator>FullInspireExtendedCapabilities. getResourceLocator()List<InspireResourceLocator>InspireCapabilities.InspireExtendedCapabilitiesResourceLocator. getResourceLocator()Get the resource locatorsMethods in org.n52.shetland.inspire.dls with parameters of type InspireResourceLocator Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesResourceLocatorFullInspireExtendedCapabilities. addResourceLocator(InspireResourceLocator resourceLocator)InspireCapabilities.InspireExtendedCapabilitiesResourceLocatorInspireCapabilities.InspireExtendedCapabilitiesResourceLocator. addResourceLocator(InspireResourceLocator resourceLocator)Add a the resource locatorFullInspireExtendedCapabilitiesFullInspireExtendedCapabilities. setMetadataUrl(InspireResourceLocator metadataUrl)InspireCapabilities.InspireExtendedCapabilitiesMetadataURLInspireCapabilities.InspireExtendedCapabilitiesMetadataURL. setMetadataUrl(InspireResourceLocator metadataUrl)Set the metadata URLMinimalInspireExtendedCapabilitiesMinimalInspireExtendedCapabilities. setMetadataUrl(InspireResourceLocator metadataUrl)Method parameters in org.n52.shetland.inspire.dls with type arguments of type InspireResourceLocator Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesResourceLocatorFullInspireExtendedCapabilities. setResourceLocator(Collection<InspireResourceLocator> resourceLocator)InspireCapabilities.InspireExtendedCapabilitiesResourceLocatorInspireCapabilities.InspireExtendedCapabilitiesResourceLocator. setResourceLocator(Collection<InspireResourceLocator> resourceLocator)Set the the resource locators, clears the existing collectionConstructors in org.n52.shetland.inspire.dls with parameters of type InspireResourceLocator Constructor Description FullInspireExtendedCapabilities(InspireResourceLocator resourceLocator, InspireSupportedLanguages supportedLanguages, InspireLanguageISO6392B responseLanguage, Set<InspireUniqueResourceIdentifier> spatialDataSetIdentifiers)constructorFullInspireExtendedCapabilities(InspireResourceLocator resourceLocator, InspireSupportedLanguages supportedLanguages, InspireLanguageISO6392B responseLanguage, InspireUniqueResourceIdentifier spatialDataSetIdentifier)constructorMinimalInspireExtendedCapabilities(InspireResourceLocator metadataUrl, InspireSupportedLanguages supportedLanguages, InspireLanguageISO6392B responseLanguage, Collection<InspireUniqueResourceIdentifier> spatialDataSetIdentifier)constructorConstructor parameters in org.n52.shetland.inspire.dls with type arguments of type InspireResourceLocator Constructor Description FullInspireExtendedCapabilities(List<InspireResourceLocator> resourceLocators, InspireSupportedLanguages supportedLanguages, InspireLanguageISO6392B responseLanguage, Set<InspireUniqueResourceIdentifier> spatialDataSetIdentifiers)constructorFullInspireExtendedCapabilities(List<InspireResourceLocator> resourceLocators, InspireSupportedLanguages supportedLanguages, InspireLanguageISO6392B responseLanguage, InspireUniqueResourceIdentifier spatialDataSetIdentifier)constructor
-