Uses of Interface
org.opengis.metadata.citation.OnlineResource
-
Packages that use OnlineResource Package Description org.opengis.metadata Root package for metadata.org.opengis.metadata.citation Citation and responsible party information.org.opengis.metadata.distribution Distribution information. -
-
Uses of OnlineResource in org.opengis.metadata
Methods in org.opengis.metadata that return OnlineResource Modifier and Type Method Description OnlineResource
MetadataExtensionInformation. 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 OnlineResource Modifier and Type Method Description OnlineResource
Contact. 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 OnlineResource Modifier and Type Method Description java.util.Collection<? extends OnlineResource>
DigitalTransferOptions. getOnLines()
Information about online sources from which the resource can be obtained.
-