|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.earth.kml._2.PointType
public class PointType
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 |
---|
protected Boolean extrude
protected Boolean tessellate
protected AltitudeModeType altitudeMode
protected String coordinates
Constructor Detail |
---|
public PointType()
Method Detail |
---|
public Boolean isExtrude()
Boolean
public void setExtrude(Boolean value)
value
- allowed object is
Boolean
public Boolean isTessellate()
Boolean
public void setTessellate(Boolean value)
value
- allowed object is
Boolean
public AltitudeModeType getAltitudeMode()
AltitudeModeType
public void setAltitudeMode(AltitudeModeType value)
value
- allowed object is
AltitudeModeType
public String getCoordinates()
String
public void setCoordinates(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |