org.boehn.kmlframework.kml
Class LineString
java.lang.Object
org.boehn.kmlframework.kml.KmlObject
org.boehn.kmlframework.kml.Geometry
org.boehn.kmlframework.kml.LineString
public class LineString
- extends Geometry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineString
public LineString()
LineString
public LineString(java.lang.Boolean extrude,
java.lang.Boolean tessellate,
AltitudeModeEnum altitudeMode,
java.util.List<Point> coordinates)
getExtrude
public java.lang.Boolean getExtrude()
setExtrude
public void setExtrude(java.lang.Boolean extrude)
getTessellate
public java.lang.Boolean getTessellate()
setTessellate
public void setTessellate(java.lang.Boolean tessellate)
getAltitudeMode
public AltitudeModeEnum getAltitudeMode()
setAltitudeMode
public void setAltitudeMode(AltitudeModeEnum altitudeMode)
getCoordinates
public java.util.List<Point> getCoordinates()
setCoordinates
public void setCoordinates(java.util.List<Point> coordinates)
write
public void write(Kml kml)
throws KmlException
- Specified by:
write
in class KmlObject
- Throws:
KmlException
writeDelete
public void writeDelete(Kml kml)
throws KmlException
- Specified by:
writeDelete
in class KmlObject
- Throws:
KmlException