org.opengis.layer
Interface Attribution
-
@XmlElement(value="Attribution") public interface Attribution
Provides a way to identify the source of geographic information used in aLayeror collection ofLayers.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description LogoURLgetLogoURL()Provides linkage to a logo image.OnLineResourcegetOnlineResource()Provides the data provider's linkage.InternationalStringgetTitle()Provides the human-readable string naming the data provider.
-
-
-
Method Detail
-
getTitle
@XmlElement(value="Title") InternationalString getTitle()
Provides the human-readable string naming the data provider.- Returns:
- the human-readable name of the data provider.
-
getOnlineResource
@XmlElement(value="OnlineResource") OnLineResource getOnlineResource()
Provides the data provider's linkage.- Returns:
- the linkage to the data provider.
-
getLogoURL
@XmlElement(value="LogoURL") LogoURL getLogoURL()
Provides linkage to a logo image.- Returns:
- linkage to the logo image.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG