public abstract class Feature extends AbstractObject implements Cloneable
This is an abstract element and cannot be used directly in a KML file. The following diagram shows how some of a Feature's elements appear in Google Earth.
Syntax:<!-- abstract element; do not create -->
<!-- Feature id="ID" --> <!-- Document,Folder,
NetworkLink,Placemark,
GroundOverlay,PhotoOverlay,ScreenOverlay -->
<name>...</name> <!-- string -->
<visibility>1</visibility> <!-- boolean -->
<open>0</open> <!-- boolean -->
<atom:author>...<atom:author> <!-- xmlns:atom -->
<atom:link>...</atom:link> <!-- xmlns:atom -->
<address>...</address> <!-- string -->
<xal:AddressDetails>...</xal:AddressDetails> <!-- xmlns:xal -->
<phoneNumber>...</phoneNumber> <!-- string -->
<Snippet maxLines="2">...</Snippet> <!-- string -->
<description>...</description> <!-- string -->
<AbstractView>...</AbstractView> <!-- Camera or LookAt -->
<TimePrimitive>...</TimePrimitive> <!-- TimeStamp or TimeSpan -->
<styleUrl>...</styleUrl> <!-- anyURI -->
<StyleSelector>...</StyleSelector>
<Region>...</Region>
<Metadata>...</Metadata> <!-- deprecated in KML 2.2 -->
<ExtendedData>...</ExtendedData> <!-- new in KML 2.2 -->
<-- /Feature -->
Extends:| Modifier and Type | Field and Description |
|---|---|
protected AbstractView |
abstractView
|
protected String |
address
A string value representing an unstructured address written as a standard street,
city, state address, and/or as a postal code.
|
protected Author |
atomAuthor
|
protected Link |
atomLink
(required). see .
|
protected String |
description
|
protected ExtendedData |
extendedData
|
protected List<AbstractObject> |
featureObjectExtension
|
protected List<Object> |
featureSimpleExtension
|
protected Metadata |
metadata
|
protected String |
name
|
protected Boolean |
open
|
protected String |
phoneNumber
|
protected Region |
region
|
protected Snippet |
snippet
|
protected String |
snippetd |
protected List<StyleSelector> |
styleSelector
|
protected String |
styleUrl
Copyright © 2014 Micromata GmbH. All rights reserved. |