Uses of Interface
org.opengis.metadata.citation.OnlineResource
Packages that use OnlineResource
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Reference to the data or service (citation, responsible party, contact information).
Information about the options for obtaining a resource (data or service).
Information to uniquely identify the data or service.
Root package for metadata.
Citation and
responsible party information.
Distribution information.
-
Uses of OnlineResource in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return OnlineResourceModifier and TypeMethodDescriptionDefaultMetadataExtensionInformation.getExtensionOnLineResource()Information about on-line sources containing the community profile name and the extended metadata elements and information for all new metadata elements.Methods in org.apache.sis.metadata.iso that return types with arguments of type OnlineResourceModifier and TypeMethodDescriptionDefaultMetadata.getMetadataLinkages()Returns the online location(s) where the metadata is available.Methods in org.apache.sis.metadata.iso with parameters of type OnlineResourceModifier and TypeMethodDescriptionvoidDefaultMetadataExtensionInformation.setExtensionOnLineResource(OnlineResource newValue) Sets information about on-line sources.Method parameters in org.apache.sis.metadata.iso with type arguments of type OnlineResourceModifier and TypeMethodDescriptionvoidDefaultMetadata.setMetadataLinkages(Collection<? extends OnlineResource> newValues) Sets the online location(s) where the metadata is available. -
Uses of OnlineResource in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation that implement OnlineResourceModifier and TypeClassDescriptionclassInformation about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.Methods in org.apache.sis.metadata.iso.citation that return OnlineResourceMethods in org.apache.sis.metadata.iso.citation that return types with arguments of type OnlineResourceModifier and TypeMethodDescriptionDefaultCitation.getOnlineResources()Returns online references to the cited resource.DefaultContact.getOnlineResources()Returns on-line information that can be used to contact the individual or organization.Methods in org.apache.sis.metadata.iso.citation with parameters of type OnlineResourceModifier and TypeMethodDescriptionstatic DefaultOnlineResourceDefaultOnlineResource.castOrCopy(OnlineResource object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultContact.setOnlineResource(OnlineResource newValue) Deprecated.As of ISO 19115:2014, replaced byDefaultContact.setOnlineResources(Collection).Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type OnlineResourceModifier and TypeMethodDescriptionvoidDefaultCitation.setOnlineResources(Collection<? extends OnlineResource> newValues) Sets online references to the cited resource.voidDefaultContact.setOnlineResources(Collection<? extends OnlineResource> newValues) Sets on-line information that can be used to contact the individual or organization.Constructors in org.apache.sis.metadata.iso.citation with parameters of type OnlineResourceModifierConstructorDescriptionDefaultContact(OnlineResource resource) Constructs a contact initialized to the specified online resource.DefaultOnlineResource(OnlineResource object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of OnlineResource in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return types with arguments of type OnlineResourceModifier and TypeMethodDescriptionDefaultDigitalTransferOptions.getOnLines()Returns information about online sources from which the resource can be obtained.Method parameters in org.apache.sis.metadata.iso.distribution with type arguments of type OnlineResourceModifier and TypeMethodDescriptionvoidDefaultDigitalTransferOptions.setOnLines(Collection<? extends OnlineResource> newValues) Sets information about online sources from which the resource can be obtained. -
Uses of OnlineResource in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type OnlineResourceModifier and TypeMethodDescriptionDefaultOperationMetadata.getConnectPoints()Returns the handle for accessing the service interface.DefaultBrowseGraphic.getLinkages()Return the links to browse graphic.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type OnlineResourceModifier and TypeMethodDescriptionvoidDefaultOperationMetadata.setConnectPoints(Collection<? extends OnlineResource> newValue) Sets the handle for accessing the service interface.voidDefaultBrowseGraphic.setLinkages(Collection<? extends OnlineResource> newValues) Sets the links to browse graphic. -
Uses of OnlineResource in org.opengis.metadata
Methods in org.opengis.metadata that return OnlineResourceModifier and TypeMethodDescriptionMetadataExtensionInformation.getExtensionOnLineResource()Information about on-line sources containing the community profile name and the extended metadata elements. -
Uses of OnlineResource in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return OnlineResourceModifier and TypeMethodDescriptionContact.getOnlineResource()On-line information that can be used to contact the individual or organization. -
Uses of OnlineResource in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return types with arguments of type OnlineResourceModifier and TypeMethodDescriptionCollection<? extends OnlineResource> DigitalTransferOptions.getOnLines()Information about online sources from which the resource can be obtained.
DefaultContact.getOnlineResources().