Package com.google.earth.kml._2
Class PlacemarkType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.FeatureType
com.google.earth.kml._2.PlacemarkType
<p>Java class for PlacemarkType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="PlacemarkType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}FeatureType">
<sequence>
<element ref="{http://earth.google.com/kml/2.1}Geometry" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields 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
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<? extends GeometryType> Gets the value of the geometry property.voidsetGeometry(jakarta.xml.bind.JAXBElement<? extends GeometryType> value) Sets the value of the geometry property.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
-
Field Details
-
geometry
-
-
Constructor Details
-
PlacemarkType
public PlacemarkType()
-
-
Method Details
-
getGeometry
Gets the value of the geometry property.- Returns:
- possible object is
JAXBElement<GeometryType>JAXBElement<LineStringType>JAXBElement<LinearRingType>JAXBElement<ModelType>JAXBElement<MultiGeometryType>JAXBElement<PointType>JAXBElement<PolygonType>
-
setGeometry
Sets the value of the geometry property.- Parameters:
value- allowed object isJAXBElement<GeometryType>JAXBElement<LineStringType>JAXBElement<LinearRingType>JAXBElement<ModelType>JAXBElement<MultiGeometryType>JAXBElement<PointType>JAXBElement<PolygonType>
-