public class Author extends Object implements Cloneable
KML 2.2 supports new elements for including data about the author and related website in your KML file. This information is displayed in geo search results, both in Earth browsers such as Google Earth, and in other applications such as Google Maps. The ascription elements used in KML are as follows:
The
These elements are defined in the Atom Syndication Format. The complete specification is found at http://atompub.org. (see the sample that follows).
These elements are defined in the Atom Syndication Format. The complete specification is found at http://atompub.org. (see the sample that follows).
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
nameOrUriOrEmail |
| Constructor and Description |
|---|
Author() |
| Modifier and Type | Method and Description |
|---|---|
Author |
addToNameOrUriOrEmail(String nameOrUriOrEmail)
add a value to the nameOrUriOrEmail property collection
|
Author |
clone() |
boolean |
equals(Object obj) |
List<String> |
getNameOrUriOrEmail() |
int |
hashCode() |
void |
setNameOrUriOrEmail(List<String> nameOrUriOrEmail) |
Author |
withNameOrUriOrEmail(List<String> nameOrUriOrEmail)
fluent setter
|
public void setNameOrUriOrEmail(List<String> nameOrUriOrEmail)
nameOrUriOrEmail - nameOrUriOrEmailpublic Author addToNameOrUriOrEmail(String nameOrUriOrEmail)
public Author withNameOrUriOrEmail(List<String> nameOrUriOrEmail)
nameOrUriOrEmail - required parameter#setNameOrUriOrEmail(List) Copyright © 2014 Micromata GmbH. All rights reserved.