Interface OnLineResource
- 
- All Known Implementing Classes:
- OnLineResourceImpl
 
 public interface OnLineResourceInformation about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD), Cory Horner (Refractions Research)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.URIgetLinkage()Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211.StringgetName()Name of the online resource.StringgetProtocol()Connection protocol to be used.
 
- 
- 
- 
Method Detail- 
getLinkageURI getLinkage() Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211.- Returns:
- Location for on-line access using a Uniform Resource Locator address or similar scheme.
 
 - 
getProtocolString getProtocol() Connection protocol to be used. Returnsnullif none.- Returns:
- Connection protocol to be used, or null.
 
 - 
getApplicationProfileString getApplicationProfile() Name of an application profile that can be used with the online resource. Returnsnullif none.- Returns:
- Application profile that can be used with the online resource, or null.
 
 - 
getNameString getName() Name of the online resource. Returnsnullif none.- Returns:
- Name of the online resource, or null.
- Since:
- GeoAPI 2.1
 
 - 
getDescriptionInternationalString getDescription() Detailed text description of what the online resource is/does. Returnsnullif none.- Returns:
- Text description of what the online resource is/does, or null.
 
 - 
getFunctionOnLineFunction getFunction() Code for function performed by the online resource. Returnsnullif unspecified.- Returns:
- Function performed by the online resource, or null.
 
 
- 
 
-