@Profile(level=CORE) @UML(identifier="CI_OnlineResource", specification=ISO_19115) public interface OnLineResource
Modifier and Type | Method and Description |
---|---|
String |
getApplicationProfile()
Name of an application profile that can be used with the online resource.
|
InternationalString |
getDescription()
Detailed text description of what the online resource is/does.
|
OnLineFunction |
getFunction()
Code for function performed by the online resource.
|
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.
|
String |
getName()
Name of the online resource.
|
String |
getProtocol()
Connection protocol to be used.
|
@UML(identifier="linkage", obligation=MANDATORY, specification=ISO_19115) URI getLinkage()
@UML(identifier="protocol", obligation=OPTIONAL, specification=ISO_19115) String getProtocol()
null
if none.null
.@UML(identifier="applicationProfile", obligation=OPTIONAL, specification=ISO_19115) String getApplicationProfile()
null
if none.null
.@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) String getName()
null
if none.null
.@UML(identifier="description", obligation=OPTIONAL, specification=ISO_19115) InternationalString getDescription()
null
if none.null
.@UML(identifier="function", obligation=OPTIONAL, specification=ISO_19115) OnLineFunction getFunction()
null
if unspecified.null
.Copyright © 1996–2019 Geotools. All rights reserved.