Download Latest Version YeyoKmlAPI_0.5b2.jar (44.2 kB)
Email in envelope

Get an email when there's a new version of Yeyo's Google Earth KML API

Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
samples_v0.5b.zip 2006-11-28 1.3 kB
YeyoKmlAPI_0.5b_javadoc.zip 2006-11-28 267.6 kB
YeyoKmlAPI_0.5b_devel_javadoc.zip 2006-11-28 284.7 kB
YeyoKmlAPI_source.zip 2006-11-28 24.5 kB
readme.txt 2006-11-28 2.8 kB
YeyoKmlAPI.jar 2006-11-28 33.6 kB
Totals: 6 Items   614.5 kB 0
Yeyo's KML API for Java version 0.5b
Sergio José Mtnez. Primiani (yeyopepe@gmail.com)



==========================================
INDEX
==========================================

1.- Introduction
2.- Features changes in current version
3.- Packages
4.- Class dependency diagram
5.- Tags supported




==========================================
1.- Introduction
==========================================
Yeyo's KML API is and API for Java to work with Google Earth's KML files. It contains:

* API public and private documentation in html format
* YeyoKmlAPI.jar file to include in your projects
* API java source code

For more information look at http://earth.google.com/kml/kml_tags_21.html for KML 2.1 Reference

Write me with your questions and suggestions, please! ;-)



==========================================
2.- Features change in version 0.5b
==========================================
v.0.5b is the first released version of this Java API for KML 2.1



==========================================
3.- Packages
==========================================

yeyo
  |
  +----kml
  		|
  		+----api
  			  |
  			  +----container
  			  +----feature
  			  +----geometry
  			  +----style
  			  +----other
  			  


==========================================
4.- Class dependency diagram
==========================================

yeyo.kml.api
		|
		+----Base.java implements APIInterface.java
					|
					+---geometry.KmlGeometryBase.java
					|			|	
					|			+----geometry.KmlPoint.java
					|			+----geometry.KmlLookAt.java
					|
					+----style.Style.java
					|
					+----style.ListStyle.java
					|			
					|
					+----style.AbstractColorStyle.java
					|			|
					|			+----style.IconStyle.java
					|			+----style.LabelStyle.java
					|			+----style.BalloonStyle.java
					|			+----style.LineStyle.java
					|			+----style.PolyStyle.java
					|
					+----other.Icon.java
					|
					+----AbstractObject.java 
								|
								+----container.AbstractContainer.java
								|		|
								|		+----container.Folder.java	
								|		+----container.Document.java
								|
								+----feature.AbstractFeature.java
										|
										+----container.sPlacemark.java
					




==========================================
5.- Kml tags in current version
==========================================


Tags fully supported

	* <ColorStyle>
	* <IconStyle>
	* <LookAt>
	* <Style>
	


Tags partially supported (listing tags not supported yet):

	* <Container>, <Feature>
		<AddressDetails>
		<TimeSpan> : <TimePrimitive>
		<TimeStamp> : <TimePrimitive>
		<Region>

		* <Document>
			<Schema>
	
	* <Icon>
		<viewBoundScale>
		<viewFormat>
		<httpQuery>
	
	* <Placemark>
		<AddressDetails>	
		<TimeSpan> : <TimePrimitive>
		<TimeStamp> : <TimePrimitive>	
		<Region>

		

	

Source: readme.txt, updated 2006-11-28