org.opengis.metadata.citation
Interface OnLineResource
-
@Profile(level=CORE) @UML(identifier="CI_OnlineResource", specification=ISO_19115) public interface OnLineResource
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.- Since:
- GeoAPI 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetApplicationProfile()Name of an application profile that can be used with the online resource.InternationalStringgetDescription()Detailed text description of what the online resource is/does.OnLineFunctiongetFunction()Code for function performed by the online resource.java.net.URIgetLinkage()Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211.java.lang.StringgetProtocol()Connection protocol to be used.
-
-
-
Method Detail
-
getLinkage
@UML(identifier="linkage", obligation=MANDATORY, specification=ISO_19115) java.net.URI getLinkage()
Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211.
-
getProtocol
@UML(identifier="protocol", obligation=OPTIONAL, specification=ISO_19115) java.lang.String getProtocol()
Connection protocol to be used. Returnsnullif none.
-
getApplicationProfile
@UML(identifier="applicationProfile", obligation=OPTIONAL, specification=ISO_19115) java.lang.String getApplicationProfile()
Name of an application profile that can be used with the online resource. Returnsnullif none.
-
getDescription
@UML(identifier="description", obligation=OPTIONAL, specification=ISO_19115) InternationalString getDescription()
Detailed text description of what the online resource is/does. Returnsnullif none.
-
getFunction
@UML(identifier="function", obligation=OPTIONAL, specification=ISO_19115) OnLineFunction getFunction()
Code for function performed by the online resource. Returnsnullif unspecified.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG