com.sony.csl.j2me.locationapitools.tracking
Class DefaultKMLStyle

java.lang.Object
  extended by com.sony.csl.j2me.locationapitools.tracking.KMLStyle
      extended by com.sony.csl.j2me.locationapitools.tracking.DefaultKMLStyle

public class DefaultKMLStyle
extends KMLStyle

A KMLStlye subclass that implements a default KML layout.

Author:
mstevens

Constructor Summary
DefaultKMLStyle()
           
 
Method Summary
 java.lang.String getApplicationName()
           
 java.lang.String getBoundingBoxStyleURL()
           
 java.lang.String getLocationStyleURL()
           
 java.lang.String getStyleDefinitions(int tabs)
          Gives the style definitions that should be included in the header of the KML file, tabbed with tabs \t's
 java.lang.String getTrackLineStyleURL()
           
 
Methods inherited from class com.sony.csl.j2me.locationapitools.tracking.KMLStyle
getStyleDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultKMLStyle

public DefaultKMLStyle()
Method Detail

getApplicationName

public java.lang.String getApplicationName()
Specified by:
getApplicationName in class KMLStyle

getStyleDefinitions

public java.lang.String getStyleDefinitions(int tabs)
Description copied from class: KMLStyle
Gives the style definitions that should be included in the header of the KML file, tabbed with tabs \t's

Specified by:
getStyleDefinitions in class KMLStyle
Parameters:
tabs - number of \t's to go in front of every line
Returns:
a String with all style definitions that should be included in the header of the KML file
See Also:
KMLStyle.getStyleDefinitions(int)

getLocationStyleURL

public java.lang.String getLocationStyleURL()
Specified by:
getLocationStyleURL in class KMLStyle
See Also:
KMLStyle.getLocationStyleURL()

getBoundingBoxStyleURL

public java.lang.String getBoundingBoxStyleURL()
Specified by:
getBoundingBoxStyleURL in class KMLStyle
See Also:
KMLStyle.getBoundingBoxStyleURL()

getTrackLineStyleURL

public java.lang.String getTrackLineStyleURL()
Specified by:
getTrackLineStyleURL in class KMLStyle
See Also:
KMLStyle.getTrackLineStyleURL()