public class DefaultKmlPlacemark extends Object implements KmlPlacemark
| Constructor and Description |
|---|
DefaultKmlPlacemark(String name,
KmlDescription description,
KmlGps gps) |
DefaultKmlPlacemark(String name,
KmlDescription description,
KmlGps gps,
KmlIconStyle style) |
DefaultKmlPlacemark(String name,
KmlGps gps) |
DefaultKmlPlacemark(String name,
KmlGps gps,
KmlIconStyle style) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeginning()
Returns markup beginnig of this element
|
KmlDescription |
getDescription()
Return placemark description
|
String |
getElement()
Returns markup KML representation of this element
|
String |
getEnding()
Returns markup ending of this element
|
KmlGps |
getGPS()
Returns placemarks position
|
String |
getName()
Returns placemark's name
|
String |
getNameElement() |
KmlStyle |
getStyle()
Returns placemark's style
|
public DefaultKmlPlacemark(String name, KmlGps gps, KmlIconStyle style)
public DefaultKmlPlacemark(String name, KmlDescription description, KmlGps gps)
name - description - gps - public DefaultKmlPlacemark(String name, KmlDescription description, KmlGps gps, KmlIconStyle style)
name - description - gps - style - public KmlDescription getDescription()
KmlPlacemarkgetDescription in interface KmlPlacemarkKmlDescriptionpublic KmlGps getGPS()
KmlPlacemarkgetGPS in interface KmlPlacemarkGPSpublic String getName()
KmlPlacemarkgetName in interface KmlPlacemarkpublic String getNameElement()
public KmlStyle getStyle()
KmlPlacemarkgetStyle in interface KmlPlacemarkKmlStylepublic String getElement()
KmlElementgetElement in interface KmlElementpublic String getBeginning()
KmlElementgetBeginning in interface KmlElementpublic String getEnding()
KmlElementgetEnding in interface KmlElementCopyright © 2017 SAP SE. All Rights Reserved.