Tabnine Logo
DefaultOnlineResource.setLinkage
Code IndexAdd Tabnine to your IDE (free)

How to use
setLinkage
method
in
org.apache.sis.metadata.iso.citation.DefaultOnlineResource

Best Java code snippets using org.apache.sis.metadata.iso.citation.DefaultOnlineResource.setLinkage (Showing top 4 results out of 315)

origin: apache/sis

  r.setLinkage(new URI(url));
} catch (URISyntaxException exception) {
  unexpectedException("getAuthority", exception);
origin: org.apache.sis.core/sis-referencing

  r.setLinkage(new URI(url));
} catch (URISyntaxException exception) {
  unexpectedException("getAuthority", exception);
origin: apache/sis

  firstOnline = new DefaultOnlineResource();
firstOnline.setLinkage(uri);
onlineResources = OtherLocales.setFirst(onlineResources, firstOnline);
citation.setOnlineResources(onlineResources);
origin: org.apache.sis.core/sis-metadata

  firstOnline = new DefaultOnlineResource();
firstOnline.setLinkage(uri);
onlineResources = OtherLocales.setFirst(onlineResources, firstOnline);
citation.setOnlineResources(onlineResources);
org.apache.sis.metadata.iso.citationDefaultOnlineResourcesetLinkage

Javadoc

Sets the location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as " http://www.statkart.no/isotc211".

Popular methods of DefaultOnlineResource

  • <init>
    Constructs a new instance initialized with the values from the specified metadata object. This is a
  • setFunction
    Sets the code for function performed by the online resource.
  • setDescription
    Sets the detailed text description of what the online resource is/does.
  • setProtocol
    Sets the connection protocol to be used.
  • castOrCopy
    Returns a SIS metadata implementation with the values of the given arbitrary implementation. This me
  • checkWritePermission
  • getProtocolRequest
    Returns the request used to access the resource depending on the protocol. This is used mainly for P
  • setApplicationProfile
    Sets the name of an application profile that can be used with the online resource.
  • setName
    Sets the name of the online resource.Upcoming API change — internationalization The argument type ma

Popular in Java

  • Reading from database using SQL prepared statement
  • getSharedPreferences (Context)
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now