|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.kml.KmlLib
public class KmlLib
Collection of static methods for generating KmlObjects from various sources.
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
KmlLib()
|
|
| Method Summary | |
|---|---|
static KmlPlacemark |
createPlacemark(Projection projection,
MapDataItem item)
Creates a placemark based on the passed MapDataItem. |
static KmlPlacemark |
createPlacemark(Projection projection,
MapDataItem item,
java.lang.String styleUrl)
Creates a placemark based on the passed MapDataItem. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KmlLib()
| Method Detail |
|---|
public static KmlPlacemark createPlacemark(Projection projection,
MapDataItem item)
Note, there are still more fields to be set in the returned Placemark. The fields that are set are just the generic fields to have it be displayed.
projection - - Projection to use to reverseFeet() on the map item's location.item - - the MapDataItem to turn into a KmlPlacemark.
public static KmlPlacemark createPlacemark(Projection projection,
MapDataItem item,
java.lang.String styleUrl)
Note, there are still more fields to be set in the returned Placemark. The fields that are set are just the generic fields to have it be displayed.
projection - - Projection to use to reverseFeet() on the map item's location.item - - the MapDataItem to turn into a KmlPlacemark.styleUrl - - The styleUrl to set for this placemark.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||