Package com.google.earth.kml._2
Class ContainerType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.FeatureType
com.google.earth.kml._2.ContainerType
- Direct Known Subclasses:
DocumentType,FolderType
<p>Java class for ContainerType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ContainerType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}FeatureType">
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields inherited from class com.google.earth.kml._2.FeatureType
address, description, lookAt, metadata, name, open, phoneNumber, region, snippet, styleSelector, styleUrl, timePrimitive, visibilityFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.earth.kml._2.FeatureType
getAddress, getDescription, getLookAt, getMetadata, getName, getPhoneNumber, getRegion, getSnippet, getStyleSelector, getStyleUrl, getTimePrimitive, isOpen, isVisibility, setAddress, setDescription, setLookAt, setMetadata, setName, setOpen, setPhoneNumber, setRegion, setSnippet, setStyleUrl, setTimePrimitive, setVisibilityMethods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Constructor Details
-
ContainerType
public ContainerType()
-