com.google.earth.kml._2
Class PointType

java.lang.Object
  extended by com.google.earth.kml._2.PointType

public class PointType
extends Object

Java class for PointType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PointType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="extrude" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="tessellate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="altitudeMode" type="{http://earth.google.com/kml/2.0}altitudeModeType" minOccurs="0"/>
         <element name="coordinates" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AltitudeModeType altitudeMode
           
protected  String coordinates
           
protected  Boolean extrude
           
protected  Boolean tessellate
           
 
Constructor Summary
PointType()
           
 
Method Summary
 AltitudeModeType getAltitudeMode()
          Gets the value of the altitudeMode property.
 String getCoordinates()
          Gets the value of the coordinates property.
 Boolean isExtrude()
          Gets the value of the extrude property.
 Boolean isTessellate()
          Gets the value of the tessellate property.
 void setAltitudeMode(AltitudeModeType value)
          Sets the value of the altitudeMode property.
 void setCoordinates(String value)
          Sets the value of the coordinates property.
 void setExtrude(Boolean value)
          Sets the value of the extrude property.
 void setTessellate(Boolean value)
          Sets the value of the tessellate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extrude

protected Boolean extrude

tessellate

protected Boolean tessellate

altitudeMode

protected AltitudeModeType altitudeMode

coordinates

protected String coordinates
Constructor Detail

PointType

public PointType()
Method Detail

isExtrude

public Boolean isExtrude()
Gets the value of the extrude property.

Returns:
possible object is Boolean

setExtrude

public void setExtrude(Boolean value)
Sets the value of the extrude property.

Parameters:
value - allowed object is Boolean

isTessellate

public Boolean isTessellate()
Gets the value of the tessellate property.

Returns:
possible object is Boolean

setTessellate

public void setTessellate(Boolean value)
Sets the value of the tessellate property.

Parameters:
value - allowed object is Boolean

getAltitudeMode

public AltitudeModeType getAltitudeMode()
Gets the value of the altitudeMode property.

Returns:
possible object is AltitudeModeType

setAltitudeMode

public void setAltitudeMode(AltitudeModeType value)
Sets the value of the altitudeMode property.

Parameters:
value - allowed object is AltitudeModeType

getCoordinates

public String getCoordinates()
Gets the value of the coordinates property.

Returns:
possible object is String

setCoordinates

public void setCoordinates(String value)
Sets the value of the coordinates property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.